@use "sass:math";
/*
Theme Name: Arboles
Author: Nublue
Author URI: https://nublue.co.uk/
Description: Arboles UK Ltd
Version: 1.0
*/
figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #ECEFF1; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: none;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

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

td, th {
  padding: 0; }

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

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent; }

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0; }

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; } }

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

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

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

.owl-height {
  -webkit-transition: height .5s ease-in-out;
  -o-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(//www.arboles.co.uk/wp-content/themes/arboles/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

#wpadminbar {
  display: none; }

body {
  font-family: "Rubik", sans-serif;
  color: #5D5D5D;
  font-size: 16px; }
  @media (max-width: 768px) {
    body {
      font-size: 14px; } }

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

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

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

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

.float-left {
  float: left; }

.float-right {
  float: right; }

.position-x {
  position: absolute;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.position-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.position-z {
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.img-responsive {
  width: 100%;
  height: auto; }

.img-responsive-alt {
  max-width: 100%;
  height: auto; }

.separator {
  background: #a7a7a7;
  height: 1px;
  width: 100%; }

.center-table {
  display: table; }

.center-cell {
  display: table-cell;
  vertical-align: middle; }

.admin-bar .pswp.pswp {
  height: 100%;
  top: 0; }

.woocommerce .woocommerce-breadcrumb {
  display: none; }

.woocommerce .woocommerce-products-header {
  background-color: #184284; }

.tax-product_cat.tax-product_cat .container,
.post-type-archive-product.post-type-archive-product .container {
  width: 1680px; }

.tax-product_cat.tax-product_cat .products,
.post-type-archive-product.post-type-archive-product .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.tax-product_cat.tax-product_cat .product,
.post-type-archive-product.post-type-archive-product .product {
  margin-bottom: 40px; }

div.site-content .heading,
.cms .heading {
  background-color: #184284;
  margin-bottom: 40px; }

div.site-content .col-ms-1-1 .img-responsive,
.cms .col-ms-1-1 .img-responsive {
  margin-bottom: 40px !important; }

section.content .container {
  width: 1680px;
  padding-bottom: 40px; }

section.content h1, section.content h2, section.content h3, section.content h4, section.content h5, section.content h6 {
  position: relative;
  padding-left: 44px; }
  @media (max-width: 768px) {
    section.content h1, section.content h2, section.content h3, section.content h4, section.content h5, section.content h6 {
      padding-left: 14px; } }
  section.content h1:before, section.content h2:before, section.content h3:before, section.content h4:before, section.content h5:before, section.content h6:before {
    content: '';
    position: absolute;
    width: 3px;
    top: 0px;
    bottom: 0px;
    height: auto;
    background-color: #184284;
    left: 0;
    -webkit-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
            transform: skewX(-10deg); }
    @media (max-width: 768px) {
      section.content h1:before, section.content h2:before, section.content h3:before, section.content h4:before, section.content h5:before, section.content h6:before {
        width: 2px; } }

.row {
  margin: 0 !important; }

.index-page .container.container {
  width: 1680px;
  max-width: 100%;
  padding-bottom: 40px; }
  .index-page .container.container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 !important; }

.index-page .navigation.pagination {
  display: block;
  margin: 0;
  position: relative; }
  .index-page .navigation.pagination span.page-numbers,
  .index-page .navigation.pagination a.page-numbers {
    pointer-events: auto;
    color: #1C1C1C !important; }
    .index-page .navigation.pagination span.page-numbers:hover, .index-page .navigation.pagination span.page-numbers:focus-visible,
    .index-page .navigation.pagination a.page-numbers:hover,
    .index-page .navigation.pagination a.page-numbers:focus-visible {
      background-color: #30B0BF;
      color: white !important; }
    .index-page .navigation.pagination span.page-numbers.dots,
    .index-page .navigation.pagination a.page-numbers.dots {
      pointer-events: none; }
    .index-page .navigation.pagination span.page-numbers.current.current.current,
    .index-page .navigation.pagination a.page-numbers.current.current.current {
      color: #30B0BF !important;
      pointer-events: none; }
  .index-page .navigation.pagination span.page-numbers,
  .index-page .navigation.pagination a.page-numbers {
    margin: 0;
    color: #888;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    font-weight: 700; }
    @media (max-width: 768px) {
      .index-page .navigation.pagination span.page-numbers,
      .index-page .navigation.pagination a.page-numbers {
        height: 36px;
        width: 32px; } }
    @media (min-width: 767px) {
      .index-page .navigation.pagination span.page-numbers,
      .index-page .navigation.pagination a.page-numbers {
        font-size: 14px; } }

.intro.intro {
  padding: 0;
  text-align: left; }
  .intro.intro .container {
    padding-top: 40px;
    padding-bottom: 40px; }

.contact .contact-form.contact-form {
  background-color: #F3F3F3; }

.contact-form.contact-form.contact-form {
  margin: 80px auto 50px; }
  .contact-form.contact-form.contact-form .wpcf7-form-control-wrap.recaptcha {
    margin-bottom: 1em;
    display: inline-block; }
  .contact-form.contact-form.contact-form textarea,
  .contact-form.contact-form.contact-form select,
  .contact-form.contact-form.contact-form input {
    width: 100%;
    max-width: 100%; }
  .contact-form.contact-form.contact-form .wpcf7 {
    width: 400px;
    max-width: 100%;
    margin: 0 auto; }
  .contact-form.contact-form.contact-form .container {
    max-width: 100%; }

.single.single-post.single-post.single-post.single-post.single-post.single-post .heading {
  position: relative; }
  .single.single-post.single-post.single-post.single-post.single-post.single-post .heading:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 45, 48, 0.2); }
  .single.single-post.single-post.single-post.single-post.single-post.single-post .heading h1 {
    position: relative;
    z-index: 1; }

.single.single-post.single-post.single-post.single-post.single-post.single-post .content .container {
  max-width: 100%;
  width: 980px; }

.single.single-post.single-post.single-post.single-post.single-post.single-post figure.wp-block-image {
  margin-bottom: 40px !important; }
  .single.single-post.single-post.single-post.single-post.single-post.single-post figure.wp-block-image figcaption {
    color: #5D5D5D;
    background: transparent; }

.aligncenter {
  margin: 0 auto 1em; }
  .aligncenter img {
    padding-right: 0; }
  .aligncenter .wp-caption-text {
    text-align: center; }

h1, h2, h3, h4, h5, h6 {
  color: #2b2d30;
  margin: 0;
  line-height: 1.3;
  font-weight: normal;
  font-weight: 500; }
  h1.has-line, h2.has-line, h3.has-line, h4.has-line, h5.has-line, h6.has-line {
    position: relative;
    padding-left: 30px; }
    @media (max-width: 768px) {
      h1.has-line, h2.has-line, h3.has-line, h4.has-line, h5.has-line, h6.has-line {
        padding-left: 0px; } }
    h1.has-line:before, h2.has-line:before, h3.has-line:before, h4.has-line:before, h5.has-line:before, h6.has-line:before {
      content: '';
      position: absolute;
      width: 3px;
      top: 0px;
      bottom: 0px;
      height: auto;
      background-color: #184284;
      left: 0;
      -webkit-transform: skewX(-10deg);
          -ms-transform: skewX(-10deg);
              transform: skewX(-10deg); }
      @media (max-width: 768px) {
        h1.has-line:before, h2.has-line:before, h3.has-line:before, h4.has-line:before, h5.has-line:before, h6.has-line:before {
          width: 2px;
          display: none; } }

h1 {
  font-size: 25px;
  font-size: 50px;
  margin: 10px 0 20px;
  font-weight: 600;
  line-height: 1.2; }
  @media (max-width: 768px) {
    h1 {
      font-size: 35px; } }
  @media (max-width: 480px) {
    h1 {
      font-size: 30px; } }

h2 {
  font-size: 20px;
  font-size: 40px;
  margin: 40px 0 22px;
  font-weight: 600;
  line-height: 1.2; }
  @media (max-width: 768px) {
    h2 {
      margin: 10px 0 20px;
      font-size: 28px; } }
  @media (max-width: 480px) {
    h2 {
      font-size: 26px; } }

h3 {
  font-size: 30px;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 1em; }
  @media (max-width: 768px) {
    h3 {
      font-size: 22px; } }
  @media (max-width: 480px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-size: 18px;
  font-size: 24px;
  margin-bottom: 1em;
  text-transform: none;
  color: #5D5D5D;
  line-height: 1.2; }
  @media (max-width: 768px) {
    h4 {
      font-size: 20px; } }
  @media (max-width: 480px) {
    h4 {
      font-size: 18px; } }

h5 {
  font-size: 17px;
  text-transform: none;
  color: #5D5D5D;
  margin-bottom: 1em; }
  @media (max-width: 768px) {
    h5 {
      font-size: 16px; } }
  @media (max-width: 480px) {
    h5 {
      font-size: 16px; } }

h6 {
  font-size: 16px;
  text-transform: none;
  color: #5D5D5D;
  margin-bottom: 1em; }
  @media (max-width: 768px) {
    h6 {
      font-size: 14px; } }

p {
  margin: 0 0 20px;
  line-height: 1.5em;
  font-size: 16px; }
  @media (max-width: 768px) {
    p {
      font-size: 14px; } }

p,
li {
  font-family: "Rubik", sans-serif; }

a {
  color: #30B0BF;
  text-decoration: none;
  -webkit-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
  -o-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
  transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01); }
  a:hover, a:active {
    color: darkorange; }
  a:focus {
    outline: none; }

::-moz-selection {
  background: #5D5D5D;
  color: #fff; }

::selection {
  background: #5D5D5D;
  color: #fff; }

address {
  font-style: normal;
  line-height: 22px; }

u {
  text-decoration: underline; }

.button {
  position: relative;
  background-color: #67c233;
  border: 0;
  padding: 10px 20px;
  color: white;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  -webkit-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
  -o-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
  transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
  font-size: 14px; }
  .button:hover {
    text-decoration: none;
    color: white;
    background-color: #5D5D5D; }
  .button.white {
    background-color: #fff;
    color: #0e162a; }
    .button.white:hover {
      background: #30B0BF;
      color: #fff !important; }

.btn-con {
  margin: 37px -7px -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 768px) {
    .btn-con {
      margin: 30px -7px -7px; } }
  .btn-con .btn {
    margin: 0 7px 7px; }

#page .btn, #page .button, #page .wc-block-components-button, #page .add_to_cart_button,
.wc-block-components-drawer .btn,
.wc-block-components-drawer .button,
.wc-block-components-drawer .wc-block-components-button,
.wc-block-components-drawer .add_to_cart_button,
.site-footer .btn,
.site-footer .button,
.site-footer .wc-block-components-button,
.site-footer .add_to_cart_button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 57px 15px 30px;
  font-size: 16px !important;
  text-decoration: none !important;
  line-height: 1.5em;
  border: 1px solid #184284;
  color: white !important;
  font-weight: 700;
  outline: none;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  border-radius: 5px;
  -webkit-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
  -o-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
  transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
  background-color: #184284;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase !important;
  background-image: url(//www.arboles.co.uk/wp-content/themes/arboles/img/btn-arrow.svg);
  background-repeat: no-repeat;
  background-position: right 22px top 50%;
  height: auto !important; }
  @media (max-width: 768px) {
    #page .btn, #page .button, #page .wc-block-components-button, #page .add_to_cart_button,
    .wc-block-components-drawer .btn,
    .wc-block-components-drawer .button,
    .wc-block-components-drawer .wc-block-components-button,
    .wc-block-components-drawer .add_to_cart_button,
    .site-footer .btn,
    .site-footer .button,
    .site-footer .wc-block-components-button,
    .site-footer .add_to_cart_button {
      width: 100%;
      display: block; } }
  @media (max-width: 768px) {
    #page .btn, #page .button, #page .wc-block-components-button, #page .add_to_cart_button,
    .wc-block-components-drawer .btn,
    .wc-block-components-drawer .button,
    .wc-block-components-drawer .wc-block-components-button,
    .wc-block-components-drawer .add_to_cart_button,
    .site-footer .btn,
    .site-footer .button,
    .site-footer .wc-block-components-button,
    .site-footer .add_to_cart_button {
      padding: 12px 31px 12px 16px;
      font-size: 14px !important;
      background-position: right 12px top 50%; } }
  #page .btn:hover, #page .btn:focus-visible, #page .button:hover, #page .button:focus-visible, #page .wc-block-components-button:hover, #page .wc-block-components-button:focus-visible, #page .add_to_cart_button:hover, #page .add_to_cart_button:focus-visible,
  .wc-block-components-drawer .btn:hover,
  .wc-block-components-drawer .btn:focus-visible,
  .wc-block-components-drawer .button:hover,
  .wc-block-components-drawer .button:focus-visible,
  .wc-block-components-drawer .wc-block-components-button:hover,
  .wc-block-components-drawer .wc-block-components-button:focus-visible,
  .wc-block-components-drawer .add_to_cart_button:hover,
  .wc-block-components-drawer .add_to_cart_button:focus-visible,
  .site-footer .btn:hover,
  .site-footer .btn:focus-visible,
  .site-footer .button:hover,
  .site-footer .button:focus-visible,
  .site-footer .wc-block-components-button:hover,
  .site-footer .wc-block-components-button:focus-visible,
  .site-footer .add_to_cart_button:hover,
  .site-footer .add_to_cart_button:focus-visible {
    background-color: #30B0BF;
    border-color: #30B0BF;
    color: white !important; }
  #page .btn.outlined, #page .button.outlined, #page .wc-block-components-button.outlined, #page .add_to_cart_button.outlined,
  .wc-block-components-drawer .btn.outlined,
  .wc-block-components-drawer .button.outlined,
  .wc-block-components-drawer .wc-block-components-button.outlined,
  .wc-block-components-drawer .add_to_cart_button.outlined,
  .site-footer .btn.outlined,
  .site-footer .button.outlined,
  .site-footer .wc-block-components-button.outlined,
  .site-footer .add_to_cart_button.outlined {
    color: #184284 !important;
    border: 2px solid #184284; }
    #page .btn.outlined:hover, #page .btn.outlined:active, #page .btn.outlined:focus, #page .button.outlined:hover, #page .button.outlined:active, #page .button.outlined:focus, #page .wc-block-components-button.outlined:hover, #page .wc-block-components-button.outlined:active, #page .wc-block-components-button.outlined:focus, #page .add_to_cart_button.outlined:hover, #page .add_to_cart_button.outlined:active, #page .add_to_cart_button.outlined:focus,
    .wc-block-components-drawer .btn.outlined:hover,
    .wc-block-components-drawer .btn.outlined:active,
    .wc-block-components-drawer .btn.outlined:focus,
    .wc-block-components-drawer .button.outlined:hover,
    .wc-block-components-drawer .button.outlined:active,
    .wc-block-components-drawer .button.outlined:focus,
    .wc-block-components-drawer .wc-block-components-button.outlined:hover,
    .wc-block-components-drawer .wc-block-components-button.outlined:active,
    .wc-block-components-drawer .wc-block-components-button.outlined:focus,
    .wc-block-components-drawer .add_to_cart_button.outlined:hover,
    .wc-block-components-drawer .add_to_cart_button.outlined:active,
    .wc-block-components-drawer .add_to_cart_button.outlined:focus,
    .site-footer .btn.outlined:hover,
    .site-footer .btn.outlined:active,
    .site-footer .btn.outlined:focus,
    .site-footer .button.outlined:hover,
    .site-footer .button.outlined:active,
    .site-footer .button.outlined:focus,
    .site-footer .wc-block-components-button.outlined:hover,
    .site-footer .wc-block-components-button.outlined:active,
    .site-footer .wc-block-components-button.outlined:focus,
    .site-footer .add_to_cart_button.outlined:hover,
    .site-footer .add_to_cart_button.outlined:active,
    .site-footer .add_to_cart_button.outlined:focus {
      color: white !important;
      background-color: #184284; }

#page .btn.white, #page .button.white,
.wc-block-components-drawer .btn.white,
.wc-block-components-drawer .button.white,
.site-footer .btn.white,
.site-footer .button.white {
  color: #1C1C1C !important;
  background-color: white;
  border-color: white;
  background-image: url(//www.arboles.co.uk/wp-content/themes/arboles/img/btn-arrow-grey.svg); }
  #page .btn.white:hover, #page .btn.white:focus-visible, #page .button.white:hover, #page .button.white:focus-visible,
  .wc-block-components-drawer .btn.white:hover,
  .wc-block-components-drawer .btn.white:focus-visible,
  .wc-block-components-drawer .button.white:hover,
  .wc-block-components-drawer .button.white:focus-visible,
  .site-footer .btn.white:hover,
  .site-footer .btn.white:focus-visible,
  .site-footer .button.white:hover,
  .site-footer .button.white:focus-visible {
    background-color: #30B0BF;
    border-color: #30B0BF;
    color: #1C1C1C !important; }

#page .btn.grey, #page .button.grey,
.wc-block-components-drawer .btn.grey,
.wc-block-components-drawer .button.grey,
.site-footer .btn.grey,
.site-footer .button.grey {
  color: white !important;
  background-color: #1C1C1C;
  border-color: #1C1C1C;
  background-image: url(//www.arboles.co.uk/wp-content/themes/arboles/img/btn-arrow.svg); }
  #page .btn.grey:hover, #page .btn.grey:focus-visible, #page .button.grey:hover, #page .button.grey:focus-visible,
  .wc-block-components-drawer .btn.grey:hover,
  .wc-block-components-drawer .btn.grey:focus-visible,
  .wc-block-components-drawer .button.grey:hover,
  .wc-block-components-drawer .button.grey:focus-visible,
  .site-footer .btn.grey:hover,
  .site-footer .btn.grey:focus-visible,
  .site-footer .button.grey:hover,
  .site-footer .button.grey:focus-visible {
    background-color: #30B0BF;
    border-color: #30B0BF;
    color: white !important; }

.header-top .nbs-btn img {
  max-height: 30px; }

.footer-top .nbs-btn {
  -webkit-filter: brightness(100);
          filter: brightness(100); }
  .footer-top .nbs-btn img {
    max-height: 30px; }

.container, .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }

@media (min-width: 768px) {
  .container {
    width: 100%; } }

@media (min-width: 997px) {
  .container {
    width: 977px; } }

@media (min-width: 1205px) {
  .container {
    width: 1185px; } }

@media (min-width: 1370px) {
  .container {
    width: 1350px; } }

.row {
  margin-left: -10px; }
  @media (min-width: 767px) {
    .row {
      margin-left: -20px; } }
  @media (min-width: 992px) {
    .row {
      margin-left: -30px; } }

[class*='col-ms-'],
[class*='col-ml-'],
[class*='col-ts-'],
[class*='col-tl-'],
[class*='col-ds-'],
[class*='col-dl-'] {
  position: relative;
  min-height: 1px;
  padding-left: 10px; }
  @media (min-width: 767px) {
    [class*='col-ms-'],
    [class*='col-ml-'],
    [class*='col-ts-'],
    [class*='col-tl-'],
    [class*='col-ds-'],
    [class*='col-dl-'] {
      padding-left: 20px; } }
  @media (min-width: 992px) {
    [class*='col-ms-'],
    [class*='col-ml-'],
    [class*='col-ts-'],
    [class*='col-tl-'],
    [class*='col-ds-'],
    [class*='col-dl-'] {
      padding-left: 30px; } }

[class*='col-ms-'] {
  float: left; }

.col-ms-1-1 {
  width: 100%; }

.col-ms-1-2, .col-ms-2-4, .col-ms-3-6, .col-ms-5-10 {
  width: 50%; }

.col-ms-1-3, .col-ms-2-6 {
  width: 33.333%; }

.col-ms-2-3, .col-ms-4-6 {
  width: 66.666%; }

.col-ms-1-4 {
  width: 25%; }

.col-ms-3-4 {
  width: 75%; }

.col-ms-1-5, .col-ms-2-10 {
  width: 20%; }

.col-ms-2-5, .col-ms-4-10 {
  width: 40%; }

.col-ms-3-5, .col-ms-6-10 {
  width: 60%; }

.col-ms-4-5, .col-ms-8-10 {
  width: 80%; }

.col-ms-1-6 {
  width: 16.666%; }

.col-ms-5-6 {
  width: 83.333%; }

.col-ms-1-10 {
  width: 10%; }

.col-ms-3-10 {
  width: 30%; }

.col-ms-7-10 {
  width: 70%; }

.col-ms-9-10 {
  width: 90%; }

.col-ms-push-1-2, .col-ms-push-2-4, .col-ms-push-3-6, .col-ms-push-5-10 {
  left: 50%; }

.col-ms-push-1-3, .col-ms-push-2-6 {
  left: 33.333%; }

.col-ms-push-2-3, .col-ms-push-4-6 {
  left: 66.666%; }

.col-ms-push-1-4 {
  left: 25%; }

.col-ms-push-3-4 {
  left: 75%; }

.col-ms-push-1-5, .col-ms-push-2-10 {
  left: 20%; }

.col-ms-push-2-5, .col-ms-push-4-10 {
  left: 40%; }

.col-ms-push-3-5, .col-ms-push-6-10 {
  left: 60%; }

.col-ms-push-4-5, .col-ms-push-8-10 {
  left: 80%; }

.col-ms-push-1-6 {
  left: 16.666%; }

.col-ms-push-5-6 {
  left: 83.333%; }

.col-ms-push-1-10 {
  left: 10%; }

.col-ms-push-3-10 {
  left: 30%; }

.col-ms-push-7-10 {
  left: 70%; }

.col-ms-push-9-10 {
  left: 90%; }

.col-ms-pull-1-2, .col-ms-pull-2-4, .col-ms-pull-3-6, .col-ms-pull-5-10 {
  left: -50%; }

.col-ms-pull-1-3, .col-ms-pull-2-6 {
  left: -33.333%; }

.col-ms-pull-2-3, .col-ms-pull-4-6 {
  left: -66.666%; }

.col-ms-pull-1-4 {
  left: -25%; }

.col-ms-pull-3-4 {
  left: -75%; }

.col-ms-pull-1-5, .col-ms-pull-2-10 {
  left: -20%; }

.col-ms-pull-2-5, .col-ms-pull-4-10 {
  left: -40%; }

.col-ms-pull-3-5, .col-ms-pull-6-10 {
  left: -60%; }

.col-ms-pull-4-5, .col-ms-pull-8-10 {
  left: -80%; }

.col-ms-pull-1-6 {
  left: -16.666%; }

.col-ms-pull-5-6 {
  left: -83.333%; }

.col-ms-pull-1-10 {
  left: -10%; }

.col-ms-pull-3-10 {
  left: -30%; }

.col-ms-pull-7-10 {
  left: -70%; }

.col-ms-pull-9-10 {
  left: -90%; }

@media (min-width: 480px) {
  [class*='col-ml-'] {
    float: left; }
  .col-ml-1-1 {
    width: 100%; }
  .col-ml-1-2, .col-ml-2-4, .col-ml-3-6, .col-ml-5-10 {
    width: 50%; }
  .col-ml-1-3, .col-ml-2-6 {
    width: 33.333%; }
  .col-ml-2-3, .col-ml-4-6 {
    width: 66.666%; }
  .col-ml-1-4 {
    width: 25%; }
  .col-ml-3-4 {
    width: 75%; }
  .col-ml-1-5, .col-ml-2-10 {
    width: 20%; }
  .col-ml-2-5, .col-ml-4-10 {
    width: 40%; }
  .col-ml-3-5, .col-ml-6-10 {
    width: 60%; }
  .col-ml-4-5, .col-ml-8-10 {
    width: 80%; }
  .col-ml-1-6 {
    width: 16.666%; }
  .col-ml-5-6 {
    width: 83.333%; }
  .col-ml-1-10 {
    width: 10%; }
  .col-ml-3-10 {
    width: 30%; }
  .col-ml-7-10 {
    width: 70%; }
  .col-ml-9-10 {
    width: 90%; }
  .col-ml-push-1-2, .col-ml-push-2-4, .col-ml-push-3-6, .col-ml-push-5-10 {
    left: 50%; }
  .col-ml-push-1-3, .col-ml-push-2-6 {
    left: 33.333%; }
  .col-ml-push-2-3, .col-ml-push-4-6 {
    left: 66.666%; }
  .col-ml-push-1-4 {
    left: 25%; }
  .col-ml-push-3-4 {
    left: 75%; }
  .col-ml-push-1-5, .col-ml-push-2-10 {
    left: 20%; }
  .col-ml-push-2-5, .col-ml-push-4-10 {
    left: 40%; }
  .col-ml-push-3-5, .col-ml-push-6-10 {
    left: 60%; }
  .col-ml-push-4-5, .col-ml-push-8-10 {
    left: 80%; }
  .col-ml-push-1-6 {
    left: 16.666%; }
  .col-ml-push-5-6 {
    left: 83.333%; }
  .col-ml-push-1-10 {
    left: 10%; }
  .col-ml-push-3-10 {
    left: 30%; }
  .col-ml-push-7-10 {
    left: 70%; }
  .col-ml-push-9-10 {
    left: 90%; }
  .col-ml-pull-1-2, .col-ml-pull-2-4, .col-ml-pull-3-6, .col-ml-pull-5-10 {
    left: -50%; }
  .col-ml-pull-1-3, .col-ml-pull-2-6 {
    left: -33.333%; }
  .col-ml-pull-2-3, .col-ml-pull-4-6 {
    left: -66.666%; }
  .col-ml-pull-1-4 {
    left: -25%; }
  .col-ml-pull-3-4 {
    left: -75%; }
  .col-ml-pull-1-5, .col-ml-pull-2-10 {
    left: -20%; }
  .col-ml-pull-2-5, .col-ml-pull-4-10 {
    left: -40%; }
  .col-ml-pull-3-5, .col-ml-pull-6-10 {
    left: -60%; }
  .col-ml-pull-4-5, .col-ml-pull-8-10 {
    left: -80%; }
  .col-ml-pull-1-6 {
    left: -16.666%; }
  .col-ml-pull-5-6 {
    left: -83.333%; }
  .col-ml-pull-1-10 {
    left: -10%; }
  .col-ml-pull-3-10 {
    left: -30%; }
  .col-ml-pull-7-10 {
    left: -70%; }
  .col-ml-pull-9-10 {
    left: -90%; } }

@media (min-width: 480px) and (max-width: 768px) {
  .container {
    max-width: 766px; } }

@media (min-width: 768px) {
  [class*='col-ts-'] {
    float: left; }
  .col-ts-1-1 {
    width: 100%; }
  .col-ts-1-2, .col-ts-2-4, .col-ts-3-6, .col-ts-5-10 {
    width: 50%; }
  .col-ts-1-3, .col-ts-2-6 {
    width: 33.333%; }
  .col-ts-2-3, .col-ts-4-6 {
    width: 66.666%; }
  .col-ts-1-4 {
    width: 25%; }
  .col-ts-3-4 {
    width: 75%; }
  .col-ts-1-5, .col-ts-2-10 {
    width: 20%; }
  .col-ts-2-5, .col-ts-4-10 {
    width: 40%; }
  .col-ts-3-5, .col-ts-6-10 {
    width: 60%; }
  .col-ts-4-5, .col-ts-8-10 {
    width: 80%; }
  .col-ts-1-6 {
    width: 16.666%; }
  .col-ts-5-6 {
    width: 83.333%; }
  .col-ts-1-10 {
    width: 10%; }
  .col-ts-3-10 {
    width: 30%; }
  .col-ts-7-10 {
    width: 70%; }
  .col-ts-9-10 {
    width: 90%; }
  .col-ts-push-1-2, .col-ts-push-2-4, .col-ts-push-3-6, .col-ts-push-5-10 {
    left: 50%; }
  .col-ts-push-1-3, .col-ts-push-2-6 {
    left: 33.333%; }
  .col-ts-push-2-3, .col-ts-push-4-6 {
    left: 66.666%; }
  .col-ts-push-1-4 {
    left: 25%; }
  .col-ts-push-3-4 {
    left: 75%; }
  .col-ts-push-1-5, .col-ts-push-2-10 {
    left: 20%; }
  .col-ts-push-2-5, .col-ts-push-4-10 {
    left: 40%; }
  .col-ts-push-3-5, .col-ts-push-6-10 {
    left: 60%; }
  .col-ts-push-4-5, .col-ts-push-8-10 {
    left: 80%; }
  .col-ts-push-1-6 {
    left: 16.666%; }
  .col-ts-push-5-6 {
    left: 83.333%; }
  .col-ts-push-1-10 {
    left: 10%; }
  .col-ts-push-3-10 {
    left: 30%; }
  .col-ts-push-7-10 {
    left: 70%; }
  .col-ts-push-9-10 {
    left: 90%; }
  .col-ts-pull-1-2, .col-ts-pull-2-4, .col-ts-pull-3-6, .col-ts-pull-5-10 {
    left: -50%; }
  .col-ts-pull-1-3, .col-ts-pull-2-6 {
    left: -33.333%; }
  .col-ts-pull-2-3, .col-ts-pull-4-6 {
    left: -66.666%; }
  .col-ts-pull-1-4 {
    left: -25%; }
  .col-ts-pull-3-4 {
    left: -75%; }
  .col-ts-pull-1-5, .col-ts-pull-2-10 {
    left: -20%; }
  .col-ts-pull-2-5, .col-ts-pull-4-10 {
    left: -40%; }
  .col-ts-pull-3-5, .col-ts-pull-6-10 {
    left: -60%; }
  .col-ts-pull-4-5, .col-ts-pull-8-10 {
    left: -80%; }
  .col-ts-pull-1-6 {
    left: -16.666%; }
  .col-ts-pull-5-6 {
    left: -83.333%; }
  .col-ts-pull-1-10 {
    left: -10%; }
  .col-ts-pull-3-10 {
    left: -30%; }
  .col-ts-pull-7-10 {
    left: -70%; }
  .col-ts-pull-9-10 {
    left: -90%; } }

@media (min-width: 997px) {
  [class*='col-tl-'] {
    float: left; }
  .col-tl-1-1 {
    width: 100%; }
  .col-tl-1-2, .col-tl-2-4, .col-tl-3-6, .col-tl-5-10 {
    width: 50%; }
  .col-tl-1-3, .col-tl-2-6 {
    width: 33.333%; }
  .col-tl-2-3, .col-tl-4-6 {
    width: 66.666%; }
  .col-tl-1-4 {
    width: 25%; }
  .col-tl-3-4 {
    width: 75%; }
  .col-tl-1-5, .col-tl-2-10 {
    width: 20%; }
  .col-tl-2-5, .col-tl-4-10 {
    width: 40%; }
  .col-tl-3-5, .col-tl-6-10 {
    width: 60%; }
  .col-tl-4-5, .col-tl-8-10 {
    width: 80%; }
  .col-tl-1-6 {
    width: 16.666%; }
  .col-tl-5-6 {
    width: 83.333%; }
  .col-tl-1-10 {
    width: 10%; }
  .col-tl-3-10 {
    width: 30%; }
  .col-tl-7-10 {
    width: 70%; }
  .col-tl-9-10 {
    width: 90%; }
  .col-tl-push-1-2, .col-tl-push-2-4, .col-tl-push-3-6, .col-tl-push-5-10 {
    left: 50%; }
  .col-tl-push-1-3, .col-tl-push-2-6 {
    left: 33.333%; }
  .col-tl-push-2-3, .col-tl-push-4-6 {
    left: 66.666%; }
  .col-tl-push-1-4 {
    left: 25%; }
  .col-tl-push-3-4 {
    left: 75%; }
  .col-tl-push-1-5, .col-tl-push-2-10 {
    left: 20%; }
  .col-tl-push-2-5, .col-tl-push-4-10 {
    left: 40%; }
  .col-tl-push-3-5, .col-tl-push-6-10 {
    left: 60%; }
  .col-tl-push-4-5, .col-tl-push-8-10 {
    left: 80%; }
  .col-tl-push-1-6 {
    left: 16.666%; }
  .col-tl-push-5-6 {
    left: 83.333%; }
  .col-tl-push-1-10 {
    left: 10%; }
  .col-tl-push-3-10 {
    left: 30%; }
  .col-tl-push-7-10 {
    left: 70%; }
  .col-tl-push-9-10 {
    left: 90%; }
  .col-tl-pull-1-2, .col-tl-pull-2-4, .col-tl-pull-3-6, .col-tl-pull-5-10 {
    left: -50%; }
  .col-tl-pull-1-3, .col-tl-pull-2-6 {
    left: -33.333%; }
  .col-tl-pull-2-3, .col-tl-pull-4-6 {
    left: -66.666%; }
  .col-tl-pull-1-4 {
    left: -25%; }
  .col-tl-pull-3-4 {
    left: -75%; }
  .col-tl-pull-1-5, .col-tl-pull-2-10 {
    left: -20%; }
  .col-tl-pull-2-5, .col-tl-pull-4-10 {
    left: -40%; }
  .col-tl-pull-3-5, .col-tl-pull-6-10 {
    left: -60%; }
  .col-tl-pull-4-5, .col-tl-pull-8-10 {
    left: -80%; }
  .col-tl-pull-1-6 {
    left: -16.666%; }
  .col-tl-pull-5-6 {
    left: -83.333%; }
  .col-tl-pull-1-10 {
    left: -10%; }
  .col-tl-pull-3-10 {
    left: -30%; }
  .col-tl-pull-7-10 {
    left: -70%; }
  .col-tl-pull-9-10 {
    left: -90%; } }

@media (min-width: 1205px) {
  [class*='col-ds-'] {
    float: left; }
  .col-ds-1-1 {
    width: 100%; }
  .col-ds-1-2, .col-ds-2-4, .col-ds-3-6, .col-ds-5-10 {
    width: 50%; }
  .col-ds-1-3, .col-ds-2-6 {
    width: 33.333%; }
  .col-ds-2-3, .col-ds-4-6 {
    width: 66.666%; }
  .col-ds-1-4 {
    width: 25%; }
  .col-ds-3-4 {
    width: 75%; }
  .col-ds-1-5, .col-ds-2-10 {
    width: 20%; }
  .col-ds-2-5, .col-ds-4-10 {
    width: 40%; }
  .col-ds-3-5, .col-ds-6-10 {
    width: 60%; }
  .col-ds-4-5, .col-ds-8-10 {
    width: 80%; }
  .col-ds-1-6 {
    width: 16.666%; }
  .col-ds-5-6 {
    width: 83.333%; }
  .col-ds-1-10 {
    width: 10%; }
  .col-ds-3-10 {
    width: 30%; }
  .col-ds-7-10 {
    width: 70%; }
  .col-ds-9-10 {
    width: 90%; }
  .col-ds-push-1-2, .col-ds-push-2-4, .col-ds-push-3-6, .col-ds-push-5-10 {
    left: 50%; }
  .col-ds-push-1-3, .col-ds-push-2-6 {
    left: 33.333%; }
  .col-ds-push-2-3, .col-ds-push-4-6 {
    left: 66.666%; }
  .col-ds-push-1-4 {
    left: 25%; }
  .col-ds-push-3-4 {
    left: 75%; }
  .col-ds-push-1-5, .col-ds-push-2-10 {
    left: 20%; }
  .col-ds-push-2-5, .col-ds-push-4-10 {
    left: 40%; }
  .col-ds-push-3-5, .col-ds-push-6-10 {
    left: 60%; }
  .col-ds-push-4-5, .col-ds-push-8-10 {
    left: 80%; }
  .col-ds-push-1-6 {
    left: 16.666%; }
  .col-ds-push-5-6 {
    left: 83.333%; }
  .col-ds-push-1-10 {
    left: 10%; }
  .col-ds-push-3-10 {
    left: 30%; }
  .col-ds-push-7-10 {
    left: 70%; }
  .col-ds-push-9-10 {
    left: 90%; }
  .col-ds-pull-1-2, .col-ds-pull-2-4, .col-ds-pull-3-6, .col-ds-pull-5-10 {
    left: -50%; }
  .col-ds-pull-1-3, .col-ds-pull-2-6 {
    left: -33.333%; }
  .col-ds-pull-2-3, .col-ds-pull-4-6 {
    left: -66.666%; }
  .col-ds-pull-1-4 {
    left: -25%; }
  .col-ds-pull-3-4 {
    left: -75%; }
  .col-ds-pull-1-5, .col-ds-pull-2-10 {
    left: -20%; }
  .col-ds-pull-2-5, .col-ds-pull-4-10 {
    left: -40%; }
  .col-ds-pull-3-5, .col-ds-pull-6-10 {
    left: -60%; }
  .col-ds-pull-4-5, .col-ds-pull-8-10 {
    left: -80%; }
  .col-ds-pull-1-6 {
    left: -16.666%; }
  .col-ds-pull-5-6 {
    left: -83.333%; }
  .col-ds-pull-1-10 {
    left: -10%; }
  .col-ds-pull-3-10 {
    left: -30%; }
  .col-ds-pull-7-10 {
    left: -70%; }
  .col-ds-pull-9-10 {
    left: -90%; } }

@media (min-width: 1370px) {
  [class*='col-dl-'] {
    float: left; }
  .col-dl-1-1 {
    width: 100%; }
  .col-dl-1-2, .col-dl-2-4, .col-dl-3-6, .col-dl-5-10 {
    width: 50%; }
  .col-dl-1-3, .col-dl-2-6 {
    width: 33.333%; }
  .col-dl-2-3, .col-dl-4-6 {
    width: 66.666%; }
  .col-dl-1-4 {
    width: 25%; }
  .col-dl-3-4 {
    width: 75%; }
  .col-dl-1-5, .col-dl-2-10 {
    width: 20%; }
  .col-dl-2-5, .col-dl-4-10 {
    width: 40%; }
  .col-dl-3-5, .col-dl-6-10 {
    width: 60%; }
  .col-dl-4-5, .col-dl-8-10 {
    width: 80%; }
  .col-dl-1-6 {
    width: 16.666%; }
  .col-dl-5-6 {
    width: 83.333%; }
  .col-dl-1-10 {
    width: 10%; }
  .col-dl-3-10 {
    width: 30%; }
  .col-dl-7-10 {
    width: 70%; }
  .col-dl-9-10 {
    width: 90%; }
  .col-dl-push-1-2, .col-dl-push-2-4, .col-dl-push-3-6, .col-dl-push-5-10 {
    left: 50%; }
  .col-dl-push-1-3, .col-dl-push-2-6 {
    left: 33.333%; }
  .col-dl-push-2-3, .col-dl-push-4-6 {
    left: 66.666%; }
  .col-dl-push-1-4 {
    left: 25%; }
  .col-dl-push-3-4 {
    left: 75%; }
  .col-dl-push-1-5, .col-dl-push-2-10 {
    left: 20%; }
  .col-dl-push-2-5, .col-dl-push-4-10 {
    left: 40%; }
  .col-dl-push-3-5, .col-dl-push-6-10 {
    left: 60%; }
  .col-dl-push-4-5, .col-dl-push-8-10 {
    left: 80%; }
  .col-dl-push-1-6 {
    left: 16.666%; }
  .col-dl-push-5-6 {
    left: 83.333%; }
  .col-dl-push-1-10 {
    left: 10%; }
  .col-dl-push-3-10 {
    left: 30%; }
  .col-dl-push-7-10 {
    left: 70%; }
  .col-dl-push-9-10 {
    left: 90%; }
  .col-dl-pull-1-2, .col-dl-pull-2-4, .col-dl-pull-3-6, .col-dl-pull-5-10 {
    left: -50%; }
  .col-dl-pull-1-3, .col-dl-pull-2-6 {
    left: -33.333%; }
  .col-dl-pull-2-3, .col-dl-pull-4-6 {
    left: -66.666%; }
  .col-dl-pull-1-4 {
    left: -25%; }
  .col-dl-pull-3-4 {
    left: -75%; }
  .col-dl-pull-1-5, .col-dl-pull-2-10 {
    left: -20%; }
  .col-dl-pull-2-5, .col-dl-pull-4-10 {
    left: -40%; }
  .col-dl-pull-3-5, .col-dl-pull-6-10 {
    left: -60%; }
  .col-dl-pull-4-5, .col-dl-pull-8-10 {
    left: -80%; }
  .col-dl-pull-1-6 {
    left: -16.666%; }
  .col-dl-pull-5-6 {
    left: -83.333%; }
  .col-dl-pull-1-10 {
    left: -10%; }
  .col-dl-pull-3-10 {
    left: -30%; }
  .col-dl-pull-7-10 {
    left: -70%; }
  .col-dl-pull-9-10 {
    left: -90%; } }

.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
  content: " ";
  display: table; }

.clearfix:after, .container-fluid:after, .container:after, .row:after {
  clear: both; }

/*! responsive element showing*/
.hidden-ml {
  display: block !important; }
  @media (min-width: 480px) {
    .hidden-ml {
      display: none !important; } }

.hidden-ts {
  display: block !important; }
  @media (min-width: 767px) {
    .hidden-ts {
      display: none !important; } }

.hidden-tl {
  display: block !important; }
  @media (min-width: 992px) {
    .hidden-tl {
      display: none !important; } }

.hidden-ds {
  display: block !important; }
  @media (min-width: 1200px) {
    .hidden-ds {
      display: none !important; } }

.visible-ml {
  display: none !important; }
  @media (min-width: 480px) {
    .visible-ml {
      display: block !important; } }

.visible-ts {
  display: none !important; }
  @media (min-width: 767px) {
    .visible-ts {
      display: block !important; } }

.visible-tl {
  display: none !important; }
  @media (min-width: 992px) {
    .visible-tl {
      display: block !important; } }

.visible-ds {
  display: none !important; }
  @media (min-width: 1200px) {
    .visible-ds {
      display: block !important; } }

/*! inline block elements - overrides bootstrap floats - needs font-size adjust on child elements*/
.inline-blocks {
  font-size: 0;
  letter-spacing: 0; }
  .inline-blocks .item {
    float: none;
    display: inline-block;
    vertical-align: top; }
  .inline-blocks .hidden-ml {
    display: inline-block !important; }
    @media (min-width: 480px) {
      .inline-blocks .hidden-ml {
        display: none !important; } }
  .inline-blocks .hidden-ts {
    display: inline-block !important; }
    @media (min-width: 767px) {
      .inline-blocks .hidden-ts {
        display: none !important; } }
  .inline-blocks .hidden-tl {
    display: inline-block !important; }
    @media (min-width: 992px) {
      .inline-blocks .hidden-tl {
        display: none !important; } }
  .inline-blocks .hidden-ds {
    display: inline-block !important; }
    @media (min-width: 1200px) {
      .inline-blocks .hidden-ds {
        display: none !important; } }
  .inline-blocks .visible-ml {
    display: none !important; }
    @media (min-width: 480px) {
      .inline-blocks .visible-ml {
        display: inline-block !important; } }
  .inline-blocks .visible-ts {
    display: none !important; }
    @media (min-width: 767px) {
      .inline-blocks .visible-ts {
        display: inline-block !important; } }
  .inline-blocks .visible-tl {
    display: none !important; }
    @media (min-width: 992px) {
      .inline-blocks .visible-tl {
        display: inline-block !important; } }
  .inline-blocks .visible-ds {
    display: none !important; }
    @media (min-width: 1200px) {
      .inline-blocks .visible-ds {
        display: inline-block !important; } }

/*! override default grid gutter*/
.gutter-0 {
  margin-left: 0px; }
  .gutter-0 [class*='col-'] {
    padding-left: 0px; }

.gutter-10 {
  margin-left: -10px; }
  .gutter-10 [class*='col-'] {
    padding-left: 10px; }

.gutter-20 {
  margin-left: -20px; }
  .gutter-20 [class*='col-'] {
    padding-left: 20px; }

.gutter-30 {
  margin-left: -30px; }
  .gutter-30 [class*='col-'] {
    padding-left: 30px; }

.gutter-40 {
  margin-left: -40px; }
  .gutter-40 [class*='col-'] {
    padding-left: 40px; }

.gutter-50 {
  margin-left: -50px; }
  .gutter-50 [class*='col-'] {
    padding-left: 50px; }

@media (min-width: 992px) {
  .cms .container {
    width: 1000px; } }

.cms img {
  padding: 0 2.2em 2.2em 0; }

.cms h5 {
  padding-bottom: 10px;
  color: #888; }

.cms a {
  text-decoration: underline; }

.screen-reader-text, .back-to-top {
  display: none; }

div.wpcf7-validation-errors {
  border: 0 !important; }

.entry-footer {
  background: none; }

.woocommerce-result-count {
  margin: 0; }

#wp-live-chat {
  right: 50px !important; }

.page-content .search-form {
  position: relative;
  width: 30%; }
  .page-content .search-form .input-text {
    height: 49px; }
  .page-content .search-form button {
    padding: 9px 20px;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px; }
    .page-content .search-form button:before, .page-content .search-form button:after {
      /* search icon */
      content: '';
      position: absolute; }
    .page-content .search-form button:before {
      /* lens */
      top: 15px;
      left: 14px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      border: 2px solid #fff; }
    .page-content .search-form button:after {
      /* handle */
      height: 2px;
      width: 8px;
      background: #fff;
      bottom: 15px;
      right: 15px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .page-content .search-form button:hover {
      background: #67c233; }

.breadcrumbs, .woocommerce-breadcrumb {
  background-color: #dfdfdf;
  padding: 16px 0;
  clear: both; }
  .breadcrumbs li, .woocommerce-breadcrumb li {
    display: inline-block;
    padding-right: 10px; }
    .breadcrumbs li:after, .woocommerce-breadcrumb li:after {
      content: "";
      width: 0;
      height: 0; }
    .breadcrumbs li.active a, .woocommerce-breadcrumb li.active a {
      font-weight: 400;
      color: #30B0BF; }

.heading, .woocommerce-products-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #30B0BF;
  padding: 60px 0;
  margin: 0 0 30px;
  text-align: center;
  color: #fff; }
  @media (max-width: 768px) {
    .heading, .woocommerce-products-header {
      padding: 40px 0; } }
  .heading h1, .woocommerce-products-header h1 {
    font-size: 26px;
    margin-left: 20px;
    color: #fff;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .heading h1, .woocommerce-products-header h1 {
        font-size: 50px; } }
  .heading p, .woocommerce-products-header p {
    font-weight: 200;
    margin: 0 auto;
    padding: 0 20px;
    font-size: 18px;
    max-width: 760px; }
    @media (max-width: 768px) {
      .heading p, .woocommerce-products-header p {
        font-size: 16px; } }

.scroll-down {
  display: none;
  position: absolute;
  text-align: center;
  background: transparent;
  width: 100%;
  margin-top: -30px;
  z-index: 1; }
  @media (min-width: 767px) {
    .scroll-down {
      display: block;
      margin-top: -30px; } }
  @media (min-width: 1200px) {
    .scroll-down {
      margin-top: -40px; } }
  .scroll-down:after {
    position: absolute;
    bottom: -40px;
    left: 48.8%;
    content: "\f107";
    background-color: #fff;
    height: 40px;
    width: 40px;
    font-family: FontAwesome;
    font-size: 26px;
    line-height: 1.8;
    text-align: center; }

.error404 .page-content {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 50px; }

.search-results .page-title {
  margin-bottom: 30px; }

.search-results li {
  list-style: none; }

.search-results article {
  padding-bottom: 10px; }

.search-results h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  color: #127db5;
  margin: 10px 0 0;
  width: 100%;
  min-height: 50px; }

.search-results img {
  width: 100%;
  height: auto;
  margin-bottom: 12px; }

.intro {
  padding: 20px 30px 50px;
  text-align: center; }
  @media (min-width: 1350px) {
    .intro {
      padding: 20px 400px 50px; } }
  .intro p {
    line-height: 1.6; }

.woocommerce-pagination,
.pagination {
  background-color: #dfdfdf;
  margin: 20px 0;
  padding: 0 !important;
  width: 100%;
  position: relative; }
  .woocommerce-pagination a,
  .pagination a {
    display: inline;
    font-weight: 200; }
    @media (min-width: 767px) {
      .woocommerce-pagination a,
      .pagination a {
        display: inline; } }
  .woocommerce-pagination .nav-links,
  .pagination .nav-links {
    padding: 0 !important;
    display: inline-block;
    text-align: center;
    position: relative;
    width: 100%;
    float: none;
    margin: 0; }
    .woocommerce-pagination .nav-links span,
    .woocommerce-pagination .nav-links a,
    .pagination .nav-links span,
    .pagination .nav-links a {
      color: #888;
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-weight: 700; }
      .woocommerce-pagination .nav-links span span.screen-reader-text,
      .woocommerce-pagination .nav-links a span.screen-reader-text,
      .pagination .nav-links span span.screen-reader-text,
      .pagination .nav-links a span.screen-reader-text {
        display: none; }
      .woocommerce-pagination .nav-links span:hover,
      .woocommerce-pagination .nav-links a:hover,
      .pagination .nav-links span:hover,
      .pagination .nav-links a:hover {
        background: #2b2d30;
        color: #dfdfdf; }
    .woocommerce-pagination .nav-links span.current,
    .woocommerce-pagination .nav-links a.current,
    .pagination .nav-links span.current,
    .pagination .nav-links a.current {
      color: #2b2d30; }
      .woocommerce-pagination .nav-links span.current:hover,
      .woocommerce-pagination .nav-links a.current:hover,
      .pagination .nav-links span.current:hover,
      .pagination .nav-links a.current:hover {
        background: #2b2d30;
        color: #dfdfdf; }
  .woocommerce-pagination .page-numbers,
  .pagination .page-numbers {
    display: inline-block;
    text-align: center;
    width: 100%;
    float: none;
    margin: 0; }
    .woocommerce-pagination .page-numbers li,
    .pagination .page-numbers li {
      display: inline-block;
      padding: 0;
      opacity: 1;
      border: none;
      margin: 0; }
      .woocommerce-pagination .page-numbers li:hover a,
      .woocommerce-pagination .page-numbers li:hover span,
      .pagination .page-numbers li:hover a,
      .pagination .page-numbers li:hover span {
        background: #2b2d30;
        color: #fff; }
      .woocommerce-pagination .page-numbers li:hover span.current,
      .pagination .page-numbers li:hover span.current {
        color: #888 !important; }
      .woocommerce-pagination .page-numbers li a,
      .woocommerce-pagination .page-numbers li span,
      .pagination .page-numbers li a,
      .pagination .page-numbers li span {
        margin: 0;
        color: #888;
        font-size: 12px;
        height: 40px;
        line-height: 40px;
        width: 40px;
        font-weight: 700; }
        @media (min-width: 767px) {
          .woocommerce-pagination .page-numbers li a,
          .woocommerce-pagination .page-numbers li span,
          .pagination .page-numbers li a,
          .pagination .page-numbers li span {
            font-size: 14px; } }
      .woocommerce-pagination .page-numbers li a.prev,
      .pagination .page-numbers li a.prev {
        position: absolute;
        top: 0;
        left: 0; }
      .woocommerce-pagination .page-numbers li a.next,
      .pagination .page-numbers li a.next {
        position: absolute;
        top: 0;
        right: 0; }
      .woocommerce-pagination .page-numbers li span.current,
      .pagination .page-numbers li span.current {
        color: #2b2d30 !important; }

.image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  @media (max-width: 991px) {
    .image {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: auto;
      width: 100%;
      max-height: 350px; }
      .image:after {
        content: "";
        display: block;
        padding-bottom: 56%; } }

.background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center; }

.content-area ul {
  list-style: square;
  margin: 10px;
  padding: inherit; }
  .content-area ul li {
    padding-bottom: 6px; }

.important-message {
  color: #30B0BF;
  border: 1px solid #30B0BF;
  padding: 15px 50px;
  margin-bottom: 30px;
  text-align: center; }
  .important-message p {
    margin: 0; }
  .important-message a {
    color: #30B0BF; }
    .important-message a:hover {
      color: darkorange; }

body.show-nav .search-trigger {
  display: none; }

header#masthead {
  background-color: #2b2d30;
  position: relative;
  z-index: 100; }
  @media (max-width: 991px) {
    header#masthead:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 20px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.25)), to(rgba(0, 0, 0, 0)));
      background: -o-linear-gradient(top, rgba(28, 28, 28, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to bottom, rgba(28, 28, 28, 0.25) 0%, rgba(0, 0, 0, 0) 100%);
      pointer-events: none; } }
  header#masthead .notification-top {
    background-color: #1C1C1C;
    text-align: center;
    font-size: 16px;
    color: white;
    padding: 10.5px 10px; }
    @media (max-width: 768px) {
      header#masthead .notification-top {
        font-size: 10px;
        padding: 6px 10px; } }
    header#masthead .notification-top * {
      display: inline; }
  header#masthead .header-top {
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  header#masthead .logo-con {
    background-color: #184284;
    padding: 25px 20px 25px 20px; }
    @media (max-width: 420px) {
      header#masthead .logo-con {
        padding: 20px; } }
    header#masthead .logo-con .custom-logo-link {
      display: block; }
      @media (max-width: 991px) {
        header#masthead .logo-con .custom-logo-link {
          overflow: hidden; } }
      header#masthead .logo-con .custom-logo-link img {
        width: 100%;
        height: 40px; }
        @media (max-width: 1120px) {
          header#masthead .logo-con .custom-logo-link img {
            height: 30px; } }
        @media (max-width: 420px) {
          header#masthead .logo-con .custom-logo-link img {
            height: 20px; } }
  header#masthead .main-menu-con {
    margin: 0 auto 0 0; }
    @media (max-width: 991px) {
      header#masthead .main-menu-con {
        display: none; } }
  header#masthead .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 0 0 37px; }
    @media (max-width: 1620px) {
      header#masthead .main-menu {
        padding: 0 0 0 10px; } }
    header#masthead .main-menu li {
      margin: 0 25px; }
      @media (max-width: 1620px) {
        header#masthead .main-menu li {
          margin: 0 10px; } }
      @media (min-width: 992px) {
        header#masthead .main-menu li.current_page_parent > a:after, header#masthead .main-menu li.current-menu-item > a:after, header#masthead .main-menu li.current_page_item > a:after {
          opacity: 1;
          visibility: visible; } }
      header#masthead .main-menu li a {
        font-weight: 700;
        text-transform: uppercase;
        color: #1C1C1C;
        font-size: 16px;
        display: block;
        position: relative; }
        @media (min-width: 992px) {
          header#masthead .main-menu li a:hover:after, header#masthead .main-menu li a:focus-visible:after {
            opacity: 1;
            visibility: visible; }
          header#masthead .main-menu li a:after {
            content: '';
            position: absolute;
            left: -2px;
            right: -2px;
            bottom: 30px;
            height: 3px;
            background-color: #184284;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
            -o-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
            transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01); } }
  header#masthead .mini-basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 10px; }
    header#masthead .mini-basket path {
      fill: #1C1C1C; }
  header#masthead .info-con {
    padding-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media (max-width: 1620px) {
      header#masthead .info-con {
        padding-right: 20px; } }
    header#masthead .info-con a.icon {
      font-size: 26px;
      color: #1C1C1C; }
      @media (max-width: 1620px) {
        header#masthead .info-con a.icon {
          font-size: 20px; } }
      @media (max-width: 1221px) {
        header#masthead .info-con a.icon {
          display: none; } }
      header#masthead .info-con a.icon:hover, header#masthead .info-con a.icon:focus-visible {
        color: #30B0BF; }
      header#masthead .info-con a.icon + a.icon {
        margin-left: 25px; }
        @media (max-width: 1620px) {
          header#masthead .info-con a.icon + a.icon {
            margin-left: 10px; } }
        header#masthead .info-con a.icon + a.icon.telephone {
          margin-left: 57px;
          position: relative; }
          @media (max-width: 1620px) {
            header#masthead .info-con a.icon + a.icon.telephone {
              margin-left: 10px; } }
      header#masthead .info-con a.icon.search {
        position: relative; }
        header#masthead .info-con a.icon.search.open {
          color: #30B0BF; }
          header#masthead .info-con a.icon.search.open .search-form-con {
            opacity: 1;
            visibility: visible;
            -webkit-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
            -o-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
            transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01); }
        header#masthead .info-con a.icon.search .aws-search-field {
          font-size: 16px; }
        header#masthead .info-con a.icon.search .search-form-con {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 40px;
          width: 290px;
          opacity: 0;
          visibility: hidden; }
    header#masthead .info-con .btn {
      margin-left: 50px; }
      @media (max-width: 1620px) {
        header#masthead .info-con .btn {
          margin-left: 10px;
          padding: 10px 31px 10px 10px;
          font-size: 14px !important;
          background-position: right 10px top 50%; } }
      @media (max-width: 991px) {
        header#masthead .info-con .btn {
          display: none; } }
  header#masthead .header-bottom {
    background-color: #1C1C1C;
    position: relative; }
  header#masthead .under-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1680px; }
    @media (min-width: 992px) {
      header#masthead .under-menu > li.menu-item-has-children:hover > a:before, header#masthead .under-menu > li.menu-item-has-children:hover > a:after, header#masthead .under-menu > li.menu-item-has-children:focus-visible > a:before, header#masthead .under-menu > li.menu-item-has-children:focus-visible > a:after {
        background-color: #30B0BF !important; }
      header#masthead .under-menu > li.menu-item-has-children:hover > a:before, header#masthead .under-menu > li.menu-item-has-children:focus-visible > a:before {
        -webkit-transform: rotate(-45deg) translateY(-50%);
            -ms-transform: rotate(-45deg) translateY(-50%);
                transform: rotate(-45deg) translateY(-50%);
        right: 3.4px; }
      header#masthead .under-menu > li.menu-item-has-children:hover > a:after, header#masthead .under-menu > li.menu-item-has-children:focus-visible > a:after {
        -webkit-transform: rotate(45deg) translateY(-50%);
            -ms-transform: rotate(45deg) translateY(-50%);
                transform: rotate(45deg) translateY(-50%); }
      header#masthead .under-menu > li.menu-item-has-children:hover > .sub-menu, header#masthead .under-menu > li.menu-item-has-children:focus-visible > .sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        header#masthead .under-menu > li.menu-item-has-children:hover > .sub-menu:after, header#masthead .under-menu > li.menu-item-has-children:focus-visible > .sub-menu:after {
          content: '';
          position: absolute;
          top: 100%;
          left: 0;
          width: 100%;
          height: 20px;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.05)), to(rgba(0, 0, 0, 0)));
          background: -o-linear-gradient(top, rgba(28, 28, 28, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
          background: linear-gradient(to bottom, rgba(28, 28, 28, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
          pointer-events: none; } }
    header#masthead .under-menu > li.menu-item-has-children > a {
      padding-right: 24px; }
      header#masthead .under-menu > li.menu-item-has-children > a:before, header#masthead .under-menu > li.menu-item-has-children > a:after {
        background-color: white;
        margin: 0;
        right: -1px;
        -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
                transform-origin: 50% 50%;
        height: 2.44px;
        width: 10px;
        border-radius: 1px;
        -webkit-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
        -o-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
        transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01); }
      header#masthead .under-menu > li.menu-item-has-children > a:before {
        -webkit-transform: rotate(45deg) translateY(-50%);
            -ms-transform: rotate(45deg) translateY(-50%);
                transform: rotate(45deg) translateY(-50%);
        right: 6.2px; }
      header#masthead .under-menu > li.menu-item-has-children > a:after {
        -webkit-transform: rotate(-45deg) translateY(-50%);
            -ms-transform: rotate(-45deg) translateY(-50%);
                transform: rotate(-45deg) translateY(-50%); }
    header#masthead .under-menu > li + li {
      margin-left: 48px; }
      @media (max-width: 1620px) {
        header#masthead .under-menu > li + li {
          margin-left: 12px; } }
    header#masthead .under-menu li a {
      font-weight: 500;
      text-transform: uppercase;
      color: white;
      font-size: 14px;
      padding: 15px 0;
      display: block;
      position: relative; }
      @media (max-width: 1120px) {
        header#masthead .under-menu li a {
          font-size: 13px; } }
      @media (min-width: 992px) {
        header#masthead .under-menu li a:hover, header#masthead .under-menu li a:focus-visible {
          color: #30B0BF; }
          header#masthead .under-menu li a:hover:before, header#masthead .under-menu li a:hover:after, header#masthead .under-menu li a:focus-visible:before, header#masthead .under-menu li a:focus-visible:after {
            background-color: #184284 !important; } }
    header#masthead .under-menu li .sub-menu {
      display: none;
      position: absolute;
      top: 100%;
      background-color: white;
      z-index: 2;
      left: 0;
      width: 100%;
      padding: 60px 140px 60px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      z-index: 2; }
      @media (max-width: 1620px) {
        header#masthead .under-menu li .sub-menu {
          padding: 50px 20px 50px; } }
      header#masthead .under-menu li .sub-menu > li.has-children {
        width: 33.333%; }
        header#masthead .under-menu li .sub-menu > li.has-children > a {
          font-size: 18px;
          font-weight: 700;
          padding: 0 0 0 35px;
          margin-bottom: 16px; }
          @media (max-width: 1620px) {
            header#masthead .under-menu li .sub-menu > li.has-children > a {
              font-size: 16px; } }
          header#masthead .under-menu li .sub-menu > li.has-children > a:before {
            content: '';
            width: 3px;
            top: -3px;
            bottom: -3px;
            height: auto;
            background-color: #184284;
            right: auto;
            left: 0;
            -webkit-transform: skewX(-10deg);
                -ms-transform: skewX(-10deg);
                    transform: skewX(-10deg); }
          header#masthead .under-menu li .sub-menu > li.has-children > a:after {
            display: none; }
      header#masthead .under-menu li .sub-menu li {
        width: 100%; }
        header#masthead .under-menu li .sub-menu li a {
          font-size: 16px;
          font-weight: 400;
          color: #1C1C1C;
          padding: 7.5px 0; }
          @media (max-width: 1620px) {
            header#masthead .under-menu li .sub-menu li a {
              font-size: 14px; } }
          @media (min-width: 992px) {
            header#masthead .under-menu li .sub-menu li a:hover, header#masthead .under-menu li .sub-menu li a:focus-visible {
              color: #30B0BF; } }
        header#masthead .under-menu li .sub-menu li .sub-menu {
          position: static;
          display: block;
          padding: 0 0 0 35px; }

