.introduction.serviceIntroduction .wrap .images:after, .shopProduct .wrap .cols .col .productOptions .selects .input:after, .shopProduct .wrap .cols .col .productOptions:after, .shopProduct .wrap .cols:after, .shopProduct .wrap:after, .basket .wrap .overview .hold ul li:after, .basket .wrap .overview .hold .promo:after, .basket .wrap .main .cols.shipping .col .twoInput .inputs:after, .basket .wrap .main .cols.shipping .col .smInput:after, .basket .wrap .main .cols .basketList ul li .hold .description .quantity:after, .basket .wrap .main .cols .basketList ul li .hold:after, .basket.confirmBasket .wrap .main .cols .basketList.confirm ul header:after, .basket.confirmBasket .wrap .main .cols .basketList.confirm ul li .hold:after, .basket.confirmBasket .wrap .main .cols .orderDetails .order:after, footer .wrap .bottom nav:after {
  content: '';
  display: block;
  clear: both; }

form button, form .input input, form .input textarea, form .input select, .hero .wrap .content a, .introduction .wrap .content .link, .shopProduct .wrap .cols .col form button.add, .shop .wrap .load, .panel.imagePanel .wrap .cols .col:not(.paymentTypes) a, .basket .wrap .overview .hold .payment a, .basket .wrap .overview .hold .payment button, .basket .wrap .main .cols.shipping .col .twoInput .inputs .input, .basket .wrap .main .cols .basketList ul li .hold figure {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.links li:after, header[role="banner"] .wrap h1, header[role="banner"] .wrap .shopLink a:before, .mobileMenu .wrap > button, .mobileMenu .wrap ul li.subNav:after, .contactBar a:after, .hero .wrap .content h2, .newsSection .wrap .row span:after, .newsArticle .wrap .back, .newsArticle .wrap article nav a, .shopProduct .wrap .back:before, .shopProduct .wrap .cols .col .productOptions .selects .input:after, .panel .wrap .cols .col.paymentTypes .box span:after, .boxGrid .wrap .box .text span:after, .boxGrid .wrap .box.accordionBox .tier .text h3:after, .grid .wrap .item .text span:after, .faqs .wrap .accordion button:after, .slider .swiper-menu button, .basket .wrap .top a:before, footer .wrap .top h2 {
  background-image: url("../sprites/sprite.svg");
  background-size: 500px 500px;
  font-size: 20px; }

.placeholder {
  pointer-events: none;
  -webkit-transition: 0.3s opacity linear;
  -ms-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
  position: absolute; }
  .placeholder.faded {
    opacity: 0.5; }
  .placeholder.hide {
    display: none; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 100%;
  display: block; }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.hide {
  display: none !important; }

.desktop {
  display: none; }

form {
  margin-top: 60px; }
  form legend {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.875rem;
    margin-bottom: 30px; }
  form button {
    width: 150px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    color: #4b5a64;
    font-size: 0.75rem;
    letter-spacing: 0.03em;
    display: block;
    text-align: center;
    padding-top: 10px;
    font-weight: 700;
    padding-top: 0;
    color: white;
    margin-top: 30px; }
  form .input {
    position: relative; }
    form .input ul li {
      display: none; }
    form .input + .input {
      margin-top: 40px; }
    form .input [data-invalid="true"] {
      border-bottom: 1px solid red; }
    form .input input[type=number]::-webkit-inner-spin-button,
    form .input input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    form .input input, form .input textarea, form .input select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: 0;
      background-color: transparent;
      padding: 0;
      margin: 0;
      font-size: 0.875rem;
      border-bottom: 1px solid #b4b8b8;
      width: 100%;
      color: white;
      padding-bottom: 5px;
      font-family: 'Muli', sans-serif; }
    form .input label {
      top: 0;
      left: 0;
      font-size: 0.875rem;
      color: white; }

.links {
  margin-right: 30px;
  margin-top: 20px; }
  .links li {
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 0;
    width: 100%;
    display: block;
    position: relative;
    padding-right: 24px; }
    .links li:after {
      content: '';
      background-position: -180px -300px;
      width: 20px;
      height: 16px;
      display: inline-block;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 0; }

