/*
#
#	VARIABLES
#
*/
/*
#
#	MIXINS
#
*/
/*
#
#	HTML STYLES
#
*/
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #4A4A49; }

a {
  text-decoration: none;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  color: #003A5D; }
  a:hover {
    text-decoration: none;
    color: #36BCEE; }

h1, .h1 {
  font-size: 42px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #003A5D; }

h2, .h2 {
  font-size: 28px;
  font-family: 'Josefin Sans', sans-serif;
  text-transform: default;
  font-weight: 700; }

h3 {
  font-size: 24px;
  color: #003A5D;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700; }
  h3 a {
    color: #36BCEE; }

.hs3 {
  font-size: 24px;
  color: #36BCEE;
  letter-spacing: 2px;
  text-transform: uppercase; }
  .hs3 a {
    color: #36BCEE; }

.cs2, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: #003A5D; }

.cs3 {
  color: #36BCEE; }

h4, .h4 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #003A5D; }

h5, .h5 {
  font-size: 20px;
  color: #003A5D;
  font-weight: 700;
  font-family: 'Josefin Sans', sans-serif; }

h6, .h6 {
  font-family: 'Josefin Sans', sans-serif; }

p, .p, ul {
  font-size: 1.2rem;
  color: #4A4A49; }

.small {
  font-size: 14px; }

.entry-content ul {
  list-style: none;
  padding-left: 1em;
  margin-bottom: 15px;
  margin-left: 0;
  margin-top: 15px; }
  .entry-content ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 15px; }
    .entry-content ul li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.7em;
      height: 2px;
      width: 9px;
      background: #36BCEE; }
  .entry-content ul.ticks li::before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00c";
    width: auto;
    height: auto;
    color: #36BCEE;
    background: none;
    top: 0.5em; }
.entry-content blockquote,
.entry-content .wp-block-quote {
  margin: 40px 15px !important;
  border-left: 0; }
  .entry-content blockquote p,
  .entry-content .wp-block-quote p {
    font-size: 1.2rem;
    font-weight: 700; }

/*
#
#	REUSABLE STYLES
#
*/
.bg-white {
  background: #fff; }

.bg-paleBlue {
  background: #DEF3FB; }

.debug .item {
  border: dashed 1px red; }
.debug .demo-500 > .item {
  min-height: 500px; }

@media (min-width: 992px) {
  .grid-30-70 {
    display: grid;
    grid-template-columns: 30% 70%; } }

@media (min-width: 992px) {
  .grid-50 {
    display: grid;
    grid-template-columns: 50% 50%; } }

@media (min-width: 992px) {
  .grid-60-40 {
    display: grid;
    grid-template-columns: 60% 40%; } }

@media (min-width: 992px) {
  .grid-70-30 {
    display: grid;
    grid-template-columns: 70% 30%; } }

@media (min-width: 992px) {
  .grid-vertical-50 {
    display: grid;
    grid-template-rows: 50% 50%;
    height: 100%; } }

.grid-full-height {
  align-content: stretch; }

.inlineBullets {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .inlineBullets li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    .inlineBullets li a {
      display: inline-block;
      padding: 0 10px; }
  .inlineBullets.text-right li:last-child a {
    padding-right: 0; }
  .inlineBullets.text-left li:last-child a {
    padding-left: 0; }

@media (min-width: 992px) {
  .inlineBullets-md {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .inlineBullets-md li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      .inlineBullets-md li a {
        display: inline-block;
        padding: 0 10px; }
    .inlineBullets-md.text-right li:last-child a {
      padding-right: 0; }
    .inlineBullets-md.text-left li:last-child a {
      padding-left: 0; } }

.socialLinks {
  text-align: center;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .socialLinks {
      text-align: left;
      margin-bottom: 0; } }

.removeBullets {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0; }
  .removeBullets li {
    margin: 0;
    padding: 0; }

.circledBullets li a {
  border: solid 1px #979797;
  background: #fff;
  color: #979797;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .circledBullets li a i {
    display: inline-block; }
  .circledBullets li a:hover {
    color: #003A5D;
    border-color: #003A5D; }

.center {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .center.text-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }

.btn,
input.btn[type=submit] {
  background: #003A5D;
  color: #fff;
  padding: 10px 35px;
  display: inline-block;
  border-radius: 0;
  border: solid 1px #003A5D;
  -moz-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  -webkit-transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
  text-transform: uppercase;
  font-size: 14px; }
  .btn:hover,
  input.btn[type=submit]:hover {
    background: transparent;
    color: #003A5D; }
  .btn.btn-outline,
  input.btn[type=submit].btn-outline {
    border: solid 1px #003A5D;
    color: #003A5D;
    background: transparent; }
    .btn.btn-outline:hover,
    input.btn[type=submit].btn-outline:hover {
      background: #003A5D;
      color: #fff; }

/*
#
#	STRUCTURE
#
*/
.leader-bar {
  padding: 100px 10px 10px 10px;
  background: #DEF3FB;
  color: #36BCEE;
  text-align: center; }
  @media (max-width: 991px) {
    .leader-bar {
      text-align: center;
      margin-bottom: 15px; }
      .leader-bar .notice {
        padding: 10px 0 5px; } }
  @media (min-width: 992px) {
    .leader-bar {
      padding: 10px; } }
  .leader-bar p {
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    color: #36BCEE; }
  .leader-bar a {
    color: #003366; }
    .leader-bar a .fa {
      color: #36BCEE;
      font-size: 14px; 
	  transform: translateY(-1px);
	  }
  .leader-bar .countrySelector {
    position: relative;
    position: relative; }
    .leader-bar .countrySelector .countrySelectorDropDown {
      position: absolute;
      pointer-events: none;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -moz-transition: opacity 0.4s ease-in-out;
      -o-transition: opacity 0.4s ease-in-out;
      -webkit-transition: opacity 0.4s ease-in-out;
      transition: opacity 0.4s ease-in-out;
      position: absolute;
      right: 0;
      padding: 10px;
      background: #fff;
      width: 150px; }
      .leader-bar .countrySelector .countrySelectorDropDown ul, .leader-bar .countrySelector .countrySelectorDropDown li, .leader-bar .countrySelector .countrySelectorDropDown a {
        display: block; }
    .leader-bar .countrySelector:hover .countrySelectorDropDown {
      pointer-events: auto;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      z-index: 10; }
  .leader-bar .circledBullets {
    margin-top: 10px; }
    @media (min-width: 992px) {
      .leader-bar .circledBullets {
        margin: 0; } }
  .leader-bar .nav-sections {
    font-size: 1.1em; }

.site-header {
  padding-top: 0; }

@media (min-width: 992px) {
  .header-bar {
    margin: 25px 0; } }
.header-bar .logo {
  position: fixed;
  background: #fff;
  left: 0;
  top: 0;
  width: 100vw;
  z-index: 110;
  background: #fff;
  padding: 15px; }
  .header-bar .logo .hblock {
    width: 50vw;
    z-index: 110; }
    .header-bar .logo .hblock a {
      display: block; }
      .header-bar .logo .hblock a img {
        max-width: 100%; }
  @media (max-width: 991px) {
    .header-bar .logo {
      display: block; }
      .header-bar .logo img {
        max-width: 100%;
        max-height: 60px; } }
  @media (min-width: 992px) {
    .header-bar .logo {
      position: inherit;
      background: none;
      left: inherit;
      top: inherit;
      width: inherit;
      z-index: inherit;
      padding: inherit; }
      .header-bar .logo h1 {
        width: inherit;
        z-index: inherit; } }
@media (max-width: 991px) {
  .header-bar {
    background: white;
    width: 100%;
    min-height: 100px;
    position: fixed;
    top: 0;
    z-index: 200; } }
@media (max-width: 991px) {
  .header-bar {
    background: white;
    width: 100%;
    min-height: 100px;
    position: fixed;
    top: 0;
    z-index: 200; } }
.header-bar .navBlock {
  /*
  # ------------------------------------
  # 		MOBILE FIRST NAV
  # ------------------------------------
  */
  /*
  # ------------------------------------
  # 		DESKTOP VERSION
  # ------------------------------------
  */ }
  .header-bar .navBlock .mobile-nav {
    position: fixed;
    background: #fff;
    left: -100vw;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    list-style-type: none;
    margin: 0;
    padding: 100px 30px 30px 30px;
    -moz-transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    -webkit-transition: left 0.4s ease-in-out;
    transition: left 0.4s ease-in-out; }
    .header-bar .navBlock .mobile-nav.visible {
      left: 0; }
    .header-bar .navBlock .mobile-nav a {
      display: block;
      font-size: 1.1em;
      padding: 3px 0; }
      .header-bar .navBlock .mobile-nav a i.fa {
        float: right; }
    .header-bar .navBlock .mobile-nav .drop-down {
      padding: 0 10px;
      display: none; }
      .header-bar .navBlock .mobile-nav .drop-down.visible {
        display: block; }
    .header-bar .navBlock .mobile-nav li.active > a {
      font-weight: bold; }
  .header-bar .navBlock .user-tools {
    position: fixed;
    top: 20px;
    right: 10px;
    z-index: 130;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .header-bar .navBlock .user-tools > li {
      display: inline-block;
      font-size: 130%; }
      .header-bar .navBlock .user-tools > li a, .header-bar .navBlock .user-tools > li .a {
        display: inline-block;
        padding: 5px; }
    .header-bar .navBlock .user-tools > li.nav-opener .a {
      position: relative;
      top: -5px; }
      .header-bar .navBlock .user-tools > li.nav-opener .a .fa {
        color: #003A5D; }
  @media (min-width: 992px) {
    .header-bar .navBlock {
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
      .header-bar .navBlock .mobile-nav {
        position: inherit;
        background: none;
        left: inherit;
        top: inherit;
        width: inherit;
        height: inherit;
        z-index: inherit;
        padding: inherit;
        text-align: right;
        display: block;
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none; }
        .header-bar .navBlock .mobile-nav a {
          display: inline-block; }
          .header-bar .navBlock .mobile-nav a i.fa {
            float: inherit; }
        .header-bar .navBlock .mobile-nav > li > a {
          padding: 0 20px; }
        .header-bar .navBlock .mobile-nav li {
          /*FOR TESTING PURPOSES*/
          /*&.active {
          	.drop-down {
          		@include opacity(1); pointer-events: auto; 
          	}
          }*/
          /*END TESTING PURPOSES*/ }
          .header-bar .navBlock .mobile-nav li .drop-down {
            position: absolute;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            pointer-events: none;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0;
            width: 350px;
            left: 0;
            text-align: left;
            padding: 25px;
            background: #fff;
            z-index: 200;
            display: block;
            border-bottom: 3px solid #36BCEE;
            box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1); }
            .header-bar .navBlock .mobile-nav li .drop-down .drop-down-inner {
              display: -webkit-flex;
              display: flex; }
              .header-bar .navBlock .mobile-nav li .drop-down .drop-down-inner .drop-down-item {
                width: 50%; }
              .header-bar .navBlock .mobile-nav li .drop-down .drop-down-inner p {
                font-size: 18px;
                color: #979797;
                margin: 0 0 10px 0; }
              .header-bar .navBlock .mobile-nav li .drop-down .drop-down-inner ul, .header-bar .navBlock .mobile-nav li .drop-down .drop-down-inner li, .header-bar .navBlock .mobile-nav li .drop-down .drop-down-inner a {
                display: block;
                padding: 0;
                margin: 0; }
              .header-bar .navBlock .mobile-nav li .drop-down .drop-down-inner a {
                padding: 1px 0;
                color: #003A5D; }
                .header-bar .navBlock .mobile-nav li .drop-down .drop-down-inner a:hover {
                  color: #36BCEE; }
          .header-bar .navBlock .mobile-nav li:hover .drop-down {
            pointer-events: auto;
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1; }
      .header-bar .navBlock .user-tools {
        width: 110px;
        position: inherit;
        top: inherit;
        right: inherit;
        z-index: inherit;
        text-align: right; }
        .header-bar .navBlock .user-tools > li {
          padding: 0 !important; }
          .header-bar .navBlock .user-tools > li > a {
            padding: 0 3px !important;
            font-size: 1em; }
          .header-bar .navBlock .user-tools > li:last-child > a {
            padding-right: 0 !important; }
          .header-bar .navBlock .user-tools > li.nav-opener {
            display: none; }
      .header-bar .navBlock > ul {
        /*@include inlineBullets; */ }
        .header-bar .navBlock > ul > li {
          position: relative;
          /*FOR TESTING PURPOSES*/
          /*&.active {
          	.drop-down {
          		@include opacity(1); pointer-events: auto; 
          	}
          }*/
          /*END TESTING PURPOSES*/ }
          .header-bar .navBlock > ul > li > a {
            font-size: 20px;
            color: #003A5D;
            font-weight: 700;
            padding: 0 10px;
            font-family: 'Josefin Sans', sans-serif; } }
        @media (min-width: 992px) and (min-width: 1200px) {
          .header-bar .navBlock > ul > li > a {
            padding: 0 20px; } }
  @media (min-width: 992px) {
          .header-bar .navBlock > ul > li.padding-small a {
            padding: 0 5px; }
          .header-bar .navBlock > ul > li.active > a {
            color: #36BCEE; }
          .header-bar .navBlock > ul > li .drop-down {
            position: absolute;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            pointer-events: none;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0;
            width: 350px;
            left: 0;
            text-align: left;
            padding: 25px;
            background: #fff;
            z-index: 200;
            display: block; }
            .header-bar .navBlock > ul > li .drop-down .drop-down-inner {
              display: -webkit-flex;
              display: flex; }
              .header-bar .navBlock > ul > li .drop-down .drop-down-inner .drop-down-item {
                width: 50%; }
                .header-bar .navBlock > ul > li .drop-down .drop-down-inner .drop-down-item p {
                  font-size: 18px;
                  color: #979797;
                  margin: 0 0 10px 0; }
                .header-bar .navBlock > ul > li .drop-down .drop-down-inner .drop-down-item ul, .header-bar .navBlock > ul > li .drop-down .drop-down-inner .drop-down-item li, .header-bar .navBlock > ul > li .drop-down .drop-down-inner .drop-down-item a {
                  display: block;
                  padding: 0; }
                .header-bar .navBlock > ul > li .drop-down .drop-down-inner .drop-down-item a {
                  padding: 1px 0;
                  color: #003A5D; }
                  .header-bar .navBlock > ul > li .drop-down .drop-down-inner .drop-down-item a:hover {
                    color: #36BCEE; }
          .header-bar .navBlock > ul > li:hover .drop-down {
            pointer-events: auto;
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1; } }

.searchBlock {
  display: -webkit-flex;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
  z-index: 10;
  color: #fff;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  pointer-events: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
  .searchBlock.visible {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    pointer-events: auto; }
  @media (min-width: 992px) {
    .searchBlock {
      padding: 80px; } }
  .searchBlock .searchBlockClose {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
    cursor: pointer; }
  .searchBlock form {
    width: 100%;
    text-align: center;
    padding-top: 80px; }
    @media (min-width: 992px) {
      .searchBlock form {
        padding-top: 0; } }
    .searchBlock form input {
      background: none;
      border: none;
      border-bottom: solid 1px #fff;
      color: #fff; }
      .searchBlock form input:focus {
        background: none;
        border: none;
        border-bottom: solid 1px #fff;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff; }
    .searchBlock form button {
      background: none;
      border: none;
      color: #fff;
      font-size: 18px; }
    .searchBlock form .form-group, .searchBlock form button {
      display: inline-block; }
    .searchBlock form .form-group {
      width: 80%; }
      @media (min-width: 992px) {
        .searchBlock form .form-group {
          width: 50%; } }

.footer h4 {
  color: #36BCEE;
  margin-bottom: 18px; }
.footer ul.removeBullets li {
  position: relative;
  margin-bottom: 15px; }
  .footer ul.removeBullets li.iconed {
    padding-left: 40px; }
  .footer ul.removeBullets li a {
    color: #4A4A49; }
  .footer ul.removeBullets li i {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    text-align: center;
    color: #36BCEE;
    font-size: 1.4em; }
.footer .poweredbystripe {
  max-width: 150px; }
.footer .cards img {
  max-width: 90px;
  display: inline-block;
  margin-right: 10px; }
.footer .footer-disclaimer {
  text-align: center; }
  @media (min-width: 992px) {
    .footer .footer-disclaimer {
      text-align: right; } }

.heart i {
  margin-bottom: -3px; }
.heart:hover {
  color: #FF0000; }
  .heart:hover i {
    color: #FF0000; }

.basketTrigger {
  position: relative; }
  .basketTrigger .basketSummary {
    pointer-events: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
    right: 0;
    padding: 10px;
    background: #fff;
    z-index: 10;
    min-width: 300px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-bottom: 3px solid #36BCEE; }
  .basketTrigger:hover .basketSummary {
    pointer-events: auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

.usps {
  text-align: center; }
  @media (min-width: 992px) {
    .usps .usps-block {
      padding: 0 50px; } }
  .usps img {
    display: block;
    margin: 0 auto 15px auto; }
  .usps p {
    margin: 0; }

.home-banners > .row {
  margin: 0; }
  .home-banners > .row > .col, .home-banners > .row > .col-md-7 {
    padding: 0; }
  .home-banners > .row .promoBlock {
    min-height: 50vw;
    color: #fff; }
  @media (min-width: 992px) {
    .home-banners > .row .promoBlock {
      min-height: inherit; }
    .home-banners > .row > .col-md-7 {
      min-height: 35vw; } }
.home-banners a.promoBlock {
  display: block;
  background-size: cover;
  background-position: center center;
  height: 100%;
  padding: 50px; }
  .home-banners a.promoBlock .inner-content {
    padding: 20px;
    display: inline-block; }
    .home-banners a.promoBlock .inner-content p {
      color: #fff; }
    .home-banners a.promoBlock .inner-content p, .home-banners a.promoBlock .inner-content h2, .home-banners a.promoBlock .inner-content h3, .home-banners a.promoBlock .inner-content h4 {
      margin: 0 0 5px 0;
      font-family: 'Josefin Sans', sans-serif; }
    .home-banners a.promoBlock .inner-content .fa-angle-right {
      color: #36BCEE; }
    .home-banners a.promoBlock .inner-content h2 {
      font-size: 42px;
      margin: 0 0 10px 0;
      color: #fff; }
    .home-banners a.promoBlock .inner-content h4 {
      color: #36BCEE; }
    .home-banners a.promoBlock .inner-content .price-summary {
      margin: 0;
      color: #FF0000; }
      .home-banners a.promoBlock .inner-content .price-summary .was {
        color: #777777;
        text-decoration: line-through; }
  .home-banners a.promoBlock .btn-outline {
    border-color: #fff;
    color: #fff; }

a.promoBlock.mock-container {
  padding-left: 0; }
  @media (min-width: 992px) {
    a.promoBlock.mock-container .mock-container-inner {
      width: 100vw;
      position: absolute; }
      a.promoBlock.mock-container .mock-container-inner .inner-content {
        padding-left: 0; } }

@media (min-width: 992px) {
  .rows-50 {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column; }
    .rows-50 .cell {
      -webkit-flex-basis: 50%;
      flex-basis: 50%; }
      .rows-50 .cell .promoBlock {
        color: #fff; }
        .rows-50 .cell .promoBlock .inner-content {
          background: #003A5D; } }

/*CAROUSEL AMENDMENTS FOR SLIDER*/
@media (min-width: 992px) {
  .featured-products-slider {
    margin-left: -30px;
    margin-right: -30px; } }
.featured-products-slider .slide {
  padding: 15px; }

.onsale {
  border: 0;
  border-radius: 0;
  background: red;
  color: white;
  font-size: 0.9em;
  padding: 0px 12px; }

.product-teaser {
  display: block; }
  .product-teaser .product-teaser-image {
    border: solid 1px #979797;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-bottom: 10px;
    background: #fff;
    -moz-box-shadow: #aaa 0 0 0;
    -webkit-box-shadow: #aaa 0 0 0;
    box-shadow: #aaa 0 0 0; }
  .product-teaser:hover .product-teaser-image {
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -moz-box-shadow: #aaa 0 0 8px;
    -webkit-box-shadow: #aaa 0 0 8px;
    box-shadow: #aaa 0 0 8px; }
  .product-teaser .onsale {
    float: right; }
  .product-teaser img {
    max-width: 100%; }

.product-teaser-title, .product-teaser-price {
  /*padding: 0 15px;*/ }

.slick-next, .slick-prev {
  display: none !important; }
  @media (min-width: 768px) {
    .slick-next, .slick-prev {
      display: inline-block !important; } }
  .slick-next:before, .slick-prev:before {
    font-family: 'FontAwesome';
    padding: 30px;
    background: #979797;
    color: #fff; }

.slick-prev {
  left: -80px; }
  .slick-prev:before {
    content: "\f104"; }

.slick-next:before {
  content: "\f105"; }

.product-summary {
  color: #322B26;
  margin-bottom: 30px; }

.product-teaser-title {
  margin: 10px 0 10px 0;
  font-weight: 700; }

.product-teaser-title, .product-teaser-price {
  font-family: 'Josefin Sans', sans-serif;
  color: #322B26; }
  .product-teaser-title a, .product-teaser-price a {
    color: #322B26; }

.product-teaser-price {
  margin: 0 0 10px 0; }
  .products .product-teaser-price {
    font-size: 1em; }
  .product-teaser-price ins.sale {
    color: red; }
  .product-teaser-price del {
    color: #777777; }

.overlay {
  position: relative; }
  .overlay:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 10;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .overlay.overlay-lightblue:before {
    background-color: rgba(54, 188, 238, 0.8); }
  .overlay.overlay-darkblue:before {
    background-color: rgba(0, 69, 138, 0.8); }

a.overlay:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5; }

.ad-blocks {
  min-height: 300px; }
  .ad-blocks .ad-block {
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100vw;
    height: 70vw;
    background-position: center center;
    background-size: cover; }
    .ad-blocks .ad-block .blurb {
      z-index: 20;
      text-align: center; }
      .ad-blocks .ad-block .blurb h3 {
        color: #FFFFFF;
        font-family: "Josefin Sans";
        font-size: 42px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 50px;
        text-align: center;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
        text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        margin-bottom: 25px; }
        .ad-blocks .ad-block .blurb h3 span {
          display: block;
          font-size: 20px;
          line-height: 47px; }
      .ad-blocks .ad-block .blurb .link {
        background: #fff;
        display: inline-block;
        padding: 15px 40px;
        color: #003A5D;
        font-family: "Josefin Sans";
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0;
        text-align: center;
        text-transform: uppercase;
        margin: 0; }
  @media (min-width: 768px) {
    .ad-blocks {
      display: -webkit-flex;
      display: flex;
      min-height: 500px; }
      .ad-blocks .ad-block {
        width: 50vw;
        height: 30vw; } }

.newsletter-signup h3 {
  color: #003366;
  font-family: "Josefin Sans";
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 34px; }
.newsletter-signup input, .newsletter-signup button {
  border: none !important;
  box-shadow: none;
  background-color: inherit;
  font-size: inherit; }

.blog-summaries .blog-summary {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #E0DED9; }
  .blog-summaries .blog-summary:last-child {
    border-bottom: none; }
  .blog-summaries .blog-summary .blog-summary-image a {
    display: block;
    margin: 0 0 30px 0; }
    .blog-summaries .blog-summary .blog-summary-image a img {
      max-width: 100%; }
  .blog-summaries .blog-summary .blog-summary-blurb > h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 24px;
    text-transform: none;
    font-weight: 700; }
    .blog-summaries .blog-summary .blog-summary-blurb > h3 a {
      color: #003A5D; }
  .blog-summaries .blog-summary .blog-summary-blurb a.readmore {
    text-transform: uppercase;
    color: #003A5D;
    font-size: 0.9em;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif; }

.facebook-container .facebook-header img {
  max-width: 100%; }
.facebook-container .facebook-post {
  margin-bottom: 50px; }
  .facebook-container .facebook-post .fb-posted {
    color: #3D3D3D; }
  .facebook-container .facebook-post .fb-image a {
    display: block;
    margin-bottom: 15px; }
    .facebook-container .facebook-post .fb-image a img {
      max-width: 100%; }
  .facebook-container .facebook-post .fb-tools a {
    margin-right: 10px;
    color: #8f939c; }
    .facebook-container .facebook-post .fb-tools a i {
      font-size: 0.9em; }

.clearsite-logo {
  display: inline-block;
  background-image: url(/lib/img/Clearsite-LogoProcess.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 150px;
  height: 30px;
  background-position: bottom left; }
  .clearsite-logo span {
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    overflow: hidden; }

/*
# ---------------------------------------------------------------------------------
# 				UPDATES SINCE INITIAL HANDOVER TO TOM (2020/11/12 09:20)
# ---------------------------------------------------------------------------------
*/
.banner {
  background-color: #33689E;
  background-size: cover;
  background-position: 50% 35%;
  color: #fff;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  .banner.banner-small {
    height: 150px;
    margin-bottom: 50px !important; }
  .banner * {
    z-index: 10;
    position: relative; }
  .banner h1, .banner h2 {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 50px;
    text-align: center;
    margin: 0;
    color: #fff; }

.category-page, .product-page {
  /*	padding-top: 50px; */ }

@media (min-width: 992px) {
  .sort-filters {
    float: right;
    margin: 0 0 20px 30px; } }

.category-products {
  position: relative;
  clear: both; }

.mobile-filters {
  margin: 0 20px 0 0; }
  @media (min-width: 992px) {
    .mobile-filters {
      display: none; } }

.category-filters {
  position: fixed;
  right: -100vw;
  top: 0;
  width: 100vw;
  height: 100vh;
  padding: 100px 30px 30px 30px;
  background: #fff;
  z-index: 20;
  overflow: auto;
  -moz-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  -webkit-transition: right 0.4s ease-in-out;
  transition: right 0.4s ease-in-out; }
  .category-filters .close-filters {
    position: fixed;
    right: 30px;
    top: 100px;
    font-size: 1.5em;
    display: none; }
  .category-filters.visible {
    right: 0; }
    .category-filters.visible .close-filters {
      display: block; }
  @media (min-width: 992px) {
    .category-filters {
      position: inherit;
      right: inherit;
      top: inherit;
      width: inherit;
      height: inherit;
      background: none;
      z-index: inherit;
      overflow: inherit;
      -moz-transition: none;
      -o-transition: none;
      -webkit-transition: none;
      transition: none;
      padding: 0; }
      .category-filters .close-filters {
        display: none; }
      .category-filters.visible {
        right: inherit; }
        .category-filters.visible .close-filters {
          display: none; } }

.category-pagination {
  margin: 40px 0 70px 0; }
  .category-pagination ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .category-pagination ul li {
      display: inline-block;
      margin: 0 5px 5px 0; }
      .category-pagination ul li a {
        width: 50px;
        height: 50px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        -moz-transition: background-color 0.2s ease-in-out;
        -o-transition: background-color 0.2s ease-in-out;
        -webkit-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out; }
      .category-pagination ul li:hover a {
        background: #36BCEE;
        color: #003A5D; }
      .category-pagination ul li.current a {
        background: #003A5D;
        color: #fff; }

.sort-by {
  display: inline-block; }

.chooser {
  position: relative;
  cursor: pointer; }
  .chooser .selector {
    position: absolute;
    background: #fff;
    padding: 20px;
    z-index: 20;
    width: 170px;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    pointer-events: none; }
    @media (min-width: 992px) {
      .chooser .selector {
        left: inherit;
        right: 0; } }
    .chooser .selector ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .chooser .selector ul li {
        margin: 0;
        padding: 0;
        text-align: right; }
  .chooser:hover .selector {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    pointer-events: auto;
    -moz-box-shadow: 0 5px 3px #999;
    -webkit-box-shadow: 0 5px 3px #999;
    box-shadow: 0 5px 3px #999; }

/*
# ----------------------------------------------------------
#	PRODUCT LISTING

*/
.breadcrumb {
  background: none;
  margin: 0 0 30px 0;
  padding: 0; }
  .breadcrumb ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .breadcrumb ul li {
      display: inline-block;
      margin: 0;
      padding: 0; }
      .breadcrumb ul li a {
        display: inline-block;
        font-size: 0.85em;
        color: #777777; }
        .breadcrumb ul li a:hover {
          color: #36BCEE; }
      .breadcrumb ul li:after {
        display: inline-block;
        content: '>';
        padding: 0 7px; }
      .breadcrumb ul li:last-child a {
        color: #322B26; }
        .breadcrumb ul li:last-child a:hover {
          color: #36BCEE; }
      .breadcrumb ul li:last-child:after {
        display: none; }

/*

<h2 class="product-title">LaserRadial XD, Composite Upper Mast</h2>
					<div class="reviews-summary"><div class="stars stars-5"></div> 2 reviews</div>
					<p class="product-price">&pound;,3867.60</p>
					<div class="product-summary">
						<p>The Laser Lorem ipsum dolor sit amet, consectetur adipisicing elit. Beatae dolore aut, ad eos vitae reiciendis laboriosam dignissimos modi, officiis repudiandae asperiores hic suscipit animi unde cupiditate odio, saepe recusandae iure.</p>
					</div>
					<div class="product-tools">
						<a href="" class="addtocart">Add to cart</a>
						<p class="product-delivery"><img src="/lib/img/delivery-icon.svg" alt=""> Delivery from &pound;25<br><span>2-4 weeks delivery on large items</span></p>
					</div>
*/
h1.product_title,
h2.product-title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 28px;
  margin: 0 0 10px 0;
  color: #322B26;
  font-weight: 700; }

.reviews-summary {
  margin: 0 0 15px 0;
  font-size: 0.7em; }
  .reviews-summary .stars {
    font-family: FontAwesome;
    color: #F5A623;
    display: inline-block; }
    .reviews-summary .stars.stars-0:before {
      content: '\f006 \f006 \f006 \f006 \f006'; }
    .reviews-summary .stars.stars-1:before {
      content: '\f005 \f006 \f006 \f006 \f006'; }
    .reviews-summary .stars.stars-2:before {
      content: '\f005 \f005 \f006 \f006 \f006'; }
    .reviews-summary .stars.stars-3:before {
      content: '\f005 \f005 \f005 \f006 \f006'; }
    .reviews-summary .stars.stars-4:before {
      content: '\f005 \f005 \f005 \f005 \f006'; }
    .reviews-summary .stars.stars-5:before {
      content: '\f005 \f005 \f005 \f005 \f005'; }

.single-product div.product p.price,
.product-listing .product-price {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1.5em;
  margin: 0 0 15px 0;
  color: #322B26;
  font-weight: 700; }

.product-tools .single_add_to_cart_button,
.product-tools .addtocart,
.product-main .single_add_to_cart_button,
.product-main .addtocart {
  display: inline-block;
  background: #003A5D;
  color: #fff;
  padding: 10px 30px;
  text-transform: uppercase;
  margin: 0 0 0px 0;
  font-weight: inherit; }
.product-tools .product-delivery,
.product-main .product-delivery {
  font-weight: bold;
  color: #003A5D; }
  .product-tools .product-delivery span,
  .product-main .product-delivery span {
    font-weight: normal;
    color: #322B26;
    font-size: 0.8em; }

.wc-block-grid__products .wc-block-grid__product, .wc-block-grid__products li.product, ul.products .wc-block-grid__product, ul.products li.product {
  text-align: left; }

.product-tabs {
  margin: 30px 0 30px 0; }
  .product-tabs ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .product-tabs ul li {
      display: block;
      margin: 0;
      padding: 0 5px 0 0; }
      .product-tabs ul li a {
        display: block;
        padding: 10px 20px;
        border: solid 1px #979797;
        background: transparent;
        @Include transition(all 0.5s ease-in-out);
        color: #777777;
        font-family: 'Josefin Sans', sans-serif;
        margin: 0 0 5px 0; }
        .product-tabs ul li a:hover {
          border-color: #003A5D;
          color: #003A5D; }
        .product-tabs ul li a.active {
          font-weight: 700;
          border-color: #003A5D;
          color: #003A5D; }
  @media (min-width: 992px) {
    .product-tabs ul li {
      padding: 0 15px 0 0;
      display: inline-block; }
      .product-tabs ul li a {
        padding: 25px 50px;
        display: inline-block; } }

.product-tab-content .product-tab {
  display: none; }
  .product-tab-content .product-tab.visible {
    display: block; }

.product-image-listings {
  margin-bottom: 30px; }

.image-holder, .thumb-holder {
  border: solid 1px #979797;
  padding: 5px;
  margin: 0 0 15px 0; }
  .image-holder picture, .thumb-holder picture {
    max-width: 100%;
    height: auto; }
    .image-holder picture img, .thumb-holder picture img {
      max-width: 100%; }

/*
.offset-sim {
	@media (min-width: 576px){
		margin-left: 14.5833333%; 
	}
}
*/
.product-extra-section {
  border-top: solid 1px #E0DED9;
  padding-top: 0;
  margin-top: 60px; }

.mock-video {
  background: grey;
  padding-top: 60%;
  position: relative;
  margin-bottom: 30px; }
  .mock-video i {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    margin: -0.5em 0 0 -0.5em; }

.reviews .review {
  border-bottom: solid 1px #E0DED9;
  padding-bottom: 0;
  margin-bottom: 30px; }
  .reviews .review:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }

blockquote .reviews-summary {
  display: inline-block;
  margin-left: 10px; }

@media (min-width: 768px) {
  .blog.left-sidebar .content-area,
  .category.left-sidebar .content-area,
  .single-post.left-sidebar .content-area,
  .single-product.left-sidebar .content-area {
    width: 100%;
    float: left; } }
.single-product div.product {
  overflow: visible; }

.wc-block-grid__products .wc-block-grid__product img, .wc-block-grid__products li.product img, ul.products .wc-block-grid__product img, ul.products li.product img {
  margin: 0 auto; }

.archive div.berocket_lgv_widget a.berocket_lgv_button,
.archive div.berocket_lgv_widget a.berocket_lgv_button.selected,
.archive div.berocket_lgv_widget a.berocket_lgv_button:hover {
  box-shadow: none !important;
  background: #fff; }

.archive div.berocket_lgv_widget a.berocket_lgv_button:hover {
  box-shadow: none !important;
  background: #eee; }

#secondary.widget-area .widget {
  font-size: 16px; }
#secondary.widget-area .widget .widget-title, #secondary.widget-area .widget .widgettitle {
  font-size: 24px;
  color: #003A5D;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 0.5em; }
#secondary.widget-area ul {
  padding-left: 0; }
#secondary.widget-area .widget_archive ul li, #secondary.widget-area .widget_categories ul li, #secondary.widget-area .widget_layered_nav_filters ul li, #secondary.widget-area .widget_layered_nav ul li, #secondary.widget-area .widget_links ul li, #secondary.widget-area .widget_nav_menu ul li, #secondary.widget-area .widget_pages ul li, #secondary.widget-area .widget_product_categories ul li, #secondary.widget-area .widget_recent_comments ul li, #secondary.widget-area .widget_recent_entries ul li, #secondary.widget-area .widget ul li {
  padding-left: 0;
  margin: 0;
  padding: 0;
  line-height: 170%; }
  #secondary.widget-area .widget_archive ul li:before, #secondary.widget-area .widget_categories ul li:before, #secondary.widget-area .widget_layered_nav_filters ul li:before, #secondary.widget-area .widget_layered_nav ul li:before, #secondary.widget-area .widget_links ul li:before, #secondary.widget-area .widget_nav_menu ul li:before, #secondary.widget-area .widget_pages ul li:before, #secondary.widget-area .widget_product_categories ul li:before, #secondary.widget-area .widget_recent_comments ul li:before, #secondary.widget-area .widget_recent_entries ul li:before, #secondary.widget-area .widget ul li:before {
    display: none; }
  #secondary.widget-area .widget_archive ul li a, #secondary.widget-area .widget_categories ul li a, #secondary.widget-area .widget_layered_nav_filters ul li a, #secondary.widget-area .widget_layered_nav ul li a, #secondary.widget-area .widget_links ul li a, #secondary.widget-area .widget_nav_menu ul li a, #secondary.widget-area .widget_pages ul li a, #secondary.widget-area .widget_product_categories ul li a, #secondary.widget-area .widget_recent_comments ul li a, #secondary.widget-area .widget_recent_entries ul li a, #secondary.widget-area .widget ul li a {
    text-decoration: none;
    font-weight: 400; }
  #secondary.widget-area .widget_archive ul li.current-cat a, #secondary.widget-area .widget_archive ul li.chosen a, #secondary.widget-area .widget_categories ul li.current-cat a, #secondary.widget-area .widget_categories ul li.chosen a, #secondary.widget-area .widget_layered_nav_filters ul li.current-cat a, #secondary.widget-area .widget_layered_nav_filters ul li.chosen a, #secondary.widget-area .widget_layered_nav ul li.current-cat a, #secondary.widget-area .widget_layered_nav ul li.chosen a, #secondary.widget-area .widget_links ul li.current-cat a, #secondary.widget-area .widget_links ul li.chosen a, #secondary.widget-area .widget_nav_menu ul li.current-cat a, #secondary.widget-area .widget_nav_menu ul li.chosen a, #secondary.widget-area .widget_pages ul li.current-cat a, #secondary.widget-area .widget_pages ul li.chosen a, #secondary.widget-area .widget_product_categories ul li.current-cat a, #secondary.widget-area .widget_product_categories ul li.chosen a, #secondary.widget-area .widget_recent_comments ul li.current-cat a, #secondary.widget-area .widget_recent_comments ul li.chosen a, #secondary.widget-area .widget_recent_entries ul li.current-cat a, #secondary.widget-area .widget_recent_entries ul li.chosen a, #secondary.widget-area .widget ul li.current-cat a, #secondary.widget-area .widget ul li.chosen a {
    font-weight: bold;
    color: #36BCEE; }
#secondary.widget-area .button {
  padding: .2em 1.41575em;
  border: 1px solid #003A5D;
  background-color: #fff;
  color: #003A5D;
  -moz-transition: border-color 0.4s ease-in-out;
  -o-transition: border-color 0.4s ease-in-out;
  -webkit-transition: border-color 0.4s ease-in-out;
  transition: border-color 0.4s ease-in-out; }
  #secondary.widget-area .button:hover {
    border-color: #36BCEE; }
#secondary.widget-area .widget_price_filter .ui-slider-horizontal {
  height: 1px; }
#secondary.widget-area .widget_price_filter .ui-slider .ui-slider-range,
#secondary.widget-area .widget_price_filter .ui-slider .ui-slider-handle {
  background: #003A5D; }
#secondary.widget-area .widget_price_filter .ui-slider .ui-slider-handle {
  top: -3px; }

.blogposts h2 a {
  font-weight: 700;
  color: #003A5D; }
.blogposts a {
  color: #003A5D;
  text-decoration: none; }

.readmore {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #003A5D;
  font-size: 0.9em;
  text-transform: uppercase; }

.storefront-sorting select {
  border: 1px solid #4A4A49;
  padding: 5px 0; }

#customer_details .form-row {
  margin-left: 0;
  margin-right: 0; }

.site-content {
  min-height: 350px; }

.newsletter-signup input[type=text],
.newsletter-signup input[type=email] {
  border: 1px solid #ccc !important;
  border-radius: 0 !important; }

.newsletter-signup input.btn[type=submit] {
  float: right;
  padding: 8px 25px;
  display: inline-block; }

.wpcf7-response-output {
  border-color: transparent;
  background: #36BCEE; }

.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent;
  background: #DEF3FB; }

.newsletter-signup .wpcf7 form.sent .wpcf7-response-output {
  margin: 10px 0 10px; }

.newsletter-signup .div.wpcf7 .ajax-loader {
  margin: 6px 0 0 4px; }

.cart_totals label {
  display: inline; }

#order_review ul#shipping_method,
.cart_totals ul#shipping_method {
  padding-left: 0; }

#order_review ul#shipping_method li:nth-child(even) {
	background: #DEF3FB;
	padding: 5px 0;
}

#order_review .woocommerce-Price-amount {
	display: block;
	font-weight: bold;
}