.mob-menu-con {
  background-color: #0e162a;
  padding: 20px 20px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-height: 100dvh; }
  @media (min-width: 992px) {
    .mob-menu-con {
      display: none; } }
  @media (max-width: 991px) {
    .mob-menu-con {
      display: none; }
      .menu-open .mob-menu-con {
        display: block; } }
  @media (max-width: 991px) {
    .mob-menu-con .nbs-btn img {
      -webkit-filter: brightness(0) invert(1);
              filter: brightness(0) invert(1);
      height: 30px;
      width: auto; } }
  .mob-menu-con .mob-menu li ul {
    display: none; }
  .mob-menu-con .mob-menu li a {
    font-size: 16px;
    font-weight: 500;
    color: white;
    margin-bottom: 5px;
    display: inline-block;
    text-transform: uppercase;
    padding: 5px 0; }
    .mob-menu-con .mob-menu li a:before, .mob-menu-con .mob-menu li a:after {
      display: none; }
  .mob-menu-con .links {
    margin-top: 15px; }
    .mob-menu-con .links .icon {
      font-size: 24px;
      color: white; }
      .mob-menu-con .links .icon + .icon {
        margin-left: 10px; }

.burger {
  height: 30px;
  width: 30px;
  border-radius: 0;
  line-height: 30px;
  padding: 0;
  -webkit-perspective: 900000px;
  perspective: 900000px;
  z-index: 1;
  pointer-events: auto;
  position: relative;
  font-weight: 400;
  border-radius: 0;
  margin-left: 24px;
  display: none; }
  @media (max-width: 991px) {
    .burger {
      height: 30px;
      width: 30px;
      line-height: 30px;
      z-index: 3;
      display: block;
      margin-left: 20px; } }
  @media (max-width: 420px) {
    .burger {
      margin-left: 10px; } }
  .burger:hover {
    cursor: pointer; }
  .burger .line1 {
    width: 30px;
    max-width: 100%;
    height: 2px;
    background-color: #1C1C1C;
    position: absolute;
    top: 14px;
    left: 50%;
    border-radius: 0px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-position: center center; }
    @media (max-width: 991px) {
      .burger .line1 {
        width: 30px;
        height: 2px;
        top: 14px; } }
    .burger .line1:before, .burger .line1:after {
      width: 30px;
      max-width: 30px;
      height: 2px;
      position: absolute;
      content: '';
      left: 0px;
      border-radius: 0px;
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      background-position: center center;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      @media (max-width: 991px) {
        .burger .line1:before, .burger .line1:after {
          width: 30px;
          height: 2px;
          border-radius: 0px; } }
    .burger .line1:before {
      -webkit-transform: translateY(-8px);
          -ms-transform: translateY(-8px);
              transform: translateY(-8px);
      background-color: #1C1C1C; }
      @media (max-width: 991px) {
        .burger .line1:before {
          -webkit-transform: translateY(-8px);
              -ms-transform: translateY(-8px);
                  transform: translateY(-8px); } }
    .burger .line1:after {
      -webkit-transform: translateY(8px);
          -ms-transform: translateY(8px);
              transform: translateY(8px);
      background-color: #1C1C1C; }
      @media (max-width: 991px) {
        .burger .line1:after {
          -webkit-transform: translateY(8px);
              -ms-transform: translateY(8px);
                  transform: translateY(8px); } }
  .burger.close:before {
    -webkit-transition: color .1s .25s;
    -o-transition: color .1s .25s;
    transition: color .1s .25s; }
  .burger.close .line1 {
    background-color: #1C1C1C;
    -webkit-transition: visibility .1s .2s, background-color .1s .2s, background-image .1s .2s;
    -o-transition: visibility .1s .2s, background-color .1s .2s, background-image .1s .2s;
    transition: visibility .1s .2s, background-color .1s .2s, background-image .1s .2s; }
    .burger.close .line1:before {
      -webkit-transform: translateY(-8px);
          -ms-transform: translateY(-8px);
              transform: translateY(-8px);
      background-color: #1C1C1C;
      visibility: visible;
      -webkit-animation: before .5s linear;
              animation: before .5s linear;
      -webkit-transition: all 0.2s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s;
      -o-transition: all 0.2s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s;
      transition: all 0.2s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s; }
      @media (max-width: 991px) {
        .burger.close .line1:before {
          -webkit-transform: translateY(-8px);
              -ms-transform: translateY(-8px);
                  transform: translateY(-8px);
          -webkit-animation: beforeM .5s linear;
                  animation: beforeM .5s linear; } }
    .burger.close .line1:after {
      -webkit-transform: translateY(8px);
          -ms-transform: translateY(8px);
              transform: translateY(8px);
      background-color: #1C1C1C;
      visibility: visible;
      -webkit-animation: after .5s linear;
              animation: after .5s linear;
      -webkit-transition: all 0.2s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s;
      -o-transition: all 0.2s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s;
      transition: all 0.2s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s; }
      @media (max-width: 991px) {
        .burger.close .line1:after {
          -webkit-transform: translateY(8px);
              -ms-transform: translateY(8px);
                  transform: translateY(8px);
          -webkit-animation: afterM .5s linear;
                  animation: afterM .5s linear; } }

@-webkit-keyframes before {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); } }

@keyframes before {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); } }