body {
  font-family: 'Muli', sans-serif;
  padding-top: 50px; }
  body.noPadding {
    padding-top: 0; }
  body.home .panel.whiteBg {
    background-color: white; }
    body.home .panel.whiteBg .wrap .cols .col h4 {
      color: #4b5a64; }
      body.home .panel.whiteBg .wrap .cols .col h4:after {
        background-color: #4b5a64; }
    body.home .panel.whiteBg .wrap .cols .col p:not(.input), body.home .panel.whiteBg .wrap .cols .col h3 {
      color: #757575; }
  body a {
    text-decoration: none; }
  body h1, body h2, body h3, body h4, body h5, body p {
    padding: 0;
    margin: 0; }
  body.popNav .mobileMenu {
    left: 0; }

header[role="banner"] {
  background-color: white;
  position: fixed;
  top: 0;
  height: 50px;
  z-index: 100000;
  width: 100%;
  -webkit-transition-timing-function: linear;
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: background-color;
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 300ms;
  -moz-transition-property: background-color;
  -o-transition-timing-function: linear;
  -o-transition-duration: 300ms;
  -o-transition-property: background-color;
  -ms-transition-timing-function: linear;
  -ms-transition-duration: 300ms;
  -ms-transition-property: background-color;
  transition-timing-function: linear;
  transition-duration: 300ms;
  transition-property: background-color; }
  header[role="banner"].changeBg {
    background-color: white; }
  header[role="banner"] .wrap {
    position: relative;
    margin: 0 20px; }
    header[role="banner"] .wrap h1 {
      text-indent: -9999px;
      background-position: -250px -160px;
      width: 155px;
      height: 24px;
      position: relative;
      top: 14px; }
    header[role="banner"] .wrap .shopLink {
      position: absolute;
      right: 44px;
      top: 9px; }
      header[role="banner"] .wrap .shopLink a {
        display: block;
        position: relative; }
        header[role="banner"] .wrap .shopLink a:before {
          content: '';
          background-position: -240px -20px;
          width: 22px;
          height: 24px;
          display: block; }
        header[role="banner"] .wrap .shopLink a span {
          position: absolute;
          top: -3px;
          right: -4px;
          font-size: 0.625rem;
          display: block;
          color: #4b5a64; }
    header[role="banner"] .wrap .navButton {
      position: absolute;
      top: 18px;
      right: 0px; }
      header[role="banner"] .wrap .navButton span {
        display: block;
        background-color: #4b5a64;
        width: 26px;
        height: 3px;
        pointer-events: none; }
        header[role="banner"] .wrap .navButton span + span {
          margin-top: 3px; }

.mobileMenu {
  background-color: #4b5a64;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  z-index: 100000;
  -webkit-transition-timing-function: linear;
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: all;
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 300ms;
  -moz-transition-property: all;
  -o-transition-timing-function: linear;
  -o-transition-duration: 300ms;
  -o-transition-property: all;
  -ms-transition-timing-function: linear;
  -ms-transition-duration: 300ms;
  -ms-transition-property: all;
  transition-timing-function: linear;
  transition-duration: 300ms;
  transition-property: all; }
  .mobileMenu .wrap {
    padding: 20px 0;
    position: relative; }
    .mobileMenu .wrap > button {
      background-position: -20px -340px;
      width: 17px;
      height: 17px;
      display: block;
      position: absolute;
      top: 20px;
      right: 20px; }
    .mobileMenu .wrap ul {
      margin-top: 60px; }
      .mobileMenu .wrap ul li {
        color: white;
        list-style: none;
        font-weight: 700;
        line-height: 2.5;
        text-align: center;
        display: block;
        font-size: 1.125rem; }
        .mobileMenu .wrap ul li.whiteLink {
          background-color: white;
          color: #4b5a64;
          width: 200px;
          margin: 0 auto; }
        .mobileMenu .wrap ul li a {
          width: 100%;
          display: block; }
        .mobileMenu .wrap ul li.subNav {
          position: relative; }
          .mobileMenu .wrap ul li.subNav.opensubmenu ul {
            display: block; }
          .mobileMenu .wrap ul li.subNav.opensubmenu:after {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
          .mobileMenu .wrap ul li.subNav:after {
            content: '';
            background-position: -60px -340px;
            width: 14px;
            height: 7px;
            display: block;
            position: absolute;
            top: 20px;
            left: 50%;
            margin-left: 72px;
            pointer-events: none; }
          .mobileMenu .wrap ul li.subNav ul {
            margin-top: 0;
            background-color: rgba(255, 255, 255, 0.5);
            display: none; }

.contactBar {
  background-color: #8fbebe;
  opacity: 0.9;
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  height: 40px;
  z-index: 10000;
  text-align: center; }
  .contactBar a {
    font-size: 0.875rem;
    position: relative;
    display: inline-block;
    font-weight: 700;
    padding-right: 30px;
    color: white;
    margin-top: 13px; }
    .contactBar a:after {
      content: '';
      background-position: -60px -300px;
      width: 18px;
      height: 14px;
      display: block;
      position: absolute;
      top: 1px;
      right: 0; }
    .contactBar a:after {
      background-position: -100px -300px; }

.hero {
  background-size: cover;
  height: 100vh;
  background-position: center center;
  position: relative; }
  .hero:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background: -moz-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .hero .wrap .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: -moz-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 0 auto;
    right: 0;
    color: white;
    padding-top: 50px;
    z-index: 1000; }
    .hero .wrap .content h2 {
      text-indent: -9999px;
      background-position: -20px -200px;
      width: 110px;
      height: 67px; }
    .hero .wrap .content h3 {
      font-weight: 700;
      font-size: 1.625rem;
      padding-top: 20px;
      line-height: 1.2; }
    .hero .wrap .content p {
      font-size: 0.875rem;
      line-height: 1.4;
      padding-top: 16px;
      padding-right: 50px; }
    .hero .wrap .content a {
      width: 150px;
      height: 35px;
      background-color: rgba(255, 255, 255, 0.8);
      text-transform: uppercase;
      color: #4b5a64;
      font-size: 0.75rem;
      letter-spacing: 0.03em;
      display: block;
      text-align: center;
      padding-top: 10px;
      font-weight: 700;
      width: 220px;
      margin-top: 30px; }

.introduction {
  padding-top: 50px;
  padding-bottom: 60px; }
  .introduction.blueText .wrap .content h3 {
    color: #4b5a64; }
  .introduction.blueText .wrap .content p {
    color: #333333; }
  .introduction.serviceIntroduction {
    padding-bottom: 100px; }
    .introduction.serviceIntroduction .wrap .content h3 {
      color: #4b5a64; }
    .introduction.serviceIntroduction .wrap .content p {
      color: black; }
    .introduction.serviceIntroduction .wrap .content p + ul {
      margin-top: 10px; }
    .introduction.serviceIntroduction .wrap .images {
      margin: 40px 20px 0 20px;
      position: relative; }
      .introduction.serviceIntroduction .wrap .images figure {
        width: 50%;
        float: left; }
        .introduction.serviceIntroduction .wrap .images figure + figure {
          position: absolute;
          top: 40px;
          right: 60px; }
  .introduction.factsIntroduction .wrap .content h3 {
    color: #8fbebe; }
  .introduction.factsIntroduction .wrap .content .links {
    margin-left: 5px; }
    .introduction.factsIntroduction .wrap .content .links li {
      padding-left: 0; }
      .introduction.factsIntroduction .wrap .content .links li:before {
        display: none; }
  .introduction.faqsIntro .wrap .content h2 {
    color: #4b5a64;
    font-size: 1.625rem;
    line-height: 1.2;
    font-weight: 700; }
  .introduction .wrap .content {
    margin: 0 20px; }
    .introduction .wrap .content h2 {
      font-size: 0.875rem;
      color: #757575;
      padding-bottom: 6px; }
    .introduction .wrap .content h3 {
      font-weight: 700;
      font-size: 1.625rem;
      line-height: 1.2;
      color: #4b5a64; }
    .introduction .wrap .content p {
      font-size: 0.875rem;
      line-height: 1.4;
      padding-top: 16px;
      color: #757575; }
    .introduction .wrap .content strong {
      font-weight: 700; }
    .introduction .wrap .content .link {
      width: 150px;
      height: 35px;
      background-color: rgba(255, 255, 255, 0.8);
      text-transform: uppercase;
      color: #4b5a64;
      font-size: 0.75rem;
      letter-spacing: 0.03em;
      display: block;
      text-align: center;
      padding-top: 10px;
      font-weight: 700;
      margin-top: 30px;
      background-color: #4b5a64;
      color: white; }
    .introduction .wrap .content ul li {
      font-size: 0.875rem;
      line-height: 1.4;
      list-style: none;
      position: relative;
      padding-left: 15px;
      margin-left: 0; }
      .introduction .wrap .content ul li:before {
        content: '-';
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0; }

.newsSection .wrap {
  margin: 0 20px;
  position: relative; }
  .newsSection .wrap .items {
    color: #4b5a64;
    margin-bottom: 30px; }
  .newsSection .wrap .row {
    margin-bottom: 80px; }
    .newsSection .wrap .row figure {
      margin-bottom: 26px; }
    .newsSection .wrap .row time {
      display: block;
      line-height: 1.5;
      color: #4b5a64; }
    .newsSection .wrap .row h3 {
      font-weight: 700;
      font-size: 1.625rem;
      line-height: 1.3;
      padding-bottom: 10px;
      color: #4b5a64; }
    .newsSection .wrap .row p {
      color: #4b5a64;
      line-height: 1.5; }
    .newsSection .wrap .row span {
      font-size: 0.875rem;
      position: relative;
      display: inline-block;
      font-weight: 700;
      padding-right: 30px;
      color: #4b5a64;
      margin-top: 25px; }
      .newsSection .wrap .row span:after {
        content: '';
        background-position: -60px -300px;
        width: 18px;
        height: 14px;
        display: block;
        position: absolute;
        top: 1px;
        right: 0; }
      .newsSection .wrap .row span:after {
        background-position: -100px -360px; }

.newsArticle {
  margin-top: 50px; }
  .newsArticle .wrap {
    margin: 0 20px;
    position: relative; }
    .newsArticle .wrap .back {
      background-position: -180px -320px;
      width: 19px;
      height: 15px;
      display: block;
      font-size: 0;
      margin-bottom: 20px; }
    .newsArticle .wrap article nav {
      margin-bottom: 35px;
      margin-top: 10px; }
      .newsArticle .wrap article nav a {
        font-size: 0;
        display: inline-block;
        background-position: -300px -20px;
        width: 17px;
        height: 14px;
        vertical-align: middle; }
        .newsArticle .wrap article nav a + a {
          margin-left: 12px; }
        .newsArticle .wrap article nav a.instagram {
          background-position: -320px -20px;
          width: 17px;
          height: 17px; }
        .newsArticle .wrap article nav a.facebook {
          background-position: -340px -20px;
          width: 7px;
          height: 14px; }
    .newsArticle .wrap article figure {
      margin-bottom: 26px; }
    .newsArticle .wrap article p + figure {
      margin-top: 60px; }
    .newsArticle .wrap article time {
      display: block;
      line-height: 1.5; }
    .newsArticle .wrap article h3 {
      font-weight: 700;
      font-size: 1.625rem;
      line-height: 1.3;
      padding-bottom: 10px; }
    .newsArticle .wrap article p {
      color: #4b5a64;
      line-height: 1.5; }
      .newsArticle .wrap article p + p {
        margin-top: 20px; }

.staff {
  margin-bottom: 60px; }
  .staff .wrap {
    margin: 0 20px; }
    .staff .wrap .cols .col {
      text-align: center; }
      .staff .wrap .cols .col + .col {
        margin-top: 60px; }
      .staff .wrap .cols .col figure {
        width: 200px;
        height: 200px;
        overflow: hidden;
        border-radius: 50%;
        margin: 0 auto 40px auto; }
        .staff .wrap .cols .col figure img {
          width: auto;
          margin-left: -50px; }
      .staff .wrap .cols .col h3 {
        font-size: 1.1875rem;
        font-weight: 700;
        line-height: 1.2;
        padding-bottom: 10px; }
      .staff .wrap .cols .col p {
        font-size: 0.875rem;
        line-height: 1.4;
        color: #8fbebe;
        width: 230px;
        margin: 0 auto; }

.shopProduct {
  padding: 40px 0; }
  .shopProduct .wrap {
    margin: 0 20px; }
    .shopProduct .wrap .back {
      font-weight: 700;
      font-size: 0.875rem;
      margin-top: 80px;
      float: left;
      position: relative;
      padding-left: 50px; }
      .shopProduct .wrap .back:before {
        content: '';
        background-position: -180px -320px;
        width: 19px;
        height: 15px;
        display: block;
        position: absolute;
        left: 0;
        top: 1px; }
    .shopProduct .wrap .cols .col figure {
      max-width: 200px; }
    .shopProduct .wrap .cols .col .description h2 {
      font-weight: 700;
      font-size: 1.25rem;
      padding-bottom: 5px; }
    .shopProduct .wrap .cols .col .description p {
      font-size: 0.875rem;
      color: #4d4d4d;
      line-height: 1.4; }
      .shopProduct .wrap .cols .col .description p.price {
        color: black;
        font-size: 1.125rem;
        padding-bottom: 14px; }
    .shopProduct .wrap .cols .col .input label {
      font-size: 0.9375rem;
      color: #4b5a64;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 0.03em; }
    .shopProduct .wrap .cols .col .input input, .shopProduct .wrap .cols .col .input select {
      border-bottom: 0; }
    .shopProduct .wrap .cols .col .productOptions {
      margin-top: 35px; }
      .shopProduct .wrap .cols .col .productOptions .selects .input {
        width: 240px; }
        .shopProduct .wrap .cols .col .productOptions .selects .input:after {
          content: '';
          background-position: -160px -280px;
          width: 14px;
          height: 9px;
          display: block;
          position: absolute;
          top: 21px;
          right: 14px;
          pointer-events: none; }
        .shopProduct .wrap .cols .col .productOptions .selects .input label {
          float: left;
          padding-top: 16px;
          margin-right: 14px; }
        .shopProduct .wrap .cols .col .productOptions .selects .input select {
          background-color: #edeef0;
          color: gray;
          width: 190px;
          float: left;
          height: 50px;
          padding: 0 14px; }
      .shopProduct .wrap .cols .col .productOptions .quantity {
        width: 240px;
        float: left;
        margin-top: 14px;
        position: relative; }
        .shopProduct .wrap .cols .col .productOptions .quantity .input label {
          margin-right: 12px; }
        .shopProduct .wrap .cols .col .productOptions .quantity .input input {
          border: 1px solid #edeef0;
          width: 188px;
          height: 50px;
          font-size: 1.5rem;
          text-align: center;
          color: #4b5a64;
          padding-bottom: 0; }
        .shopProduct .wrap .cols .col .productOptions .quantity .input button {
          text-align: center;
          color: #4b5a64;
          font-size: 1.5rem;
          background-color: #edeef0;
          width: 51px;
          height: 51px;
          position: absolute;
          top: 0;
          left: 48px;
          margin-top: 0; }
          .shopProduct .wrap .cols .col .productOptions .quantity .input button + button {
            right: 0;
            left: auto; }
    .shopProduct .wrap .cols .col form {
      margin-top: 30px; }
      .shopProduct .wrap .cols .col form button.add {
        float: left;
        width: 150px;
        height: 35px;
        background-color: rgba(255, 255, 255, 0.8);
        text-transform: uppercase;
        color: #4b5a64;
        font-size: 0.75rem;
        letter-spacing: 0.03em;
        display: block;
        text-align: center;
        padding-top: 10px;
        font-weight: 700;
        background-color: rgba(74, 90, 101, 0.8);
        color: white;
        margin-top: 30px;
        padding: 0; }

.shop .wrap {
  margin: 0 20px; }
  .shop .wrap p.items {
    text-align: right;
    font-size: 0.875rem;
    margin-bottom: 20px; }
  .shop .wrap .load {
    width: 150px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    color: #4b5a64;
    font-size: 0.75rem;
    letter-spacing: 0.03em;
    display: block;
    text-align: center;
    padding-top: 10px;
    font-weight: 700;
    background-color: #4b5a64;
    color: white;
    margin: 40px auto 0 auto; }
  .shop .wrap .hold .product {
    max-width: 360px;
    margin: 0 auto; }
    .shop .wrap .hold .product figure {
      margin-bottom: 25px; }
    .shop .wrap .hold .product .details h3 {
      font-weight: 700;
      font-size: 1rem; }
    .shop .wrap .hold .product .details p {
      font-size: 0.875rem;
      padding-top: 10px; }
    .shop .wrap .hold .product + .product {
      margin-top: 40px; }

.panel.darkBlue {
  background-color: #4b5a64; }
.panel.lightBlue {
  background-color: #e0e8ef; }
  .panel.lightBlue .wrap .cols .col:not(.paymentTypes) h3, .panel.lightBlue .wrap .cols .col:not(.paymentTypes) p {
    color: black;
    line-height: 1.5; }
  .panel.lightBlue .wrap .cols .col:not(.paymentTypes) h3 {
    font-weight: 700; }
  .panel.lightBlue .wrap .cols .col:not(.paymentTypes) p:not(.input) {
    color: black; }
.panel.imagePanel {
  background-size: cover;
  background-position: center center; }
  .panel.imagePanel .wrap .cols .col:not(.paymentTypes) h3 {
    color: rgba(75, 90, 100, 0.5);
    color: white; }
  .panel.imagePanel .wrap .cols .col:not(.paymentTypes) h4 {
    color: #4b5a64;
    color: white;
    padding-bottom: 0;
    padding-right: 50px; }
    .panel.imagePanel .wrap .cols .col:not(.paymentTypes) h4:after {
      display: none; }
  .panel.imagePanel .wrap .cols .col:not(.paymentTypes) a {
    width: 150px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    color: #4b5a64;
    font-size: 0.75rem;
    letter-spacing: 0.03em;
    display: block;
    text-align: center;
    padding-top: 10px;
    font-weight: 700; }
  .panel.imagePanel.largeImagePanel {
    height: 100%;
    position: relative; }
    .panel.imagePanel.largeImagePanel:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 100;
      background: -moz-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .panel.imagePanel.largeImagePanel .wrap {
      padding: 150px 20px 100px 20px;
      position: relative;
      z-index: 100; }
      .panel.imagePanel.largeImagePanel .wrap .cols .col:not(.paymentTypes) h3 {
        color: white !important; }
      .panel.imagePanel.largeImagePanel .wrap .cols .col:not(.paymentTypes) h4 {
        color: white !important;
        padding-bottom: 30px; }
        .panel.imagePanel.largeImagePanel .wrap .cols .col:not(.paymentTypes) h4:after {
          display: block;
          color: white !important; }
.panel .wrap {
  padding: 98px 20px; }
  .panel .wrap .cols .col:not(.paymentTypes) h3 {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.5); }
  .panel .wrap .cols .col:not(.paymentTypes) ul {
    margin-top: 30px; }
    .panel .wrap .cols .col:not(.paymentTypes) ul li {
      font-size: 0.875rem;
      line-height: 1.5;
      color: white;
      list-style: none;
      position: relative;
      padding-left: 15px;
      margin-left: -12px; }
      .panel .wrap .cols .col:not(.paymentTypes) ul li:before {
        content: '-';
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0; }
  .panel .wrap .cols .col:not(.paymentTypes) h5 {
    font-size: 0.875rem;
    line-height: 1.4;
    color: white;
    font-weight: 700; }
  .panel .wrap .cols .col:not(.paymentTypes) h4 {
    font-size: 1.125rem;
    color: white;
    line-height: 1.2;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 35px;
    position: relative;
    margin-bottom: 30px; }
    .panel .wrap .cols .col:not(.paymentTypes) h4:after {
      content: '';
      height: 4px;
      width: 68px;
      background-color: white;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0; }
  .panel .wrap .cols .col:not(.paymentTypes) p:not(.input) {
    font-size: 0.875rem;
    line-height: 1.4;
    color: white; }
    .panel .wrap .cols .col:not(.paymentTypes) p:not(.input).small {
      font-size: 0.75rem;
      opacity: 0.5;
      margin-top: 30px; }
    .panel .wrap .cols .col:not(.paymentTypes) p:not(.input) + p {
      margin-top: 15px; }
  .panel .wrap .cols .col.paymentTypes .box {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 28px 16px;
    margin-bottom: 20px; }
    .panel .wrap .cols .col.paymentTypes .box a {
      width: 100%;
      height: 100%;
      display: block; }
    .panel .wrap .cols .col.paymentTypes .box:nth-child(odd) h3 {
      color: #8fbebe; }
    .panel .wrap .cols .col.paymentTypes .box h3, .panel .wrap .cols .col.paymentTypes .box h4 {
      font-size: 1.125rem;
      line-height: 1.2; }
    .panel .wrap .cols .col.paymentTypes .box h3 {
      font-weight: 700;
      padding-bottom: 4px; }
    .panel .wrap .cols .col.paymentTypes .box span {
      font-size: 0.875rem;
      position: relative;
      display: inline-block;
      font-weight: 700;
      padding-right: 30px;
      margin-top: 26px; }
      .panel .wrap .cols .col.paymentTypes .box span:after {
        content: '';
        background-position: -60px -300px;
        width: 18px;
        height: 14px;
        display: block;
        position: absolute;
        top: 1px;
        right: 0; }

.contactPanel .wrap .map {
  height: 300px;
  width: 100%; }
.contactPanel .wrap .cols {
  padding: 40px 20px 80px 20px; }
  .contactPanel .wrap .cols .col h4 {
    color: rgba(0, 0, 0, 0.5);
    font-size: 0.875rem;
    padding-bottom: 5px; }
  .contactPanel .wrap .cols .col p {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.3;
    color: #4d4d4d; }
  .contactPanel .wrap .cols .col + .col {
    margin-top: 40px; }

.factsheets {
  padding-bottom: 80px; }
  .factsheets .wrap {
    margin: 0 20px; }
    .factsheets .wrap h2 {
      font-weight: 700;
      font-size: 1.625rem;
      line-height: 1.2;
      color: #8fbebe; }
    .factsheets .wrap .links li .sub {
      color: gray;
      font-size: 0.75rem;
      padding-top: 3px; }

.boxGrid .wrap {
  margin: 0 20px; }
  .boxGrid .wrap .box .text {
    padding: 40px 20px; }
    .boxGrid .wrap .box .text h3 {
      font-weight: 700;
      padding-bottom: 20px;
      font-size: 1.125rem; }
    .boxGrid .wrap .box .text p {
      font-size: 0.875rem;
      line-height: 1.4;
      color: #757575; }
    .boxGrid .wrap .box .text span {
      font-size: 0.875rem;
      position: relative;
      display: inline-block;
      font-weight: 700;
      padding-right: 30px;
      margin-top: 26px; }
      .boxGrid .wrap .box .text span:after {
        content: '';
        background-position: -60px -300px;
        width: 18px;
        height: 14px;
        display: block;
        position: absolute;
        top: 1px;
        right: 0; }
  .boxGrid .wrap .box.accordionBox .tier {
    background-size: cover;
    background-position: center center;
    position: relative; }
    .boxGrid .wrap .box.accordionBox .tier + .tier {
      margin-top: 1px; }
    .boxGrid .wrap .box.accordionBox .tier.active:after {
      opacity: 0.8; }
    .boxGrid .wrap .box.accordionBox .tier:after {
      content: '';
      background-color: #4b5a64;
      display: block;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10; }
    .boxGrid .wrap .box.accordionBox .tier:nth-of-type(2):after {
      background-color: #8fbebe; }
    .boxGrid .wrap .box.accordionBox .tier:nth-of-type(3):after {
      background-color: #a4acb2; }
    .boxGrid .wrap .box.accordionBox .tier .text {
      position: relative;
      z-index: 100;
      padding: 20px;
      padding-bottom: 0; }
      .boxGrid .wrap .box.accordionBox .tier .text.open h3:after {
        background-position: -200px -50px;
        height: 2px; }
      .boxGrid .wrap .box.accordionBox .tier .text.open .expand {
        height: 160px;
        opacity: 1; }
      .boxGrid .wrap .box.accordionBox .tier .text h3, .boxGrid .wrap .box.accordionBox .tier .text p, .boxGrid .wrap .box.accordionBox .tier .text span {
        color: white; }
      .boxGrid .wrap .box.accordionBox .tier .text p {
        max-height: 76px;
        overflow: hidden; }
      .boxGrid .wrap .box.accordionBox .tier .text h3 {
        padding-bottom: 0;
        margin-bottom: 20px;
        cursor: pointer;
        position: relative; }
        .boxGrid .wrap .box.accordionBox .tier .text h3:after {
          content: '';
          background-position: -200px -20px;
          width: 18px;
          height: 18px;
          display: block;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          right: 0; }
      .boxGrid .wrap .box.accordionBox .tier .text span:after {
        content: '';
        background-position: -100px -300px; }
      .boxGrid .wrap .box.accordionBox .tier .text .expand {
        height: 0;
        opacity: 0;
        overflow: hidden;
        -webkit-transition-timing-function: linear;
        -webkit-transition-duration: 300ms;
        -webkit-transition-property: all;
        -moz-transition-timing-function: linear;
        -moz-transition-duration: 300ms;
        -moz-transition-property: all;
        -o-transition-timing-function: linear;
        -o-transition-duration: 300ms;
        -o-transition-property: all;
        -ms-transition-timing-function: linear;
        -ms-transition-duration: 300ms;
        -ms-transition-property: all;
        transition-timing-function: linear;
        transition-duration: 300ms;
        transition-property: all; }

.grid .wrap .item {
  text-align: center;
  padding: 40px;
  position: relative;
  padding-top: 75%; }
  .grid .wrap .item.blackBg {
    background-color: black;
    color: white; }
    .grid .wrap .item.blackBg .text span:after {
      background-position: -100px -300px; }
  .grid .wrap .item.whiteBg {
    background-color: #fffbfe; }
  .grid .wrap .item.blueBg {
    background-color: #8fbebe; }
  .grid .wrap .item.darkBlue {
    background-color: #4b5a64;
    color: white; }
    .grid .wrap .item.darkBlue .text span:after {
      background-position: -100px -300px; }
  .grid .wrap .item.imageBg {
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding-top: 75%;
    /*
    				&:after {
    					content: '';
    					width: 100%;
    					height: 100%;
    					display: block;
    					position: absolute;
    					top: 0;
    					left: 0;
    					background-color: rgba(75, 90, 100, 0.6);
    				}
    */ }
    .grid .wrap .item.imageBg .text span:after {
      background-position: -100px -300px; }
  .grid .wrap .item .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: -moz-calc(100% - 80px);
    width: -o-calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 100; }
    .grid .wrap .item .text h2, .grid .wrap .item .text p, .grid .wrap .item .text span {
      position: relative;
      z-index: 10; }
    .grid .wrap .item .text h2 {
      font-weight: 700;
      padding-bottom: 20px;
      font-size: 1.125rem; }
    .grid .wrap .item .text p {
      font-size: 0.875rem;
      line-height: 1.4; }
    .grid .wrap .item .text span {
      font-size: 0.875rem;
      position: relative;
      display: inline-block;
      font-weight: 700;
      padding-right: 30px;
      margin-top: 26px; }
      .grid .wrap .item .text span:after {
        content: '';
        background-position: -60px -300px;
        width: 18px;
        height: 14px;
        display: block;
        position: absolute;
        top: 1px;
        right: 0; }
      .grid .wrap .item .text span.readMoreTwo {
        padding: 0;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.3);
        width: 120px;
        padding: 13px 0; }
        .grid .wrap .item .text span.readMoreTwo:after {
          display: none; }

.tabs {
  background-color: #f1f1f1; }
  .tabs .wrap {
    padding: 40px 20px; }
    .tabs .wrap .tab {
      padding-bottom: 20px;
      position: relative; }
      .tabs .wrap .tab:after {
        content: '';
        width: 55px;
        height: 1px;
        background-color: #4d4d4d;
        display: block;
        position: absolute;
        bottom: 0;
        left: 0; }
      .tabs .wrap .tab + .tab {
        margin-top: 30px; }
      .tabs .wrap .tab h2 {
        font-size: 0.75rem;
        font-weight: 700;
        padding-bottom: 6px; }
      .tabs .wrap .tab > div {
        line-height: 1.4; }
      .tabs .wrap .tab p {
        font-size: 0.875rem;
        color: #4d4d4d;
        line-height: 1.4; }
        .tabs .wrap .tab p + p {
          margin-top: 15px; }

.faqs {
  padding-bottom: 80px; }
  .faqs .wrap {
    margin: 0 20px; }
    .faqs .wrap .accordion + .accordion {
      margin-top: 40px; }
    .faqs .wrap .accordion.active button {
      color: #4b5a64; }
      .faqs .wrap .accordion.active button h3 {
        font-weight: 700; }
      .faqs .wrap .accordion.active button:after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg); }
    .faqs .wrap .accordion button {
      border-bottom: 1px solid #d4d4d4;
      padding-bottom: 8px;
      text-align: left;
      position: relative;
      width: 100%;
      cursor: pointer;
      margin-bottom: 20px; }
      .faqs .wrap .accordion button:after {
        content: '';
        background-position: -180px -300px;
        width: 20px;
        height: 16px;
        display: inline-block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        -webkit-transition-timing-function: linear;
        -webkit-transition-duration: 300ms;
        -webkit-transition-property: all;
        -moz-transition-timing-function: linear;
        -moz-transition-duration: 300ms;
        -moz-transition-property: all;
        -o-transition-timing-function: linear;
        -o-transition-duration: 300ms;
        -o-transition-property: all;
        -ms-transition-timing-function: linear;
        -ms-transition-duration: 300ms;
        -ms-transition-property: all;
        transition-timing-function: linear;
        transition-duration: 300ms;
        transition-property: all; }
      .faqs .wrap .accordion button h3 {
        font-size: 1rem;
        padding-right: 35px;
        pointer-events: none; }
    .faqs .wrap .accordion p {
      font-size: 0.875rem;
      line-height: 1.5;
      height: 0;
      opacity: 0;
      overflow: hidden;
      -webkit-transition-timing-function: linear;
      -webkit-transition-duration: 300ms;
      -webkit-transition-property: all;
      -moz-transition-timing-function: linear;
      -moz-transition-duration: 300ms;
      -moz-transition-property: all;
      -o-transition-timing-function: linear;
      -o-transition-duration: 300ms;
      -o-transition-property: all;
      -ms-transition-timing-function: linear;
      -ms-transition-duration: 300ms;
      -ms-transition-property: all;
      transition-timing-function: linear;
      transition-duration: 300ms;
      transition-property: all; }
      .faqs .wrap .accordion p.show {
        height: 180px;
        opacity: 1; }

.slider {
  margin: 0 20px;
  padding-bottom: 40px;
  overflow: hidden; }
  .slider.relatedArticles {
    margin: 0 30px;
    margin: 90px 30px 0 30px; }
    .slider.relatedArticles h2 {
      text-align: center;
      color: #4d4d4d; }
    .slider.relatedArticles .swiper-menu button {
      top: auto;
      bottom: 0;
      margin: 0; }
    .slider.relatedArticles .swiper-container .swiper-wrapper .swiper-slide figure {
      margin-bottom: 26px; }
    .slider.relatedArticles .swiper-container .swiper-wrapper .swiper-slide time {
      display: block;
      padding-bottom: 2px; }
    .slider.relatedArticles .swiper-container .swiper-wrapper .swiper-slide h3 {
      font-weight: 700;
      font-size: 1.1875rem;
      line-height: 1.2;
      padding-bottom: 13px;
      padding-right: 15px; }
  .slider.productSlider {
    margin-top: 60px; }
    .slider.productSlider > h2 {
      text-align: center;
      color: #4d4d4d;
      font-size: 1rem;
      padding-bottom: 40px; }
    .slider.productSlider .swiper-container {
      margin: 0 34px; }
      .slider.productSlider .swiper-container .swiper-wrapper .swiper-slide {
        padding-top: 0; }
        .slider.productSlider .swiper-container .swiper-wrapper .swiper-slide figure {
          margin-bottom: 25px; }
        .slider.productSlider .swiper-container .swiper-wrapper .swiper-slide h3 {
          font-weight: 700;
          font-size: 1rem; }
        .slider.productSlider .swiper-container .swiper-wrapper .swiper-slide p {
          font-size: 0.875rem;
          padding-top: 10px; }
  .slider .swiper-container .swiper-pagination {
    text-align: center;
    margin-top: 10px; }
    .slider .swiper-container .swiper-pagination span {
      border: 1px solid black;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      display: inline-block; }
      .slider .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
        background-color: black; }
      .slider .swiper-container .swiper-pagination span + span {
        margin-left: 10px; }
  .slider .swiper-container .swiper-wrapper .swiper-slide {
    padding-top: 25px; }
    .slider .swiper-container .swiper-wrapper .swiper-slide .infoBox {
      border: 1px solid #d4d4d4;
      padding: 0 28px;
      text-align: center;
      height: 312px;
      position: relative;
      background-color: white; }
      .slider .swiper-container .swiper-wrapper .swiper-slide .infoBox figure {
        width: 75px;
        margin: -34px auto 0 auto; }
      .slider .swiper-container .swiper-wrapper .swiper-slide .infoBox .text {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        width: -moz-calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin: 0 auto; }
        .slider .swiper-container .swiper-wrapper .swiper-slide .infoBox .text h2 {
          font-size: 1rem;
          font-weight: 700;
          padding-bottom: 23px;
          position: relative;
          margin-bottom: 25px; }
          .slider .swiper-container .swiper-wrapper .swiper-slide .infoBox .text h2:after {
            content: '';
            width: 30px;
            height: 3px;
            background-color: #4b5a64;
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto; }
        .slider .swiper-container .swiper-wrapper .swiper-slide .infoBox .text p {
          font-size: 0.875rem;
          line-height: 1.4; }
  .slider .swiper-menu button {
    background-color: transparent;
    background-position: -220px -300px;
    width: 20px;
    height: 16px;
    margin-top: -7px; }
    .slider .swiper-menu button + button {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.basket {
  margin-top: 40px;
  margin-bottom: 80px; }
  .basket .wrap {
    margin: 0 20px; }
    .basket .wrap .top a {
      font-size: 0.875rem;
      font-weight: 700;
      display: block;
      margin-bottom: 40px; }
      .basket .wrap .top a:before {
        content: '';
        background-position: -180px -320px;
        width: 19px;
        height: 15px;
        display: inline-block;
        padding-right: 10px;
        position: relative;
        top: 2px; }
    .basket .wrap .overview {
      margin-top: 50px; }
      .basket .wrap .overview .hold form {
        margin-top: 0; }
      .basket .wrap .overview .hold ul li {
        list-style: none; }
        .basket .wrap .overview .hold ul li + li {
          margin-top: 16px; }
        .basket .wrap .overview .hold ul li h3, .basket .wrap .overview .hold ul li h4 {
          padding: 0;
          font-size: 0.875rem;
          font-weight: 700; }
        .basket .wrap .overview .hold ul li h3 {
          float: left; }
        .basket .wrap .overview .hold ul li h4 {
          float: right; }
          .basket .wrap .overview .hold ul li h4 i {
            font-style: normal; }
      .basket .wrap .overview .hold .tickbox {
        margin-top: 20px; }
      .basket .wrap .overview .hold .payment {
        margin-top: 50px; }
        .basket .wrap .overview .hold .payment a, .basket .wrap .overview .hold .payment button {
          width: 150px;
          height: 35px;
          background-color: rgba(255, 255, 255, 0.8);
          text-transform: uppercase;
          color: #4b5a64;
          font-size: 0.75rem;
          letter-spacing: 0.03em;
          display: block;
          text-align: center;
          padding-top: 10px;
          font-weight: 700;
          background-color: #4b5a64;
          color: white;
          display: block;
          width: 100%;
          height: 40px;
          padding-top: 14px; }
        .basket .wrap .overview .hold .payment button {
          padding: 0; }
        .basket .wrap .overview .hold .payment p {
          text-align: center;
          font-size: 0.875rem; }
      .basket .wrap .overview .hold .promo {
        margin-bottom: 50px; }
        .basket .wrap .overview .hold .promo .input {
          width: 60%;
          float: left; }
          .basket .wrap .overview .hold .promo .input input {
            font-size: 0.875rem;
            height: 40px;
            color: #4b5a64;
            padding-bottom: 0;
            border: 1px solid #b4b8b8;
            padding-left: 10px; }
          .basket .wrap .overview .hold .promo .input label {
            font-size: 0.875rem;
            left: 10px;
            top: 13px;
            color: #4b5a64; }
        .basket .wrap .overview .hold .promo .errorMessage {
          font-size: 0.75rem;
          color: #e91800; }
        .basket .wrap .overview .hold .promo button {
          height: 40px;
          width: 35%;
          margin-left: 5px;
          float: left;
          letter-spacing: 0.04em;
          background-color: #4b5a64;
          margin-top: 0; }
    .basket .wrap .main .stages {
      margin-bottom: 50px; }
      .basket .wrap .main .stages button {
        background-color: #edeef0;
        width: 100%;
        height: 45px;
        text-align: center;
        font-weight: 700;
        font-size: 0.8125rem;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        color: #4b5a64; }
        .basket .wrap .main .stages button + button {
          margin-top: 12px; }
        .basket .wrap .main .stages button.current {
          background-color: #4b5a64;
          color: white; }
    .basket .wrap .main .empty {
      font-size: 0.875rem;
      line-height: 1.4;
      padding-top: 40px;
      color: #757575; }
      .basket .wrap .main .empty a {
        font-weight: 700; }
    .basket .wrap .main .cols.shipping .col.overviewCol {
      margin-top: 50px; }
    .basket .wrap .main .cols.shipping .col + .col {
      margin-top: 50px; }
    .basket .wrap .main .cols.shipping .col .input input, .basket .wrap .main .cols.shipping .col .input select {
      border: 1px solid #b4b8b8;
      height: 45px;
      font-size: 0.875rem;
      padding: 0 10px;
      color: #4b5a64; }
    .basket .wrap .main .cols.shipping .col .input label {
      font-size: 0.875rem;
      left: 10px;
      top: 16px;
      color: #4b5a64; }
    .basket .wrap .main .cols.shipping .col .input + .input {
      margin-top: 16px; }
    .basket .wrap .main .cols.shipping .col .twoInput p, .basket .wrap .main .cols.shipping .col .smInput p {
      font-size: 0.875rem; }
      .basket .wrap .main .cols.shipping .col .twoInput p ul li, .basket .wrap .main .cols.shipping .col .smInput p ul li {
        font-size: 0; }
    .basket .wrap .main .cols.shipping .col .twoInput {
      margin: 16px 0; }
      .basket .wrap .main .cols.shipping .col .twoInput > p {
        margin-bottom: 10px; }
      .basket .wrap .main .cols.shipping .col .twoInput .inputs .input {
        float: left;
        width: -moz-calc(50% - 10px);
        width: -o-calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px); }
        .basket .wrap .main .cols.shipping .col .twoInput .inputs .input + .input {
          margin-top: 0;
          margin-left: 10px; }
    .basket .wrap .main .cols.shipping .col .smInput .input {
      float: left;
      width: 30%;
      margin: 0; }
    .basket .wrap .main .cols.shipping .col .smInput p {
      float: left;
      margin-left: 20px;
      margin-top: 20px; }
    .basket .wrap .main .cols.shipping .col .tickbox input {
      float: left; }
    .basket .wrap .main .cols.shipping .col .tickbox label {
      font-size: 0.75rem;
      line-height: 1.3;
      margin-bottom: 20px;
      display: inline-block;
      float: left;
      width: 280px;
      margin-left: 5px; }
    .basket .wrap .main .cols.shipping .col .tickbox ul li {
      color: #e91800;
      font-size: 0.875rem; }
    .basket .wrap .main .cols h2 {
      text-align: left;
      padding-bottom: 50px;
      font-weight: 700;
      font-size: 1.25rem; }
    .basket .wrap .main .cols .basketList ul li {
      padding-bottom: 30px;
      list-style: none; }
      .basket .wrap .main .cols .basketList ul li + li {
        border-top: 1px solid #b3b3b3;
        padding-top: 30px; }
      .basket .wrap .main .cols .basketList ul li:last-of-type {
        border-bottom: 1px solid #b3b3b3; }
      .basket .wrap .main .cols .basketList ul li .hold figure {
        float: left;
        width: 50%;
        padding-right: 20px; }
      .basket .wrap .main .cols .basketList ul li .hold .description {
        float: left;
        width: 50%; }
        .basket .wrap .main .cols .basketList ul li .hold .description .text h3 {
          font-size: 1.125rem;
          font-weight: 700;
          padding-bottom: 10px; }
        .basket .wrap .main .cols .basketList ul li .hold .description .text .price {
          font-size: 1rem; }
          .basket .wrap .main .cols .basketList ul li .hold .description .text .price i {
            font-style: normal; }
        .basket .wrap .main .cols .basketList ul li .hold .description .quantity {
          margin: 20px 0; }
          .basket .wrap .main .cols .basketList ul li .hold .description .quantity h3 {
            font-size: 0.875rem;
            float: left;
            font-weight: 700;
            padding: 0; }
          .basket .wrap .main .cols .basketList ul li .hold .description .quantity .input {
            float: left;
            width: 30px;
            padding: 0;
            margin: -2px 0 0 5px; }
            .basket .wrap .main .cols .basketList ul li .hold .description .quantity .input input {
              font-weight: 700;
              border: 0; }
        .basket .wrap .main .cols .basketList ul li .hold .description .remove {
          text-decoration: underline;
          font-size: 0.75rem; }
  .basket.confirmBasket .wrap .main .cols .basketList.confirm h2 {
    text-align: left;
    margin-top: 40px;
    padding-bottom: 0;
    font-size: 0.875rem; }
  .basket.confirmBasket .wrap .main .cols .basketList.confirm p {
    font-size: 0.875rem;
    line-height: 1.4; }
    .basket.confirmBasket .wrap .main .cols .basketList.confirm p a {
      text-decoration: underline; }
  .basket.confirmBasket .wrap .main .cols .basketList.confirm ul {
    margin-top: 30px; }
    .basket.confirmBasket .wrap .main .cols .basketList.confirm ul header {
      border-top: 1px solid #b3b3b3;
      padding: 10px; }
      .basket.confirmBasket .wrap .main .cols .basketList.confirm ul header h3 {
        font-weight: 700;
        text-transform: uppercase;
        font-size: 0.75rem;
        float: left; }
      .basket.confirmBasket .wrap .main .cols .basketList.confirm ul header .pullRight h3:first-of-type {
        margin-right: 42px; }
    .basket.confirmBasket .wrap .main .cols .basketList.confirm ul .pullRight {
      float: right;
      width: 108px; }
    .basket.confirmBasket .wrap .main .cols .basketList.confirm ul li .hold .col {
      padding-left: 0;
      float: none;
      width: 100%; }
      .basket.confirmBasket .wrap .main .cols .basketList.confirm ul li .hold .col p, .basket.confirmBasket .wrap .main .cols .basketList.confirm ul li .hold .col h3 {
        font-size: 0.875rem; }
      .basket.confirmBasket .wrap .main .cols .basketList.confirm ul li .hold .col .description {
        width: 120px;
        float: left;
        margin-left: 10px; }
        .basket.confirmBasket .wrap .main .cols .basketList.confirm ul li .hold .col .description h3 {
          margin-top: 14px;
          text-transform: capitalize; }
          .basket.confirmBasket .wrap .main .cols .basketList.confirm ul li .hold .col .description h3 + h3 {
            margin-top: 5px; }
      .basket.confirmBasket .wrap .main .cols .basketList.confirm ul li .hold .col .pullRight .quantity {
        margin-top: 0;
        float: left;
        width: auto; }
      .basket.confirmBasket .wrap .main .cols .basketList.confirm ul li .hold .col .pullRight .price {
        float: left;
        margin-left: 50px; }
    .basket.confirmBasket .wrap .main .cols .basketList.confirm ul li .hold figure {
      width: 100%;
      float: none; }
  .basket.confirmBasket .wrap .main .cols .orderDetails {
    margin: 60px 0; }
    .basket.confirmBasket .wrap .main .cols .orderDetails .payment .placeOrder {
      background-color: #4b5a64;
      color: #fff;
      margin-top: 0px; }
    .basket.confirmBasket .wrap .main .cols .orderDetails .payment .edit {
      background-color: #edeef0;
      color: #4b5a64; }
    .basket.confirmBasket .wrap .main .cols .orderDetails .order {
      background-color: rgba(237, 238, 240, 0.6);
      padding: 15px; }
      .basket.confirmBasket .wrap .main .cols .orderDetails .order div:not(.orderTotal) {
        float: left;
        width: 50%;
        margin-bottom: 30px; }
      .basket.confirmBasket .wrap .main .cols .orderDetails .order > div p {
        line-height: 1.4; }
      .basket.confirmBasket .wrap .main .cols .orderDetails .order > div h4, .basket.confirmBasket .wrap .main .cols .orderDetails .order > div p, .basket.confirmBasket .wrap .main .cols .orderDetails .order > div h3 {
        font-size: 0.875rem; }
      .basket.confirmBasket .wrap .main .cols .orderDetails .order > div h4, .basket.confirmBasket .wrap .main .cols .orderDetails .order > div h3 {
        font-weight: 700; }
      .basket.confirmBasket .wrap .main .cols .orderDetails .order ul li {
        list-style: none;
        width: 100%;
        display: block; }
        .basket.confirmBasket .wrap .main .cols .orderDetails .order ul li h3 {
          margin-right: 6px;
          width: 80px; }
        .basket.confirmBasket .wrap .main .cols .orderDetails .order ul li h3, .basket.confirmBasket .wrap .main .cols .orderDetails .order ul li p {
          display: inline-block; }

footer .wrap .top {
  padding: 40px 20px; }
  footer .wrap .top h2 {
    text-indent: -9999px;
    background-position: -20px -200px;
    width: 110px;
    height: 67px;
    margin-bottom: 20px;
    display: none; }
  footer .wrap .top p {
    font-size: 0.75rem;
    line-height: 1.4;
    color: #757575; }
footer .wrap .bottom {
  background-color: #4b5a64;
  padding: 50px 20px 20px 20px;
  color: white; }
  footer .wrap .bottom nav {
    border-bottom: 1px solid white; }
    footer .wrap .bottom nav ul {
      float: left;
      width: 50%;
      margin-bottom: 30px; }
      footer .wrap .bottom nav ul h4 {
        font-size: 0.625rem;
        text-transform: uppercase;
        color: rgba(255, 255, 255, 0.5);
        font-weight: 700;
        padding-bottom: 10px; }
      footer .wrap .bottom nav ul li {
        font-size: 0.75rem;
        line-height: 2;
        max-width: 120px; }
        footer .wrap .bottom nav ul li.whiteLink {
          background-color: white;
          color: #4b5a64;
          font-weight: 700;
          text-align: center;
          margin-top: 10px; }
  footer .wrap .bottom .small {
    font-size: 0.625rem;
    opacity: 0.5;
    padding-top: 20px;
    line-height: 1.3; }

.thoughtco-cookiepanel.open .cookiepanel-overlay {
  z-index: 10000000; }
.thoughtco-cookiepanel.open .cookiepanel-sidebar {
  z-index: 10000000; }
.thoughtco-cookiepanel.open .buttons {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 9;
  margin-top: 1rem; }
.thoughtco-cookiepanel .buttons {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #949494;
  place-content: space-between center;
  justify-items: center;
  width: 90%;
  max-width: 400px;
  margin-top: 1em;
  padding: 20px 0;
  transition: all .3s ease-in-out;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0; }
  .thoughtco-cookiepanel .buttons button {
    display: inline-block;
    font-size: 0.75em;
    font-weight: bold;
    text-transform: uppercase; }

/*# sourceMappingURL=mobile.css.map */