@-webkit-keyframes after {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); } }

@keyframes after {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); } }

@-webkit-keyframes beforeM {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); } }

@keyframes beforeM {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); } }

@-webkit-keyframes afterM {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); } }

@keyframes afterM {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); } }
  .burger.open {
    z-index: 112;
    background-color: transparent; }
    .burger.open .line1 {
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transition: visibility .1s .25s, background-color .1s .25s, background-image .1s .25s;
      -o-transition: visibility .1s .25s, background-color .1s .25s, background-image .1s .25s;
      transition: visibility .1s .25s, background-color .1s .25s, background-image .1s .25s;
      background-color: transparent;
      background-image: none; }
      .burger.open .line1:before {
        -webkit-transform: rotate(45deg) translateY(0);
            -ms-transform: rotate(45deg) translateY(0);
                transform: rotate(45deg) translateY(0);
        background-color: #30B0BF;
        visibility: visible;
        -webkit-animation: before-open .5s linear;
                animation: before-open .5s linear;
        -webkit-transition: visibility .1s .25s, background-color .1s .25s;
        -o-transition: visibility .1s .25s, background-color .1s .25s;
        transition: visibility .1s .25s, background-color .1s .25s; }
        @media (max-width: 991px) {
          .burger.open .line1:before {
            -webkit-animation: before-openM .5s linear;
                    animation: before-openM .5s linear; } }
      .burger.open .line1:after {
        -webkit-transform: rotate(-45deg) translateY(0);
            -ms-transform: rotate(-45deg) translateY(0);
                transform: rotate(-45deg) translateY(0);
        background-color: #30B0BF;
        visibility: visible;
        -webkit-animation: after-open .5s linear;
                animation: after-open .5s linear;
        -webkit-transition: visibility .1s .25s, background-color .1s .25s;
        -o-transition: visibility .1s .25s, background-color .1s .25s;
        transition: visibility .1s .25s, background-color .1s .25s; }
        @media (max-width: 991px) {
          .burger.open .line1:after {
            -webkit-animation: after-openM .5s linear;
                    animation: after-openM .5s linear; } }

@-webkit-keyframes before-open {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); } }

@keyframes before-open {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); } }

@-webkit-keyframes after-open {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); } }

@keyframes after-open {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); } }

@-webkit-keyframes before-openM {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); } }

@keyframes before-openM {
  0% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); } }

@-webkit-keyframes after-openM {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); } }

@keyframes after-openM {
  0% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); } }

body.no-scroll {
  overflow-y: hidden;
  position: device-fixed; }

.toggle-nav {
  position: absolute;
  top: 0;
  right: 10px;
  width: 30px;
  height: 30px;
  margin: 16px auto;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 1000; }
  @media (min-width: 1200px) {
    .toggle-nav {
      display: none; } }
  .toggle-nav span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
  .toggle-nav span:nth-child(1) {
    top: 0px; }
  .toggle-nav span:nth-child(2) {
    top: 10px; }
  .toggle-nav span:nth-child(3) {
    top: 20px; }
  .toggle-nav.open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
  .toggle-nav.open span:nth-child(2) {
    opacity: 0;
    left: -60px; }
  .toggle-nav.open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }

.nav-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%; }
  @media (min-width: 1200px) {
    .nav-wrap {
      overflow: visible;
      width: auto; } }

.hide-nav .navigation {
  background: transparent; }

.show-nav .navigation {
  display: block;
  background: #2b2d30;
  margin-top: 54px; }
  @media (min-width: 1200px) {
    .show-nav .navigation {
      background: transparent;
      margin: 0; } }
  .show-nav .navigation li {
    opacity: 1; }
  .show-nav .navigation .view-all {
    float: right;
    margin-top: -51px; }
    @media (min-width: 1200px) {
      .show-nav .navigation .view-all {
        display: none; } }
    .show-nav .navigation .view-all a {
      color: #74c5f1; }

.navigation {
  display: none;
  position: fixed;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 999; }
  @media (min-width: 1200px) {
    .navigation {
      position: relative;
      display: table;
      text-align: left;
      overflow: visible;
      padding: 10px 20px 0 230px;
      width: 100%; } }
  .navigation .nav-image {
    display: none; }
    .navigation .nav-image a {
      height: auto !important;
      border-bottom: none !important; }
    @media (min-width: 1200px) {
      .navigation .nav-image {
        display: inline !important;
        float: right;
        margin: 20px;
        padding: 0 !important;
        width: 230px; } }
    @media (min-width: 1350px) {
      .navigation .nav-image {
        width: 260px; } }

@media (min-width: 1200px) {
  nav#cd-nav {
    display: table-footer-group; } }

nav ul {
  margin-top: 0;
  padding: 0 10px; }
  @media (min-width: 1200px) {
    nav ul {
      margin: 0;
      padding: 0;
      float: left; } }
  nav ul li {
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #bbb;
    opacity: 0;
    padding: 0; }
    @media (min-width: 1200px) {
      nav ul li {
        display: inline-block;
        padding: 0 20px 0 0;
        border: none;
        opacity: 1; } }
    nav ul li a {
      font-size: 18px;
      font-weight: 200;
      color: #fff; }
      @media (min-width: 1200px) {
        nav ul li a {
          font-size: 11px; } }
      @media (min-width: 1350px) {
        nav ul li a {
          font-size: 13px; } }
  @media (min-width: 1200px) {
    nav ul.primary {
      padding: 16px 0;
      margin: 0 0 1px; } }
  nav ul.social {
    margin-bottom: 20vh; }
    @media (min-width: 1200px) {
      nav ul.social {
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      nav ul.social {
        float: left;
        display: inline-block; } }
    nav ul.social li {
      border: none; }
      nav ul.social li:first-child {
        display: inline;
        margin-right: 20px; }
        @media (min-width: 1200px) {
          nav ul.social li:first-child {
            margin: 0; } }
      nav ul.social li:last-child {
        display: inline;
        margin-left: 20px; }
        @media (min-width: 1200px) {
          nav ul.social li:last-child {
            margin: 0; } }
      nav ul.social li a {
        font-size: 11px;
        color: #aaa; }
        @media (min-width: 1200px) {
          nav ul.social li a {
            font-size: 10px; } }
        @media (min-width: 1350px) {
          nav ul.social li a {
            font-size: 11px; } }
        nav ul.social li a:hover {
          color: #17BDD1; }
        nav ul.social li a i {
          padding-right: 6px; }
  nav ul.links {
    float: none;
    margin-bottom: 40px; }
    @media (min-width: 1200px) {
      nav ul.links {
        display: block;
        float: right;
        margin-bottom: 0; } }
    nav ul.links li {
      display: block;
      text-transform: uppercase;
      border: none;
      padding: 10px 0; }
      @media (min-width: 1200px) {
        nav ul.links li {
          display: inline-block;
          padding: 0 10px; } }
      nav ul.links li a {
        font-size: 16px;
        color: #aaa; }
        nav ul.links li a:hover {
          color: #17BDD1; }
        @media (min-width: 1200px) {
          nav ul.links li a {
            font-size: 11px; } }
      nav ul.links li.cta {
        padding: 15px 10px;
        margin: 8px 0;
        width: 100%;
        text-align: center;
        color: #fff;
        border: none; }
        @media (min-width: 1200px) {
          nav ul.links li.cta {
            text-align: left;
            padding: 0 10px;
            margin: 0;
            width: auto; } }
        nav ul.links li.cta a {
          font-size: 15px;
          font-weight: 400;
          color: #fff; }
          @media (min-width: 1200px) {
            nav ul.links li.cta a {
              font-size: 11px;
              font-weight: 100;
              color: #aaa; } }
        nav ul.links li.cta.tel {
          background-color: #67c233; }
          @media (min-width: 1200px) {
            nav ul.links li.cta.tel {
              background-color: transparent; } }
        nav ul.links li.cta.call {
          display: inline-block;
          background-color: #30B0BF; }
          @media (min-width: 1200px) {
            nav ul.links li.cta.call {
              background-color: transparent;
              padding: 0 0 0 10px; } }

/* --------------------------------
Main components
-------------------------------- */
.cd-primary-nav, .cd-primary-nav ul {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #2b2d30;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  overflow: hidden;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  /* Landscape */ }
  @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .cd-primary-nav, .cd-primary-nav ul {
      max-height: 250px; } }

.cd-primary-nav a, .cd-primary-nav ul a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform, opacity;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s; }

.cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
  /* secondary navigations hidden by default */
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }
  @media (min-width: 1200px) {
    .cd-primary-nav.is-hidden, .cd-primary-nav ul.is-hidden {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1; } }

.cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
  /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0; }
  @media (min-width: 1200px) {
    .cd-primary-nav.moves-out > li > a, .cd-primary-nav ul.moves-out > li > a {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1; } }

@media only screen and (max-width: 1200px) {
  .nav-on-left .cd-primary-nav, .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0; } }

.cd-primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #69aa6f; }

.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px; }

.cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px; }

.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px; }

.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px; }

.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  color: #2e3233;
  font-size: 1.3rem;
  /* hide description on small devices */
  display: none; }

.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
  /* item icon */
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px; }

@media only screen and (min-width: 1200px) {
  .cd-primary-nav {
    position: static;
    padding: 0;
    height: auto;
    width: auto;
    overflow: visible;
    background: transparent; }
  .cd-primary-nav::after {
    clear: both;
    content: "";
    display: table; }
  .cd-primary-nav.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  .cd-primary-nav ul {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 3; }
  .cd-primary-nav ul.is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }
  .cd-primary-nav ul.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  .cd-primary-nav > li {
    float: left; }
  .cd-primary-nav > li > a {
    /* main navigation buttons style */
    position: relative;
    display: inline-block;
    padding: 0;
    color: #fff;
    overflow: visible;
    border-bottom: none;
    -webkit-transition: color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s; }
  .cd-primary-nav > li > a:hover {
    color: #17BDD1; }
  .cd-primary-nav > li > a.selected {
    color: #17BDD1; }
  .cd-primary-nav .go-back, .cd-primary-nav .see-all {
    display: none; } }
  @media only screen and (min-width: 1200px) and (min-width: 1200px) {
    .cd-primary-nav .go-back, .cd-primary-nav .see-all {
      display: none !important; } }

@media only screen and (min-width: 1200px) {
  .cd-primary-nav .sub-menu {
    /* dropdown menu style */
    position: absolute;
    top: 50px;
    left: 0;
    background: #ddd;
    padding: 0;
    -webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
            box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -o-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s; } }
  @media only screen and (min-width: 1200px) and (min-width: 1200px) {
    .cd-primary-nav .sub-menu {
      width: 100%; } }
  @media only screen and (min-width: 1200px) and (min-width: 1200px) {
    .cd-primary-nav .sub-menu .view-all {
      display: none; } }

@media only screen and (min-width: 1200px) {
  .cd-primary-nav .sub-menu::after {
    clear: both;
    content: "";
    display: table; }
  .cd-primary-nav .sub-menu.is-hidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -o-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s; }
  .cd-primary-nav .sub-menu > .see-all {
    /* this is the BIG See all button at the bottom of the dropdown menu */
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    overflow: hidden;
    /* reset some inherited style */
    margin: 0;
    padding: 0; }
  .cd-primary-nav .sub-menu > .see-all a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    border-top: 1px solid #e2e3df;
    /* reset some inherited style */
    border-bottom: none;
    margin: 0;
    padding: 0;
    -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
    -o-transition: color 0.2s, background 0.2s, border 0.2s;
    transition: color 0.2s, background 0.2s, border 0.2s; }
  .cd-primary-nav .sub-menu > .see-all a:hover, .cd-primary-nav .cd-nav-gallery > .see-all a:hover, .cd-primary-nav .cd-nav-icons > .see-all a:hover {
    background: #2e3233;
    border-color: #2e3233;
    color: #fff; }
  .cd-primary-nav .sub-menu > li {
    display: block;
    height: auto;
    padding: 0 0 0 15px;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .cd-primary-nav .sub-menu > li:hover {
      background-color: #eee; }
  .cd-primary-nav .sub-menu > li:nth-child(4n+2) {
    /* +2 because we have 2 list items with display:none */
    border-right: none; }
  .cd-primary-nav .sub-menu > li:last-child {
    border-bottom: none; }
  .cd-primary-nav .sub-menu > li > a {
    /* secondary nav title */
    font-size: 13px;
    color: #2b2d30; }
  .cd-primary-nav .sub-menu a {
    height: 40px;
    line-height: 40px;
    padding: 0 18% 0 0;
    color: #2e3233;
    border-bottom: 1px solid #dfdfdf; } }
  @media only screen and (min-width: 1200px) and (min-width: 1200px) {
    .cd-primary-nav .sub-menu a {
      border-bottom: 1px solid #fff; } }

@media only screen and (min-width: 1200px) {
  .cd-primary-nav .sub-menu a:hover {
    color: #30B0BF; }
  .cd-primary-nav .sub-menu ul {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .cd-primary-nav .sub-menu ul ul {
    /* tertiary navigation */
    position: absolute;
    top: 0;
    left: 260px;
    height: 100%;
    width: 700px; }
  .cd-primary-nav .sub-menu ul ul.is-hidden {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); } }
  @media only screen and (min-width: 1200px) and (min-width: 1200px) {
    .cd-primary-nav .sub-menu ul ul.is-hidden {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }

@media only screen and (min-width: 1200px) {
  .cd-primary-nav .sub-menu ul ul .go-back {
    display: block; }
  .cd-primary-nav .sub-menu ul ul .go-back a {
    color: transparent; }
  .cd-primary-nav .sub-menu ul ul .see-all {
    display: block; }
  .cd-primary-nav .sub-menu .moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); } }
  @media only screen and (min-width: 1200px) and (min-width: 1200px) {
    .cd-primary-nav .sub-menu .moves-out > li > a {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); } }

@media only screen and (min-width: 1200px) {
  .cd-primary-nav .cd-nav-gallery li {
    /* set here number of columns - use width percentage */
    width: 22%;
    float: left;
    margin: 0 4% 40px 0; }
  .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0; }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    border-bottom: none;
    padding: 0;
    height: auto;
    line-height: 1.2; }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: static;
    margin-top: 0;
    height: auto;
    width: 100%;
    margin-bottom: .6em; }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
    color: #69aa6f;
    font-weight: bold;
    padding: 0 .4em; }
  .cd-primary-nav .cd-nav-icons li {
    /* set here number of columns - use width percentage */
    width: 32%;
    float: left;
    margin: 0 2% 20px 0; }
  .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0; }
  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    border-bottom: none;
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
    position: relative; }
  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
    background: #f6f6f5; }
  .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    color: #69aa6f;
    font-weight: bold; }
  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    display: block; }
  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    left: 25px; } }

.has-children > a, .go-back a {
  position: relative; }

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #2b2d30;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  background: #c9cbc4; }

.has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
  background: #fff; }

.has-children > a {
  padding-right: 40px; }

.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
      -ms-transform-origin: 9px 50%;
          transform-origin: 9px 50%; }

.cd-primary-nav .go-back a {
  padding-left: 40px; }

.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
      -ms-transform-origin: 1px 50%;
          transform-origin: 1px 50%; }

@media only screen and (min-width: 1200px) {
  .has-children > a::before, .has-children > a::after {
    right: 15px;
    background-color: #2b2d30; }
  .has-children > a:hover::before, .has-children > a:hover::after {
    background-color: #30B0BF; }
  .cd-primary-nav > .has-children > a {
    /* main navigation arrows on larger devices */ }
  .cd-primary-nav > .has-children > a::before, .cd-primary-nav > .has-children > a::after {
    display: none;
    width: 9px;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    background: #c9cbc4;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    transition: width 0.3s, -webkit-transform 0.3s;
    -o-transition: width 0.3s, transform 0.3s;
    transition: width 0.3s, transform 0.3s;
    transition: width 0.3s, transform 0.3s, -webkit-transform 0.3s; }
  .cd-primary-nav > .has-children > a::before {
    right: 12px; }
  .cd-primary-nav > .has-children > a::after {
    right: 7px; }
  .cd-primary-nav > .has-children > a.selected::before, .cd-primary-nav > .has-children > a.selected::after {
    width: 14px; }
  .cd-primary-nav > .has-children > a.selected::before {
    -webkit-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
            transform: translateX(5px) rotate(-45deg); }
  .cd-primary-nav > .has-children > a.selected::after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .cd-primary-nav .go-back a {
    padding-left: 20px; }
  .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
    left: 1px; }
  .cd-primary-nav > li > .sub-menu > li > .sub-menu {
    top: 0;
    height: auto;
    padding: 0;
    background-color: #eee; }
    .cd-primary-nav > li > .sub-menu > li > .sub-menu:before {
      display: none; } }
  @media only screen and (min-width: 1200px) and (min-width: 1200px) {
    .cd-primary-nav > li > .sub-menu > li > .sub-menu {
      width: 710px;
      left: 260px; } }
  @media only screen and (min-width: 1200px) and (min-width: 1350px) {
    .cd-primary-nav > li > .sub-menu > li > .sub-menu {
      width: 900px;
      left: 260px; } }

@media only screen and (min-width: 1200px) {
  .cd-primary-nav .menu-item-78 > .sub-menu {
    width: 260px !important; } }

footer {
  background-color: #1C1C1C; }
  footer .container {
    width: 1680px; }
  footer .certified-logos {
    padding-top: 104px;
    padding-bottom: 85px;
    background-color: white;
    overflow: hidden; }
    @media (max-width: 768px) {
      footer .certified-logos {
        padding-top: 50px;
        padding-bottom: 50px; } }
    footer .certified-logos .container {
      width: 1678px; }
    footer .certified-logos .certified-heading {
      margin-bottom: 2.5em; }
    footer .certified-logos .logo-slide {
      max-height: none !important; }
      footer .certified-logos .logo-slide .owl-stage-outer {
        overflow: visible;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
      footer .certified-logos .logo-slide .owl-item {
        background-color: #F3F3F3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 20px 20px;
        min-height: 179px; }
        footer .certified-logos .logo-slide .owl-item img {
          width: auto;
          mix-blend-mode: luminosity;
          max-width: 100%; }
  footer .footer-top {
    padding: 50px 0 50px; }
    @media (min-width: 992px) {
      footer .footer-top {
        padding: 83px 0 81px; } }
    footer .footer-top .logo-con {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      footer .footer-top .logo-con #footer-logo {
        margin-top: 5px; }
      @media (max-width: 991px) {
        footer .footer-top .logo-con {
          width: 100%;
          margin-bottom: 2em; } }
      @media (min-width: 992px) {
        footer .footer-top .logo-con {
          width: 25%; } }
    footer .footer-top .social-con {
      display: none;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (min-width: 992px) {
        footer .footer-top .social-con {
          width: 75%; } }
      @media (min-width: 992px) {
        footer .footer-top .social-con {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      footer .footer-top .social-con + .col-tl-1-4 {
        clear: both; }
      footer .footer-top .social-con a.icon {
        font-size: 33px;
        color: white; }
        @media (max-width: 1620px) {
          footer .footer-top .social-con a.icon {
            font-size: 20px; } }
        footer .footer-top .social-con a.icon:hover, footer .footer-top .social-con a.icon:focus-visible {
          color: #30B0BF; }
        footer .footer-top .social-con a.icon + a.icon {
          margin-left: 25px; }
          @media (max-width: 1620px) {
            footer .footer-top .social-con a.icon + a.icon {
              margin-left: 10px; } }
          footer .footer-top .social-con a.icon + a.icon.telephone {
            margin-left: 57px; }
            @media (max-width: 1620px) {
              footer .footer-top .social-con a.icon + a.icon.telephone {
                margin-left: 10px; } }
        footer .footer-top .social-con a.icon.search {
          position: relative; }
          footer .footer-top .social-con a.icon.search.open {
            color: #30B0BF; }
            footer .footer-top .social-con a.icon.search.open .search-form-con {
              opacity: 1;
              visibility: visible;
              -webkit-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
              -o-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
              transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01); }
          footer .footer-top .social-con a.icon.search .aws-search-field {
            font-size: 16px; }
          footer .footer-top .social-con a.icon.search .search-form-con {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            right: 40px;
            width: 290px;
            opacity: 0;
            visibility: hidden; }
      footer .footer-top .social-con .btn {
        margin-left: 54px; }
        @media (max-width: 1620px) {
          footer .footer-top .social-con .btn {
            margin-left: 10px;
            padding: 12px 31px 12px 12px;
            font-size: 14px !important;
            background-position: right 12px top 50%; } }
    @media (max-width: 991px) {
      footer .footer-top .col-ts-1-3 {
        width: 50%;
        margin-bottom: 2em; } }
    @media (max-width: 768px) {
      footer .footer-top .col-ts-1-3 {
        width: 100%; } }
    footer .footer-top h4 {
      color: white;
      font-size: 20px;
      text-transform: uppercase;
      margin-bottom: .7em;
      text-align: left; }
      footer .footer-top h4.has-line {
        padding-left: 28px; }
        @media (max-width: 768px) {
          footer .footer-top h4.has-line {
            padding-left: 0px; } }
        footer .footer-top h4.has-line:before {
          top: 4px;
          bottom: 4px; }
    @media (min-width: 992px) {
      footer .footer-top .col-tl-1-4 {
        padding-top: 71px; } }
    footer .footer-top .col-tl-1-4 .footer-menu {
      padding-left: 28px; }
      @media (max-width: 768px) {
        footer .footer-top .col-tl-1-4 .footer-menu {
          padding-left: 0px; } }
      footer .footer-top .col-tl-1-4 .footer-menu li a {
        text-transform: none;
        font-size: 16px;
        color: #8E8E8E;
        display: inline-block;
        padding: 5px 0; }
        @media (max-width: 768px) {
          footer .footer-top .col-tl-1-4 .footer-menu li a {
            font-size: 14px;
            padding: 3px 0; } }
        footer .footer-top .col-tl-1-4 .footer-menu li a:hover, footer .footer-top .col-tl-1-4 .footer-menu li a:focus-visible {
          color: #30B0BF; }
    footer .footer-top .col-tl-1-4 address {
      padding-left: 28px;
      display: inline-block;
      font-size: 16px;
      color: #8E8E8E; }
      @media (max-width: 768px) {
        footer .footer-top .col-tl-1-4 address {
          padding-left: 0px;
          font-size: 14px; } }
    footer .footer-top .col-tl-1-4 p {
      padding-left: 28px;
      font-size: 16px; }
      @media (max-width: 768px) {
        footer .footer-top .col-tl-1-4 p {
          padding-left: 0px;
          font-size: 14px; } }
      footer .footer-top .col-tl-1-4 p i {
        color: white;
        font-size: 19px;
        margin-right: 15px; }
      footer .footer-top .col-tl-1-4 p a {
        color: #8E8E8E; }
        footer .footer-top .col-tl-1-4 p a:hover, footer .footer-top .col-tl-1-4 p a:focus-visible {
          color: #30B0BF; }
  footer .footer-bottom {
    padding: 0 0 50px; }
    @media (min-width: 992px) {
      footer .footer-bottom {
        padding: 0 0 96px; } }
    footer .footer-bottom .copy-con {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 991px) {
        footer .footer-bottom .copy-con {
          width: 100%; } }
      footer .footer-bottom .copy-con p {
        color: #F3F3F3;
        font-size: 14px;
        margin-bottom: .6em; }
    footer .footer-bottom .logo-con {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      footer .footer-bottom .logo-con a {
        display: block;
        width: 114px; }
      footer .footer-bottom .logo-con img {
        -webkit-filter: brightness(100);
                filter: brightness(100);
        opacity: 0.1; }
      @media (max-width: 991px) {
        footer .footer-bottom .logo-con {
          width: 100%;
          margin-top: 2em;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }

.get-in-touch-section {
  background-color: #F3F3F3; }
  .get-in-touch-section .container {
    width: 1634px;
    padding-top: 67px;
    padding-bottom: 107px; }
    @media (max-width: 991px) {
      .get-in-touch-section .container {
        padding-bottom: 0; } }
    .single-product .get-in-touch-section .container {
      padding-top: 104px; }
      @media (max-width: 768px) {
        .single-product .get-in-touch-section .container {
          padding-top: 50px;
          padding-bottom: 50px; } }
    @media (max-width: 768px) {
      .get-in-touch-section .container {
        padding-top: 50px; } }
  .get-in-touch-section h2 {
    font-size: 50px;
    margin-top: 0; }
    @media (max-width: 768px) {
      .get-in-touch-section h2 {
        font-size: 30px; } }
  .get-in-touch-section .row {
    padding-top: 100px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 50px;
    padding-right: 50px; }
    @media (max-width: 1200px) {
      .get-in-touch-section .row {
        padding-top: 60px;
        padding-bottom: 60px; } }
    @media (max-width: 991px) {
      .get-in-touch-section .row {
        padding-left: 0px;
        padding-right: 0px;
        background-color: #0e162a;
        padding-top: 0px;
        padding-bottom: 40px; } }
    .get-in-touch-section .row:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 2;
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.53)), to(rgba(0, 0, 0, 0)));
      background: -o-linear-gradient(left, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0) 100%); }
      @media (max-width: 991px) {
        .get-in-touch-section .row:before {
          display: none; } }
    .get-in-touch-section .row .col.col {
      width: 90%;
      max-width: 700px;
      position: relative;
      z-index: 5;
      padding-left: 35px; }
      @media (max-width: 991px) {
        .get-in-touch-section .row .col.col {
          padding-top: 30px; } }
      @media (max-width: 768px) {
        .get-in-touch-section .row .col.col {
          padding-left: 20px;
          width: 100%; } }
    .get-in-touch-section .row * {
      color: white; }
  .get-in-touch-section h1 {
    margin-bottom: 12px; }
  .get-in-touch-section h1,
  .get-in-touch-section h2 {
    position: relative; }
    .get-in-touch-section h1:before,
    .get-in-touch-section h2:before {
      content: '';
      position: absolute;
      width: 3px;
      top: .2em;
      bottom: .2em;
      height: auto;
      background-color: #184284;
      left: -30px;
      -webkit-transform: skewX(-10deg);
          -ms-transform: skewX(-10deg);
              transform: skewX(-10deg); }
      @media (max-width: 1200px) {
        .get-in-touch-section h1:before,
        .get-in-touch-section h2:before {
          width: 2px;
          left: -14px;
          -webkit-transform: skewX(-5deg);
              -ms-transform: skewX(-5deg);
                  transform: skewX(-5deg); } }
      @media (max-width: 991px) {
        .get-in-touch-section h1:before,
        .get-in-touch-section h2:before {
          display: none; } }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  border: 1px solid #ccc; }
  table tr:nth-child(even) {
    background-color: #eee; }
  table td {
    padding: 20px; }

.remodal {
  padding: 25px;
  max-width: 480px; }
  .remodal .remodal-close {
    left: inherit;
    top: 30px;
    right: 30px; }
  .remodal .remodal-content {
    background-color: #dfdfdf;
    text-align: left;
    padding: 45px; }
    .remodal .remodal-content > p {
      font-size: 26px;
      font-weight: 400;
      line-height: 1.3;
      text-align: left;
      text-transform: uppercase; }
      .remodal .remodal-content > p strong {
        color: #30B0BF;
        font-weight: 400; }
    .remodal .remodal-content label {
      display: none; }
    .remodal .remodal-content label[for="download_cad"] {
      display: inline-block;
      margin: 10px 0;
      font-size: 13px;
      line-height: 1.4; }
    .remodal .remodal-content input {
      height: 45px;
      margin-top: 16px; }
    .remodal .remodal-content .button {
      margin-top: 20px;
      width: 100%;
      text-transform: capitalize; }
      .remodal .remodal-content .button:hover {
        background-color: #5D5D5D; }

body .wc-block-mini-cart__drawer .wc-block-mini-cart__title {
  padding-top: 20px; }

body .wc-block-mini-cart__drawer .wc-block-components-product-name {
  font-size: 20px;
  color: #184284;
  font-weight: 700; }
  @media (max-width: 768px) {
    body .wc-block-mini-cart__drawer .wc-block-components-product-name {
      font-size: 16px;
      font-weight: 500; } }

body .wc-block-mini-cart__drawer .wc-block-components-button {
  padding-right: 20px;
  padding-left: 20px;
  background-image: none; }
  body .wc-block-mini-cart__drawer .wc-block-components-button:hover, body .wc-block-mini-cart__drawer .wc-block-components-button:active, body .wc-block-mini-cart__drawer .wc-block-components-button:focus {
    background-color: #184284 !important; }

@media (max-width: 420px) {
  body .wc-block-mini-cart__drawer .wc-block-cart-items__row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    padding: 5px !important;
    border: 1px solid #dfdfdf !important;
    margin-bottom: 5px; } }

body .wc-block-mini-cart__drawer .wc-block-cart-item__image {
  max-width: 150px; }

@media (max-width: 768px) {
  body .wc-block-mini-cart__drawer h2.wc-block-mini-cart__title {
    font-size: 18px; } }

/*! HOME PAGE*/
#slider .item h1, #slider .item p {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  width: 100%; }

#slider .item h1 {
  margin: 10% 0;
  font-size: 34px; }
  @media (min-width: 480px) {
    #slider .item h1 {
      font-size: 40px;
      margin: 12% 0 12%; } }
  @media (min-width: 767px) {
    #slider .item h1 {
      font-size: 50px;
      margin: 12% 0 12%; } }
  @media (min-width: 992px) {
    #slider .item h1 {
      font-size: 65px;
      margin: 12% 0 12%; } }
  @media (min-width: 1200px) {
    #slider .item h1 {
      font-size: 80px;
      margin: 12% 0 12%; } }

#slider .item p {
  margin: 40% 0 25%;
  font-size: 16px; }
  @media (min-width: 480px) {
    #slider .item p {
      margin: 26% 0 26%;
      font-size: 18px; } }
  @media (min-width: 767px) {
    #slider .item p {
      margin: 28% 0 25%;
      font-size: 20px; } }
  @media (min-width: 992px) {
    #slider .item p {
      margin: 24% 0 24%;
      font-size: 24px; } }
  @media (min-width: 1350px) {
    #slider .item p {
      margin: 18% 0 20%;
      font-size: 24px; } }

#slider .item .button {
  position: absolute;
  left: 20%;
  bottom: 10%;
  padding: 12px 30px;
  font-size: 22px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  width: 60%; }
  @media (min-width: 992px) {
    #slider .item .button {
      left: 40%;
      width: 20%; } }

#slider .item .description-wrapper {
  display: none; }
  @media (min-width: 1200px) {
    #slider .item .description-wrapper {
      display: block; } }
  #slider .item .description-wrapper .description-inner {
    position: absolute;
    left: 35%;
    bottom: 28%;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 28px 40px;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    margin: 0;
    height: auto;
    width: 30%; }

.owl-carousel {
  position: relative; }
  .owl-carousel .item {
    position: relative;
    height: 20vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: table;
    width: 100%; }
    @media (min-width: 480px) {
      .owl-carousel .item {
        height: 30vh; } }
    @media (min-width: 767px) {
      .owl-carousel .item {
        height: 40vh; } }
    @media (min-width: 992px) {
      .owl-carousel .item {
        height: 60vh; } }
    @media (min-width: 1200px) {
      .owl-carousel .item {
        height: 80vh; } }
    .owl-carousel .item__overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      z-index: 8; }
    .owl-carousel .item__cont {
      width: 100%;
      z-index: 10;
      text-align: center;
      position: relative;
      display: table-cell;
      vertical-align: middle; }
      .owl-carousel .item__cont__inner {
        margin: 0 auto;
        width: 70%; }
        .owl-carousel .item__cont__inner__heading {
          font-size: 25px;
          line-height: 1.2;
          color: #fff;
          text-transform: uppercase;
          margin: 0; }
          @media (min-width: 480px) {
            .owl-carousel .item__cont__inner__heading {
              font-size: 30px; } }
          @media (min-width: 767px) {
            .owl-carousel .item__cont__inner__heading {
              font-size: 50px;
              margin: 10px 20px; } }
          @media (min-width: 1200px) {
            .owl-carousel .item__cont__inner__heading {
              font-size: 70px; } }
        .owl-carousel .item__cont__inner__caption {
          display: none; }
          @media (min-width: 767px) {
            .owl-carousel .item__cont__inner__caption {
              display: block;
              color: #fff;
              font-size: 30px;
              text-transform: uppercase; } }
        .owl-carousel .item__cont__inner .description-wrapper {
          display: none; }
          @media (min-width: 992px) {
            .owl-carousel .item__cont__inner .description-wrapper {
              display: block;
              padding: 30px;
              margin: 0 auto;
              width: 75%;
              font-size: 18px;
              color: #888;
              line-height: 1.5;
              margin-bottom: 20px;
              background: rgba(0, 0, 0, 0.6);
              border-radius: 7px; } }
          @media (min-width: 1200px) {
            .owl-carousel .item__cont__inner .description-wrapper {
              width: 60%; } }
          @media (min-width: 1350px) {
            .owl-carousel .item__cont__inner .description-wrapper {
              width: 50%; } }
        .owl-carousel .item__cont__inner .button {
          display: none; }
          @media (min-width: 992px) {
            .owl-carousel .item__cont__inner .button {
              display: block;
              font-size: 20px;
              padding: 15px 25px;
              text-align: center;
              margin: 0 auto; } }
          @media (min-width: 1200px) {
            .owl-carousel .item__cont__inner .button {
              font-size: 25px;
              padding: 20px 40px; } }

.owl-carousel .owl-nav {
  display: none; }
  @media (min-width: 1200px) {
    .owl-carousel .owl-nav {
      display: block; } }

.owl-carousel .owl-nav .owl-prev {
  float: left;
  position: relative;
  margin-top: -22%;
  margin-left: 2%;
  background: none;
  opacity: 0.6; }
  .owl-carousel .owl-nav .owl-prev:hover {
    background: none;
    opacity: 1; }

.owl-carousel .owl-nav .owl-next {
  float: right;
  position: relative;
  margin-top: -22%;
  margin-right: 2%;
  background: none;
  opacity: 0.6; }
  .owl-carousel .owl-nav .owl-next:hover {
    background: none;
    opacity: 1; }

.overview-links {
  background-color: #dfdfdf;
  padding: 50px; }
  .overview-links h3, .overview-links p {
    text-align: center;
    text-transform: uppercase; }
  .overview-links h3 {
    margin-bottom: 20px; }
  .overview-links p {
    color: #aaa;
    margin-bottom: 40px; }
  .overview-links .overview-box:hover {
    color: #fff; }
  .overview-links .overview-box .cate-img {
    background: #fff; }
  .overview-links .overview-box .overview-caption {
    display: block;
    background-color: #fff;
    padding: 16px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 1px 1px #bbb;
            box-shadow: 0 1px 1px #bbb;
    cursor: pointer;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
    @media (min-width: 767px) {
      .overview-links .overview-box .overview-caption {
        min-height: 115px; } }
    @media (min-width: 992px) {
      .overview-links .overview-box .overview-caption {
        min-height: 130px; } }
    @media (min-width: 1200px) {
      .overview-links .overview-box .overview-caption {
        min-height: 120px; } }
    @media (min-width: 1350px) {
      .overview-links .overview-box .overview-caption {
        min-height: 110px; } }
    .overview-links .overview-box .overview-caption:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 20px solid #fff;
      margin-top: -36px;
      -webkit-transition: 0.3s all ease-in-out;
      -o-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out; }
    .overview-links .overview-box .overview-caption:hover {
      background-color: #30B0BF; }
      .overview-links .overview-box .overview-caption:hover h4, .overview-links .overview-box .overview-caption:hover p {
        color: #fff; }
      .overview-links .overview-box .overview-caption:hover:before {
        border-bottom: 20px solid #30B0BF; }
    .overview-links .overview-box .overview-caption h4, .overview-links .overview-box .overview-caption p {
      text-align: left;
      margin: 0; }
    .overview-links .overview-box .overview-caption h4 {
      padding-bottom: 14px;
      font-weight: bold;
      text-transform: uppercase; }
    .overview-links .overview-box .overview-caption p {
      font-size: 12px;
      text-transform: none;
      color: #5D5D5D; }

@media (min-width: 767px) {
  .about-links {
    margin: 60px; } }

.about-links .container {
  padding: 0; }

.about-links .cta-box {
  display: block;
  padding: 20px;
  text-align: center;
  background-color: #0e162a;
  background-position: center;
  color: #fff; }
  .about-links .cta-box h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .about-links .cta-box.cta-1 {
    background: url(//www.arboles.co.uk/wp-content/themes/images/cta-1.jpg) no-repeat 100% 100%;
    background-size: cover;
    padding: 50px 20px;
    width: 100%; }
    @media (min-width: 767px) {
      .about-links .cta-box.cta-1 {
        padding: 120px 100px;
        height: 420px; } }
    .about-links .cta-box.cta-1 h3 {
      font-size: 48px; }
  .about-links .cta-box.cta-2 {
    text-align: center;
    padding: 20px;
    width: 100%; }
    @media (min-width: 767px) {
      .about-links .cta-box.cta-2 {
        text-align: left;
        height: 210px; } }
    .about-links .cta-box.cta-2 h3 {
      font-size: 22px; }
    .about-links .cta-box.cta-2 p {
      font-size: 12px;
      font-weight: 200; }
  .about-links .cta-box.cta-3 {
    background-image: url(//www.arboles.co.uk/wp-content/themes/images/cta-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 22%;
    width: 100%; }
    @media (min-width: 767px) {
      .about-links .cta-box.cta-3 {
        height: 210px; } }
  .about-links .cta-box.cta-4 {
    background-image: url(//www.arboles.co.uk/wp-content/themes/images/cta-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 8% 20%;
    width: 100%; }
    @media (min-width: 767px) {
      .about-links .cta-box.cta-4 {
        height: 210px; } }
    .about-links .cta-box.cta-4 h3 {
      font-size: 18px;
      border: 1px solid #fff;
      border-radius: 20px;
      padding: 10px; }
    .about-links .cta-box.cta-4 p {
      font-size: 16px; }

.full-bg {
  background-size: cover;
  background-position: 50% 50%; }

.container {
  padding-right: 20px;
  padding-left: 20px;
  max-width: 100%; }

.col.title-con {
  margin-bottom: 4.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 768px) {
    .col.title-con {
      margin-bottom: 2em; } }
  .col.title-con h3 {
    margin-bottom: 0; }
    @media (max-width: 768px) {
      .col.title-con h3 {
        margin-bottom: 1em;
        width: 100%; }
        .col.title-con h3 + .btn {
          margin-left: 0; } }

.hero-section {
  text-align: left;
  position: relative;
  background-color: #0e162a; }
  .hero-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%); }
  .hero-section .container {
    width: 1562px;
    position: relative;
    z-index: 2; }
  .hero-section .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: calc(100dvh - 177px); }
    @media (max-width: 991px) {
      .hero-section .row {
        padding-top: 40px;
        padding-bottom: 40px;
        min-height: 0; } }
  .hero-section * {
    color: white; }
  .hero-section h1,
  .hero-section h2 {
    position: relative;
    margin-top: 0; }
  .hero-section p,
  .hero-section li {
    font-size: 20px; }
    @media (max-width: 768px) {
      .hero-section p,
      .hero-section li {
        font-size: 16px; } }
  .hero-section .text-con {
    max-width: 100%; }
    @media (max-width: 1580px) {
      .hero-section .text-con {
        padding-left: 35px !important; } }
    @media (max-width: 768px) {
      .hero-section .text-con {
        padding-left: 20px !important; } }

.top-selling-section {
  overflow: hidden; }
  .top-selling-section .container {
    width: 1680px; }
  .top-selling-section .row {
    padding-top: 100px;
    padding-bottom: 53px; }
    @media (max-width: 768px) {
      .top-selling-section .row {
        padding-top: 50px;
        padding-bottom: 50px; } }
  .top-selling-section .product .price {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #184284;
    font-weight: 700;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .top-selling-section .product .price {
        font-size: 20px; } }
  .top-selling-section .top-slide .owl-stage-outer {
    overflow: visible; }
  .top-selling-section .owl-carousel.owl-carousel.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .top-selling-section .owl-carousel.owl-carousel.owl-carousel .owl-prev,
  .top-selling-section .owl-carousel.owl-carousel.owl-carousel .owl-next {
    width: 51px;
    height: 51px;
    border-radius: 51px;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #0D0D0D;
    font-size: 0;
    opacity: 1;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    pointer-events: auto;
    -webkit-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
    -o-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
    transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01); }
    .top-selling-section .owl-carousel.owl-carousel.owl-carousel .owl-prev:hover,
    .top-selling-section .owl-carousel.owl-carousel.owl-carousel .owl-next:hover {
      background-color: #30B0BF; }
  .top-selling-section .owl-carousel.owl-carousel.owl-carousel .owl-prev {
    margin-left: -25.5px;
    background-image: url(//www.arboles.co.uk/wp-content/themes/arboles/img/slide-prev.svg); }
    @media (max-width: 1720px) {
      .top-selling-section .owl-carousel.owl-carousel.owl-carousel .owl-prev {
        margin-left: -15.5px; } }
  .top-selling-section .owl-carousel.owl-carousel.owl-carousel .owl-next {
    margin-right: -25.5px;
    background-image: url(//www.arboles.co.uk/wp-content/themes/arboles/img/slide-next.svg); }
    @media (max-width: 1720px) {
      .top-selling-section .owl-carousel.owl-carousel.owl-carousel .owl-next {
        margin-right: -15.5px; } }

.product.product-container.product.product-container a:hover .woocommerce-loop-product__title {
  color: #30B0BF; }

.product.product-container.product.product-container a .inner {
  background-color: #F3F3F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto !important;
  position: relative; }
  .product.product-container.product.product-container a .inner img {
    width: auto;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
    mix-blend-mode: multiply;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.product.product-container.product.product-container a .woocommerce-loop-product__title {
  line-height: 1.5;
  font-size: 20px;
  margin: 20px 5px 14px;
  text-align: center;
  -webkit-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
  -o-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
  transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
  color: #1C1C1C; }
  @media (max-width: 1224px) {
    .product.product-container.product.product-container a .woocommerce-loop-product__title {
      font-size: 18px; } }
  @media (max-width: 768px) {
    .product.product-container.product.product-container a .woocommerce-loop-product__title {
      font-size: 16px;
      margin-bottom: 10px; } }

.product.product-container.product.product-container p {
  text-align: center;
  color: #5D5D5D;
  width: 100%; }

.shop-by-section {
  background-color: #F3F3F3; }
  .shop-by-section .container {
    width: 1680px; }
  .shop-by-section .row {
    padding-top: 121px;
    padding-bottom: 0px; }
    @media (max-width: 768px) {
      .shop-by-section .row {
        padding-top: 50px; } }
  .shop-by-section .col.title-con {
    margin-bottom: 3em; }
    @media (max-width: 768px) {
      .shop-by-section .col.title-con {
        margin-bottom: 2em; } }
  @media (max-width: 768px) {
    .shop-by-section .category-item {
      width: 50%; } }
  @media (max-width: 479px) {
    .shop-by-section .category-item {
      width: 100%; } }

.category-item {
  margin-bottom: 40px; }
  .category-item .cate-img {
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    aspect-ratio: 1/1.125;
    width: 100%;
    height: auto !important; }
    .category-item .cate-img img {
      width: auto;
      max-width: 100%;
      max-height: calc(100% - 20px);
      mix-blend-mode: multiply; }
  .category-item h4 {
    line-height: 1.5;
    font-size: 20px;
    margin: 24px 5px 14px;
    text-align: center;
    -webkit-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
    -o-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
    transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
    color: #1C1C1C; }
    @media (max-width: 768px) {
      .category-item h4 {
        font-size: 16px; } }
  .category-item p {
    text-align: center;
    color: #5D5D5D;
    line-height: calc(24/16); }

.who-section {
  background-color: #F3F3F3; }
  .who-section .container {
    width: 1680px; }
  .who-section .row {
    padding-top: 82px;
    padding-bottom: 2px; }
    .who-section .row .panel {
      padding: 100px 0;
      background-color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .who-section .row .img-side {
      position: relative;
      padding-right: 0;
      background-color: white; }
      .who-section .row .img-side img,
      .who-section .row .img-side .img-con {
        width: 100%;
        position: sticky;
        top: 40px; }
      @media (min-width: 767px) {
        .who-section .row .img-side {
          width: 47.4%; } }
    @media (min-width: 767px) {
      .who-section .row .text-side {
        padding-left: 0;
        width: 52.6%; } }
    .who-section .row .text-side .inner {
      background-color: white; }
    .who-section .row h1,
    .who-section .row h2 {
      position: relative;
      width: 600px;
      max-width: 100%; }
      .who-section .row h1:before,
      .who-section .row h2:before {
        content: '';
        position: absolute;
        width: 3px;
        top: .2em;
        bottom: .2em;
        height: auto;
        background-color: #184284;
        left: -30px;
        -webkit-transform: skewX(-10deg);
            -ms-transform: skewX(-10deg);
                transform: skewX(-10deg); }
        @media (max-width: 1200px) {
          .who-section .row h1:before,
          .who-section .row h2:before {
            width: 2px;
            left: -10px;
            -webkit-transform: skewX(-5deg);
                -ms-transform: skewX(-5deg);
                    transform: skewX(-5deg); } }
    .who-section .row p {
      margin-bottom: 1.7em; }
    .who-section .row .btn-con {
      margin-top: 43px; }

.new-section {
  background-color: #F3F3F3; }
  .new-section .container {
    width: 1680px; }
  .new-section .row {
    padding-top: 110px;
    padding-bottom: 0px; }
    @media (max-width: 768px) {
      .new-section .row {
        padding-top: 50px; } }
  .new-section .col.title-con {
    margin-bottom: 2.5em; }
    @media (max-width: 768px) {
      .new-section .col.title-con {
        margin-bottom: 2em; } }
  @media (max-width: 768px) {
    .new-section .news-item {
      width: 50%; } }
  @media (max-width: 479px) {
    .new-section .news-item {
      width: 100%; } }

.news-item.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  max-width: 100%; }
  .news-item.news-item .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1); }
    .news-item.news-item .inner a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
      .news-item.news-item .inner a:hover ~ .text-con .read-more,
      .news-item.news-item .inner a:hover ~ .text-con h4, .news-item.news-item .inner a:focus-visible ~ .text-con .read-more,
      .news-item.news-item .inner a:focus-visible ~ .text-con h4 {
        color: #30B0BF; }
  .news-item.news-item .img-con:before {
    padding-bottom: 56%;
    display: block;
    content: ""; }
  .news-item.news-item .text-con {
    padding: 40px 30px 40px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative; }
    @media (max-width: 768px) {
      .news-item.news-item .text-con {
        padding: 30px 20px 30px; } }
  .news-item.news-item h4 {
    width: 100%;
    font-size: 22px;
    margin-bottom: .8em;
    text-align: left;
    -webkit-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
    -o-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
    transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01); }
    @media (max-width: 768px) {
      .news-item.news-item h4 {
        font-size: 18px; } }
  .news-item.news-item .read-more {
    font-weight: 500;
    color: #184284;
    text-transform: uppercase;
    -webkit-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
    -o-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
    transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01); }

#post-709 .container {
  padding-bottom: 30px; }

.woocommerce-account #content form .form-row-first, .woocommerce-account #content form .form-row-last, .woocommerce-account #content form .form-row-first, .woocommerce-account #content form .form-row-last {
  width: 100%; }

.woocommerce-account #content .woocommerce-MyAccount-navigation {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%; }
  @media (max-width: 820px) {
    .woocommerce-account #content .woocommerce-MyAccount-navigation {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      margin-bottom: 40px; } }
  .woocommerce-account #content .woocommerce-MyAccount-navigation ul {
    margin: 0;
    width: 100%;
    background-color: #dfdfdf;
    border: 1px solid #dfdfdf; }
    .woocommerce-account #content .woocommerce-MyAccount-navigation ul li {
      display: block;
      padding: 0;
      border-bottom: 1px solid #dfdfdf;
      opacity: 1 !important; }
      .woocommerce-account #content .woocommerce-MyAccount-navigation ul li:last-child {
        border-bottom: none; }
      .woocommerce-account #content .woocommerce-MyAccount-navigation ul li a {
        color: #184284;
        padding: 15px 20px;
        text-transform: none;
        font-weight: 700;
        font-size: 16px;
        background-color: #eeeeee;
        display: block;
        text-decoration: none; }
        @media (max-width: 768px) {
          .woocommerce-account #content .woocommerce-MyAccount-navigation ul li a {
            font-size: 14px;
            padding: 10px 20px; } }
        .woocommerce-account #content .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-account #content .woocommerce-MyAccount-navigation ul li a:active, .woocommerce-account #content .woocommerce-MyAccount-navigation ul li a:focus {
          background-color: white; }
      .woocommerce-account #content .woocommerce-MyAccount-navigation ul li.is-active a {
        background-color: white;
        border-left: 3px solid #30B0BF; }

.woocommerce-account #content .woocommerce-MyAccount-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%; }
  @media (max-width: 820px) {
    .woocommerce-account #content .woocommerce-MyAccount-content {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; } }
  .woocommerce-account #content .woocommerce-MyAccount-content fieldset {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #eeeeee; }
  .woocommerce-account #content .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 30px; }
  .woocommerce-account #content .woocommerce-MyAccount-content p {
    max-width: 600px; }

.woocommerce-account #content .woocommerce-Address {
  padding: 30px;
  margin-top: 10px;
  background-color: #eeeeee; }
  .woocommerce-account #content .woocommerce-Address .edit {
    margin-bottom: 20px;
    display: block; }

.contact .heading {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.contact h3 {
  margin: 50px 0 20px;
  font-size: 26px; }

.contact h4 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px; }

.contact em {
  display: block;
  font-size: 26px;
  font-style: normal;
  font-weight: 200;
  text-align: center;
  margin-bottom: 30px; }

.contact .contact-form {
  position: relative;
  background-color: #dfdfdf; }
  .contact .contact-form .container {
    max-width: 400px; }
  .contact .contact-form:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #fff;
    margin: 0 49.5%; }
  .contact .contact-form form {
    margin: 80px 0 50px; }
    .contact .contact-form form label {
      display: none; }
    .contact .contact-form form label[for=message] {
      display: block;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .contact .contact-form form .input-text {
      border: none;
      max-width: auto;
      margin-top: 20px;
      margin-bottom: 10px; }
    .contact .contact-form form .button {
      width: 100%;
      background-color: #0e162a; }
      .contact .contact-form form .button:hover {
        background-color: #30B0BF; }

.contact #map {
  height: 410px; }
  .contact #map:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #dfdfdf;
    margin: 0 49.5%;
    z-index: 99999; }

.categories-top .main-categories .overview-box:hover {
  color: #fff; }

.categories-top .main-categories .overview-box .overview-caption {
  display: block;
  background-color: #fff;
  padding: 16px;
  margin-bottom: 20px;
  border-bottom: 1px solid #aaa;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }
  .categories-top .main-categories .overview-box .overview-caption:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 20px solid #fff;
    margin-top: -36px;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
  .categories-top .main-categories .overview-box .overview-caption:hover {
    background-color: #30B0BF; }
    .categories-top .main-categories .overview-box .overview-caption:hover h4, .categories-top .main-categories .overview-box .overview-caption:hover p {
      color: #fff; }
    .categories-top .main-categories .overview-box .overview-caption:hover:before {
      border-bottom: 20px solid #30B0BF; }
  .categories-top .main-categories .overview-box .overview-caption h4, .categories-top .main-categories .overview-box .overview-caption p {
    text-align: left;
    margin: 0; }
  .categories-top .main-categories .overview-box .overview-caption h4 {
    padding-bottom: 14px;
    font-weight: 400;
    text-transform: uppercase; }
  .categories-top .main-categories .overview-box .overview-caption p {
    font-size: 12px;
    text-transform: none;
    color: #5D5D5D; }

.categories-top .related-articles {
  background-color: #dfdfdf;
  padding: 50px; }
  .categories-top .related-articles h3, .categories-top .related-articles p {
    text-align: center;
    margin: 0 auto;
    max-width: 800px; }
  .categories-top .related-articles h3 {
    margin-bottom: 20px; }
  .categories-top .related-articles h4 {
    font-size: 16px;
    font-weight: 400;
    color: #30B0BF; }
  .categories-top .related-articles p {
    color: #aaa;
    margin-bottom: 40px; }

.categories {
  margin-top: 20px; }

.category-description {
  background: #30B0BF;
  color: #fff;
  text-align: center;
  padding: 30px 0; }
  @media (max-width: 768px) {
    .category-description {
      padding: 20px 0; } }
  .category-description p {
    margin: 0; }
  .category-description .extra-description {
    margin: 0; }
    .category-description .extra-description a {
      font-size: 16px;
      color: #74c5f1; }
      .category-description .extra-description a:hover {
        color: darkorange; }

.woocommerce-ordering {
  display: none; }

.woocommerce-result-count {
  margin: 0 0 20px; }

.products a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  vertical-align: middle;
  text-align: center;
  margin-top: auto; }
  .products a .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .products a .inner img {
      max-width: 100%;
      height: auto !important;
      margin: 0;
      padding: 0;
      color: transparent; }
  .products a h2 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    line-height: 1.4;
    color: #30B0BF;
    margin: 10px 0 0;
    width: 100%; }
    .products a h2:hover {
      color: darkorange; }
  .products a p {
    font-size: 13px;
    text-align: left;
    width: 100%; }

.woocommerce-products-header {
  margin: 0; }

.term-emergency-showers-eyewashes .woocommerce-result-count {
  display: none;
  margin: 0; }

.term-emergency-showers-eyewashes .product-category {
  float: left;
  width: 100%;
  margin: 0 0;
  padding: 3%;
  min-height: 0; }
  @media (min-width: 767px) {
    .term-emergency-showers-eyewashes .product-category {
      width: 50%; } }
  .term-emergency-showers-eyewashes .product-category img {
    display: none; }
  .term-emergency-showers-eyewashes .product-category h2 {
    text-align: center;
    background-color: #127db5;
    color: #fff;
    padding: 20px !important;
    margin: 0;
    font-weight: 300; }
    @media (min-width: 767px) {
      .term-emergency-showers-eyewashes .product-category h2 {
        margin: 0 25%; } }
    @media (min-width: 992px) {
      .term-emergency-showers-eyewashes .product-category h2 {
        margin: 0 5%; } }
    .term-emergency-showers-eyewashes .product-category h2:hover {
      background-color: #67c233;
      color: #fff; }
  .term-emergency-showers-eyewashes .product-category mark {
    display: none; }

.single-product .woocommerce-breadcrumb {
  display: none; }

#page .product-page {
  padding-bottom: 75px; }
  @media (max-width: 768px) {
    #page .product-page {
      margin-top: 0px;
      padding-bottom: 50px; } }
  #page .product-page .container {
    width: 1680px; }
    #page .product-page .container .row .col {
      padding-left: 0px;
      padding-right: 0px; }
    #page .product-page .container div:not(.owl-item) .product {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 50px; }
      #page .product-page .container div:not(.owl-item) .product > a {
        width: 100%; }
      @media (max-width: 766px) {
        #page .product-page .container div:not(.owl-item) .product {
          display: block; } }
    #page .product-page .container div:not(.owl-item) .yith-wcwl-add-button {
      text-align: left; }
    #page .product-page .container .onsale {
      height: 50px;
      width: 50px;
      background-color: #30B0BF; }
    #page .product-page .container .flex-viewport {
      margin-bottom: 31px; }
    #page .product-page .container .woocommerce-product-gallery {
      position: relative;
      max-width: 650px;
      padding: 20px;
      background-color: #eeeeee; }
      @media (max-width: 768px) {
        #page .product-page .container .woocommerce-product-gallery {
          max-width: 100%; } }
      #page .product-page .container .woocommerce-product-gallery .flex-direction-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        left: 0;
        pointer-events: none;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
      #page .product-page .container .woocommerce-product-gallery .flex-nav-prev,
      #page .product-page .container .woocommerce-product-gallery .flex-nav-next {
        width: 51px;
        height: 51px;
        border-radius: 51px;
        top: 50%;
        margin: 0;
        position: absolute; }
        #page .product-page .container .woocommerce-product-gallery .flex-nav-prev a,
        #page .product-page .container .woocommerce-product-gallery .flex-nav-next a {
          width: 51px;
          height: 51px;
          border-radius: 51px;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          background-color: #0D0D0D;
          font-size: 0;
          opacity: 1;
          background-position: 50% 50%;
          background-repeat: no-repeat;
          pointer-events: auto;
          -webkit-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
          -o-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
          transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
          display: block; }
        #page .product-page .container .woocommerce-product-gallery .flex-nav-prev:hover a,
        #page .product-page .container .woocommerce-product-gallery .flex-nav-next:hover a {
          background-color: #30B0BF; }
      #page .product-page .container .woocommerce-product-gallery .flex-nav-prev {
        margin-left: -25.5px;
        left: 0; }
        @media (max-width: 1720px) {
          #page .product-page .container .woocommerce-product-gallery .flex-nav-prev {
            margin-left: -15.5px; } }
        #page .product-page .container .woocommerce-product-gallery .flex-nav-prev a {
          background-image: url(//www.arboles.co.uk/wp-content/themes/arboles/img/slide-prev.svg);
          margin: 0; }
      #page .product-page .container .woocommerce-product-gallery .flex-nav-next {
        margin-right: -25.5px;
        right: 0; }
        @media (max-width: 1720px) {
          #page .product-page .container .woocommerce-product-gallery .flex-nav-next {
            margin-right: -15.5px; } }
        #page .product-page .container .woocommerce-product-gallery .flex-nav-next a {
          background-image: url(//www.arboles.co.uk/wp-content/themes/arboles/img/slide-next.svg);
          margin: 0; }
    #page .product-page .container .woocommerce-product-gallery__image {
      background-color: #F3F3F3; }
      #page .product-page .container .woocommerce-product-gallery__image a img {
        margin: 0;
        mix-blend-mode: multiply;
        background-color: #F3F3F3;
        width: 100%; }
      #page .product-page .container .woocommerce-product-gallery__image a + img {
        background-color: #F3F3F3; }
    #page .product-page .container .flex-control-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: calc(100% + 21px); }
      #page .product-page .container .flex-control-nav li {
        width: calc(25% - 21px);
        margin-right: 20px;
        margin-bottom: 20px;
        background-color: #F3F3F3; }
        #page .product-page .container .flex-control-nav li img {
          mix-blend-mode: multiply;
          background-color: #F3F3F3;
          margin: 0; }
    #page .product-page .container .woocommerce-product-gallery__trigger.woocommerce-product-gallery__trigger {
      width: 51px;
      height: 51px;
      border-radius: 51px;
      background-color: #184284;
      top: 10px;
      right: 10px; }
      #page .product-page .container .woocommerce-product-gallery__trigger.woocommerce-product-gallery__trigger:before {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        line-height: 51px;
        font-size: 20px;
        content: '\f002';
        top: 0;
        left: 0;
        border: none; }
      #page .product-page .container .woocommerce-product-gallery__trigger.woocommerce-product-gallery__trigger:after {
        display: none; }
      #page .product-page .container .woocommerce-product-gallery__trigger.woocommerce-product-gallery__trigger img {
        display: none !important; }
    #page .product-page .container .top-con .sku {
      font-size: 16px;
      display: inline-block;
      margin-bottom: 1.3em; }
      @media (max-width: 768px) {
        #page .product-page .container .top-con .sku {
          font-size: 14px; } }
    #page .product-page .container .top-con .product_title {
      font-size: 40px;
      line-height: 1.3;
      color: #1C1C1C;
      margin-bottom: 15px;
      max-width: 700px; }
      @media (max-width: 768px) {
        #page .product-page .container .top-con .product_title {
          font-size: 28px; } }
    #page .product-page .container .product-info {
      border: none;
      margin-top: 22px;
      width: 100%;
      max-width: 680px; }
    #page .product-page .container .add_to_wishlist,
    #page .product-page .container .feedback {
      color: #184284;
      font-weight: 500; }
    #page .product-page .container .yith-wcwl-wishlistexistsbrowse a {
      font-weight: 700;
      color: #30B0BF; }
    #page .product-page .container .price {
      font-size: 30px;
      color: #184284;
      font-weight: 700; }
      @media (max-width: 768px) {
        #page .product-page .container .price {
          font-size: 20px; } }
    #page .product-page .container .short-description {
      margin-bottom: 40px; }
    #page .product-page .container .qty {
      height: 56px;
      font-size: 20px;
      border: 1px solid #aaa;
      border-radius: 5px;
      margin-right: 10px; }
      @media (max-width: 768px) {
        #page .product-page .container .qty {
          height: 48px; } }
    #page .product-page .container .woocommerce-product-details__short-description {
      padding: 0;
      text-transform: none;
      font-size: 20px; }
      @media (max-width: 768px) {
        #page .product-page .container .woocommerce-product-details__short-description {
          font-size: 14px; } }
      #page .product-page .container .woocommerce-product-details__short-description p:first-of-type {
        font-size: 20px;
        font-weight: 500; }
        @media (max-width: 820px) {
          #page .product-page .container .woocommerce-product-details__short-description p:first-of-type {
            font-size: 16px; } }
    @media (max-width: 768px) {
      #page .product-page .container .single_add_to_cart_button {
        width: auto; } }
    #page .product-page .container .woocommerce-tabs {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      padding: 30px;
      background-color: #eeeeee;
      display: none !important; }
      #page .product-page .container .woocommerce-tabs .tabs {
        display: none !important; }
    #page .product-page .container .woocommerce-Tabs-panel--description {
      display: block !important; }
    #page .product-page .container .product-collateral {
      width: 100%;
      clear: both;
      padding-top: 72px; }
      #page .product-page .container .product-collateral ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        #page .product-page .container .product-collateral ul li {
          padding: 78px 20px 68px;
          width: 100%;
          margin-bottom: 111px;
          position: relative;
          text-align: center; }
          @media (min-width: 767px) {
            #page .product-page .container .product-collateral ul li {
              width: calc(50% - 20px); } }
          @media (max-width: 768px) {
            #page .product-page .container .product-collateral ul li {
              margin-bottom: 80px; } }
          #page .product-page .container .product-collateral ul li img {
            position: absolute;
            top: 0;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            padding: 0;
            width: 81px;
            height: 81px; }
          #page .product-page .container .product-collateral ul li h3 {
            font-size: 26px;
            padding: 0;
            margin-bottom: .6em; }
            @media (max-width: 768px) {
              #page .product-page .container .product-collateral ul li h3 {
                font-size: 22px; } }
          #page .product-page .container .product-collateral ul li p {
            font-size: 18px;
            line-height: calc(35/18);
            margin-bottom: 0; }
            @media (max-width: 768px) {
              #page .product-page .container .product-collateral ul li p {
                font-size: 16px; } }
          #page .product-page .container .product-collateral ul li .btn {
            position: absolute !important;
            bottom: 0 !important;
            left: 50% !important;
            -webkit-transform: translate(-50%, 50%) !important;
                -ms-transform: translate(-50%, 50%) !important;
                    transform: translate(-50%, 50%) !important; }
  #page .product-page figure img {
    max-width: 100%;
    height: auto;
    margin: 0 auto; }
  #page .product-page .product-container .entry-summary h1 {
    clear: both; }
  #page .product-page .product-container h1 {
    text-align: left;
    color: #30B0BF;
    margin: 20px 0 20px; }
    @media (min-width: 992px) {
      #page .product-page .product-container h1 {
        margin: 0; } }
  #page .product-page .product-container small {
    text-transform: uppercase; }
  #page .product-page .product-info {
    margin-top: 30px;
    border: 1px solid #aaa;
    border-top: 2px solid #30B0BF; }
    #page .product-page .product-info .yith-wcwl-wishlistexistsbrowse {
      text-align: left; }
  #page .product-page .short-description {
    padding: 20px; }
  #page .product-page a.attribute-toggle {
    display: block;
    margin: 20px 0;
    font-weight: 600;
    color: #30B0BF; }
    #page .product-page a.attribute-toggle:before {
      content: "Expand"; }
    #page .product-page a.attribute-toggle.expand:before {
      content: "Collapse"; }
  #page .product-page .product-attributes {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    -webkit-transition: max-height .25s ease-in-out;
    -o-transition: max-height .25s ease-in-out;
    transition: max-height .25s ease-in-out;
    overflow: hidden; }
    #page .product-page .product-attributes.expand {
      position: static;
      visibility: visible;
      opacity: 1;
      border-top: 1px solid #aaa;
      max-height: 800px; }
    #page .product-page .product-attributes .row {
      margin: 0; }
    #page .product-page .product-attributes .attribute {
      float: left;
      padding: 20px;
      min-height: 170px;
      height: auto;
      width: 100%;
      border-bottom: 1px solid #aaa; }
      #page .product-page .product-attributes .attribute:last-child {
        border-bottom: none; }
      @media (min-width: 992px) {
        #page .product-page .product-attributes .attribute {
          border-right: 1px solid #aaa;
          border-bottom: none;
          width: 33.333%; }
          #page .product-page .product-attributes .attribute:last-child {
            border-right: none; } }
  #page .product-page .product-collateral li {
    padding: 20px 0;
    text-align: center;
    background-color: #184284; }
    #page .product-page .product-collateral li * {
      color: white; }
    @media (min-width: 767px) {
      #page .product-page .product-collateral li {
        text-align: left; } }
    #page .product-page .product-collateral li:first-child {
      border-top: none; }
    #page .product-page .product-collateral li img {
      margin-bottom: 20px; }
      @media (min-width: 767px) {
        #page .product-page .product-collateral li img {
          margin: 0;
          padding-right: 20px; } }
  #page .product-page .product-collateral .collateral-title {
    display: block;
    vertical-align: middle; }
    @media (min-width: 767px) {
      #page .product-page .product-collateral .collateral-title {
        display: inline-block; } }
    #page .product-page .product-collateral .collateral-title h4 {
      font-size: 24px;
      font-weight: 400;
      color: #30B0BF;
      text-transform: uppercase; }
      @media (max-width: 768px) {
        #page .product-page .product-collateral .collateral-title h4 {
          font-size: 20px; } }
    #page .product-page .product-collateral .collateral-title p {
      margin: 0; }
    #page .product-page .product-collateral .collateral-title strong {
      color: #30B0BF; }
  #page .product-page .product-collateral .button {
    margin-top: 18px; }
    @media (min-width: 767px) {
      #page .product-page .product-collateral .button {
        float: right;
        margin: 18px; } }
  #page .product-page .product-details {
    padding: 30px;
    background-color: #eeeeee;
    margin: 50px 0; }
    @media (max-width: 768px) {
      #page .product-page .product-details {
        padding: 20px 0; } }
    #page .product-page .product-details .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 768px) {
        #page .product-page .product-details .flex {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
    #page .product-page .product-details .col-half {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 48%;
              flex: 0 1 48%;
      padding: 0; }
      @media (max-width: 768px) {
        #page .product-page .product-details .col-half {
          -webkit-box-flex: 0;
              -ms-flex: 0 1 100%;
                  flex: 0 1 100%; }
          #page .product-page .product-details .col-half:first-child {
            margin-bottom: 30px; } }
      #page .product-page .product-details .col-half .inner {
        max-width: 500px;
        margin: 0 auto; }
        @media (max-width: 768px) {
          #page .product-page .product-details .col-half .inner {
            max-width: 100%; } }
    #page .product-page .product-details .attributes {
      border: 1px solid #dfdfdf; }
      #page .product-page .product-details .attributes li {
        display: block;
        padding: 10px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid #dfdfdf; }
        #page .product-page .product-details .attributes li:nth-child(2n) {
          background-color: white; }

.related-products {
  clear: both; }
  @media (max-width: 991px) {
    .related-products {
      overflow: hidden; } }
  .related-products .row {
    padding-top: 21px; }
  .related-products .title-con {
    margin-bottom: 0px; }
  .related-products .yith-wcwl-add-to-wishlist {
    display: none; }
  .related-products .owl-carousel.owl-carousel.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    pointer-events: none;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .related-products .owl-carousel.owl-carousel.owl-carousel .owl-prev,
  .related-products .owl-carousel.owl-carousel.owl-carousel .owl-next {
    width: 51px;
    height: 51px;
    border-radius: 51px;
    top: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #0D0D0D;
    font-size: 0;
    opacity: 1;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    pointer-events: auto;
    -webkit-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
    -o-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
    transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01); }
    .related-products .owl-carousel.owl-carousel.owl-carousel .owl-prev:hover,
    .related-products .owl-carousel.owl-carousel.owl-carousel .owl-next:hover {
      background-color: #30B0BF; }
  .related-products .owl-carousel.owl-carousel.owl-carousel .owl-prev {
    margin-left: -25.5px;
    background-image: url(//www.arboles.co.uk/wp-content/themes/arboles/img/slide-prev.svg); }
    @media (max-width: 1720px) {
      .related-products .owl-carousel.owl-carousel.owl-carousel .owl-prev {
        margin-left: -15.5px; } }
  .related-products .owl-carousel.owl-carousel.owl-carousel .owl-next {
    margin-right: -25.5px;
    background-image: url(//www.arboles.co.uk/wp-content/themes/arboles/img/slide-next.svg); }
    @media (max-width: 1720px) {
      .related-products .owl-carousel.owl-carousel.owl-carousel .owl-next {
        margin-right: -15.5px; } }

/* WooCommerce 3.0 Gallery */
.woocommerce-product-gallery {
  position: relative;
  margin-bottom: 3em; }

.woocommerce-product-gallery figure {
  margin: 0; }

.woocommerce-product-gallery .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block; }

.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  float: left;
  cursor: pointer; }

.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: .5; }

.woocommerce-product-gallery .flex-control-thumbs img.flex-active, .woocommerce-product-gallery .flex-control-thumbs img:hover {
  opacity: 1; }

.woocommerce-product-gallery img {
  display: block; }

.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 33.3333%; }

.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 25%; }

.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 20%; }

.woocommerce-product-gallery__trigger {
  position: absolute;
  top: 1em;
  right: 1em;
  z-index: 99; }

a.woocommerce-product-gallery__trigger {
  text-decoration: none; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  height: 2em;
  width: 2em;
  border-radius: 3px;
  z-index: 99;
  text-align: center;
  text-indent: -999px;
  overflow: hidden; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  background-color: #169fda;
  color: #ffffff; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover {
  background-color: #1781ae;
  border-color: #1781ae;
  color: #ffffff; }

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
  font: normal normal normal 1em/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: "\f00e";
  line-height: 2;
  text-indent: 0;
  top: 0;
  left: 0;
  border: none; }

div.wpcf7-mail-sent-ok {
  border: none; }

#download-file .button {
  padding: 16px; }

.blog article, .single-post article {
  margin-bottom: 100px; }

.blog .heading, .single-post .heading {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.blog h3, .single-post h3 {
  margin: 50px 0 20px;
  font-size: 26px; }

.blog h4, .single-post h4 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 50px; }

.blog em, .single-post em {
  display: block;
  font-size: 26px;
  font-style: normal;
  font-weight: 200;
  text-align: center;
  margin-bottom: 30px; }

.certifications .content .certificates {
  margin-top: 40px; }
  .certifications .content .certificates figure {
    margin-bottom: 40px;
    position: relative; }
    .certifications .content .certificates figure a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .certifications .content .certificates figure a:hover ~ figcaption, .certifications .content .certificates figure a:focus-visible ~ figcaption {
        color: #184284; }
  .certifications .content .certificates figcaption {
    margin: 15px 0 0;
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
    -o-transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01);
    transition: 300ms cubic-bezier(0.17, 0.91, 0.28, 1.01); }
  .certifications .content .certificates p {
    margin: 10px 0 0; }

.yith-wcwl-add-button,
.yith-wcwl-wishlistexistsbrowse,
.yith-wcwl-wishlistaddedbrowse {
  text-align: center; }

body:not(.single-product) #content .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px; }
  @media (max-width: 1224px) {
    body:not(.single-product) #content .products {
      grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 768px) {
    body:not(.single-product) #content .products {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 480px) {
    body:not(.single-product) #content .products {
      grid-template-columns: repeat(1, 1fr); } }
  body:not(.single-product) #content .products:before, body:not(.single-product) #content .products:after {
    display: none; }
  body:not(.single-product) #content .products .product {
    width: auto;
    margin: 0; }
    body:not(.single-product) #content .products .product .yith-wcwl-add-button {
      display: none; }

body:not(.single-product) #content .woocommerce-pagination {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  body:not(.single-product) #content .woocommerce-pagination .page-numbers {
    border: none; }
  body:not(.single-product) #content .woocommerce-pagination .page-numbers li {
    pointer-events: none;
    float: none;
    border: none; }
    body:not(.single-product) #content .woocommerce-pagination .page-numbers li:hover, body:not(.single-product) #content .woocommerce-pagination .page-numbers li:focus-visible {
      background-color: transparent; }
  body:not(.single-product) #content .woocommerce-pagination span.page-numbers,
  body:not(.single-product) #content .woocommerce-pagination a.page-numbers {
    pointer-events: auto;
    color: #1C1C1C !important;
    height: auto; }
    @media (max-width: 768px) {
      body:not(.single-product) #content .woocommerce-pagination span.page-numbers,
      body:not(.single-product) #content .woocommerce-pagination a.page-numbers {
        height: 36px;
        width: 32px; } }
    body:not(.single-product) #content .woocommerce-pagination span.page-numbers:hover, body:not(.single-product) #content .woocommerce-pagination span.page-numbers:focus-visible,
    body:not(.single-product) #content .woocommerce-pagination a.page-numbers:hover,
    body:not(.single-product) #content .woocommerce-pagination a.page-numbers:focus-visible {
      background-color: #30B0BF;
      color: white !important; }
    body:not(.single-product) #content .woocommerce-pagination span.page-numbers.dots,
    body:not(.single-product) #content .woocommerce-pagination a.page-numbers.dots {
      pointer-events: none; }
    body:not(.single-product) #content .woocommerce-pagination span.page-numbers.current.current.current,
    body:not(.single-product) #content .woocommerce-pagination a.page-numbers.current.current.current {
      color: #30B0BF !important;
      pointer-events: none; }

body:not(.single-product) #content .woocommerce {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  body:not(.single-product) #content .woocommerce:before, body:not(.single-product) #content .woocommerce:after {
    display: none; }
  body:not(.single-product) #content .woocommerce h2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
  body:not(.single-product) #content .woocommerce .woocommerce-error::before, body:not(.single-product) #content .woocommerce .woocommerce-info::before, body:not(.single-product) #content .woocommerce .woocommerce-message::before {
    left: auto;
    right: 20px; }
  body:not(.single-product) #content .woocommerce .woocommerce-error {
    margin: 0 0 20px;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    body:not(.single-product) #content .woocommerce .woocommerce-error li {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%; }
  body:not(.single-product) #content .woocommerce .woocommerce-cart-form,
  body:not(.single-product) #content .woocommerce .woocommerce-notices-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
  body:not(.single-product) #content .woocommerce .quantity .qty {
    border: 1px solid #dfdfdf; }
  body:not(.single-product) #content .woocommerce .woocommerce-checkout .col2-set {
    margin-bottom: 50px; }
    body:not(.single-product) #content .woocommerce .woocommerce-checkout .col2-set > div {
      padding: 30px;
      background-color: #eeeeee; }
  body:not(.single-product) #content .woocommerce .col-1 {
    margin-bottom: 30px; }
  body:not(.single-product) #content .woocommerce .woocommerce-checkout-review-order {
    background-color: white; }
  body:not(.single-product) #content .woocommerce .woocommerce-order {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%; }
    body:not(.single-product) #content .woocommerce .woocommerce-order .woocommerce-order-details {
      margin: 50px 0; }
  body:not(.single-product) #content .woocommerce .woocommerce-customer-details address {
    background-color: #eeeeee;
    padding: 20px; }
  body:not(.single-product) #content .woocommerce .woocommerce-thankyou-order-received {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #30B0BF; }
  body:not(.single-product) #content .woocommerce form.login, body:not(.single-product) #content .woocommerce form.woocommerce-ResetPassword, body:not(.single-product) #content .woocommerce form.register {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    max-width: 680px;
    margin: 0 auto; }
  body:not(.single-product) #content .woocommerce form .woocommerce-address-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px; }
  body:not(.single-product) #content .woocommerce form legend {
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px; }
  body:not(.single-product) #content .woocommerce form .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    body:not(.single-product) #content .woocommerce form .form-row input:not([type="checkbox"]),
    body:not(.single-product) #content .woocommerce form .form-row textarea {
      border: 1px solid #dfdfdf;
      padding: 12px 20px;
      height: auto;
      width: 100%;
      max-width: 100%; }
    body:not(.single-product) #content .woocommerce form .form-row .select2-container .select2-selection--single {
      height: auto;
      padding: 12px 20px;
      border: 1px solid #dfdfdf;
      border-radius: 0;
      margin: 0; }
    body:not(.single-product) #content .woocommerce form .form-row .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 1.2;
      padding: 0; }
    body:not(.single-product) #content .woocommerce form .form-row span em {
      display: block;
      font-size: 12px; }

.header-top .icon.search {
  background: #1b4384;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%; }
  .header-top .icon.search i {
    color: white; }

.term-23 li.product-category.product.first {
  grid-column: 1 / span 2; }
  .term-23 li.product-category.product.first img {
    display: none; }
  @media (max-width: 1224px) {
    .term-23 li.product-category.product.first {
      grid-column: 1 / span 3; } }
  @media (max-width: 768px) {
    .term-23 li.product-category.product.first {
      grid-column: 1 / span 2; } }
  @media (max-width: 480px) {
    .term-23 li.product-category.product.first {
      grid-column: 1 / span 1; } }
  @media (max-width: 400px) {
    .term-23 li.product-category.product.first .products a .inner {
      min-height: unset; } }

.term-23 li.product-category.product:nth-of-type(2) {
  grid-column: 3 / span 2; }
  @media (max-width: 1224px) {
    .term-23 li.product-category.product:nth-of-type(2) {
      grid-column: 1 / span 3; } }
  @media (max-width: 768px) {
    .term-23 li.product-category.product:nth-of-type(2) {
      grid-column: 1 / span 2; } }
  @media (max-width: 480px) {
    .term-23 li.product-category.product:nth-of-type(2) {
      grid-column: 1 / span 1; } }
  @media (max-width: 400px) {
    .term-23 li.product-category.product:nth-of-type(2) .products a .inner {
      min-height: unset; } }
  .term-23 li.product-category.product:nth-of-type(2) img {
    display: none; }

.woocommerce ul.products li.product a img {
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover; }

.term-32 .products {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

#main .wishlist-fragment {
  width: 100%; }
  #main .wishlist-fragment .shop_table {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px; }
    @media (max-width: 768px) {
      #main .wishlist-fragment .shop_table {
        grid-template-columns: repeat(1, 1fr); } }
    #main .wishlist-fragment .shop_table li {
      padding: 20px;
      background-color: #eeeeee;
      position: relative; }
      #main .wishlist-fragment .shop_table li .product-name h3 {
        font-size: 18px;
        padding-left: 0; }
        #main .wishlist-fragment .shop_table li .product-name h3 a {
          text-decoration: none;
          color: #2b2d30; }
          #main .wishlist-fragment .shop_table li .product-name h3 a:hover, #main .wishlist-fragment .shop_table li .product-name h3 a:active, #main .wishlist-fragment .shop_table li .product-name h3 a:focus {
            color: #30B0BF; }
        #main .wishlist-fragment .shop_table li .product-name h3:before {
          display: none; }
      #main .wishlist-fragment .shop_table li .item-details-table {
        width: auto; }
      #main .wishlist-fragment .shop_table li .product-add-to-cart a {
        margin-left: 0 !important; }
      #main .wishlist-fragment .shop_table li .product-remove {
        position: absolute;
        top: 20px;
        right: 20px; }
        #main .wishlist-fragment .shop_table li .product-remove a {
          color: #184284; }
          #main .wishlist-fragment .shop_table li .product-remove a i {
            font-size: 25px; }
      #main .wishlist-fragment .shop_table li .additional-info {
        display: none; }

#main .wishlist-title-container {
  display: none; }

#main .wishlist_table.mobile li .item-wrapper .product-thumbnail {
  max-width: 150px;
  width: 50%;
  padding: 0; }

#main .wishlist_table.images_grid li .item-details table.item-details-table td, #main .wishlist_table.mobile li .item-details table.item-details-table td, #main .wishlist_table.mobile li table.additional-info td, #main .wishlist_table.modern_grid li .item-details table.item-details-table td {
  font-size: 16px; }

#main .yith_wcwl_wishlist_footer {
  display: none; }

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