/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  overflow-x: hidden;
  max-width: 100vw; }

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: border-box; }
  *:hover, *:active, *:focus,
  *::before:hover,
  *::before:active,
  *::before:focus,
  *::after:hover,
  *::after:active,
  *::after:focus {
    outline: 0; }

body {
  display: block !important;
  box-sizing: border-box;
  margin: 0 !important;
  height: auto !important; }

strong {
  font-weight: 700; }

@media only screen and (max-width: 1280px) {
  .page-content,
  .entry-content,
  .entry-summary {
    margin: 1em 0 0; } }

/**
 * Basic styles for links
 */
a {
  color: inherit;
  text-decoration: none;
  transition: all .5s ease;
  outline: none; }
  a:hover, a:active, a:focus {
    color: #8DC4CD;
    text-decoration: none;
    outline: none; }
  a:visited {
    color: inherit; }

.icon-left img,
.icon-right img {
  position: relative;
  top: 50%;
  transform: translate(0, -50%); }
.icon-left + span,
.icon-right + span {
  display: inline-block;
  padding: 0 25px; }
  @media only screen and (max-width: 1280px) {
    .icon-left + span,
    .icon-right + span {
      padding: 0 10px; } }

.line {
  display: block;
  width: 100%;
  height: 8px;
  background-repeat: repeat-x;
  background-image: url(../images/line.svg); }

body, button, input, select, optgroup, textarea {
  font-family: "Work Sans", sans-serif; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/BebasNeueBold.woff2") format("woff2"), url("../fonts/BebasNeueBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
/**
 * Basic typography style for copy text
 */
body {
  color: #0E2843;
  font: 400 15px/1.6 "Work Sans", sans-serif; }
  @media (max-width: 768px) {
    body {
      line-height: 1.5; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Bebas Neue", cursive;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.21; }

p {
  margin-top: 0; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 36px; }
  @media (max-width: 768px) {
    h2 {
      font-size: 34px; } }
  @media (max-width: 359px) {
    h2 {
      font-size: 32px; } }

h3 {
  font-size: 32px; }
  @media (max-width: 768px) {
    h3 {
      font-size: 28px; } }
  @media (max-width: 479px) {
    h3 {
      font-size: 24px; } }

h4 {
  font-size: 28px; }
  @media (max-width: 768px) {
    h4 {
      font-size: 22px; } }
  @media (max-width: 479px) {
    h4 {
      font-size: 22px; } }

h5, h6 {
  font-size: 24px; }

input {
  font-family: "Work Sans", sans-serif; }

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table; }

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 1206px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 35px;
  /* 3 */
  padding-right: 35px;
  /* 3 */
  width: 100%;
  /* 1 */ }
  @media only screen and (max-width: 768px) {
    .container {
      padding: 0 17px; } }

.container-reset {
  padding: 0; }

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap; }

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

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

.hidden-pc {
  display: none !important; }
  @media (max-width: 768px) {
    .hidden-pc {
      display: block !important; } }

.hidden-mb {
  display: block !important; }
  @media (max-width: 768px) {
    .hidden-mb {
      display: none !important; } }

#menu-toggle {
  display: none;
  outline: 0; }
  @media (max-width: 1023px) {
    #menu-toggle {
      display: block;
      position: absolute;
      right: 0px;
      top: 50%;
      transform: translateY(-50%);
      height: auto; } }

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 8px;
  height: 100%;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent; }
  .hamburger .hamburger-box {
    position: relative;
    display: block;
    width: 41px;
    height: 30px; }
    @media (max-width: 768px) {
      .hamburger .hamburger-box {
        width: 40px;
        height: 24px; } }

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: ""; }

.hamburger-inner:before {
  top: -10px; }

.hamburger-inner:after {
  bottom: -10px; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 45px;
  height: 3px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  background-color: #8DC4CD;
  left: 0;
  border-radius: 20px; }

.hamburger--slider .hamburger-inner:before {
  top: 13px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform, opacity; }
  @media (max-width: 768px) {
    .hamburger--slider .hamburger-inner:before {
      top: 10px; } }

.hamburger--slider .hamburger-inner:after {
  top: 26px; }
  @media (max-width: 768px) {
    .hamburger--slider .hamburger-inner:after {
      top: 20px; } }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -31px, 0) rotate(-90deg); }
  @media (max-width: 768px) {
    .hamburger--slider.is-active .hamburger-inner:after {
      transform: translate3d(0, -20px, 0) rotate(-90deg); } }

.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 8px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  padding-right: 0; }
  .hamburger .hamburger-box {
    position: relative;
    display: block;
    width: 30px;
    height: 24px; }

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: ""; }

.hamburger-inner:before {
  top: -10px; }

.hamburger-inner:after {
  bottom: -10px; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 25px;
  height: 2px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 2px;
  background-color: #0E2843;
  left: auto;
  right: 0; }

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform, opacity;
  width: 30px; }

.hamburger--slider .hamburger-inner:after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 11px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -21px, 0) rotate(-90deg); }

.hamburger--slider.is-active .hamburger-inner, .hamburger--slider.is-active .hamburger-inner:after, .hamburger--slider.is-active .hamburger-inner:before {
  width: 30px; }

@keyframes customFadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
    height: 0; } }
@keyframes customFadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 50%, 0); } }
.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 11;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0);
  transition: box-shadow 0.42s ease, opacity 0.3s ease, transform 0.32s ease, padding 0.3s ease;
  padding-bottom: 16px;
  background: #fff; }
  .admin-bar .site-header {
    top: 32px; }
  .site-header .main-header {
    padding: 14px 0;
    transition: all .3s ease; }
  .site-header .usps {
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    animation-fill-mode: forwards; }
  .site-header.fixed {
    background-color: #FFF;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 99999;
    padding-bottom: 0px; }
    .site-header.fixed .main-header {
      padding: 14px 0; }
    .site-header.fixed .usps {
      animation-name: fadeOutDown;
      animation-duration: 0.5s;
      animation-fill-mode: forwards; }
  .site-header.show-search .usps {
    animation-name: fadeOutDown;
    animation-duration: 0.5s;
    animation-fill-mode: forwards; }
  .site-header .container {
    padding: 0 36px 0 33px;
    max-width: 1369px; }
    @media (max-width: 1200px) {
      .site-header .container {
        padding: 0 17px 0 17px; } }

.top-navigation {
  padding: 5px 0;
  border-bottom: 1px solid rgba(14, 40, 67, 0.33); }

.top-navigation-wrapper {
  display: flex;
  justify-content: space-between; }

.top-contact .contact-item {
  display: inline-block; }
  .top-contact .contact-item + .contact-item {
    margin-left: 24px; }
.top-contact a {
  font-size: 14px;
  line-height: 12px; }
.top-contact .item-label {
  font-weight: 600; }
  .top-contact .item-label + span {
    font-weight: normal; }

.top-menu {
  display: flex; }
  .top-menu > * {
    max-width: max-content; }
  .top-menu .menu {
    list-style-type: none;
    padding: 0;
    margin: 0 30px 0 0; }
  .top-menu .menu-item {
    display: inline-block;
    font-size: 14px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase; }
    .top-menu .menu-item + .menu-item {
      margin-left: 26px; }
  .top-menu .woo-links {
    display: flex; }
  .top-menu .woo-link {
    width: 19px; }
    .top-menu .woo-link + .woo-link {
      margin-left: 21px; }
    .top-menu .woo-link:last-child {
      margin-left: 15px; }

.main-header {
  display: flex;
  padding: 14px 0 0;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  transition: all .3s ease-in-out; }
  .main-header #logo {
    display: flex;
    align-items: center; }
  .main-header .brand-text {
    margin-bottom: 8px;
    margin-left: 14px;
    font: 500 31px/37px "Bebas Neue", cursive; }
    @media (max-width: 1300px) {
      .main-header .brand-text {
        font: 500 24px/37px "Bebas Neue", cursive; } }
    @media (max-width: 1100px) {
      .main-header .brand-text {
        font: 500 20px/37px "Bebas Neue", cursive; } }
  .main-header .site-branding {
    width: 320px; }
    @media (max-width: 12300px) {
      .main-header .site-branding {
        width: 25%;
        padding-right: 20px; } }
    @media (max-width: 768px) {
      .main-header .site-branding {
        padding-right: 0; } }
    @media (max-width: 1023px) {
      .main-header .site-branding {
        width: 100%;
        padding-right: 0; } }
  .main-header .main-navigation {
    width: calc(100% - 320px);
    margin-bottom: 10px;
    margin-right: 8px; }
    @media (max-width: 12300px) {
      .main-header .main-navigation {
        width: 75%; } }

#primary-menu {
  justify-content: flex-end; }
  #primary-menu > * {
    max-width: max-content; }
  #primary-menu a {
    font-family: "Bebas Neue", cursive;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 12px;
    text-align: left;
    position: relative; }
  #primary-menu > li + li {
    margin-left: 33px; }
  #primary-menu > li.menu-item-has-children > a {
    padding-right: 14px; }
    #primary-menu > li.menu-item-has-children > a span {
      position: absolute;
      right: 0;
      top: 4px;
      transform: translate(0, -50%) rotate(-45deg);
      width: 7px;
      height: 7px;
      border: 2px solid #0E2843;
      border-width: 0 0 2px 2px; }
  #primary-menu .sub-menu {
    padding: 10px; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
  padding-top: 20px;
  background-color: #fff !important; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu:before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #F7F7F7 !important;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.16));
  z-index: -1; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  width: 24%; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
  width: 76%;
  left: 24%; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  display: none; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  border-bottom: 1px solid #F7F7F7;
  background-color: #fff;
  font-family: "Work Sans", sans-serif;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #0E2843 !important; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
  background: #F7F7F7; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
  border-left: 0; }

.menu-attributes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px; }
  .menu-attributes .menu-attribute {
    width: 33.33%;
    padding: 0 8px; }
  .menu-attributes .menu-heading {
    font-size: 14px;
    text-transform: uppercase;
    color: #0E2843;
    font-weight: 400;
    border-bottom: 1px solid #0E2843;
    padding-bottom: 12px;
    margin-bottom: 13px;
    margin-top: 10px; }
  .menu-attributes .attr-value {
    font-size: 12px;
    font-weight: 400;
    color: #0E2843; }

.mega-menu-columns-7-of-10 + .mega-menu-columns-3-of-10 .widget_text {
  padding-left: 0 !important; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10 {
  width: 69%; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10 {
  width: 31%; }

.mega-sub-menu .textwidget img {
  display: block; }
.mega-sub-menu .textwidget p {
  margin-bottom: 15px; }
  .mega-sub-menu .textwidget p:last-child {
    margin-bottom: 0; }
.mega-sub-menu .textwidget a {
  display: block;
  width: 100%;
  padding: 14px 10px !important; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  font-weight: 700 !important;
  letter-spacing: 1.92px;
  font-family: 'Bebas Neue'; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
  color: #0E2843;
  background-color: #fff !important;
  padding-top: 20px; }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu a {
    font-size: 14px !important;
    text-transform: uppercase !important;
    background-color: transparent !important;
    padding: 5px 20px !important; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout > ul.mega-sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  bottom: 0;
  right: 0;
  background: #F7F7F7 !important;
  filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.16));
  z-index: -1; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  text-align: right; }

.main-header .main-navigation {
  margin-right: 0; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  content: '\e805';
  font-family: "psd";
  font-style: normal;
  font-weight: normal;
  speak: never;
  font-size: 7px; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  padding: 0px 13px 0px 13px; }
  @media (max-width: 1200px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
      padding: 0 6px; } }
  @media (max-width: 1100px) {
    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
      font-size: 15px;
      letter-spacing: 1.8px; } }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
  transform: rotate(180deg); }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
  top: 20px; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link > span.mega-indicator:before {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  content: '';
  width: 55px;
  height: 30px;
  position: absolute;
  background-color: #F7F7F7;
  bottom: -32px;
  right: -22px;
  display: none; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
  z-index: 9999;
  color: #8DC4CD; }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator:before {
    display: block; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu a:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu a:active, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu a:focus {
  color: #8DC4CD !important; }
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu a.button:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .div-product-name-wrap a.remove:hover, .div-product-name-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu a.remove:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .checkout-process-wrap a.checkout-button:hover, .checkout-process-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu a.checkout-button:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu a.button:active, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .div-product-name-wrap a.remove:active, .div-product-name-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu a.remove:active, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .checkout-process-wrap a.checkout-button:active, .checkout-process-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu a.checkout-button:active, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu a.button:focus, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .div-product-name-wrap a.remove:focus, .div-product-name-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu a.remove:focus, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .checkout-process-wrap a.checkout-button:focus, .checkout-process-wrap #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu a.checkout-button:focus {
  color: #fff !important; }
#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .textwidget a:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .textwidget a:active, #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu .textwidget a:focus {
  color: #fff !important; }

.form-search-wrap {
  transition: all 0.3s ease-in-out 0s;
  z-index: 999;
  position: fixed;
  width: 100%;
  left: 0;
  background: #FFF;
  box-shadow: 0px 25px 100px rgba(4, 114, 79, 0.08);
  padding: 18px 20px;
  transform-origin: top;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-100%);
  opacity: 0; }
  @media only screen and (max-width: 1023px) {
    .form-search-wrap {
      padding: 10px 20px; } }
  .fixed .form-search-wrap {
    visibility: hidden;
    overflow: hidden;
    transform: translateY(-100%);
    opacity: 0 !important; }
  .form-search-wrap.show {
    transform: translateY(0);
    overflow: visible;
    visibility: visible;
    opacity: 1; }
  .form-search-wrap .search-submit {
    display: none; }
  .form-search-wrap .search-field {
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 10px;
    outline: 0; }
  .form-search-wrap label {
    width: 48vw;
    display: block;
    margin-left: auto;
    position: relative; }
    @media only screen and (max-width: 1023px) {
      .form-search-wrap label {
        width: 100%; } }
    .form-search-wrap label:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      width: 1px;
      background-color: #63636380;
      height: 17px;
      top: 50%;
      transform: translateY(-50%); }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-child {
  display: none; }

@media (min-width: 1024px) {
  .menu-attribute-values {
    max-height: 340px; } }
/*
  Responsive
*/
@media (max-width: 1023px) {
  .site-header #menu-toggle {
    display: block; }
  .site-header .site-branding img {
    height: 50px; }
  .site-header .main-header .brand-text {
    margin-bottom: 0; }
  .site-header.fixed .main-header {
    padding: 8px 0 !important; }
  .site-header .main-header {
    padding: 8px 0; }

  .top-navigation .top-contact {
    display: none; }

  .top-menu {
    width: 100%;
    justify-content: flex-end; }
    .top-menu .menu-top-menu-container {
      display: none; }

  #site-navigation {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin-left: -17px;
    margin-right: -17px;
    width: calc(100% + 34px);
    background: #f7f7f7;
    filter: drop-shadow(4px 4px 6px rgba(0, 0, 0, 0.16)); }
    body.menu-open #site-navigation {
      display: block; }

  .site-header #site-navigation {
    top: calc(100% + 60px); }
  .site-header.fixed #site-navigation {
    top: 100%; }

  #mega-menu-wrap-menu-1 .mega-menu-toggle + #mega-menu-menu-1 {
    background-color: #fff; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
    color: #0E2843;
    font-size: 15px;
    font-weight: 400 !important;
    font-family: "Work Sans", sans-serif;
    letter-spacing: 0;
    height: unset !important;
    line-height: 1.2;
    padding: 20px 60px;
    border-bottom: 1px solid #F7F7F7; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-child {
    display: block; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-child > a.mega-menu-link {
    background-color: #8DC4CD;
    color: #fff !important;
    font-weight: 500 !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: unset !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    transform: rotate(-90deg); }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    display: block;
    width: 100%; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    background-color: #fff !important;
    color: #0E2843 !important;
    font-weight: normal !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator:before {
    display: none; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    color: #0E2843; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link {
    color: #0E2843 !important;
    display: block;
    width: 100%;
    text-align: left;
    padding: 20px 60px !important;
    border-bottom: 1px solid #F7F7F7;
    line-height: 1.2;
    background-color: #fff !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding-top: 0; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator:after {
    content: '\e807';
    font-size: 11px; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator {
    position: absolute;
    left: 30px;
    transform: rotate(0deg);
    top: 22px; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
    padding-top: 0; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on {
    display: block !important; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-3-of-10 {
    display: none; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-7-of-10 {
    width: 100%; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    background-color: #f7f7f7 !important; }

  .menu-attributes {
    padding: 0 65px; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0; }

  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-menu-megamenu.mega-menu-tabbed li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    padding: 0 !important; }

  .widget.widget-seach-by-attribute {
    margin-bottom: 0; }

  .menu-attributes .menu-attribute {
    width: 100%; } }
.woo-link {
  position: relative; }

.cart-contents-count {
  transform: translate(25px, -25%);
  line-height: 1.9rem;
  background-color: #e74c3c;
  border: 1px solid #fff;
  border-radius: 50%;
  height: 19px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 50%;
  top: 0;
  width: 19px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  right: 5px; }

.menu-attributes .attr-value#pa_finish-metallic {
  display: none; }

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
  min-height: unset; }

.site-footer {
  background-color: #0E2843;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 0; }
  .site-footer a {
    color: #fff; }
  .site-footer .reviewsio-footer {
    display: flex;
    justify-content: center;
    background: #efefef; }
    .site-footer .reviewsio-footer iframe {
      height: 60px; }
  .site-footer .footer-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 25px 0 29px; }
    .site-footer .footer-images .footer-image {
      margin: 0 28px; }
    .site-footer .footer-images #footer-image-1 {
      margin-right: -10px; }
  .site-footer .footer-navs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px; }
  .site-footer .footer-nav {
    width: 25%;
    padding: 0 8px; }
  .site-footer .footer-nav-title {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 13px; }
  .site-footer .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px; }
    .site-footer .menu li {
      margin-bottom: 9px; }
  .site-footer p {
    margin-bottom: 18px;
    font-size: 0.875rem;
    line-height: 128.5714285714%; }
    .site-footer p:last-child {
      margin-bottom: 0; }
  .site-footer a[href^="mailto:"],
  .site-footer a[href^="tel:"] {
    font-weight: 700; }
  .site-footer .footer-copyright {
    font-size: 14px;
    font-weight: 400;
    background-color: #A0538F;
    text-align: center;
    padding: 4px 0 8px;
    line-height: 142.8571428571%; }
  .site-footer .footer-inner {
    padding-bottom: 22px; }
  .site-footer a {
    display: inline-block;
    position: relative; }
    .site-footer a:after {
      content: '';
      position: absolute;
      width: 100%;
      transform: scaleX(0);
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: #fff;
      transform-origin: bottom right;
      transition: transform 0.25s ease-out; }
    .site-footer a:hover:after, .site-footer a:active:after, .site-footer a:focus:after {
      transform: scaleX(1);
      transform-origin: bottom left; }
  .site-footer #footer-info {
    font-weight: 300; }

@media (max-width: 768px) {
  .site-footer .footer-images {
    margin: 0 -10px; }
  .site-footer .footer-images .footer-image {
    margin: 0;
    padding: 0 10px; }
  .site-footer .footer-nav {
    width: 50%;
    margin-bottom: 20px; }
  .site-footer .footer-navs {
    margin-bottom: -20px; }

  .footer-menu, .footer-content {
    display: none; }

  .site-footer .footer-nav-title {
    position: relative;
    font-size: 14px;
    font-weight: 400; }
    .site-footer .footer-nav-title::after {
      content: '\e805';
      display: block;
      position: absolute;
      right: 18px;
      top: 0px;
      font-family: "psd";
      font-style: normal;
      font-weight: normal;
      speak: never;
      font-size: 6px;
      transition: all .3s ease; } }
@media (max-width: 479px) {
  .site-footer .footer-images .footer-image {
    width: 33.33%; }
  .site-footer .footer-images #footer-image-1, .site-footer .footer-images #footer-image-2 {
    width: 50%; }
  .site-footer .footer-nav {
    width: 100%; } }
/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0; } }
.button, .div-product-name-wrap a.remove, .woocommerce table.shop_table td.actions .button, .checkout-process-wrap .checkout-button, .button-white, .section-contact-form .cd-upload-btn, .page-template-page-service .section-content-image .section-button .link, .woocommerce-cart .product-remove a,
.woocommerce-cart .button-group .button,
.woocommerce-cart .button-group .div-product-name-wrap a.remove,
.div-product-name-wrap .woocommerce-cart .button-group a.remove,
.woocommerce-cart .button-group .checkout-process-wrap .checkout-button,
.checkout-process-wrap .woocommerce-cart .button-group .checkout-button {
  font-family: "Work Sans", sans-serif;
  color: #0E2843;
  display: inline-block;
  text-align: center;
  background-color: #0E2843;
  padding: 8px 15px;
  min-width: 144px;
  border: 1px solid #0E2843;
  border-radius: 0px;
  appearance: none;
  outline: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  min-height: 38px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  border-radius: 0; }
  .button:hover, .div-product-name-wrap a.remove:hover, .woocommerce table.shop_table td.actions .button:hover, .checkout-process-wrap .checkout-button:hover, .button-white:hover, .section-contact-form .cd-upload-btn:hover, .page-template-page-service .section-content-image .section-button .link:hover, .woocommerce-cart .product-remove a:hover,
  .woocommerce-cart .button-group .button:hover, .button:active, .div-product-name-wrap a.remove:active, .woocommerce table.shop_table td.actions .button:active, .checkout-process-wrap .checkout-button:active, .button-white:active, .section-contact-form .cd-upload-btn:active, .page-template-page-service .section-content-image .section-button .link:active, .woocommerce-cart .product-remove a:active,
  .woocommerce-cart .button-group .button:active, .button:focus, .div-product-name-wrap a.remove:focus, .woocommerce table.shop_table td.actions .button:focus, .checkout-process-wrap .checkout-button:focus, .button-white:focus, .section-contact-form .cd-upload-btn:focus, .page-template-page-service .section-content-image .section-button .link:focus, .woocommerce-cart .product-remove a:focus,
  .woocommerce-cart .button-group .button:focus {
    background: #0E2843 !important;
    border-color: #0E2843 !important;
    color: #fff !important; }

.button-white {
  color: #8DC4CD !important;
  background-color: #FFF;
  border: 1px solid #FFF; }
  .button-white:before {
    border: #FFF solid 6px; }

.button-primary, .mega-sub-menu .textwidget a, .woocommerce a.button, .woocommerce .div-product-name-wrap a.remove, .div-product-name-wrap .woocommerce a.remove, .woocommerce table.shop_table td.actions a.button, .woocommerce .checkout-process-wrap a.checkout-button, .checkout-process-wrap .woocommerce a.checkout-button {
  background-color: #8DC4CD;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-color: #8DC4CD;
  padding: 14px 30px; }
  .button-primary:before, .mega-sub-menu .textwidget a:before, .woocommerce a.button:before, .woocommerce .div-product-name-wrap a.remove:before, .div-product-name-wrap .woocommerce a.remove:before, .woocommerce table.shop_table td.actions a.button:before, .woocommerce .checkout-process-wrap a.checkout-button:before, .checkout-process-wrap .woocommerce a.checkout-button:before {
    border-color: #8DC4CD; }
  .button-primary:hover, .mega-sub-menu .textwidget a:hover, .woocommerce a.button:hover, .woocommerce .div-product-name-wrap a.remove:hover, .div-product-name-wrap .woocommerce a.remove:hover, .woocommerce table.shop_table td.actions a.button:hover, .woocommerce .checkout-process-wrap a.checkout-button:hover, .checkout-process-wrap .woocommerce a.checkout-button:hover, .button-primary:active, .mega-sub-menu .textwidget a:active, .woocommerce a.button:active, .woocommerce .div-product-name-wrap a.remove:active, .div-product-name-wrap .woocommerce a.remove:active, .woocommerce table.shop_table td.actions a.button:active, .woocommerce .checkout-process-wrap a.checkout-button:active, .checkout-process-wrap .woocommerce a.checkout-button:active, .button-primary:focus, .mega-sub-menu .textwidget a:focus, .woocommerce a.button:focus, .woocommerce .div-product-name-wrap a.remove:focus, .div-product-name-wrap .woocommerce a.remove:focus, .woocommerce table.shop_table td.actions a.button:focus, .woocommerce .checkout-process-wrap a.checkout-button:focus, .checkout-process-wrap .woocommerce a.checkout-button:focus {
    background-color: #0E2843 !important;
    border-color: #0E2843 !important;
    color: #fff !important; }
    .button-primary:hover::before, .mega-sub-menu .textwidget a:hover::before, .woocommerce a.button:hover::before, .woocommerce .div-product-name-wrap a.remove:hover::before, .div-product-name-wrap .woocommerce a.remove:hover::before, .woocommerce table.shop_table td.actions a.button:hover::before, .woocommerce .checkout-process-wrap a.checkout-button:hover::before, .checkout-process-wrap .woocommerce a.checkout-button:hover::before, .button-primary:active::before, .mega-sub-menu .textwidget a:active::before, .woocommerce a.button:active::before, .woocommerce .div-product-name-wrap a.remove:active::before, .div-product-name-wrap .woocommerce a.remove:active::before, .woocommerce table.shop_table td.actions a.button:active::before, .woocommerce .checkout-process-wrap a.checkout-button:active::before, .checkout-process-wrap .woocommerce a.checkout-button:active::before, .button-primary:focus::before, .mega-sub-menu .textwidget a:focus::before, .woocommerce a.button:focus::before, .woocommerce .div-product-name-wrap a.remove:focus::before, .div-product-name-wrap .woocommerce a.remove:focus::before, .woocommerce table.shop_table td.actions a.button:focus::before, .woocommerce .checkout-process-wrap a.checkout-button:focus::before, .checkout-process-wrap .woocommerce a.checkout-button:focus::before {
      border-color: #0E2843 !important; }

.woocommerce-checkout.page-inner #payment #place_order, .woocommerce-checkout.page-inner .woocommerce-page #payment #place_order, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .section-content-image .section-button .button, .section-content-image .section-button .div-product-name-wrap a.remove, .div-product-name-wrap .section-content-image .section-button a.remove, .section-content-image .section-button .woocommerce table.shop_table td.actions .button, .woocommerce table.shop_table td.actions .section-content-image .section-button .button, .section-content-image .section-button .checkout-process-wrap .checkout-button, .checkout-process-wrap .section-content-image .section-button .checkout-button, .section-image-content .section-button .button, .section-image-content .section-button .div-product-name-wrap a.remove, .div-product-name-wrap .section-image-content .section-button a.remove, .section-image-content .section-button .woocommerce table.shop_table td.actions .button, .woocommerce table.shop_table td.actions .section-image-content .section-button .button, .section-image-content .section-button .checkout-process-wrap .checkout-button, .checkout-process-wrap .section-image-content .section-button .checkout-button, .section-contact-form .wpcf7-submit, .woocommerce-account .woocommerce-button {
  background-color: #8DC4CD !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 12px;
  text-align: center;
  color: #fff !important;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 16px 31px;
  text-transform: uppercase;
  border: 2px solid #8DC4CD;
  border-radius: 0; }
  .woocommerce-checkout.page-inner #payment #place_order::before, .woocommerce-checkout.page-inner .woocommerce-page #payment #place_order::before, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit::before, .section-content-image .section-button .button::before, .section-content-image .section-button .div-product-name-wrap a.remove::before, .div-product-name-wrap .section-content-image .section-button a.remove::before, .section-content-image .section-button .woocommerce table.shop_table td.actions .button::before, .woocommerce table.shop_table td.actions .section-content-image .section-button .button::before, .section-content-image .section-button .checkout-process-wrap .checkout-button::before, .checkout-process-wrap .section-content-image .section-button .checkout-button::before, .section-image-content .section-button .button::before, .section-image-content .section-button .div-product-name-wrap a.remove::before, .div-product-name-wrap .section-image-content .section-button a.remove::before, .section-image-content .section-button .woocommerce table.shop_table td.actions .button::before, .woocommerce table.shop_table td.actions .section-image-content .section-button .button::before, .section-image-content .section-button .checkout-process-wrap .checkout-button::before, .checkout-process-wrap .section-image-content .section-button .checkout-button::before, .section-contact-form .wpcf7-submit::before, .woocommerce-account .woocommerce-button::before {
    border-width: 2px;
    border-color: #8DC4CD;
    left: -2px;
    top: -2px;
    right: -2px;
    bottom: -2px; }
  .woocommerce-checkout.page-inner #payment #place_order:hover, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover, .section-content-image .section-button .button:hover, .section-content-image .section-button .div-product-name-wrap a.remove:hover, .div-product-name-wrap .section-content-image .section-button a.remove:hover, .section-content-image .section-button .woocommerce table.shop_table td.actions .button:hover, .woocommerce table.shop_table td.actions .section-content-image .section-button .button:hover, .section-content-image .section-button .checkout-process-wrap .checkout-button:hover, .checkout-process-wrap .section-content-image .section-button .checkout-button:hover, .section-image-content .section-button .button:hover, .section-image-content .section-button .div-product-name-wrap a.remove:hover, .div-product-name-wrap .section-image-content .section-button a.remove:hover, .section-image-content .section-button .woocommerce table.shop_table td.actions .button:hover, .woocommerce table.shop_table td.actions .section-image-content .section-button .button:hover, .section-image-content .section-button .checkout-process-wrap .checkout-button:hover, .checkout-process-wrap .section-image-content .section-button .checkout-button:hover, .section-contact-form .wpcf7-submit:hover, .woocommerce-account .woocommerce-button:hover, .woocommerce-checkout.page-inner #payment #place_order:active, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:active, .section-content-image .section-button .button:active, .section-content-image .section-button .div-product-name-wrap a.remove:active, .div-product-name-wrap .section-content-image .section-button a.remove:active, .section-content-image .section-button .woocommerce table.shop_table td.actions .button:active, .woocommerce table.shop_table td.actions .section-content-image .section-button .button:active, .section-content-image .section-button .checkout-process-wrap .checkout-button:active, .checkout-process-wrap .section-content-image .section-button .checkout-button:active, .section-image-content .section-button .button:active, .section-image-content .section-button .div-product-name-wrap a.remove:active, .div-product-name-wrap .section-image-content .section-button a.remove:active, .section-image-content .section-button .woocommerce table.shop_table td.actions .button:active, .woocommerce table.shop_table td.actions .section-image-content .section-button .button:active, .section-image-content .section-button .checkout-process-wrap .checkout-button:active, .checkout-process-wrap .section-image-content .section-button .checkout-button:active, .section-contact-form .wpcf7-submit:active, .woocommerce-account .woocommerce-button:active, .woocommerce-checkout.page-inner #payment #place_order:focus, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:focus, .section-content-image .section-button .button:focus, .section-content-image .section-button .div-product-name-wrap a.remove:focus, .div-product-name-wrap .section-content-image .section-button a.remove:focus, .section-content-image .section-button .woocommerce table.shop_table td.actions .button:focus, .woocommerce table.shop_table td.actions .section-content-image .section-button .button:focus, .section-content-image .section-button .checkout-process-wrap .checkout-button:focus, .checkout-process-wrap .section-content-image .section-button .checkout-button:focus, .section-image-content .section-button .button:focus, .section-image-content .section-button .div-product-name-wrap a.remove:focus, .div-product-name-wrap .section-image-content .section-button a.remove:focus, .section-image-content .section-button .woocommerce table.shop_table td.actions .button:focus, .woocommerce table.shop_table td.actions .section-image-content .section-button .button:focus, .section-image-content .section-button .checkout-process-wrap .checkout-button:focus, .checkout-process-wrap .section-image-content .section-button .checkout-button:focus, .section-contact-form .wpcf7-submit:focus, .woocommerce-account .woocommerce-button:focus {
    background-color: #0E2843 !important;
    border-color: #0E2843 !important;
    color: #fff !important; }
    .woocommerce-checkout.page-inner #payment #place_order:hover::before, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover::before, .section-content-image .section-button .button:hover::before, .section-content-image .section-button .div-product-name-wrap a.remove:hover::before, .div-product-name-wrap .section-content-image .section-button a.remove:hover::before, .section-content-image .section-button .woocommerce table.shop_table td.actions .button:hover::before, .woocommerce table.shop_table td.actions .section-content-image .section-button .button:hover::before, .section-content-image .section-button .checkout-process-wrap .checkout-button:hover::before, .checkout-process-wrap .section-content-image .section-button .checkout-button:hover::before, .section-image-content .section-button .button:hover::before, .section-image-content .section-button .div-product-name-wrap a.remove:hover::before, .div-product-name-wrap .section-image-content .section-button a.remove:hover::before, .section-image-content .section-button .woocommerce table.shop_table td.actions .button:hover::before, .woocommerce table.shop_table td.actions .section-image-content .section-button .button:hover::before, .section-image-content .section-button .checkout-process-wrap .checkout-button:hover::before, .checkout-process-wrap .section-image-content .section-button .checkout-button:hover::before, .section-contact-form .wpcf7-submit:hover::before, .woocommerce-account .woocommerce-button:hover::before, .woocommerce-checkout.page-inner #payment #place_order:active::before, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:active::before, .section-content-image .section-button .button:active::before, .section-content-image .section-button .div-product-name-wrap a.remove:active::before, .div-product-name-wrap .section-content-image .section-button a.remove:active::before, .section-content-image .section-button .woocommerce table.shop_table td.actions .button:active::before, .woocommerce table.shop_table td.actions .section-content-image .section-button .button:active::before, .section-content-image .section-button .checkout-process-wrap .checkout-button:active::before, .checkout-process-wrap .section-content-image .section-button .checkout-button:active::before, .section-image-content .section-button .button:active::before, .section-image-content .section-button .div-product-name-wrap a.remove:active::before, .div-product-name-wrap .section-image-content .section-button a.remove:active::before, .section-image-content .section-button .woocommerce table.shop_table td.actions .button:active::before, .woocommerce table.shop_table td.actions .section-image-content .section-button .button:active::before, .section-image-content .section-button .checkout-process-wrap .checkout-button:active::before, .checkout-process-wrap .section-image-content .section-button .checkout-button:active::before, .section-contact-form .wpcf7-submit:active::before, .woocommerce-account .woocommerce-button:active::before, .woocommerce-checkout.page-inner #payment #place_order:focus::before, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit:focus::before, .section-content-image .section-button .button:focus::before, .section-content-image .section-button .div-product-name-wrap a.remove:focus::before, .div-product-name-wrap .section-content-image .section-button a.remove:focus::before, .section-content-image .section-button .woocommerce table.shop_table td.actions .button:focus::before, .woocommerce table.shop_table td.actions .section-content-image .section-button .button:focus::before, .section-content-image .section-button .checkout-process-wrap .checkout-button:focus::before, .checkout-process-wrap .section-content-image .section-button .checkout-button:focus::before, .section-image-content .section-button .button:focus::before, .section-image-content .section-button .div-product-name-wrap a.remove:focus::before, .div-product-name-wrap .section-image-content .section-button a.remove:focus::before, .section-image-content .section-button .woocommerce table.shop_table td.actions .button:focus::before, .woocommerce table.shop_table td.actions .section-image-content .section-button .button:focus::before, .section-image-content .section-button .checkout-process-wrap .checkout-button:focus::before, .checkout-process-wrap .section-image-content .section-button .checkout-button:focus::before, .section-contact-form .wpcf7-submit:focus::before, .woocommerce-account .woocommerce-button:focus::before {
      border-color: #0E2843 !important; }

.button-border {
  background-color: transparent;
  font-weight: 500;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #8DC4CD;
  padding: 0 0 5px 3px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  transform: translateY(-4px); }
  .button-border::before {
    content: '';
    border: 2px solid #8DC4CD;
    border-top: 0;
    border-right: 0;
    left: -2px;
    top: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%; }

p {
  margin-top: 0; }
  p:last-child {
    margin-bottom: 0 !important; }

#page {
  overflow: hidden; }

.section {
  position: relative; }

p {
  margin-bottom: 20px; }

.single-product div.product {
  overflow: hidden; }

.js-toggle-content {
  display: none; }

.wapf-swatch--image.wapf-checked {
  border: 5px solid #8DC4CD !important; }

/*
  USP
*/
.usps-wrap {
  position: absolute;
  background-color: transparent;
  z-index: 333;
  width: 100%;
  left: 0;
  right: 0;
  top: calc(100% - 31px); }
  .menu-open .usps-wrap {
    z-index: -1; }
  @media (max-width: 1023px) {
    .usps-wrap {
      top: unset; } }
  .usps-wrap + #hero-image {
    margin-top: -31px; }

.usps {
  display: flex;
  max-width: 1136px;
  height: 70px;
  background: #8DC4CD;
  box-shadow: 6px 7px 12px rgba(0, 0, 0, 0.16);
  margin: 0 auto;
  justify-content: center;
  z-index: 1;
  width: 100%; }
  .usps .reviewsio-header {
    background: #ffffff;
    border-radius: 5px;
    margin-left: 10px;
    margin-top: 7px;
    margin-bottom: 7px; }

.usp {
  display: flex;
  align-items: center; }
  .usp > * {
    max-width: max-content; }
  .usp + .usp {
    margin-left: 42px; }

.usp-icon {
  width: 40px;
  margin-right: 14px;
  color: #FFF; }
  .usp-icon i {
    font-size: 35px; }

.usp-title {
  font-family: "Bebas Neue", cursive;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 24px;
  color: #FFF; }
  @media (max-width: 900px) and (min-width: 769px) {
    .usp-title {
      font-size: 14px; } }

.woocommerce .woocommerce-breadcrumb {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #0E2843; }
  .woocommerce .woocommerce-breadcrumb a, .woocommerce .woocommerce-breadcrumb .divide {
    color: #8DC4CD; }
  .woocommerce .woocommerce-breadcrumb a {
    display: inline-block;
    position: relative; }
    .woocommerce .woocommerce-breadcrumb a:after {
      content: '';
      position: absolute;
      width: 100%;
      transform: scaleX(0);
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: #8DC4CD;
      transform-origin: bottom right;
      transition: transform 0.25s ease-out; }
    .woocommerce .woocommerce-breadcrumb a:hover:after, .woocommerce .woocommerce-breadcrumb a:active:after, .woocommerce .woocommerce-breadcrumb a:focus:after {
      transform: scaleX(1);
      transform-origin: bottom left; }

.single-product div.product {
  display: flex;
  flex-wrap: wrap;
  overflow: unset; }
  .single-product div.product .woocommerce-product-gallery, .single-product div.product .entry-summary {
    width: 50% !important; }
  .single-product div.product .woocommerce-product-gallery {
    width: calc(50% -  8px) !important; }
  .single-product div.product .entry-summary {
    width: calc(50% +  8px) !important; }
  .single-product div.product .entry-summary {
    padding-left: 110px; }
    @media (max-width: 1300px) and (min-width: 769px) {
      .single-product div.product .entry-summary {
        padding-left: 40px; } }
  .single-product div.product > * {
    width: 100%; }
  .single-product div.product .product-tabs-wrap {
    margin-top: 30px; }
  .single-product div.product .emoji-search-icon {
    display: none !important; }
  .single-product div.product div.images .woocommerce-product-gallery__trigger {
    display: none; }
  .single-product div.product .product_title {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 4.8px;
    font-family: "Bebas Neue", cursive; }
  .single-product div.product .delivery {
    display: flex;
    text-transform: uppercase;
    font-size: 15px;
    align-items: center; }
    .single-product div.product .delivery a {
      color: #8DC4CD; }
      .single-product div.product .delivery a:hover, .single-product div.product .delivery a:active, .single-product div.product .delivery a:focus {
        color: #0E2843; }
    .single-product div.product .delivery .text {
      position: relative;
      margin-left: 15px;
      padding-left: 6px; }
      .single-product div.product .delivery .text:hover:before, .single-product div.product .delivery .text:hover:after, .single-product div.product .delivery .text:active:before, .single-product div.product .delivery .text:active:after, .single-product div.product .delivery .text:focus:before, .single-product div.product .delivery .text:focus:after {
        background-color: #0E2843; }
      .single-product div.product .delivery .text:before {
        content: '';
        display: block;
        width: 1px;
        height: 20px;
        background-color: #8DC4CD;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all .3s ease; }
      .single-product div.product .delivery .text:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background-color: #8DC4CD;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all .3s ease; }
  .single-product div.product .woocommerce-product-details__short-description {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 12px; }
  .single-product div.product #price_calculator {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0; }
    .single-product div.product #price_calculator tbody {
      width: 100%;
      width: calc(100% + 18px);
      display: flex;
      flex-wrap: wrap;
      margin: 0 -9px; }
    .single-product div.product #price_calculator .length-input, .single-product div.product #price_calculator .width-input {
      display: flex;
      flex-wrap: wrap;
      width: 50%;
      padding: 0 9px; }
      .single-product div.product #price_calculator .length-input .tip, .single-product div.product #price_calculator .width-input .tip {
        display: none; }
      .single-product div.product #price_calculator .length-input td, .single-product div.product #price_calculator .width-input td {
        width: 100%; }
    .single-product div.product #price_calculator .total-amount, .single-product div.product #price_calculator .calculated-price {
      display: none; }
    .single-product div.product #price_calculator input {
      width: 100%; }

.woocommerce div.product p.price, .woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  font-size: 20px;
  font-weight: 400;
  color: #0E2843; }
  .woocommerce div.product p.price .price-label, .woocommerce div.product span.price .price-label,
  .woocommerce ul.products li.product .price .price-label {
    text-transform: uppercase; }

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: -9px; }
  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 25% !important;
    padding: 9px; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li img {
      width: 100%;
      height: 100%;
      max-height: 122px;
      object-fit: cover; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li.thumb-video {
      position: relative; }
      .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li.thumb-video:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 47px;
        height: 53px;
        background: url("../images/icon-play.svg") no-repeat center center;
        z-index: 1; }

/*
  product category
*/
.site-main-wrap {
  padding-top: 30px; }

.archive.woocommerce .container-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px; }
.archive.woocommerce .site-main {
  order: 2;
  width: 75%;
  padding: 0 9px;
  margin-top: 0; }
  @media (max-width: 1024px) {
    .archive.woocommerce .site-main {
      width: 100%; } }
.archive.woocommerce .widget-area {
  order: 1;
  width: 25%;
  padding: 0 9px; }
.archive.woocommerce .woocommerce-products-header {
  max-width: 655px; }
.archive.woocommerce .woocommerce-products-header__title {
  margin-bottom: 5px; }
.archive.woocommerce .term-description {
  margin-bottom: 23px; }

.woocommerce-breadcrumb {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase; }
  .woocommerce-breadcrumb a {
    color: #8DC4CD; }

.widget-area-inner {
  background-color: #F8F8F8;
  padding: 15px; }

.widget-title {
  font-size: 18px;
  font-weight: 400;
  color: #0E2843;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 8px; }

.facetwp-type-search .facetwp-icon {
  display: none; }
.facetwp-type-search .facetwp-search {
  display: block;
  width: 100%;
  appearance: none;
  border: 1px solid #0E2843;
  border-radius: 0;
  padding: 13px;
  padding-right: 13px; }

.search-widget .facetwp-type-search {
  margin-bottom: 10px; }
.search-widget .more-option {
  font-size: 18px;
  font-weight: 600;
  color: #0E2843;
  text-transform: uppercase;
  margin-bottom: 16px; }

.widget-search:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #8DC4CD;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px; }

.widget-selections .widget-title {
  margin-bottom: 12px; }
.widget-selections .button-reset {
  appearance: none;
  background-color: unset;
  border: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  color: #8DC4CD;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 0;
  margin-top: 10px; }
  .widget-selections .button-reset i {
    font-size: 24px;
    color: #8DC4CD;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #8DC4CD;
    margin-right: 10px; }
.widget-selections .facetwp-selections .facetwp-selection-value {
  background-image: unset; }
.widget-selections .facetwp-selections ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column; }
  .widget-selections .facetwp-selections ul li {
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center; }
    .widget-selections .facetwp-selections ul li .facetwp-selection-label {
      margin-right: 5px; }
    .widget-selections .facetwp-selections ul li + li {
      margin-top: 6px; }
    .widget-selections .facetwp-selections ul li .facetwp-selection-label {
      display: none; }
    .widget-selections .facetwp-selections ul li .facetwp-selection-value {
      display: flex;
      align-items: center; }
      .widget-selections .facetwp-selections ul li .facetwp-selection-value:before {
        display: inline-block;
        width: 26px;
        height: 26px;
        align-items: center;
        justify-content: center;
        content: '\e80c';
        font-family: "psd";
        font-style: normal;
        font-weight: normal;
        speak: never;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        font-size: 24px;
        color: #8DC4CD; }

.facetwp-type-dropdown, .woocommerce-ordering {
  position: relative; }
  .facetwp-type-dropdown:after, .woocommerce-ordering:after {
    content: '\e805';
    font-family: "psd";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-size: 8px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); }
  .facetwp-type-dropdown .facetwp-dropdown, .facetwp-type-dropdown select, .woocommerce-ordering .facetwp-dropdown, .woocommerce-ordering select {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    border: 1px solid #0E2843;
    font-size: 15px;
    font-weight: 400;
    padding: 13px 30px;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 0; }

table.variations select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  border: 1px solid #0E2843;
  font-size: 15px;
  font-weight: 400;
  padding: 13px 30px;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0; }

.woocommerce-ordering:after {
  position: absolute;
  right: 20px; }
.woocommerce-ordering select {
  padding: 15px 26px;
  max-width: 100%;
  -webkit-appearance: none;
  border-radius: 0; }

.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
  min-width: unset !important;
  width: 100%; }

.facetwp-type-search .facetwp-input-wrap {
  display: block !important; }

.widget-search {
  margin-bottom: 32px; }

.widget_custom_html.active .widget-title {
  position: relative; }
  .widget_custom_html.active .widget-title:after {
    transform: rotate(-180deg);
    right: 10px; }
.widget_custom_html .widget-title {
  position: relative;
  margin-bottom: 16px; }
  .widget_custom_html .widget-title:after {
    content: '\e805';
    font-family: "psd";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-size: 8px;
    position: absolute;
    right: 15px;
    top: 6px; }

.facetwp-type-checkboxes .facetwp-checkbox {
  display: flex;
  align-items: center;
  color: #0E2843;
  font-weight: 400;
  background: unset;
  padding-left: 30px;
  position: relative;
  margin-bottom: 0; }
  .facetwp-type-checkboxes .facetwp-checkbox + .facetwp-checkbox {
    margin-top: 10px; }
  .facetwp-type-checkboxes .facetwp-checkbox.checked {
    background: unset; }
    .facetwp-type-checkboxes .facetwp-checkbox.checked:after {
      display: block; }
  .facetwp-type-checkboxes .facetwp-checkbox:before {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    border: 1px solid #0E2843;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff; }
  .facetwp-type-checkboxes .facetwp-checkbox:after {
    display: none;
    position: absolute;
    top: 5px;
    left: 5px;
    content: '\e80b';
    font-family: "psd";
    font-style: normal;
    font-weight: normal;
    speak: never;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-size: 8px;
    color: #8DC4CD; }

.widget_custom_html .facetwp-facet {
  margin: 0; }

.page-title {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 4.8px;
  font-family: "Bebas Neue", cursive; }

.pagination-and-ordering-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .pagination-and-ordering-wrap .ordering-wrap .filter-wrap {
    display: none; }

.services-page {
  color: #8DC4CD;
  text-transform: uppercase;
  position: relative;
  padding-left: 6px;
  padding-bottom: 6px;
  margin-bottom: 6px; }
  .services-page .icon {
    position: absolute;
    bottom: 0;
    left: 0; }

.pagination-and-ordering-wrap {
  margin-bottom: 22px; }

.archive.woocommerce .products {
  display: flex;
  flex-wrap: wrap;
  margin-top: 13px;
  margin: 0 -9px; }
.archive.woocommerce ul.products li.product {
  width: 33.33%;
  padding: 0 9px;
  margin-right: 0;
  float: none;
  position: relative;
  margin-top: 0 !important; }
  .archive.woocommerce ul.products li.product:nth-child(n+5) {
    margin-top: 16px; }
  .archive.woocommerce ul.products li.product .price {
    font-size: 15px;
    color: #0E2843; }
  .archive.woocommerce ul.products li.product .add_to_wishlist {
    position: absolute;
    right: 20px;
    top: 10px; }
    .archive.woocommerce ul.products li.product .add_to_wishlist i {
      margin-right: 0;
      font-size: 18px; }
    .archive.woocommerce ul.products li.product .add_to_wishlist span {
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      position: absolute !important;
      width: 1px;
      word-wrap: normal !important; }
  .archive.woocommerce ul.products li.product .woocommerce-loop-product__link {
    background-color: #FFF; }
  .archive.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 4px 16px 0;
    font-family: "Work Sans", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
    text-transform: uppercase; }
  .archive.woocommerce ul.products li.product .price {
    display: block;
    font-family: "Work Sans", sans-serif;
    font-weight: normal;
    font-size: 15px;
    text-align: left;
    padding: 6px 16px 10px 19px;
    text-transform: capitalize; }
  .archive.woocommerce ul.products li.product .button, .archive.woocommerce ul.products li.product .div-product-name-wrap a.remove, .div-product-name-wrap .archive.woocommerce ul.products li.product a.remove, .archive.woocommerce ul.products li.product .checkout-process-wrap .checkout-button, .checkout-process-wrap .archive.woocommerce ul.products li.product .checkout-button {
    color: #8DC4CD !important;
    border-color: #8DC4CD;
    background: transparent;
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
    text-align: center;
    padding: 13px 5px;
    letter-spacing: .3px;
    text-transform: uppercase;
    border: 1px solid #8DC4CD;
    border-radius: 0; }
    .archive.woocommerce ul.products li.product .button::before, .archive.woocommerce ul.products li.product .div-product-name-wrap a.remove::before, .div-product-name-wrap .archive.woocommerce ul.products li.product a.remove::before, .archive.woocommerce ul.products li.product .checkout-process-wrap .checkout-button::before, .checkout-process-wrap .archive.woocommerce ul.products li.product .checkout-button::before {
      border-width: 1px;
      border-color: #8DC4CD;
      left: -1px;
      top: -1px;
      right: -1px;
      bottom: -1px; }
    .archive.woocommerce ul.products li.product .button:hover, .archive.woocommerce ul.products li.product .div-product-name-wrap a.remove:hover, .div-product-name-wrap .archive.woocommerce ul.products li.product a.remove:hover, .archive.woocommerce ul.products li.product .checkout-process-wrap .checkout-button:hover, .checkout-process-wrap .archive.woocommerce ul.products li.product .checkout-button:hover, .archive.woocommerce ul.products li.product .button:active, .archive.woocommerce ul.products li.product .div-product-name-wrap a.remove:active, .div-product-name-wrap .archive.woocommerce ul.products li.product a.remove:active, .archive.woocommerce ul.products li.product .checkout-process-wrap .checkout-button:active, .checkout-process-wrap .archive.woocommerce ul.products li.product .checkout-button:active, .archive.woocommerce ul.products li.product .button:focus, .archive.woocommerce ul.products li.product .div-product-name-wrap a.remove:focus, .div-product-name-wrap .archive.woocommerce ul.products li.product a.remove:focus, .archive.woocommerce ul.products li.product .checkout-process-wrap .checkout-button:focus, .checkout-process-wrap .archive.woocommerce ul.products li.product .checkout-button:focus {
      color: #fff !important; }
  .archive.woocommerce ul.products li.product a {
    display: block;
    position: relative; }
  .archive.woocommerce ul.products li.product img {
    width: 100%; }

.yith-wcwl-wishlistexistsbrowse .feedback, .yith-wcwl-wishlistaddedbrowse .feedback {
  display: none; }
.yith-wcwl-wishlistexistsbrowse a, .yith-wcwl-wishlistaddedbrowse a {
  position: absolute !important;
  right: 20px;
  top: 10px;
  color: transparent; }
  .yith-wcwl-wishlistexistsbrowse a:after, .yith-wcwl-wishlistaddedbrowse a:after {
    content: '';
    display: inline-block;
    content: '\e80e';
    font-family: "psd";
    font-style: normal;
    font-weight: normal;
    speak: never;
    font-size: 16px;
    color: #0E2843; }

.woocommerce-pagination {
  margin-bottom: 50px !important; }
  .woocommerce-pagination .page-numbers {
    border: 0 !important;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex !important;
    flex-wrap: wrap;
    font-size: 18px !important;
    font-weight: 400;
    justify-content: center; }
    .woocommerce-pagination .page-numbers li {
      border: 1px solid #fff !important; }
    .woocommerce-pagination .page-numbers a, .woocommerce-pagination .page-numbers span {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background: #F7F7F7;
      color: #0E2843; }
      .woocommerce-pagination .page-numbers a.current, .woocommerce-pagination .page-numbers span.current {
        background-color: #8DC4CD !important;
        color: #fff !important; }
    .woocommerce-pagination .page-numbers .prev {
      background-color: #0E2843;
      position: relative; }
      .woocommerce-pagination .page-numbers .prev:before {
        content: '\e807';
        font-family: "psd";
        font-style: normal;
        speak: never;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        font-size: 10px;
        font-weight: 400;
        color: #fff;
        position: absolute;
        transform: rotate(-180deg);
        margin: 0; }
    .woocommerce-pagination .page-numbers .next {
      background-color: #0E2843;
      position: relative;
      text-align: center; }
      .woocommerce-pagination .page-numbers .next:before {
        content: '\e807';
        font-family: "psd";
        font-style: normal;
        speak: never;
        text-decoration: inherit;
        width: 1em;
        margin-right: .2em;
        text-align: center;
        font-size: 10px;
        font-weight: 400;
        color: #fff;
        position: absolute;
        margin: 0; }
    .woocommerce-pagination .page-numbers .prev:hover, .woocommerce-pagination .page-numbers .prev:active, .woocommerce-pagination .page-numbers .prev:focus, .woocommerce-pagination .page-numbers .next:hover, .woocommerce-pagination .page-numbers .next:active, .woocommerce-pagination .page-numbers .next:focus {
      background-color: #8DC4CD !important;
      color: #8DC4CD !important; }

.site-main-wrap .container-inner {
  margin-bottom: 40px !important; }

.archive.woocommerce .site-main-wrap .container {
  position: relative; }
  .archive.woocommerce .site-main-wrap .container:before {
    position: absolute;
    top: -50px;
    right: -155px;
    display: block;
    content: '';
    width: 387px;
    height: 417px;
    background: url("../images/bg-partern.jpg") no-repeat center center; }
.archive.woocommerce #inspirations {
  order: 3;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important; }
.archive.woocommerce .site-main .container {
  padding: 0; }

.inspirations {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px; }
  .inspirations .inspiration {
    width: 50%;
    padding: 9px; }
  .inspirations .inspiration-inner {
    position: relative; }
    .inspirations .inspiration-inner .inspiration-img img {
      display: block; }
  .inspirations .inspiration-name {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 25px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 50px;
    color: #0E2843;
    transition: all .3s ease; }
    .inspirations .inspiration-name:hover, .inspirations .inspiration-name:active, .inspirations .inspiration-name:focus {
      color: #8DC4CD; }
    .inspirations .inspiration-name:after {
      content: '\e807';
      font-family: "psd";
      font-style: normal;
      speak: never;
      text-decoration: inherit;
      width: 1em;
      text-align: center;
      font-size: 10px;
      font-weight: 400;
      color: #0E2843;
      position: absolute;
      margin: 0;
      right: 24px;
      top: 17px; }

#price_calculator {
  margin-top: 30px; }
  #price_calculator .amount_needed {
    display: block;
    width: 100%;
    border: 1px solid #0E2843;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0;
    padding: 15px;
    text-align: left;
    padding-right: 30px; }
    #price_calculator .amount_needed:hover, #price_calculator .amount_needed:active, #price_calculator .amount_needed:focus {
      border-radius: 0; }
  #price_calculator tr.price-table-row td:first-child label {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 4px;
    display: block; }
  #price_calculator tr.price-table-row td {
    display: block;
    position: relative; }
    #price_calculator tr.price-table-row td .label-unit {
      display: block;
      position: absolute;
      right: 15px;
      top: 13px;
      font-size: 15px;
      font-weight: 300;
      color: #0E2843; }

#button-customize {
  margin-top: 18px;
  margin-bottom: 20px; }
  #button-customize .c-button {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #8DC4CD;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 20px;
    transition: none;
    transition: background-color 0.3s ease; }
    #button-customize .c-button:hover, #button-customize .c-button:active, #button-customize .c-button:focus {
      background-color: #0E2843 !important; }

.wapf-product-totals, .form-cart-inner {
  background-color: #F7F7F7;
  padding-right: 20px;
  padding-left: 18px; }

.form-cart-inner {
  padding-bottom: 20px; }

.wapf--inner {
  font-size: 40px;
  font-weight: 400;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 4.8px;
  text-align: right; }
  .wapf--inner .price {
    font-size: 40px !important;
    font-family: "Bebas Neue", cursive; }

.wapf-product-totals div span:first-child {
  font-weight: 400 !important; }

/*
  FAQ
*/
.js-toggle {
  padding: 15px 30px;
  border: 1px solid #8DC4CD;
  cursor: pointer; }
  .js-toggle + .js-toggle {
    margin-top: 12px; }

.js-toggle.active .faq-title:after, .js-toggle.active .js-toggle-title:after {
  transform: rotate(180deg); }

.js-toggle-title {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #0e2843;
  margin-bottom: 0;
  position: relative; }
  .js-toggle-title::after {
    content: '\e805';
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    font-family: "psd";
    font-style: normal;
    font-weight: normal;
    speak: never;
    font-size: 8px;
    transition: all .3s ease; }

.js-toggle-content {
  display: none;
  padding-top: 15px; }

.woocommerce div.product div.summary,
.woocommerce div.product div.images.woocommerce-product-gallery {
  margin-bottom: 0;
  margin-top: 0; }

.woocommerce div.product div.summary .yith-wcwl-wishlistexistsbrowse .feedback {
  display: block; }
.woocommerce div.product div.summary .yith-wcwl-wishlistexistsbrowse a:after {
  display: none; }

.section-faqs {
  margin-top: 57px; }
  .section-faqs .section-title, .section-faqs .related.products > h2 {
    margin-bottom: 24px; }

.product-tabs-wrap {
  margin-bottom: 20px; }

/*
.related.products
*/
.related.products {
  padding-bottom: 0 !important; }
  .related.products ul.products li.product .button, .related.products ul.products li.product .div-product-name-wrap a.remove, .div-product-name-wrap .related.products ul.products li.product a.remove, .related.products ul.products li.product .checkout-process-wrap .checkout-button, .checkout-process-wrap .related.products ul.products li.product .checkout-button {
    margin-top: 0; }

.single-product.page-inner .site-main {
  margin-top: 0; }
.single-product.woocommerce .woocommerce-breadcrumb {
  margin-top: -10px; }
.single-product .form-cart-inner {
  display: flex;
  flex-wrap: wrap; }
.single-product .sample-form-wrap {
  width: 44%;
  padding-right: 9px; }
  .single-product .sample-form-wrap .quantity {
    display: none; }
  .single-product .sample-form-wrap .btn {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #8DC4CD;
    border: 1px solid #8DC4CD;
    background: #fff;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    transition: all .3s ease; }
    .single-product .sample-form-wrap .btn:hover, .single-product .sample-form-wrap .btn:active, .single-product .sample-form-wrap .btn:focus {
      color: #0E2843;
      border: 1px solid #0E2843; }
.single-product .add-to-cart-wrap {
  width: 56%;
  padding-left: 9px;
  display: flex; }
  .single-product .add-to-cart-wrap .quantity {
    margin: 0 !important; }
    .single-product .add-to-cart-wrap .quantity input {
      display: block;
      width: 50px;
      height: 50px;
      border: 1px solid #8DC4CD;
      border-right: 0;
      border-radius: 0; }
  .single-product .add-to-cart-wrap .button, .single-product .add-to-cart-wrap .div-product-name-wrap a.remove, .div-product-name-wrap .single-product .add-to-cart-wrap a.remove, .single-product .add-to-cart-wrap .woocommerce table.shop_table td.actions .button, .woocommerce table.shop_table td.actions .single-product .add-to-cart-wrap .button, .single-product .add-to-cart-wrap .checkout-process-wrap .checkout-button, .checkout-process-wrap .single-product .add-to-cart-wrap .checkout-button {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: #8DC4CD !important;
    text-transform: uppercase;
    height: 50px;
    transition: all .3s ease;
    border-radius: 0; }
    .single-product .add-to-cart-wrap .button:before, .single-product .add-to-cart-wrap .div-product-name-wrap a.remove:before, .div-product-name-wrap .single-product .add-to-cart-wrap a.remove:before, .single-product .add-to-cart-wrap .woocommerce table.shop_table td.actions .button:before, .woocommerce table.shop_table td.actions .single-product .add-to-cart-wrap .button:before, .single-product .add-to-cart-wrap .checkout-process-wrap .checkout-button:before, .checkout-process-wrap .single-product .add-to-cart-wrap .checkout-button:before {
      border-color: #8DC4CD !important;
      transition: none; }
    .single-product .add-to-cart-wrap .button:hover, .single-product .add-to-cart-wrap .div-product-name-wrap a.remove:hover, .div-product-name-wrap .single-product .add-to-cart-wrap a.remove:hover, .single-product .add-to-cart-wrap .woocommerce table.shop_table td.actions .button:hover, .woocommerce table.shop_table td.actions .single-product .add-to-cart-wrap .button:hover, .single-product .add-to-cart-wrap .checkout-process-wrap .checkout-button:hover, .checkout-process-wrap .single-product .add-to-cart-wrap .checkout-button:hover, .single-product .add-to-cart-wrap .button:active, .single-product .add-to-cart-wrap .div-product-name-wrap a.remove:active, .div-product-name-wrap .single-product .add-to-cart-wrap a.remove:active, .single-product .add-to-cart-wrap .woocommerce table.shop_table td.actions .button:active, .woocommerce table.shop_table td.actions .single-product .add-to-cart-wrap .button:active, .single-product .add-to-cart-wrap .checkout-process-wrap .checkout-button:active, .checkout-process-wrap .single-product .add-to-cart-wrap .checkout-button:active, .single-product .add-to-cart-wrap .button:focus, .single-product .add-to-cart-wrap .div-product-name-wrap a.remove:focus, .div-product-name-wrap .single-product .add-to-cart-wrap a.remove:focus, .single-product .add-to-cart-wrap .woocommerce table.shop_table td.actions .button:focus, .woocommerce table.shop_table td.actions .single-product .add-to-cart-wrap .button:focus, .single-product .add-to-cart-wrap .checkout-process-wrap .checkout-button:focus, .checkout-process-wrap .single-product .add-to-cart-wrap .checkout-button:focus {
      background-color: #0E2843 !important; }
      .single-product .add-to-cart-wrap .button:hover:before, .single-product .add-to-cart-wrap .div-product-name-wrap a.remove:hover:before, .div-product-name-wrap .single-product .add-to-cart-wrap a.remove:hover:before, .single-product .add-to-cart-wrap .woocommerce table.shop_table td.actions .button:hover:before, .woocommerce table.shop_table td.actions .single-product .add-to-cart-wrap .button:hover:before, .single-product .add-to-cart-wrap .checkout-process-wrap .checkout-button:hover:before, .checkout-process-wrap .single-product .add-to-cart-wrap .checkout-button:hover:before, .single-product .add-to-cart-wrap .button:active:before, .single-product .add-to-cart-wrap .div-product-name-wrap a.remove:active:before, .div-product-name-wrap .single-product .add-to-cart-wrap a.remove:active:before, .single-product .add-to-cart-wrap .woocommerce table.shop_table td.actions .button:active:before, .woocommerce table.shop_table td.actions .single-product .add-to-cart-wrap .button:active:before, .single-product .add-to-cart-wrap .checkout-process-wrap .checkout-button:active:before, .checkout-process-wrap .single-product .add-to-cart-wrap .checkout-button:active:before, .single-product .add-to-cart-wrap .button:focus:before, .single-product .add-to-cart-wrap .div-product-name-wrap a.remove:focus:before, .div-product-name-wrap .single-product .add-to-cart-wrap a.remove:focus:before, .single-product .add-to-cart-wrap .woocommerce table.shop_table td.actions .button:focus:before, .woocommerce table.shop_table td.actions .single-product .add-to-cart-wrap .button:focus:before, .single-product .add-to-cart-wrap .checkout-process-wrap .checkout-button:focus:before, .checkout-process-wrap .single-product .add-to-cart-wrap .checkout-button:focus:before {
        border-color: #0E2843 !important; }

.c-offcanvas--right {
  width: 579px !important;
  padding: 50px 95px 0;
  background: #fff;
  box-shadow: -6px 6px 15px rgba(0, 0, 0, 0.16); }

body.has-offcanvas--overlay,
html.has-offcanvas--visible {
  overflow: hidden !important; }

.c-offcanvas-bg--overlay {
  background: rgba(247, 247, 247, 0.81) !important; }

.offcanvas-header {
  position: relative; }
  .offcanvas-header .offcanvas-title {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 4.8px;
    font-family: "Bebas Neue", cursive; }
  .offcanvas-header .button-closed {
    position: absolute;
    top: 0;
    right: 34px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #8DC4CD;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8DC4CD; }

.wapf-field-label {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0 !important; }

.wapf-field-description {
  font-size: 15px !important;
  font-weight: 300;
  color: #0E2843;
  opacity: 1;
  margin-top: -10px !important;
  margin-bottom: 8px !important; }

.wapf-swatch--image {
  padding: 0 !important; }
  .wapf-swatch--image img {
    display: block;
    width: 100%; }
  .wapf-swatch--image .wapf-swatch-label {
    display: none; }

.wapf-field-input {
  position: relative;
  margin-top: 10px; }
  .wapf-field-input .facetwp-dropdown, .wapf-field-input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    border: 1px solid #0E2843;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 20px;
    outline: 0;
    -webkit-appearance: none;
    border-radius: 0; }

.wapf-field-select .wapf-field-input {
  -webkit-appearance: none;
  border-radius: 0; }
  .wapf-field-select .wapf-field-input:after {
    content: '\e805';
    font-family: "psd";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-size: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }

.wapf-field-container {
  padding-bottom: 10px; }

#panel-footer {
  overflow: hidden;
  margin: 0 -95px;
  width: calc(100% + 190px);
  border-top: 1px solid #8DC4CD;
  padding: 25px 95px 35px;
  margin-top: 30px; }
  #panel-footer #panel-price {
    display: flex;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 4.8px;
    font-family: "Bebas Neue", cursive; }
  #panel-footer .button, #panel-footer .div-product-name-wrap a.remove, .div-product-name-wrap #panel-footer a.remove, #panel-footer .checkout-process-wrap .checkout-button, .checkout-process-wrap #panel-footer .checkout-button {
    width: 50%;
    max-width: 176px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #8DC4CD;
    background: #fff;
    padding: 16px;
    border-radius: 0;
    border: 1px solid #8DC4CD; }
    #panel-footer .button:before, #panel-footer .div-product-name-wrap a.remove:before, .div-product-name-wrap #panel-footer a.remove:before, #panel-footer .checkout-process-wrap .checkout-button:before, .checkout-process-wrap #panel-footer .checkout-button:before {
      border-color: #fff; }
  #panel-footer #button-save {
    margin-right: 18px;
    background-color: #8DC4CD;
    color: #fff; }
    #panel-footer #button-save:before {
      border-color: #8DC4CD; }

/*
  Blog
*/
.page-inner .site-main {
  margin-top: -30px; }

.blog-header {
  background-color: #F7F7F7; }
  .blog-header .blog-header-inner {
    padding: 75px 0 60px;
    width: 25%;
    padding-right: 15px; }
    @media (max-width: 1023px) {
      .blog-header .blog-header-inner {
        width: 33.33%; } }
    .blog-header .blog-header-inner .page-heading {
      margin-bottom: 15px; }

.posts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px;
  margin-top: -320px;
  position: relative; }
  @media (max-width: 1300px) and (min-width: 769px) {
    .posts {
      margin-top: -440px; } }
  @media (max-width: 1023px) {
    .posts {
      margin-top: -350px; } }
  .posts:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../images/bg-partern.jpg") no-repeat bottom right;
    right: -95px;
    bottom: -85px;
    z-index: -1; }
  .posts .post {
    width: 25%;
    padding: 0 9px; }
    @media (max-width: 1023px) {
      .posts .post {
        width: 33.33%; } }
  .posts .post-image img {
    display: block; }
  .posts .post-info-wrap {
    background: #fff;
    box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.16);
    padding: 10px 25px 25px 25px; }
  .posts .post-title {
    margin-bottom: 5px; }
    .posts .post-title a {
      font-size: 15px;
      font-weight: 700;
      line-height: 1.6;
      display: block;
      font-family: "Work Sans", sans-serif; }
      .posts .post-title a:hover, .posts .post-title a:active, .posts .post-title a:focus {
        color: #8DC4CD; }
  .posts .post-excerpt {
    font-weight: 300;
    margin-bottom: 3px; }

.post-link a {
  text-transform: uppercase;
  color: #8DC4CD;
  position: relative;
  display: inline-block;
  padding-left: 6px;
  padding-bottom: 0px; }
  .post-link a:hover, .post-link a:active, .post-link a:focus {
    color: #0E2843; }
    .post-link a:hover:before, .post-link a:hover:after, .post-link a:active:before, .post-link a:active:after, .post-link a:focus:before, .post-link a:focus:after {
      background-color: #0E2843; }
  .post-link a:before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    background-color: #8DC4CD;
    position: absolute;
    bottom: 0;
    left: 0; }
  .post-link a:after {
    content: '';
    display: block;
    width: 98px;
    height: 1px;
    background-color: #8DC4CD;
    position: absolute;
    bottom: 0;
    left: 0; }

.navigation {
  display: flex;
  justify-content: center;
  margin-top: 20px; }
  .navigation ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none; }
    .navigation ul li {
      font-size: 18px;
      font-weight: 500;
      color: #0E2843; }
      .navigation ul li.active a {
        background-color: #8DC4CD;
        color: #fff; }
      .navigation ul li:first-child a, .navigation ul li:last-child a {
        color: #fff;
        background-color: #0E2843;
        font-size: 10px; }
        .navigation ul li:first-child a:hover, .navigation ul li:first-child a:active, .navigation ul li:first-child a:focus, .navigation ul li:last-child a:hover, .navigation ul li:last-child a:active, .navigation ul li:last-child a:focus {
          background-color: #8DC4CD; }
      .navigation ul li:first-child {
        transform: rotate(180deg); }
        .navigation ul li:first-child a {
          color: #fff;
          background-color: #0E2843;
          font-size: 10px; }
          .navigation ul li:first-child a:hover, .navigation ul li:first-child a:active, .navigation ul li:first-child a:focus {
            background-color: #8DC4CD; }
      .navigation ul li:last-child a i {
        margin-left: 3px; }
      .navigation ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background-color: #F7F7F7;
        border: 1px solid #fff; }

.posts-wrap {
  padding-bottom: 65px; }
  .posts-wrap.is-paged .posts {
    margin-top: 100px; }

.section-carousel-images .post-gallery {
  width: calc(100% + 200px);
  margin-left: -100px;
  margin-right: -100px; }

.codedropz-upload-handler .codedropz-upload-inner > span {
  display: none; }
.codedropz-upload-handler .codedropz-upload-inner .cd-upload-btn:after {
  content: '\e80d';
  display: inline-block;
  font-family: "psd";
  font-style: normal;
  font-weight: normal;
  speak: never; }

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0; }

.acf-map img {
  max-width: inherit !important; }

.entry-title {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 4.8px;
  font-family: "Bebas Neue", cursive; }

.page-template-page-default .site-main {
  background-color: #F7F7F7; }
  .page-template-page-default .site-main article {
    margin: 0;
    padding-top: 90px;
    padding-bottom: 70px; }
    @media (max-width: 768px) {
      .page-template-page-default .site-main article {
        padding-top: 60px; } }

.section-shop-by-use .carousel {
  width: calc(100% + 200px);
  margin-left: -100px;
  margin-right: -100px; }

.page-template-page-landing.page-inner .site-main {
  margin-top: 0; }
.page-template-page-landing .product-categories-wrap .button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 33px; }
.page-template-page-landing .image-banner-wrap .caption {
  width: 61%;
  max-width: 100% !important;
  padding: 34px 20px 4px 0 !important; }
  .page-template-page-landing .image-banner-wrap .caption .caption-title {
    letter-spacing: 4.8px; }
  .page-template-page-landing .image-banner-wrap .caption .caption-desc {
    font-weight: 300;
    margin-bottom: 16px; }

.post-type-archive-inspiration .section-carousel-images:before {
  content: none; }
.post-type-archive-inspiration .owl-carousel .owl-stage:after {
  content: none; }
.post-type-archive-inspiration .section-carousel-images {
  margin-bottom: 60px;
  padding-top: 55px; }
.post-type-archive-inspiration .site-main-wrap {
  position: relative; }
  .post-type-archive-inspiration .site-main-wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url("../images/inspriation-bg-pattern.jpg") no-repeat right bottom;
    width: 100%;
    height: 100%;
    max-width: 1366px;
    margin: auto;
    z-index: -1; }
.post-type-archive-inspiration .section-carousel-images {
  background: transparent; }

.single.single-inspiration .site-main:after {
  content: none; }

.section-helpful-tips {
  position: relative;
  margin-top: 35px; }
  .section-helpful-tips:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 50%;
    height: 100%;
    background-color: #F7F7F7; }
  .section-helpful-tips .helpful-tips-inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 110px 0 90px; }
  .section-helpful-tips .helpful-intro-wrap {
    width: 42%; }
  .section-helpful-tips .owl-carousel .owl-stage-outer {
    padding-top: 40px;
    padding-bottom: 40px; }
  .section-helpful-tips .posts-carousel {
    width: 58%;
    width: calc(58% + 100px);
    position: absolute;
    right: -100px;
    top: 0; }
  .section-helpful-tips .section-title, .section-helpful-tips .related.products > h2 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 4.8px;
    font-family: "Bebas Neue", cursive;
    margin-bottom: 15px; }
  .section-helpful-tips .section-description {
    font-weight: 300; }
  .section-helpful-tips .helpful-intro {
    max-width: 368px;
    margin-bottom: 15px; }
  .section-helpful-tips .posts {
    margin-top: 0; }
    .section-helpful-tips .posts:after {
      right: 0;
      bottom: 0;
      height: 100%;
      content: "";
      display: block;
      width: 200px;
      height: 100%;
      position: absolute;
      top: 0;
      background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
      left: auto;
      z-index: 1;
      pointer-events: none; }
  .section-helpful-tips .posts .post {
    width: 100%;
    padding: 0;
    margin-bottom: 0; }

.custom-owl-buttons {
  display: flex;
  margin: 0 -5px; }
  .custom-owl-buttons .custom-prev, .custom-owl-buttons .custom-next {
    cursor: pointer;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #0E2843;
    color: #fff;
    font-size: 10px;
    transition: all .3s ease; }
    .custom-owl-buttons .custom-prev:hover, .custom-owl-buttons .custom-prev:active, .custom-owl-buttons .custom-prev:focus, .custom-owl-buttons .custom-next:hover, .custom-owl-buttons .custom-next:active, .custom-owl-buttons .custom-next:focus {
      background-color: #8DC4CD; }
  .custom-owl-buttons .custom-prev {
    transform: rotate(180deg); }

.inspirations-gallery .inspiration-img img {
  display: block; }
.inspirations-gallery .inspiration-name {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .3s ease; }
  .inspirations-gallery .inspiration-name:hover, .inspirations-gallery .inspiration-name:active, .inspirations-gallery .inspiration-name:focus {
    color: #8DC4CD; }
  @media (max-width: 767px) {
    .inspirations-gallery .inspiration-name {
      font-size: 13px;
      width: 90%; } }
.inspirations-gallery .inspiration {
  width: 100%; }
.inspirations-gallery:after {
  content: '';
  right: 0;
  bottom: 0;
  height: 100%;
  display: block;
  width: 290px;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
  left: auto;
  z-index: 1;
  pointer-events: none; }
  @media (max-width: 768px) {
    .inspirations-gallery:after {
      width: 15%; } }
.inspirations-gallery:before {
  content: '';
  right: auto;
  bottom: 0;
  height: 100%;
  display: block;
  width: 290px;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  left: 0;
  z-index: 1;
  pointer-events: none; }
  @media (max-width: 768px) {
    .inspirations-gallery:before {
      width: 15%; } }

.section-shop-by-use {
  padding-bottom: 60px; }
  .section-shop-by-use .section-header {
    position: relative; }
    .section-shop-by-use .section-header .custom-owl-buttons {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }

.woocommerce-form-register .acf-label {
  display: none; }

.page-template-page-plastic-uses .site-main:before {
  content: none !important; }

.flex-direction-nav {
  list-style: none;
  list-style: none;
  margin: 0;
  padding: 0; }
  .flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
    display: flex;
    width: 40px;
    height: 40px;
    background-color: #0E2843;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #fff; }
    .flex-direction-nav .flex-prev:hover, .flex-direction-nav .flex-prev:active, .flex-direction-nav .flex-prev:focus, .flex-direction-nav .flex-next:hover, .flex-direction-nav .flex-next:active, .flex-direction-nav .flex-next:focus {
      background-color: #8DC4CD; }
  .flex-direction-nav .flex-nav-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  .flex-direction-nav .flex-nav-prev {
    position: absolute;
    top: 270px;
    left: 0; }
  .flex-direction-nav .flex-nav-next {
    position: absolute;
    top: 250px;
    right: 0; }
  .flex-direction-nav .flex-prev {
    transform: rotate(180deg); }

.woocommerce .div-product-name-wrap a.remove,
.woocommerce table.shop_table td.actions .button-group .div-product-name-wrap a.remove,
.div-product-name-wrap .woocommerce table.shop_table td.actions .button-group a.remove,
.woocommerce table.shop_table td.actions .button-group .button,
.woocommerce table.shop_table td.actions .button-group .checkout-process-wrap .checkout-button,
.checkout-process-wrap .woocommerce table.shop_table td.actions .button-group .checkout-button,
.woocommerce table.shop_table td.actions .button-group .div-product-name-wrap a.remove,
.div-product-name-wrap .woocommerce table.shop_table td.actions .button-group a.remove,
.woocommerce table.shop_table td.actions .button-group .button,
.woocommerce table.shop_table td.actions .button-group .checkout-process-wrap .checkout-button,
.checkout-process-wrap .woocommerce table.shop_table td.actions .button-group .checkout-button {
  color: #8DC4CD !important; }

@media (max-width: 768px) {
  .inspirations-gallery.inspirations {
    margin-left: 0;
    margin-right: 0; } }

.woocommerce table.shop_table td.actions .button-group .div-product-name-wrap a[name='update_cart'].remove:hover, .div-product-name-wrap .woocommerce table.shop_table td.actions .button-group a[name='update_cart'].remove:hover, .woocommerce table.shop_table td.actions .button-group [name='update_cart'].button:hover, .woocommerce table.shop_table td.actions .button-group .checkout-process-wrap [name='update_cart'].checkout-button:hover, .checkout-process-wrap .woocommerce table.shop_table td.actions .button-group [name='update_cart'].checkout-button:hover {
  color: #8DC4CD !important; }

.woocommerce .div-product-name-wrap a.remove:hover, .woocommerce .div-product-name-wrap a.remove:active, .woocommerce .div-product-name-wrap a.remove:focus,
.woocommerce table.shop_table td.actions .button-group .div-product-name-wrap a.remove:hover,
.div-product-name-wrap .woocommerce table.shop_table td.actions .button-group a.remove:hover,
.woocommerce table.shop_table td.actions .button-group .button:hover,
.woocommerce table.shop_table td.actions .button-group .checkout-process-wrap .checkout-button:hover,
.checkout-process-wrap .woocommerce table.shop_table td.actions .button-group .checkout-button:hover,
.woocommerce table.shop_table td.actions .button-group .div-product-name-wrap a.remove:active,
.div-product-name-wrap .woocommerce table.shop_table td.actions .button-group a.remove:active,
.woocommerce table.shop_table td.actions .button-group .button:active,
.woocommerce table.shop_table td.actions .button-group .checkout-process-wrap .checkout-button:active,
.checkout-process-wrap .woocommerce table.shop_table td.actions .button-group .checkout-button:active,
.woocommerce table.shop_table td.actions .button-group .div-product-name-wrap a.remove:focus,
.div-product-name-wrap .woocommerce table.shop_table td.actions .button-group a.remove:focus,
.woocommerce table.shop_table td.actions .button-group .button:focus,
.woocommerce table.shop_table td.actions .button-group .checkout-process-wrap .checkout-button:focus,
.checkout-process-wrap .woocommerce table.shop_table td.actions .button-group .checkout-button:focus,
.woocommerce table.shop_table td.actions .button-group .div-product-name-wrap a.remove:hover,
.div-product-name-wrap .woocommerce table.shop_table td.actions .button-group a.remove:hover,
.woocommerce table.shop_table td.actions .button-group .button:hover,
.woocommerce table.shop_table td.actions .button-group .checkout-process-wrap .checkout-button:hover,
.checkout-process-wrap .woocommerce table.shop_table td.actions .button-group .checkout-button:hover,
.woocommerce table.shop_table td.actions .button-group .div-product-name-wrap a.remove:active,
.div-product-name-wrap .woocommerce table.shop_table td.actions .button-group a.remove:active,
.woocommerce table.shop_table td.actions .button-group .button:active,
.woocommerce table.shop_table td.actions .button-group .checkout-process-wrap .checkout-button:active,
.checkout-process-wrap .woocommerce table.shop_table td.actions .button-group .checkout-button:active,
.woocommerce table.shop_table td.actions .button-group .div-product-name-wrap a.remove:focus,
.div-product-name-wrap .woocommerce table.shop_table td.actions .button-group a.remove:focus,
.woocommerce table.shop_table td.actions .button-group .button:focus,
.woocommerce table.shop_table td.actions .button-group .checkout-process-wrap .checkout-button:focus,
.checkout-process-wrap .woocommerce table.shop_table td.actions .button-group .checkout-button:focus {
  color: #fff !important; }

/*
  Platics Uses
*/
.page-template-page-plastic-uses .site-main:after {
  z-index: -1 !important; }

.page-template-page-plastic-uses .shop-by-use-list {
  margin-top: -90px; }

.shop-by-use-list {
  background: #f7f7f7; }
  .shop-by-use-list .section-title, .shop-by-use-list .related.products > h2 {
    margin-bottom: 5px; }
  .shop-by-use-list .button-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px; }

#inspirations-list {
  display: flex;
  flex-wrap: wrap; }
  #inspirations-list .inspiration {
    width: 33.33%; }
  @media (max-width: 768px) {
    #inspirations-list .inspiration-img {
      display: none; } }
  #inspirations-list .inspiration-img-big {
    display: none; }
    #inspirations-list .inspiration-img-big img {
      display: block; }
    @media (max-width: 768px) {
      #inspirations-list .inspiration-img-big {
        display: block; } }
  #inspirations-list .inspiration:nth-child(4),
  #inspirations-list .inspiration:nth-child(5) {
    width: 50%; }
    #inspirations-list .inspiration:nth-child(4) .inspiration-img,
    #inspirations-list .inspiration:nth-child(5) .inspiration-img {
      display: none; }
    #inspirations-list .inspiration:nth-child(4) .inspiration-img-big,
    #inspirations-list .inspiration:nth-child(5) .inspiration-img-big {
      display: block; }

.yith-wcwl-add-to-wishlist {
  text-align: right;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: -30px;
  margin-bottom: 30px; }
  .yith-wcwl-add-to-wishlist .add_to_wishlist {
    color: #0E2843; }
    .yith-wcwl-add-to-wishlist .add_to_wishlist:after {
      content: '';
      display: inline-block;
      content: '\e800';
      font-family: "psd";
      font-style: normal;
      font-weight: normal;
      speak: never;
      font-size: 16px;
      color: #0E2843;
      margin-left: 6px; }

.woocommerce-info, .woocommerce-message {
  background-color: #f7f6f7 !important;
  color: #0E2843 !important;
  font-weight: 400 !important;
  border-top-color: #8DC4CD; }
  .woocommerce-info:before, .woocommerce-message:before {
    color: #8DC4CD; }
  .woocommerce-info .button, .woocommerce-info .div-product-name-wrap a.remove, .div-product-name-wrap .woocommerce-info a.remove, .woocommerce-info .woocommerce table.shop_table td.actions .button, .woocommerce table.shop_table td.actions .woocommerce-info .button, .woocommerce-info .checkout-process-wrap .checkout-button, .checkout-process-wrap .woocommerce-info .checkout-button, .woocommerce-message .button, .woocommerce-message .div-product-name-wrap a.remove, .div-product-name-wrap .woocommerce-message a.remove, .woocommerce-message .woocommerce table.shop_table td.actions .button, .woocommerce table.shop_table td.actions .woocommerce-message .button, .woocommerce-message .checkout-process-wrap .checkout-button, .checkout-process-wrap .woocommerce-message .checkout-button {
    display: inline-block;
    text-transform: uppercase;
    background-color: #8DC4CD !important;
    font-size: 15px !important;
    letter-spacing: 0.6px;
    color: #fff;
    font-weight: 400 !important;
    text-align: center;
    padding: 10px 20px !important;
    border-radius: 0 !important; }
    .woocommerce-info .button:hover, .woocommerce-info .div-product-name-wrap a.remove:hover, .div-product-name-wrap .woocommerce-info a.remove:hover, .woocommerce-info .woocommerce table.shop_table td.actions .button:hover, .woocommerce table.shop_table td.actions .woocommerce-info .button:hover, .woocommerce-info .checkout-process-wrap .checkout-button:hover, .checkout-process-wrap .woocommerce-info .checkout-button:hover, .woocommerce-info .button:active, .woocommerce-info .div-product-name-wrap a.remove:active, .div-product-name-wrap .woocommerce-info a.remove:active, .woocommerce-info .woocommerce table.shop_table td.actions .button:active, .woocommerce table.shop_table td.actions .woocommerce-info .button:active, .woocommerce-info .checkout-process-wrap .checkout-button:active, .checkout-process-wrap .woocommerce-info .checkout-button:active, .woocommerce-info .button:focus, .woocommerce-info .div-product-name-wrap a.remove:focus, .div-product-name-wrap .woocommerce-info a.remove:focus, .woocommerce-info .woocommerce table.shop_table td.actions .button:focus, .woocommerce table.shop_table td.actions .woocommerce-info .button:focus, .woocommerce-info .checkout-process-wrap .checkout-button:focus, .checkout-process-wrap .woocommerce-info .checkout-button:focus, .woocommerce-message .button:hover, .woocommerce-message .div-product-name-wrap a.remove:hover, .div-product-name-wrap .woocommerce-message a.remove:hover, .woocommerce-message .woocommerce table.shop_table td.actions .button:hover, .woocommerce table.shop_table td.actions .woocommerce-message .button:hover, .woocommerce-message .checkout-process-wrap .checkout-button:hover, .checkout-process-wrap .woocommerce-message .checkout-button:hover, .woocommerce-message .button:active, .woocommerce-message .div-product-name-wrap a.remove:active, .div-product-name-wrap .woocommerce-message a.remove:active, .woocommerce-message .woocommerce table.shop_table td.actions .button:active, .woocommerce table.shop_table td.actions .woocommerce-message .button:active, .woocommerce-message .checkout-process-wrap .checkout-button:active, .checkout-process-wrap .woocommerce-message .checkout-button:active, .woocommerce-message .button:focus, .woocommerce-message .div-product-name-wrap a.remove:focus, .div-product-name-wrap .woocommerce-message a.remove:focus, .woocommerce-message .woocommerce table.shop_table td.actions .button:focus, .woocommerce table.shop_table td.actions .woocommerce-message .button:focus, .woocommerce-message .checkout-process-wrap .checkout-button:focus, .checkout-process-wrap .woocommerce-message .checkout-button:focus {
      color: #fff !important;
      background-color: #0E2843 !important;
      border-color: #0E2843 !important; }
    .woocommerce-info .button:visited, .woocommerce-info .div-product-name-wrap a.remove:visited, .div-product-name-wrap .woocommerce-info a.remove:visited, .woocommerce-info .woocommerce table.shop_table td.actions .button:visited, .woocommerce table.shop_table td.actions .woocommerce-info .button:visited, .woocommerce-info .checkout-process-wrap .checkout-button:visited, .checkout-process-wrap .woocommerce-info .checkout-button:visited, .woocommerce-message .button:visited, .woocommerce-message .div-product-name-wrap a.remove:visited, .div-product-name-wrap .woocommerce-message a.remove:visited, .woocommerce-message .woocommerce table.shop_table td.actions .button:visited, .woocommerce table.shop_table td.actions .woocommerce-message .button:visited, .woocommerce-message .checkout-process-wrap .checkout-button:visited, .checkout-process-wrap .woocommerce-message .checkout-button:visited {
      color: #fff; }

.woocommerce-error {
  color: #fff !important;
  border-top-color: #ee8c76; }
  .woocommerce-error:before {
    color: #fff !important; }

.cart-empty.woocommerce-info {
  background-color: #A0538F !important;
  color: #fff !important;
  border-top-color: #c792bb; }
  .cart-empty.woocommerce-info:before {
    color: #fff; }

.woocommerce-checkout.page-inner .site-main {
  margin-top: 0;
  padding-top: 70px; }
.woocommerce-checkout.page-inner .entry-title {
  text-align: center; }
.woocommerce-checkout.page-inner h3 {
  font-family: "Work Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 166.6666666667%;
  text-transform: uppercase;
  margin-bottom: 13px; }
.woocommerce-checkout.page-inner form .form-row label {
  font-weight: 700; }
.woocommerce-checkout.page-inner form .form-row input.input-text, .woocommerce-checkout.page-inner form .form-row textarea {
  display: block;
  width: 100%;
  border-radius: 0;
  margin-top: 5px;
  padding: 15px 10px;
  border: 1px solid #0E2843;
  background: #FFF; }
.woocommerce-checkout.page-inner .select2-container--default .select2-selection--single {
  border-radius: 0;
  display: block;
  width: 100%;
  border-radius: 0;
  margin-top: 5px;
  padding: 10px 10px;
  border: 1px solid #0E2843;
  background: #FFF;
  height: 50px; }
.woocommerce-checkout.page-inner .select2-search--dropdown .select2-search__field {
  padding: 15px 10px; }
.woocommerce-checkout.page-inner .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #0E2843 transparent transparent transparent; }
.woocommerce-checkout.page-inner .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 15px;
  right: 16px;
  width: 20px; }
.woocommerce-checkout.page-inner #customer_details {
  margin-bottom: 30px; }
.woocommerce-checkout.page-inner .woocommerce-notice.woocommerce-info {
  background-color: #A0538F !important;
  color: #fff !important;
  border-top-color: #c792bb; }
  .woocommerce-checkout.page-inner .woocommerce-notice.woocommerce-info:before {
    color: #fff; }

.blog .site-main {
  margin-top: 0; }

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  margin-top: 10px; }

.product-reviews + #widget-1 {
  margin: 20px 0 30px; }

table.wishlist_table {
  font-size: 100%; }

.woocommerce table.shop_table td.product-thumbnail {
  padding: 0; }

.wishlist_table tr td.product-thumbnail a {
  max-width: unset; }

body.page-wishlist.page-inner .site-main {
  padding-top: 70px;
  margin-top: 0; }
body.page-wishlist.page-inner .entry-title {
  display: none; }

.wishlist_table .product-add-to-cart a.button, .wishlist_table .product-add-to-cart .div-product-name-wrap a.remove, .div-product-name-wrap .wishlist_table .product-add-to-cart a.remove, .wishlist_table .product-add-to-cart .woocommerce table.shop_table td.actions a.button, .woocommerce table.shop_table td.actions .wishlist_table .product-add-to-cart a.button, .wishlist_table .product-add-to-cart .checkout-process-wrap a.checkout-button, .checkout-process-wrap .wishlist_table .product-add-to-cart a.checkout-button {
  padding: 10px 25px !important;
  background-color: #8DC4CD; }

.ElementsWidget-prefix .ElementsWidget .ElementsWidget__list,
.ElementsWidget-prefix .ElementsWidget .ElementsWidget__subheader,
.ElementsWidget-prefix .u-textRight--all {
  display: none !important; }

.section-content-image {
  overflow: hidden; }

.woocommerce-notices-wrapper .cart-empty {
  margin-bottom: 20px !important; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.sample-form .btn {
  position: relative; }
  .sample-form .btn:after {
    content: '';
    display: none; }
.sample-form .btn.loading {
  padding-right: 20px; }
  .sample-form .btn.loading:after {
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 2px solid #8DC4CD;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 12px; }
.sample-form .btn.added {
  padding-right: 22px;
  padding-left: 6px; }
  .sample-form .btn.added:after {
    display: block;
    content: '\e80b';
    font-family: "psd";
    font-style: normal;
    font-weight: normal;
    speak: never;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-size: 10px;
    color: #8DC4CD;
    position: absolute;
    right: 10px;
    top: 16px; }

.loading {
  padding-right: 20px;
  position: relative; }
  .loading:after {
    content: '' !important;
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 2px solid #8DC4CD;
    border-radius: 50%;
    position: absolute;
    right: 10px !important;
    top: 12px !important; }

#site-navigation .mCSB_scrollTools a + .mCSB_draggerContainer {
  pointer-events: revert; }
  #site-navigation .mCSB_scrollTools a + .mCSB_draggerContainer .mCSB_draggerRail {
    display: none; }
  #site-navigation .mCSB_scrollTools a + .mCSB_draggerContainer:before {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
#site-navigation .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }
#site-navigation .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.facetwp-overflow {
  margin-top: 10px; }

#crafty_billing_button {
  width: 30%; }
  #crafty_billing_button #billing_cp_button {
    background-color: #8DC4CD;
    height: 50px;
    margin-top: 5px;
    border-radius: 0; }

#billing_postcode_search_field {
  width: 70%; }
  #billing_postcode_search_field .input-text {
    display: block;
    width: 100%; }

.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
  float: unset !important; }

.blog .posts {
  margin-top: 0; }

.facetwp-facet-pa_colours .facetwp-checkbox.hide {
  display: none; }

.c-offcanvas--overlay {
  z-index: 99999 !important; }

.js-offcanvas {
  display: none; }

.woocommerce-message a.button, .woocommerce-message .div-product-name-wrap a.remove, .div-product-name-wrap .woocommerce-message a.remove, .woocommerce-message .woocommerce table.shop_table td.actions a.button, .woocommerce table.shop_table td.actions .woocommerce-message a.button, .woocommerce-message .checkout-process-wrap a.checkout-button, .checkout-process-wrap .woocommerce-message a.checkout-button {
  line-height: 20px !important; }

.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal .woocommerce-Price-amount bdi, .woocommerce-cart .cart-collaterals .cart_totals table .order-total .woocommerce-Price-amount bdi {
  font-size: 18px !important; }

.woocommerce-cart .cart-collaterals .cart_totals table .order-total th {
  width: 90px !important; }

.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: auto;
  text-transform: unset;
  font-weight: 700; }

@media (max-width: 768px) {
  .woocommerce-cart .cart-collaterals .cart_totals table .order-total th {
    display: none !important; } }
.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal .woocommerce-Price-amount bdi, .woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td, .woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal th, .woocommerce-cart .cart-collaterals .cart_totals table .order-total .woocommerce-Price-amount bdi, .woocommerce-cart .cart-collaterals .cart_totals table .order-total td, .woocommerce-cart .cart-collaterals .cart_totals table .order-total th {
  line-height: 1; }

.woocommerce-cart .cart-collaterals .cart_totals table th {
  text-transform: unset !important;
  font-weight: 700 !important; }

.single-product div.product #price_calculator .hidden-input {
  display: none; }

.single-product div.product #price_calculator .clone-field {
  width: 35%;
  padding: 0 9px; }
  @media (max-width: 480px) {
    .single-product div.product #price_calculator .clone-field {
      padding: 0 4px; } }

.single-product div.product #price_calculator .converter {
  width: 30%;
  padding: 0 9px; }
  @media (max-width: 480px) {
    .single-product div.product #price_calculator .converter {
      padding: 0 4px; } }

@media (max-width: 480px) {
  .single-product div.product #price_calculator tbody {
    margin: 0 -4px; } }

.single-product div.product #price_calculator input, .single-product div.product #price_calculator select {
  width: 100%;
  display: block;
  border: 1px solid #0E2843;
  border-radius: 0;
  padding: 15px;
  text-align: left; }

.single-product div.product #price_calculator select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  border: 1px solid #0E2843;
  font-size: 15px;
  font-weight: 400;
  padding: 16px;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0; }

.single-product div.product #price_calculator .select-wrap,
table.variations .select-wrap {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .single-product div.product #price_calculator .select-wrap:after,
  table.variations .select-wrap:after {
    content: '\e805';
    font-family: "psd";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-size: 6px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }

#price_calculator tr.converter td:first-child label {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 4px;
  display: block; }

.product-tabs .js-toggle-content ul {
  margin-left: 0; }

/*
  Style page cart
*/
.woocommerce table.shop_table {
  border: 0; }

.woocommerce table.shop_table th {
  font-size: 16px;
  font-weight: 600;
  color: #8DC4CD;
  letter-spacing: 0.64px;
  text-transform: uppercase; }

.woocommerce table.shop_table th:first-child {
  padding-left: 0; }

.woocommerce table.shop_table td {
  border-top: 1px solid #8DC4CD;
  padding: 25px; }

.woocommerce table.shop_table td:first-child {
  padding-left: 0; }

.woocommerce table.shop_table th {
  padding: 20px; }

.woocommerce table.shop_table .product-name {
  width: 41%; }
  @media (max-width: 768px) {
    .woocommerce table.shop_table .product-name {
      width: 100%; } }

.woocommerce-cart table.cart img {
  width: 100%;
  max-width: 170px;
  margin: auto; }

.div-product-name-wrap {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 420px) {
    .div-product-name-wrap {
      margin: 0;
      width: 100%; } }
  .div-product-name-wrap .product-thumb {
    width: 60%;
    display: flex;
    justify-content: center; }
    @media (max-width: 768px) {
      .div-product-name-wrap .product-thumb {
        width: 50%; } }
    @media (max-width: 420px) {
      .div-product-name-wrap .product-thumb {
        width: 100%; } }
  .div-product-name-wrap .product-detail {
    width: 40%; }
    @media (max-width: 768px) {
      .div-product-name-wrap .product-detail {
        width: 50%; } }
    @media (max-width: 420px) {
      .div-product-name-wrap .product-detail {
        width: 100%; } }
  .div-product-name-wrap .product-detail {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
    text-transform: uppercase; }
    @media (max-width: 768px) {
      .div-product-name-wrap .product-detail {
        text-align: left; } }
  .div-product-name-wrap a.remove {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 44px;
    border-radius: 0;
    color: #8DC4CD !important;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid #8DC4CD;
    margin-top: 30px;
    max-width: 140px; }

.woocommerce-cart table.cart td {
  vertical-align: top; }

.product-options dl {
  margin-top: 0; }
.product-options dt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin-bottom: 8px; }
  @media (max-width: 768px) {
    .product-options dt {
      text-align: left !important; } }
.product-options dd {
  margin-left: 0; }
  .product-options dd p {
    display: flex;
    justify-content: space-between; }
.product-options .wapf-pricing-hint {
  opacity: 1; }

@media (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr td.product-options::before, .woocommerce-page table.shop_table_responsive tr td.product-options::before {
    content: none; } }

@media (max-width: 768px) {
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    overflow: hidden;
    background-color: unset; } }

.woocommerce .quantity .qty {
  width: 50px;
  height: 44px;
  border-radius: 0;
  border: 1px solid #8DC4CD;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.6px;
  text-transform: uppercase; }

td.product-subtotal {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.64px;
  text-transform: uppercase; }

.woocommerce table.shop_table td.actions .button-group {
  float: left;
  display: flex; }
  @media (max-width: 375px) {
    .woocommerce table.shop_table td.actions .button-group {
      flex-wrap: wrap; } }
  .woocommerce table.shop_table td.actions .button-group .div-product-name-wrap a.remove, .div-product-name-wrap .woocommerce table.shop_table td.actions .button-group a.remove, .woocommerce table.shop_table td.actions .button-group .button, .woocommerce table.shop_table td.actions .button-group .checkout-process-wrap .checkout-button, .checkout-process-wrap .woocommerce table.shop_table td.actions .button-group .checkout-button {
    white-space: nowrap; }
  .woocommerce table.shop_table td.actions .button-group .div-product-name-wrap a.remove + a.remove, .div-product-name-wrap .woocommerce table.shop_table td.actions .button-group a.remove + a.remove, .woocommerce table.shop_table td.actions .button-group .div-product-name-wrap .button + a.remove, .div-product-name-wrap .woocommerce table.shop_table td.actions .button-group .button + a.remove, .woocommerce table.shop_table td.actions .button-group .checkout-process-wrap .div-product-name-wrap .checkout-button + a.remove, .div-product-name-wrap .woocommerce table.shop_table td.actions .button-group .checkout-process-wrap .checkout-button + a.remove, .checkout-process-wrap .woocommerce table.shop_table td.actions .button-group .div-product-name-wrap .checkout-button + a.remove, .div-product-name-wrap .checkout-process-wrap .woocommerce table.shop_table td.actions .button-group .checkout-button + a.remove, .woocommerce table.shop_table td.actions .button-group .div-product-name-wrap a.remove + .button, .div-product-name-wrap .woocommerce table.shop_table td.actions .button-group a.remove + .button, .woocommerce table.shop_table td.actions .button-group .button + .button, .woocommerce table.shop_table td.actions .button-group .checkout-process-wrap .checkout-button + .button, .checkout-process-wrap .woocommerce table.shop_table td.actions .button-group .checkout-button + .button, .woocommerce table.shop_table td.actions .button-group .div-product-name-wrap .checkout-process-wrap a.remove + .checkout-button, .checkout-process-wrap .woocommerce table.shop_table td.actions .button-group .div-product-name-wrap a.remove + .checkout-button, .div-product-name-wrap .woocommerce table.shop_table td.actions .button-group .checkout-process-wrap a.remove + .checkout-button, .checkout-process-wrap .div-product-name-wrap .woocommerce table.shop_table td.actions .button-group a.remove + .checkout-button, .woocommerce table.shop_table td.actions .button-group .checkout-process-wrap .button + .checkout-button, .checkout-process-wrap .woocommerce table.shop_table td.actions .button-group .button + .checkout-button, .woocommerce table.shop_table td.actions .button-group .checkout-process-wrap .checkout-button + .checkout-button, .checkout-process-wrap .woocommerce table.shop_table td.actions .button-group .checkout-button + .checkout-button {
    margin-left: 10px; }
  @media (max-width: 375px) {
    .woocommerce table.shop_table td.actions .button-group .div-product-name-wrap a[name="update_cart"].remove, .div-product-name-wrap .woocommerce table.shop_table td.actions .button-group a[name="update_cart"].remove, .woocommerce table.shop_table td.actions .button-group [name="update_cart"].button, .woocommerce table.shop_table td.actions .button-group .checkout-process-wrap [name="update_cart"].checkout-button, .checkout-process-wrap .woocommerce table.shop_table td.actions .button-group [name="update_cart"].checkout-button {
      margin-left: 0;
      margin-top: 10px; } }
.woocommerce table.shop_table td.actions #wcssc-button-container {
  float: left;
  margin-left: 15px; }
  @media (max-width: 540px) {
    .woocommerce table.shop_table td.actions #wcssc-button-container {
      margin-left: 0;
      margin-top: 10px; } }
.woocommerce table.shop_table td.actions .div-product-name-wrap a.remove, .div-product-name-wrap .woocommerce table.shop_table td.actions a.remove, .woocommerce table.shop_table td.actions .button, .woocommerce table.shop_table td.actions .checkout-process-wrap .checkout-button, .checkout-process-wrap .woocommerce table.shop_table td.actions .checkout-button {
  height: 44px;
  border-radius: 0;
  background-color: #fff;
  color: #8DC4CD !important;
  padding: 15px;
  border: 1px solid #8DC4CD;
  border-radius: 0; }

.woocommerce-cart .cart-collaterals .cart_totals table {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  white-space: nowrap; }
  .woocommerce-cart .cart-collaterals .cart_totals table tr + tr {
    padding-top: 10px; }
  .woocommerce-cart .cart-collaterals .cart_totals table th {
    padding-right: 10px !important; }
  .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    color: #0E2843;
    border: 0; }
    .woocommerce-cart .cart-collaterals .cart_totals table th bdi, .woocommerce-cart .cart-collaterals .cart_totals table td bdi {
      font-weight: 400; }

.checkout-process-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  @media (max-width: 375px) {
    .checkout-process-wrap {
      flex-wrap: wrap; } }
  .checkout-process-wrap .checkbox {
    margin-right: 20px; }
  .checkout-process-wrap label.checkbox .checkmark {
    top: 2px; }
  .checkout-process-wrap .checkout-button {
    width: 272px;
    background-color: #8DC4CD !important;
    font-size: 15px !important;
    border-radius: 0 !important; }

.woocommerce-info {
  color: #fff; }

.form-quote-container .container {
  max-width: 1090px; }
.form-quote-container .container-inner {
  background: #F8F8F8;
  padding: 30px 40px;
  max-width: 1020px;
  width: 100%;
  filter: drop-shadow(6px -7px 15px rgba(0, 0, 0, 0.16)); }
.form-quote-container .quote-header {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 8px; }
.form-quote-container .quote-intro {
  width: 62%;
  padding: 0 10px; }
  @media (max-width: 1200px) {
    .form-quote-container .quote-intro {
      width: 50%; } }
.form-quote-container .quote-product {
  width: 38%;
  padding: 0 10px; }
  @media (max-width: 1200px) {
    .form-quote-container .quote-product {
      width: 50%; } }
.form-quote-container .quote-heading {
  margin-bottom: 0; }
.form-quote-container .quote-description {
  margin-top: -6px; }
.form-quote-container .quote-product {
  display: flex;
  align-items: center;
  justify-content: space-between; }
.form-quote-container .product-price {
  font-size: 20px;
  color: #0E2843;
  line-height: 1.5;
  padding: 0 9px;
  text-transform: uppercase;
  white-space: nowrap; }
.form-quote-container #result-link {
  padding: 0 9px; }
  .form-quote-container #result-link .button, .form-quote-container #result-link .div-product-name-wrap a.remove, .div-product-name-wrap .form-quote-container #result-link a.remove, .form-quote-container #result-link .checkout-process-wrap .checkout-button, .checkout-process-wrap .form-quote-container #result-link .checkout-button {
    font-size: 16px;
    font-weight: 500;
    color: #8DC4CD;
    border: 2px solid #8DC4CD;
    text-shadow: unset;
    padding: 17px 20px;
    min-width: 176px; }
    @media (max-width: 1200px) and (min-width: 769px) {
      .form-quote-container #result-link .button, .form-quote-container #result-link .div-product-name-wrap a.remove, .div-product-name-wrap .form-quote-container #result-link a.remove, .form-quote-container #result-link .checkout-process-wrap .checkout-button, .checkout-process-wrap .form-quote-container #result-link .checkout-button {
        min-width: unset; } }
    @media (max-width: 940px) and (min-width: 769px) {
      .form-quote-container #result-link .button, .form-quote-container #result-link .div-product-name-wrap a.remove, .div-product-name-wrap .form-quote-container #result-link a.remove, .form-quote-container #result-link .checkout-process-wrap .checkout-button, .checkout-process-wrap .form-quote-container #result-link .checkout-button {
        min-width: unset;
        padding-left: 12px;
        padding-right: 12px;
        white-space: nowrap; } }
    .form-quote-container #result-link .button:before, .form-quote-container #result-link .div-product-name-wrap a.remove:before, .div-product-name-wrap .form-quote-container #result-link a.remove:before, .form-quote-container #result-link .checkout-process-wrap .checkout-button:before, .checkout-process-wrap .form-quote-container #result-link .checkout-button:before {
      border-color: #8DC4CD; }
    .form-quote-container #result-link .button:hover, .form-quote-container #result-link .div-product-name-wrap a.remove:hover, .div-product-name-wrap .form-quote-container #result-link a.remove:hover, .form-quote-container #result-link .checkout-process-wrap .checkout-button:hover, .checkout-process-wrap .form-quote-container #result-link .checkout-button:hover, .form-quote-container #result-link .button:active, .form-quote-container #result-link .div-product-name-wrap a.remove:active, .div-product-name-wrap .form-quote-container #result-link a.remove:active, .form-quote-container #result-link .checkout-process-wrap .checkout-button:active, .checkout-process-wrap .form-quote-container #result-link .checkout-button:active, .form-quote-container #result-link .button:focus, .form-quote-container #result-link .div-product-name-wrap a.remove:focus, .div-product-name-wrap .form-quote-container #result-link a.remove:focus, .form-quote-container #result-link .checkout-process-wrap .checkout-button:focus, .checkout-process-wrap .form-quote-container #result-link .checkout-button:focus {
      color: #fff !important;
      border-color: #0E2843; }
.form-quote-container .form-quote-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px; }
.form-quote-container .quote-column {
  padding: 0 8px; }
.form-quote-container .quote-prouct {
  width: 60%; }
  @media (max-width: 940px) and (min-width: 769px) {
    .form-quote-container .quote-prouct {
      width: 50%; } }
.form-quote-container .quote-dimensions {
  width: 20%; }
  @media (max-width: 940px) and (min-width: 769px) {
    .form-quote-container .quote-dimensions {
      width: 50%; } }
.form-quote-container .quote-buy {
  width: 20%; }
.form-quote-container .quote-fields {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px; }
  .form-quote-container .quote-fields .quote-field {
    padding: 0 8px; }
.form-quote-container .quote-prouct .quote-field {
  width: 33.33%; }
.form-quote-container .quote-dimensions .quote-field {
  width: 50%; }
.form-quote-container .quote-field {
  position: relative; }
.form-quote-container .select-wrap {
  width: 100%; }
.form-quote-container select, .form-quote-container input {
  width: 100%; }
.form-quote-container .quote-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px; }
.form-quote-container .quote-field-submit#submit-wrap {
  margin-top: 28px; }
  .form-quote-container .quote-field-submit#submit-wrap .button, .form-quote-container .quote-field-submit#submit-wrap .div-product-name-wrap a.remove, .div-product-name-wrap .form-quote-container .quote-field-submit#submit-wrap a.remove, .form-quote-container .quote-field-submit#submit-wrap .checkout-process-wrap .checkout-button, .checkout-process-wrap .form-quote-container .quote-field-submit#submit-wrap .checkout-button {
    cursor: pointer;
    background-color: #8DC4CD;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid #8DC4CD;
    text-shadow: unset;
    padding: 17px 12px;
    min-width: 176px;
    color: #fff;
    white-space: nowrap;
    font-weight: 500; }
    .form-quote-container .quote-field-submit#submit-wrap .button:before, .form-quote-container .quote-field-submit#submit-wrap .div-product-name-wrap a.remove:before, .div-product-name-wrap .form-quote-container .quote-field-submit#submit-wrap a.remove:before, .form-quote-container .quote-field-submit#submit-wrap .checkout-process-wrap .checkout-button:before, .checkout-process-wrap .form-quote-container .quote-field-submit#submit-wrap .checkout-button:before {
      border-color: #8DC4CD; }
    .form-quote-container .quote-field-submit#submit-wrap .button:hover, .form-quote-container .quote-field-submit#submit-wrap .div-product-name-wrap a.remove:hover, .div-product-name-wrap .form-quote-container .quote-field-submit#submit-wrap a.remove:hover, .form-quote-container .quote-field-submit#submit-wrap .checkout-process-wrap .checkout-button:hover, .checkout-process-wrap .form-quote-container .quote-field-submit#submit-wrap .checkout-button:hover, .form-quote-container .quote-field-submit#submit-wrap .button:active, .form-quote-container .quote-field-submit#submit-wrap .div-product-name-wrap a.remove:active, .div-product-name-wrap .form-quote-container .quote-field-submit#submit-wrap a.remove:active, .form-quote-container .quote-field-submit#submit-wrap .checkout-process-wrap .checkout-button:active, .checkout-process-wrap .form-quote-container .quote-field-submit#submit-wrap .checkout-button:active, .form-quote-container .quote-field-submit#submit-wrap .button:focus, .form-quote-container .quote-field-submit#submit-wrap .div-product-name-wrap a.remove:focus, .div-product-name-wrap .form-quote-container .quote-field-submit#submit-wrap a.remove:focus, .form-quote-container .quote-field-submit#submit-wrap .checkout-process-wrap .checkout-button:focus, .checkout-process-wrap .form-quote-container .quote-field-submit#submit-wrap .checkout-button:focus {
      background-color: #0E2843 !important;
      border-color: #0E2843; }
      .form-quote-container .quote-field-submit#submit-wrap .button:hover:before, .form-quote-container .quote-field-submit#submit-wrap .div-product-name-wrap a.remove:hover:before, .div-product-name-wrap .form-quote-container .quote-field-submit#submit-wrap a.remove:hover:before, .form-quote-container .quote-field-submit#submit-wrap .checkout-process-wrap .checkout-button:hover:before, .checkout-process-wrap .form-quote-container .quote-field-submit#submit-wrap .checkout-button:hover:before, .form-quote-container .quote-field-submit#submit-wrap .button:active:before, .form-quote-container .quote-field-submit#submit-wrap .div-product-name-wrap a.remove:active:before, .div-product-name-wrap .form-quote-container .quote-field-submit#submit-wrap a.remove:active:before, .form-quote-container .quote-field-submit#submit-wrap .checkout-process-wrap .checkout-button:active:before, .checkout-process-wrap .form-quote-container .quote-field-submit#submit-wrap .checkout-button:active:before, .form-quote-container .quote-field-submit#submit-wrap .button:focus:before, .form-quote-container .quote-field-submit#submit-wrap .div-product-name-wrap a.remove:focus:before, .div-product-name-wrap .form-quote-container .quote-field-submit#submit-wrap a.remove:focus:before, .form-quote-container .quote-field-submit#submit-wrap .checkout-process-wrap .checkout-button:focus:before, .checkout-process-wrap .form-quote-container .quote-field-submit#submit-wrap .checkout-button:focus:before {
        border-color: #0E2843; }
.form-quote-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  border: 1px solid #0E2843;
  font-size: 15px;
  font-weight: 300;
  padding: 15px 18px;
  outline: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  border-radius: 0; }
.form-quote-container .select-wrap {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .form-quote-container .select-wrap:after {
    content: '\e805';
    font-family: "psd";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-size: 6px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%); }
.form-quote-container input[type=number] {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: 1px solid #0E2843;
  font-size: 15px;
  font-weight: 300;
  padding: 15px 18px;
  outline: 0;
  padding-left: 8px;
  padding-right: 40px; }
.form-quote-container .placeholder {
  font-size: 15px;
  font-weight: 300;
  position: absolute;
  right: 18px;
  top: 40px; }

#hero-image {
  position: relative; }
  #hero-image img {
    margin: 0 auto;
    display: block;
    width: 100%; }
  #hero-image .caption {
    position: absolute;
    top: 123px;
    text-align: center;
    left: 0;
    width: 100%; }
    .page-inner #hero-image .caption {
      top: 50%;
      transform: translateY(-50%); }
      @media (max-width: 768px) {
        .page-inner #hero-image .caption {
          top: auto;
          transform: unset; } }
  #hero-image .caption-heading {
    font-family: "Bebas Neue", cursive;
    font-weight: normal;
    font-size: 60px;
    letter-spacing: 0.05em;
    line-height: 50px;
    text-align: center;
    color: #FFF;
    margin-bottom: 21px; }
  #hero-image .button, #hero-image .div-product-name-wrap a.remove, .div-product-name-wrap #hero-image a.remove, #hero-image .checkout-process-wrap .checkout-button, .checkout-process-wrap #hero-image .checkout-button {
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 15px 50px;
    text-transform: uppercase;
    background-color: transparent;
    border: 2px solid #FFF; }
    #hero-image .button::before, #hero-image .div-product-name-wrap a.remove::before, .div-product-name-wrap #hero-image a.remove::before, #hero-image .checkout-process-wrap .checkout-button::before, .checkout-process-wrap #hero-image .checkout-button::before {
      border-width: 2px;
      border-color: #FFF;
      left: -2px;
      top: -2px;
      right: -2px;
      bottom: -2px; }
  #hero-image.hero-image-v3 {
    position: relative; }
    #hero-image.hero-image-v3 .bg-image {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      max-width: 100%;
      background-size: cover;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1; }
    #hero-image.hero-image-v3 .caption {
      position: relative;
      top: auto;
      left: auto;
      padding: 120px 0 62px;
      transform: none; }
    #hero-image.hero-image-v3 img {
      display: none; }
    #hero-image.hero-image-v3 .main-content-wrap .main-content-inner {
      background-color: #F8F8F8;
      padding: 20px 40px; }
    #hero-image.hero-image-v3 .main-content-wrap .main-heading {
      font-size: 40px;
      font-weight: 400;
      letter-spacing: 4.8px;
      font-family: "Bebas Neue", cursive;
      margin-bottom: 4px; }
    #hero-image.hero-image-v3 .main-content-wrap .main-content {
      font-size: 15px;
      font-weight: 300;
      margin-bottom: 20px; }
    #hero-image.hero-image-v3 .main-content-wrap .main-content-button a {
      text-transform: uppercase;
      color: #8DC4CD;
      position: relative;
      display: inline-block;
      padding-left: 6px;
      padding-bottom: 0px; }
      #hero-image.hero-image-v3 .main-content-wrap .main-content-button a:hover, #hero-image.hero-image-v3 .main-content-wrap .main-content-button a:active, #hero-image.hero-image-v3 .main-content-wrap .main-content-button a:focus {
        color: #0E2843; }
        #hero-image.hero-image-v3 .main-content-wrap .main-content-button a:hover:before, #hero-image.hero-image-v3 .main-content-wrap .main-content-button a:hover:after, #hero-image.hero-image-v3 .main-content-wrap .main-content-button a:active:before, #hero-image.hero-image-v3 .main-content-wrap .main-content-button a:active:after, #hero-image.hero-image-v3 .main-content-wrap .main-content-button a:focus:before, #hero-image.hero-image-v3 .main-content-wrap .main-content-button a:focus:after {
          background-color: #0E2843; }
      #hero-image.hero-image-v3 .main-content-wrap .main-content-button a:before {
        content: '';
        display: block;
        width: 1px;
        height: 20px;
        background-color: #8DC4CD;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all .3s ease; }
      #hero-image.hero-image-v3 .main-content-wrap .main-content-button a:after {
        content: '';
        display: block;
        width: 98px;
        height: 1px;
        background-color: #8DC4CD;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: all .3s ease; }

.section-title, .related.products > h2 {
  font-family: "Bebas Neue", cursive;
  font-weight: normal;
  font-size: 40px;
  letter-spacing: 4.8px;
  line-height: 50px; }

.section-categories {
  background: #f8f8f8;
  padding-top: 43px;
  padding-bottom: 50px; }
  .section-categories .section-title, .section-categories .related.products > h2 {
    margin-bottom: 15px; }
  .section-categories .product-categories {
    display: flex;
    flex-wrap: wrap; }
  .section-categories .product-category {
    width: calc(25% - 12px);
    display: flex;
    flex-direction: column; }
    .section-categories .product-category > * {
      flex: 1 0 auto;
      width: 100%;
      display: flex;
      flex-direction: column; }
      .section-categories .product-category > * > * {
        flex: 1 0 auto;
        width: 100%;
        display: flex;
        flex-direction: column; }
    .section-categories .product-category:not(:nth-child(4n+1)) {
      margin-left: 16px; }
    .section-categories .product-category:nth-child(n+5) {
      margin-top: 16px; }
  .section-categories .product-category-inner a {
    background: #FFF;
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.13); }
  .section-categories .product-category-inner img {
    width: 100%; }
  .section-categories .category-name {
    display: block;
    padding: 12px 20px 13px;
    font-family: "Work Sans", sans-serif;
    font-weight: normal;
    letter-spacing: .3px;
    font-size: 15px;
    line-height: 30px;
    background: #FFF;
    text-transform: uppercase;
    width: 100%;
    margin-top: auto;
    position: relative;
    transition: all .3s ease;
    padding-right: 20px; }
    .section-categories .category-name:after {
      position: absolute;
      right: 16px;
      top: 12px;
      content: '\e807';
      font-family: "psd";
      font-style: normal;
      font-weight: 700;
      speak: never;
      display: inline-block;
      text-decoration: inherit;
      font-size: 8px; }
    .section-categories .category-name:hover, .section-categories .category-name:active, .section-categories .category-name:focus {
      color: #8DC4CD !important; }

.section-image-banner {
  padding-top: 50px;
  margin-bottom: 60px; }
  .section-image-banner .image-banner {
    position: relative; }
    .section-image-banner .image-banner img {
      width: 100%;
      display: block; }
    .section-image-banner .image-banner .caption {
      position: absolute;
      width: 60%;
      max-width: 594px;
      background-color: #FFF;
      left: 0;
      top: auto;
      bottom: 0;
      padding: 34px 34px 4px 0; }
    .section-image-banner .image-banner .caption-title {
      font-family: "Bebas Neue", cursive;
      font-weight: normal;
      font-size: 40px;
      letter-spacing: 0.12em;
      line-height: 50px;
      margin-bottom: 0; }
    .section-image-banner .image-banner .caption-button {
      margin-top: 9px; }
    .section-image-banner .image-banner .button, .section-image-banner .image-banner .div-product-name-wrap a.remove, .div-product-name-wrap .section-image-banner .image-banner a.remove, .section-image-banner .image-banner .woocommerce table.shop_table td.actions .button, .woocommerce table.shop_table td.actions .section-image-banner .image-banner .button, .section-image-banner .image-banner .checkout-process-wrap .checkout-button, .checkout-process-wrap .section-image-banner .image-banner .checkout-button {
      background-color: #8DC4CD;
      font-weight: 500;
      font-size: 16px;
      line-height: 12px;
      text-align: center;
      color: #fff;
      text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
      padding: 15px 32px;
      text-transform: uppercase;
      border: 2px solid #8DC4CD; }
      .section-image-banner .image-banner .button::before, .section-image-banner .image-banner .div-product-name-wrap a.remove::before, .div-product-name-wrap .section-image-banner .image-banner a.remove::before, .section-image-banner .image-banner .woocommerce table.shop_table td.actions .button::before, .woocommerce table.shop_table td.actions .section-image-banner .image-banner .button::before, .section-image-banner .image-banner .checkout-process-wrap .checkout-button::before, .checkout-process-wrap .section-image-banner .image-banner .checkout-button::before {
        border-width: 2px;
        border-color: #8DC4CD;
        left: -2px;
        top: -2px;
        right: -2px;
        bottom: -2px; }

.section-featured-products:after {
  content: none !important; }

.section-featured-products,
.related.products {
  padding: 83px 0 93px;
  position: relative; }
  .section-featured-products .container,
  .related.products .container {
    position: relative; }
  .section-featured-products:after,
  .related.products:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/feature-product-parttern.png") no-repeat top right;
    z-index: -1; }
  .section-featured-products .products,
  .related.products .products {
    display: flex;
    flex-wrap: wrap;
    margin-top: 13px; }
  .section-featured-products ul.products li.product,
  .related.products ul.products li.product {
    width: calc(25% - 12px);
    margin-right: 0;
    float: none;
    position: relative; }
    .section-featured-products ul.products li.product:not(:nth-child(4n + 1)),
    .related.products ul.products li.product:not(:nth-child(4n + 1)) {
      margin-left: 16px; }
    .section-featured-products ul.products li.product:nth-child(n+5),
    .related.products ul.products li.product:nth-child(n+5) {
      margin-top: 16px; }
    .section-featured-products ul.products li.product a,
    .related.products ul.products li.product a {
      display: block;
      position: relative; }
    .section-featured-products ul.products li.product ul.products li.product img,
    .related.products ul.products li.product ul.products li.product img {
      width: 100%; }
    .section-featured-products ul.products li.product .add_to_wishlist,
    .related.products ul.products li.product .add_to_wishlist {
      position: absolute;
      right: 10px;
      top: 10px; }
      .section-featured-products ul.products li.product .add_to_wishlist i,
      .related.products ul.products li.product .add_to_wishlist i {
        margin-right: 0;
        font-size: 18px; }
      .section-featured-products ul.products li.product .add_to_wishlist span,
      .related.products ul.products li.product .add_to_wishlist span {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important; }
    .section-featured-products ul.products li.product .woocommerce-loop-product__link,
    .related.products ul.products li.product .woocommerce-loop-product__link {
      background-color: #FFF; }
    .section-featured-products ul.products li.product .woocommerce-loop-product__title,
    .related.products ul.products li.product .woocommerce-loop-product__title {
      padding: 4px 16px 0;
      font-family: "Work Sans", sans-serif;
      font-weight: normal;
      font-size: 20px;
      line-height: 24px;
      text-align: left;
      margin-bottom: 0;
      text-transform: uppercase; }
    .section-featured-products ul.products li.product .price,
    .related.products ul.products li.product .price {
      display: inline-block;
      font-family: "Work Sans", sans-serif;
      font-weight: normal;
      font-size: 15px;
      text-align: center;
      padding: 4px 16px 10px; }
    .section-featured-products ul.products li.product .button, .section-featured-products ul.products li.product .div-product-name-wrap a.remove, .div-product-name-wrap .section-featured-products ul.products li.product a.remove, .section-featured-products ul.products li.product .checkout-process-wrap .checkout-button, .checkout-process-wrap .section-featured-products ul.products li.product .checkout-button,
    .related.products ul.products li.product .button,
    .related.products ul.products li.product .div-product-name-wrap a.remove,
    .div-product-name-wrap .related.products ul.products li.product a.remove,
    .related.products ul.products li.product .checkout-process-wrap .checkout-button,
    .checkout-process-wrap .related.products ul.products li.product .checkout-button {
      color: #8DC4CD !important;
      border-color: #8DC4CD;
      background: transparent;
      font-weight: 500;
      font-size: 16px;
      line-height: 12px;
      text-align: center;
      padding: 15px 5px;
      text-transform: uppercase;
      border: 1px solid #8DC4CD; }
      .section-featured-products ul.products li.product .button::before, .section-featured-products ul.products li.product .div-product-name-wrap a.remove::before, .div-product-name-wrap .section-featured-products ul.products li.product a.remove::before, .section-featured-products ul.products li.product .checkout-process-wrap .checkout-button::before, .checkout-process-wrap .section-featured-products ul.products li.product .checkout-button::before,
      .related.products ul.products li.product .button::before,
      .related.products ul.products li.product .div-product-name-wrap a.remove::before,
      .div-product-name-wrap .related.products ul.products li.product a.remove::before,
      .related.products ul.products li.product .checkout-process-wrap .checkout-button::before,
      .checkout-process-wrap .related.products ul.products li.product .checkout-button::before {
        border-width: 1px;
        border-color: #8DC4CD;
        left: -1px;
        top: -1px;
        right: -1px;
        bottom: -1px; }
      .section-featured-products ul.products li.product .button:hover, .section-featured-products ul.products li.product .div-product-name-wrap a.remove:hover, .div-product-name-wrap .section-featured-products ul.products li.product a.remove:hover, .section-featured-products ul.products li.product .checkout-process-wrap .checkout-button:hover, .checkout-process-wrap .section-featured-products ul.products li.product .checkout-button:hover, .section-featured-products ul.products li.product .button:active, .section-featured-products ul.products li.product .div-product-name-wrap a.remove:active, .div-product-name-wrap .section-featured-products ul.products li.product a.remove:active, .section-featured-products ul.products li.product .checkout-process-wrap .checkout-button:active, .checkout-process-wrap .section-featured-products ul.products li.product .checkout-button:active, .section-featured-products ul.products li.product .button:focus, .section-featured-products ul.products li.product .div-product-name-wrap a.remove:focus, .div-product-name-wrap .section-featured-products ul.products li.product a.remove:focus, .section-featured-products ul.products li.product .checkout-process-wrap .checkout-button:focus, .checkout-process-wrap .section-featured-products ul.products li.product .checkout-button:focus,
      .related.products ul.products li.product .button:hover,
      .related.products ul.products li.product .div-product-name-wrap a.remove:hover,
      .div-product-name-wrap .related.products ul.products li.product a.remove:hover,
      .related.products ul.products li.product .checkout-process-wrap .checkout-button:hover,
      .checkout-process-wrap .related.products ul.products li.product .checkout-button:hover,
      .related.products ul.products li.product .button:active,
      .related.products ul.products li.product .div-product-name-wrap a.remove:active,
      .div-product-name-wrap .related.products ul.products li.product a.remove:active,
      .related.products ul.products li.product .checkout-process-wrap .checkout-button:active,
      .checkout-process-wrap .related.products ul.products li.product .checkout-button:active,
      .related.products ul.products li.product .button:focus,
      .related.products ul.products li.product .div-product-name-wrap a.remove:focus,
      .div-product-name-wrap .related.products ul.products li.product a.remove:focus,
      .related.products ul.products li.product .checkout-process-wrap .checkout-button:focus,
      .checkout-process-wrap .related.products ul.products li.product .checkout-button:focus {
        color: #fff !important; }

.section-reviews {
  margin-top: 33px; }

.section-callout {
  margin-top: 125px; }
  .section-callout .callout-grid {
    display: flex; }
  .section-callout .callout-image {
    width: 38%; }
    .section-callout .callout-image img {
      transform: scale(1.28);
      transform-origin: right; }
  .section-callout .callout-content {
    width: 62%;
    padding-left: 35px; }
    @media (max-width: 1300px) {
      .section-callout .callout-content {
        padding-bottom: 40px; } }
  .section-callout .callout-title {
    margin-bottom: 22px; }
  .section-callout .callout-desc p {
    margin-bottom: 25px; }
  .section-callout .callout-button {
    margin-top: 20px; }
  .section-callout .button, .section-callout .div-product-name-wrap a.remove, .div-product-name-wrap .section-callout a.remove, .section-callout .woocommerce table.shop_table td.actions .button, .woocommerce table.shop_table td.actions .section-callout .button, .section-callout .checkout-process-wrap .checkout-button, .checkout-process-wrap .section-callout .checkout-button {
    background-color: #8DC4CD;
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 15px 29px;
    text-transform: uppercase;
    border: 2px solid #8DC4CD; }
    .section-callout .button::before, .section-callout .div-product-name-wrap a.remove::before, .div-product-name-wrap .section-callout a.remove::before, .section-callout .woocommerce table.shop_table td.actions .button::before, .woocommerce table.shop_table td.actions .section-callout .button::before, .section-callout .checkout-process-wrap .checkout-button::before, .checkout-process-wrap .section-callout .checkout-button::before {
      border-width: 2px;
      border-color: #8DC4CD;
      left: -2px;
      top: -2px;
      right: -2px;
      bottom: -2px; }

.home #hero-image {
  position: relative;
  padding-top: 124px; }
  .home #hero-image .caption {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 60px; }
  .home #hero-image .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
.home #page {
  position: relative; }
  .home #page:after {
    display: block;
    content: '';
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: url("../images/logo.svg") no-repeat left center;
    width: 368px;
    height: 100%;
    z-index: -1; }

.home .section-reviews {
  margin-top: 50px; }
  .home .section-reviews + .section-faqs {
    margin-top: 30px; }

.error-404 .page-content {
  text-align: center; }

.single-post .site-main, .page-template-page-plastic-uses .site-main {
  margin-top: 0;
  position: relative; }
  .single-post .site-main:before, .page-template-page-plastic-uses .site-main:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../images/blogl.png") no-repeat top left;
    left: 0;
    top: 397px;
    z-index: 1; }
  .single-post .site-main:after, .page-template-page-plastic-uses .site-main:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../images/blogr.png") no-repeat top right;
    right: 0;
    top: 995px;
    z-index: 1; }
.single-post article, .page-template-page-plastic-uses article {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 33px;
  position: relative;
  background: #f7f7f7; }
  .single-post article p, .page-template-page-plastic-uses article p {
    margin-bottom: 0; }
    .single-post article p + p, .page-template-page-plastic-uses article p + p {
      margin-top: 25px; }
  .single-post article .entry-content, .page-template-page-plastic-uses article .entry-content {
    margin-top: 0; }
  .single-post article .entry-title, .page-template-page-plastic-uses article .entry-title {
    font-size: 2.5rem;
    line-height: calc(50 / 40);
    letter-spacing: 4.8px;
    font-weight: 400;
    margin: 0; }
  .single-post article .entry-header, .page-template-page-plastic-uses article .entry-header {
    margin: 0; }
  .single-post article .post-link, .page-template-page-plastic-uses article .post-link {
    margin-top: 20px; }
.single-post .article-inner, .page-template-page-plastic-uses .article-inner {
  padding: 29px 37px;
  background-color: #FFF;
  transform: translate(0, -94px); }
  @media (max-width: 1200px) {
    .single-post .article-inner, .page-template-page-plastic-uses .article-inner {
      transform: translate(0, -34px); } }

.section-wrapper {
  position: relative; }

.section-content-image {
  padding-bottom: 61px;
  background: #f7f7f7; }
  .section-content-image .section-wrapper {
    margin-bottom: 63px; }
  .section-content-image .section-content {
    width: 53.6971830986%;
    top: 63px;
    margin-left: 96px;
    background: #f7f7f7;
    position: relative;
    z-index: 1;
    padding: 33px 49px 16px 0; }
  .section-content-image .section-title, .section-content-image .related.products > h2 {
    margin-bottom: 9px; }
  .section-content-image p {
    margin-bottom: 25px; }
  .section-content-image .section-image {
    width: 51.8485915493%;
    position: absolute;
    top: 0;
    right: 0;
    left: auto; }
    .section-content-image .section-image img {
      display: block; }
  .section-content-image .section-button {
    margin-top: 24px; }

.section-image-content {
  padding-bottom: 61px;
  background: #f7f7f7; }
  .section-image-content .section-wrapper {
    padding-bottom: 97px; }
  .section-image-content .section-content {
    width: 59.8591549296%;
    top: 97px;
    margin-right: 71px;
    margin-left: auto;
    background: #f7f7f7;
    position: relative;
    z-index: 1;
    padding: 34px 0 0 44px; }
  .section-image-content .section-title, .section-image-content .related.products > h2 {
    margin-bottom: 11px; }
  .section-image-content p {
    margin-bottom: 25px; }
  .section-image-content .section-image {
    width: 57.7464788732%;
    position: absolute;
    top: 0;
    left: 0; }
    .section-image-content .section-image img {
      display: block; }
  .section-image-content .section-button {
    margin-top: 32px; }

.section-video {
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 46px 0 43px; }
  .section-video .video-block {
    max-width: 944px;
    position: relative;
    margin: 0 auto; }
  .section-video .video-popup > a {
    display: block; }
    .section-video .video-popup > a > a {
      display: block; }
  .section-video .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 104px;
    height: 104px; }

.section-carousel-images {
  margin-bottom: 79px;
  background: #FFF;
  position: relative; }
  .section-carousel-images:before {
    content: '';
    width: 100%;
    height: 724px;
    position: absolute;
    background: url("../images/bloglast.png") no-repeat bottom left;
    left: 0;
    bottom: -90px;
    z-index: 0; }
  .section-carousel-images .section-title, .section-carousel-images .related.products > h2 {
    margin-bottom: 17px; }
  .section-carousel-images .owl-stage-outer::before, .section-carousel-images .owl-stage-outer::after {
    content: '';
    display: block;
    width: 291px;
    height: 100%;
    position: absolute;
    top: 0;
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
    left: 0;
    z-index: 1;
    pointer-events: none; }
  .section-carousel-images .owl-stage-outer::after {
    left: auto;
    right: 0;
    transform: scale(-1); }
  .section-carousel-images .gallery-block {
    position: relative; }
  .section-carousel-images .owl-prev,
  .section-carousel-images .owl-next {
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    width: 40px;
    cursor: pointer;
    height: 40px; }
  .section-carousel-images .owl-prev {
    right: 51px; }

.post-type-archive-faq .site-main-wrap {
  padding-top: 100px;
  padding-bottom: 44px;
  margin-top: -31px;
  background-color: #f7f7f7;
  position: relative; }
  @media (max-width: 768px) {
    .post-type-archive-faq .site-main-wrap {
      padding-top: 60px; } }
  .post-type-archive-faq .site-main-wrap:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../images/bgfaq.png") no-repeat bottom right;
    right: 0;
    bottom: 0;
    z-index: 0; }
    @media (max-width: 768px) {
      .post-type-archive-faq .site-main-wrap:before {
        content: none; } }
  .post-type-archive-faq .site-main-wrap .container-inner {
    margin-bottom: 0 !important;
    position: relative; }
.post-type-archive-faq .container-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  margin-bottom: 0; }
.post-type-archive-faq .site-main {
  max-width: 100%;
  width: 75.4%;
  flex: 1 0 auto;
  padding-left: 17px;
  margin-top: 0; }
.post-type-archive-faq .page-title {
  margin-bottom: 18px; }
  @media (max-width: 768px) {
    .post-type-archive-faq .page-title {
      font-size: 30px;
      letter-spacing: 3.6px; } }
.post-type-archive-faq .widget-area {
  width: 272px;
  width: 24.6%;
  padding: 24px 18px 16px;
  background: #FFF; }
  @media (max-width: 768px) {
    .post-type-archive-faq .widget-area {
      background-color: unset;
      padding: 0; } }
  .post-type-archive-faq .widget-area .facetwp-radio {
    background: none !important;
    padding-left: 0; }
    .post-type-archive-faq .widget-area .facetwp-radio.checked {
      color: #8DC4CD;
      font-weight: 600; }
    .post-type-archive-faq .widget-area .facetwp-radio:hover, .post-type-archive-faq .widget-area .facetwp-radio:active, .post-type-archive-faq .widget-area .facetwp-radio:focus {
      color: #8DC4CD;
      font-weight: 400; }
  .post-type-archive-faq .widget-area .widget-selections {
    margin: 0; }
  .post-type-archive-faq .widget-area .widget_text {
    margin-bottom: 25px; }
    @media (max-width: 768px) {
      .post-type-archive-faq .widget-area .widget_text {
        margin-bottom: 10px; } }
  .post-type-archive-faq .widget-area .widget_text:last-child {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .post-type-archive-faq .widget-area .widget-title {
      background-color: #fff;
      margin-bottom: 0;
      padding: 14px 20px; } }
@media (max-width: 768px) {
  .post-type-archive-faq .textwidget.custom-html-widget {
    padding: 20px; } }
.post-type-archive-faq .widget_custom_html .widget-title::after {
  right: 6px;
  top: 7px;
  transform: scaleY(-1); }
  @media (max-width: 768px) {
    .post-type-archive-faq .widget_custom_html .widget-title::after {
      right: 28px;
      top: 18px;
      transform: rotate(0deg); } }
.post-type-archive-faq .widget_custom_html .widget-title {
  margin-bottom: 13px; }
  @media (max-width: 768px) {
    .post-type-archive-faq .widget_custom_html .widget-title {
      margin-bottom: 0; } }
.post-type-archive-faq .widget_custom_html .facetwp-facet {
  font-weight: 300; }
.post-type-archive-faq .facetwp-radio {
  margin-bottom: 7px; }
.post-type-archive-faq .faq {
  background: #FFF;
  padding: 12px 30px;
  font-weight: 300; }
.post-type-archive-faq .faq-title {
  font-weight: 300; }
.post-type-archive-faq .faq-title::after {
  right: -7px;
  top: 2px; }
.post-type-archive-faq .navigation {
  margin-top: 35px; }
.post-type-archive-faq .section-image-banner {
  padding-top: 55px; }
  @media (max-width: 768px) {
    .post-type-archive-faq .section-image-banner {
      padding-top: 30px; } }
.post-type-archive-faq .section-image-banner .image-banner .caption {
  width: 60.3873239437%;
  max-width: none;
  padding: 30px 18px 4px 0; }
.post-type-archive-faq .section-image-banner .image-banner .caption-desc {
  font-weight: 300;
  right: 10px; }
.post-type-archive-faq .section-image-banner .image-banner .caption-button {
  margin-top: 17px; }
.post-type-archive-faq .section-image-banner .image-banner .button, .post-type-archive-faq .section-image-banner .image-banner .div-product-name-wrap a.remove, .div-product-name-wrap .post-type-archive-faq .section-image-banner .image-banner a.remove, .post-type-archive-faq .section-image-banner .image-banner .woocommerce table.shop_table td.actions .button, .woocommerce table.shop_table td.actions .post-type-archive-faq .section-image-banner .image-banner .button, .post-type-archive-faq .section-image-banner .image-banner .checkout-process-wrap .checkout-button, .checkout-process-wrap .post-type-archive-faq .section-image-banner .image-banner .checkout-button {
  padding: 18px 30px; }
@media (max-width: 768px) {
  .post-type-archive-faq .textwidget {
    display: none; } }

.page-template-page-contact.page-inner .site-main {
  margin-top: 0; }
.page-template-page-contact #hero-image.hero-image-v2 {
  padding: 100px 0 89px;
  background: #f7f7f7; }
  .page-template-page-contact #hero-image.hero-image-v2 img {
    margin-right: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto; }
    @media (max-width: 1300px) {
      .page-template-page-contact #hero-image.hero-image-v2 img {
        max-width: 40%; } }
  .page-template-page-contact #hero-image.hero-image-v2 .caption {
    text-align: left;
    color: #0E2843;
    position: relative;
    top: 0;
    width: 57.2183098592%;
    transform: unset; }
  .page-template-page-contact #hero-image.hero-image-v2 .caption-heading {
    color: #0E2843;
    text-align: left;
    font-size: 2.5rem;
    line-height: 125%;
    letter-spacing: 4.8px;
    margin-bottom: 13px; }
  .page-template-page-contact #hero-image.hero-image-v2 .caption-description {
    font-weight: 300; }

.section-description {
  font-weight: 300; }

.section-contact-form {
  padding-top: 47px; }
  .section-contact-form .section-title, .section-contact-form .related.products > h2 {
    margin-bottom: 5px; }
  .section-contact-form .section-description {
    margin-bottom: 22px; }
  .section-contact-form .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px; }
    .section-contact-form .row + .row {
      margin-top: 23px; }
  .section-contact-form .column,
  .section-contact-form .column-1 {
    width: 100%;
    padding: 0 8px; }
  .section-contact-form .column-3 {
    width: 33.33%; }
  .section-contact-form .column-2 {
    width: 50%; }
  .section-contact-form label {
    line-height: 120%; }
  .section-contact-form input[type=text],
  .section-contact-form input[type=email],
  .section-contact-form textarea {
    display: block;
    width: 100%;
    border-radius: 0;
    margin-top: 5px;
    padding: 16px 10px;
    border: 1px solid #0E2843;
    background: #FFF; }
  .section-contact-form textarea {
    padding: 15px 10px;
    height: 146px;
    resize: none; }
  .section-contact-form .upload-file {
    margin-top: 5px;
    display: block; }
  .section-contact-form .dnd-upload-counter {
    display: none; }
  .section-contact-form .codedropz-upload-handler {
    border: 1px solid #0E2843;
    margin: 0;
    border-radius: 0;
    display: block; }
  .section-contact-form .codedropz-upload-container {
    padding: 0;
    background: #FFF; }
  .section-contact-form .codedropz-upload-inner {
    padding: 35px 40px 38px; }
  .section-contact-form .codedropz-upload-inner h3 {
    margin-bottom: 9px;
    font-size: 0.9375rem;
    line-height: 160%;
    font-weight: 300;
    font-family: "Work Sans", sans-serif;
    margin-top: 0; }
  .section-contact-form .cd-upload-btn {
    color: #8DC4CD !important;
    border-color: #8DC4CD !important;
    background: transparent !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 12px;
    text-align: center;
    padding: 12px 18px;
    text-transform: uppercase;
    border: 1px solid #8DC4CD; }
    .section-contact-form .cd-upload-btn::before {
      border-width: 1px;
      border-color: #8DC4CD;
      left: -1px;
      top: -1px;
      right: -1px;
      bottom: -1px; }
    .section-contact-form .cd-upload-btn::after {
      margin-left: 20px; }
  .section-contact-form .wpcf7-list-item {
    margin-left: 0;
    display: block; }
  .section-contact-form .wpcf7-list-item-label {
    font-weight: 300;
    line-height: 126.6666666667%;
    position: relative; }
    @media (max-width: 768px) {
      .section-contact-form .wpcf7-list-item-label {
        font-size: 14px; } }
    @media (max-width: 479px) {
      .section-contact-form .wpcf7-list-item-label {
        font-size: 12px; } }
  .section-contact-form .field-checkbox {
    line-height: 21px; }
    .section-contact-form .field-checkbox a {
      text-decoration: underline; }
    .section-contact-form .field-checkbox [type=checkbox] {
      padding: 0;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      word-wrap: normal !important;
      border: none;
      opacity: 0; }
      .section-contact-form .field-checkbox [type=checkbox]:checked ~ .checkmark {
        opacity: 1; }
    .section-contact-form .field-checkbox .wpcf7-list-item label {
      position: relative;
      padding-left: 46px;
      cursor: pointer;
      display: block; }
      .section-contact-form .field-checkbox .wpcf7-list-item label::before {
        content: '';
        display: block;
        width: 21px;
        height: 21px;
        border: 1px solid #0E2843;
        position: absolute;
        left: 0;
        top: -3px; }
      .section-contact-form .field-checkbox .wpcf7-list-item label .checkmark {
        display: block;
        position: absolute;
        background: url("../images/checked.svg") no-repeat top left;
        background-size: cover;
        opacity: 0;
        width: 11px;
        height: 8px;
        position: absolute;
        left: 5px;
        top: 4px; }
    .section-contact-form .field-checkbox + .field-checkbox {
      margin-top: 14px; }
  .section-contact-form .wpcf7-submit {
    min-width: 176px; }

.section-map-wrap {
  margin: 47px 0 75px; }
  .section-map-wrap .section-map-inner {
    position: relative;
    padding-top: 72px; }
  .section-map-wrap .map-heading {
    font-size: 2.5rem;
    letter-spacing: 3.8px;
    line-height: 125%;
    margin-bottom: 19px; }
  .section-map-wrap .acf-map {
    margin: 0;
    width: 91.5492957746%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .section-map-wrap .map-info {
    margin-left: auto;
    margin-right: 0;
    position: relative;
    padding: 29px 0 0 38px;
    width: 18.75%;
    min-width: 312px;
    background: #FFF; }
  .section-map-wrap .item + .item {
    margin-top: 16px; }
  .section-map-wrap .item-label {
    font-weight: 700;
    line-height: normal; }
  .section-map-wrap .item-value {
    line-height: normal;
    font-weight: 300; }

.single-inspiration.page-inner .site-main {
  margin-top: 0 !important;
  position: relative; }
  .single-inspiration.page-inner .site-main:before, .single-inspiration.page-inner .site-main:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .single-inspiration.page-inner .site-main:before {
    background: url("../images/bg1.png") no-repeat top left; }
  .single-inspiration.page-inner .site-main:after {
    top: 450px;
    left: auto;
    right: 0;
    background: url("../images/bg2.png") no-repeat top right; }
.single-inspiration article {
  display: none; }
.single-inspiration .section-content-image,
.single-inspiration .section-image-content {
  background: transparent; }
.single-inspiration .section-content {
  background: #FFF; }
.single-inspiration .section-content-image {
  padding-bottom: 63px;
  padding-top: 34px; }
  .single-inspiration .section-content-image .section-content {
    top: 63px; }
  .single-inspiration .section-content-image .section-image {
    width: 57.7464788732%; }
.single-inspiration .section-image-content {
  padding-bottom: 0; }
  .single-inspiration .section-image-content .section-image {
    width: 57.7464788732%; }
  .single-inspiration .section-image-content .section-content {
    width: 57.2183098592%;
    right: 31px; }
.single-inspiration .section-featured-products {
  padding-top: 59px;
  padding-bottom: 38px; }
  .single-inspiration .section-featured-products .container::after {
    content: none; }
  .single-inspiration .section-featured-products .section-title, .single-inspiration .section-featured-products .related.products > h2 {
    margin-bottom: 14px; }
  .single-inspiration .section-featured-products ul.products li.product .woocommerce-loop-product__title {
    padding-left: 18px; }
  .single-inspiration .section-featured-products ul.products li.product .price {
    padding-left: 21px; }
  .single-inspiration .section-featured-products ul.products li.product {
    margin-bottom: 11px; }
  .single-inspiration .section-featured-products .button-wrap {
    text-align: center;
    margin-top: 15px; }
  .single-inspiration .section-featured-products .button-primary, .single-inspiration .section-featured-products .mega-sub-menu .textwidget a, .mega-sub-menu .textwidget .single-inspiration .section-featured-products a, .single-inspiration .section-featured-products .woocommerce a.button, .woocommerce .single-inspiration .section-featured-products a.button, .single-inspiration .section-featured-products .woocommerce .div-product-name-wrap a.remove, .woocommerce .div-product-name-wrap .single-inspiration .section-featured-products a.remove, .single-inspiration .section-featured-products .div-product-name-wrap .woocommerce a.remove, .div-product-name-wrap .woocommerce .single-inspiration .section-featured-products a.remove, .single-inspiration .section-featured-products .woocommerce table.shop_table td.actions a.button, .woocommerce table.shop_table td.actions .single-inspiration .section-featured-products a.button, .single-inspiration .section-featured-products .woocommerce .checkout-process-wrap a.checkout-button, .woocommerce .checkout-process-wrap .single-inspiration .section-featured-products a.checkout-button, .single-inspiration .section-featured-products .checkout-process-wrap .woocommerce a.checkout-button, .checkout-process-wrap .woocommerce .single-inspiration .section-featured-products a.checkout-button {
    min-width: 180px; }

.section-products-carousel {
  padding-top: 58px;
  padding-bottom: 94px;
  position: relative;
  overflow: hidden; }
  .section-products-carousel::after {
    content: '' !important;
    height: 724px;
    background: url("../images/triangle.png") no-repeat bottom left;
    z-index: -1;
    left: 0;
    bottom: 0; }
  .section-products-carousel .products {
    display: flex;
    flex-wrap: wrap;
    margin-top: 13px; }
    .section-products-carousel .products.owl-loaded {
      display: block; }
      .section-products-carousel .products.owl-loaded .product {
        width: 100%; }
  .section-products-carousel .product {
    width: calc(25% - 12px);
    margin-right: 0;
    float: none;
    position: relative;
    background: #FFF; }
    .section-products-carousel .product:not(:nth-child(4n + 1)) {
      margin-left: 16px; }
    .section-products-carousel .product:nth-child(n+5) {
      margin-top: 16px; }
    .section-products-carousel .product a {
      display: block;
      position: relative; }
    .section-products-carousel .product img {
      width: 100%; }
    .section-products-carousel .product .add_to_wishlist {
      position: absolute;
      right: 10px;
      top: 10px; }
      .section-products-carousel .product .add_to_wishlist i {
        margin-right: 0;
        font-size: 18px; }
      .section-products-carousel .product .add_to_wishlist span {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important; }
    .section-products-carousel .product .woocommerce-loop-product__link {
      background-color: #FFF; }
    .section-products-carousel .product .woocommerce-loop-product__title {
      padding: 4px 16px 0;
      font-family: "Work Sans", sans-serif;
      font-weight: normal;
      font-size: 20px;
      line-height: 24px;
      text-align: left;
      margin-bottom: 0;
      text-transform: uppercase;
      transition: all .3s ease;
      margin-top: 15px; }
      .section-products-carousel .product .woocommerce-loop-product__title:hover, .section-products-carousel .product .woocommerce-loop-product__title:active, .section-products-carousel .product .woocommerce-loop-product__title:focus {
        color: #8DC4CD; }
    .section-products-carousel .product .price {
      display: inline-block;
      font-family: "Work Sans", sans-serif;
      font-weight: normal;
      font-size: 15px;
      text-align: center;
      padding: 4px 16px 10px; }
    .section-products-carousel .product .button, .section-products-carousel .product .div-product-name-wrap a.remove, .div-product-name-wrap .section-products-carousel .product a.remove, .section-products-carousel .product .woocommerce table.shop_table td.actions .button, .woocommerce table.shop_table td.actions .section-products-carousel .product .button, .section-products-carousel .product .checkout-process-wrap .checkout-button, .checkout-process-wrap .section-products-carousel .product .checkout-button {
      color: #8DC4CD;
      border-color: #8DC4CD;
      background: transparent;
      font-weight: 500;
      font-size: 16px;
      line-height: 12px;
      text-align: center;
      padding: 15px 5px;
      text-transform: uppercase;
      border: 1px solid #8DC4CD;
      transition: .3s all ease-in-out; }
      .section-products-carousel .product .button:hover, .section-products-carousel .product .div-product-name-wrap a.remove:hover, .div-product-name-wrap .section-products-carousel .product a.remove:hover, .section-products-carousel .product .woocommerce table.shop_table td.actions .button:hover, .woocommerce table.shop_table td.actions .section-products-carousel .product .button:hover, .section-products-carousel .product .checkout-process-wrap .checkout-button:hover, .checkout-process-wrap .section-products-carousel .product .checkout-button:hover {
        background: #8DC4CD;
        color: #FFF; }
      .section-products-carousel .product .button::before, .section-products-carousel .product .div-product-name-wrap a.remove::before, .div-product-name-wrap .section-products-carousel .product a.remove::before, .section-products-carousel .product .woocommerce table.shop_table td.actions .button::before, .woocommerce table.shop_table td.actions .section-products-carousel .product .button::before, .section-products-carousel .product .checkout-process-wrap .checkout-button::before, .checkout-process-wrap .section-products-carousel .product .checkout-button::before {
        content: none;
        border-width: 1px;
        border-color: #8DC4CD;
        left: -1px;
        top: -1px;
        right: -1px;
        bottom: -1px; }
  .section-products-carousel .owl-prev,
  .section-products-carousel .owl-next {
    position: absolute;
    right: 35px;
    left: auto;
    top: 0;
    width: 40px;
    cursor: pointer;
    height: 40px; }
    .section-products-carousel .owl-prev path,
    .section-products-carousel .owl-next path {
      transition: all .3s ease; }
    .section-products-carousel .owl-prev:hover path:first-child, .section-products-carousel .owl-prev:active path:first-child, .section-products-carousel .owl-prev:focus path:first-child,
    .section-products-carousel .owl-next:hover path:first-child,
    .section-products-carousel .owl-next:active path:first-child,
    .section-products-carousel .owl-next:focus path:first-child {
      fill: #8DC4CD; }
  .section-products-carousel .owl-prev {
    right: 86px; }
  .section-products-carousel .owl-carousel .owl-stage {
    display: flex; }
  .section-products-carousel .owl-item {
    display: flex;
    flex: 1 0 auto;
    height: 100%; }
  .section-products-carousel .owl-item .item.product {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch; }
    .section-products-carousel .owl-item .item.product a {
      width: 100%; }

.page-template-page-service.page-inner .site-main {
  background: #FFF; }
.page-template-page-service .section-content-image {
  background: transparent;
  padding-top: 33px;
  position: relative; }
  .page-template-page-service .section-content-image:before {
    content: '';
    width: 100%;
    height: 724px;
    position: absolute;
    background: url("../images/bg1.png") no-repeat top left;
    left: 0;
    top: 0;
    z-index: 1; }
  .page-template-page-service .section-content-image .section-content {
    background: #FFF; }
  .page-template-page-service .section-content-image .section-image {
    width: 57.7464788732%; }
  .page-template-page-service .section-content-image .section-button {
    margin-top: 37px; }
    .page-template-page-service .section-content-image .section-button .link {
      background-color: #8DC4CD;
      color: #fff !important;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      text-align: center;
      border-color: #8DC4CD;
      padding: 14px 30px;
      min-width: 177px; }
      .page-template-page-service .section-content-image .section-button .link:before {
        border-color: #8DC4CD; }
      .page-template-page-service .section-content-image .section-button .link:hover, .page-template-page-service .section-content-image .section-button .link:active, .page-template-page-service .section-content-image .section-button .link:focus {
        background-color: #8DC4CD !important; }
.page-template-page-service .section-contact-form {
  padding-top: 40px;
  padding-bottom: 53px;
  position: relative; }
  .page-template-page-service .section-contact-form .container {
    z-index: 0;
    position: relative; }
  .page-template-page-service .section-contact-form:before {
    content: '';
    width: 100%;
    height: 658px;
    position: absolute;
    background: url("../images/bg3.png") no-repeat bottom left;
    left: 0;
    bottom: 0;
    z-index: 0; }

.section-service-callout {
  padding: 100px 0 80px;
  background: #f7f7f7; }
  .section-service-callout .caption-title {
    font-size: 2.5rem;
    line-height: 125%;
    letter-spacing: 4.8px;
    margin-bottom: 12px; }
  .section-service-callout .caption-desc {
    font-weight: 300; }
  .section-service-callout .callout {
    display: flex;
    align-items: flex-start; }
  .section-service-callout .callout-inner {
    width: 32.3943661972%; }
  .section-service-callout .caption-button {
    margin-top: 23px; }
    .section-service-callout .caption-button .button, .section-service-callout .caption-button .div-product-name-wrap a.remove, .div-product-name-wrap .section-service-callout .caption-button a.remove, .section-service-callout .caption-button .woocommerce table.shop_table td.actions .button, .woocommerce table.shop_table td.actions .section-service-callout .caption-button .button, .section-service-callout .caption-button .checkout-process-wrap .checkout-button, .checkout-process-wrap .section-service-callout .caption-button .checkout-button {
      background-color: #8DC4CD;
      color: #fff !important;
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      text-align: center;
      border-color: #8DC4CD;
      padding: 14px 30px;
      min-width: 177px; }
      .section-service-callout .caption-button .button:before, .section-service-callout .caption-button .div-product-name-wrap a.remove:before, .div-product-name-wrap .section-service-callout .caption-button a.remove:before, .section-service-callout .caption-button .woocommerce table.shop_table td.actions .button:before, .woocommerce table.shop_table td.actions .section-service-callout .caption-button .button:before, .section-service-callout .caption-button .checkout-process-wrap .checkout-button:before, .checkout-process-wrap .section-service-callout .caption-button .checkout-button:before {
        border-color: #8DC4CD; }
      .section-service-callout .caption-button .button:hover, .section-service-callout .caption-button .div-product-name-wrap a.remove:hover, .div-product-name-wrap .section-service-callout .caption-button a.remove:hover, .section-service-callout .caption-button .woocommerce table.shop_table td.actions .button:hover, .woocommerce table.shop_table td.actions .section-service-callout .caption-button .button:hover, .section-service-callout .caption-button .checkout-process-wrap .checkout-button:hover, .checkout-process-wrap .section-service-callout .caption-button .checkout-button:hover, .section-service-callout .caption-button .button:active, .section-service-callout .caption-button .div-product-name-wrap a.remove:active, .div-product-name-wrap .section-service-callout .caption-button a.remove:active, .section-service-callout .caption-button .woocommerce table.shop_table td.actions .button:active, .woocommerce table.shop_table td.actions .section-service-callout .caption-button .button:active, .section-service-callout .caption-button .checkout-process-wrap .checkout-button:active, .checkout-process-wrap .section-service-callout .caption-button .checkout-button:active, .section-service-callout .caption-button .button:focus, .section-service-callout .caption-button .div-product-name-wrap a.remove:focus, .div-product-name-wrap .section-service-callout .caption-button a.remove:focus, .section-service-callout .caption-button .woocommerce table.shop_table td.actions .button:focus, .woocommerce table.shop_table td.actions .section-service-callout .caption-button .button:focus, .section-service-callout .caption-button .checkout-process-wrap .checkout-button:focus, .checkout-process-wrap .section-service-callout .caption-button .checkout-button:focus {
        background-color: #8DC4CD !important; }
  .section-service-callout .icons-with-text {
    width: 67.6056338028%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 36px; }
    .section-service-callout .icons-with-text > div {
      width: 25%;
      padding-left: 20px;
      display: flex;
      align-items: center; }
      .section-service-callout .icons-with-text > div:nth-child(n+5) {
        margin-top: 43px; }
    .section-service-callout .icons-with-text span {
      display: block; }
    .section-service-callout .icons-with-text .icon {
      width: 46px; }
      .section-service-callout .icons-with-text .icon img {
        margin: 0 auto;
        display: block; }
    .section-service-callout .icons-with-text .text {
      font-size: 0.9375rem;
      line-height: 120%;
      font-weight: 700;
      padding-left: 17px;
      width: calc(100% - 46px); }

@media only screen and (max-width: 768px) {
  #hero-image .caption-heading {
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 50px;
    margin-bottom: 13px; }

  #hero-image .button, #hero-image .div-product-name-wrap a.remove, .div-product-name-wrap #hero-image a.remove, #hero-image .checkout-process-wrap .checkout-button, .checkout-process-wrap #hero-image .checkout-button {
    padding: 16px 49px; }

  #hero-image .bg-image,
  #hero-image.hero-image-v3 .bg-image {
    height: 275px; }

  #hero-image .caption,
  #hero-image.hero-image-v3 .caption {
    position: relative;
    padding: 78px 0 86px;
    top: 0;
    left: 0; }

  #hero-image .main-content-wrap .main-content-inner,
  #hero-image.hero-image-v3 .main-content-wrap .main-content-inner {
    padding: 20px 0 0; }

  #hero-image .main-content-wrap,
  #hero-image.hero-image-v3 .main-content-wrap {
    background-color: #f8f8f8; }

  #hero-image .main-content-wrap .main-heading,
  #hero-image.hero-image-v3 .main-content-wrap .main-heading {
    font-size: 30px;
    letter-spacing: 0.12em;
    line-height: 48px;
    margin-bottom: 0; }

  #hero-image .main-content-wrap .main-content,
  #hero-image.hero-image-v3 .main-content-wrap .main-content {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 11px; }

  .page-template-page-plastic-uses .section-image-banner,
  .page-template-page-landing .section-image-banner {
    padding-top: 26px;
    margin-bottom: 86px; }
  .page-template-page-plastic-uses .section-image-banner .image-banner .caption,
  .page-template-page-landing .section-image-banner .image-banner .caption {
    padding: 28px 17px !important;
    bottom: -50px; }
  .page-template-page-plastic-uses .image-banner-wrap .caption .caption-title,
  .page-template-page-landing .image-banner-wrap .caption .caption-title {
    letter-spacing: 0.12em;
    line-height: 30px; }
  .page-template-page-plastic-uses .image-banner-wrap .caption .caption-desc,
  .page-template-page-landing .image-banner-wrap .caption .caption-desc {
    margin-top: 6px;
    line-height: 23px;
    font-size: 14px; }

  .page-template-page-plastic-uses .section-image-banner {
    margin-bottom: 48px; }
  .page-template-page-plastic-uses .section-image-banner .image-banner .caption {
    bottom: 0;
    padding-bottom: 0 !important; }
  .page-template-page-plastic-uses .section-image-banner .image-banner .caption-button {
    margin-top: 20px; }

  .page-template-page-plastic-uses #inspirations {
    margin: 0; }

  .page-template-page-plastic-uses #inspirations-list .inspiration,
  .archive.woocommerce #inspirations {
    padding: 0 9px; }

  .page-template-page-plastic-uses #inspirations-list .inspiration {
    width: 100%; }
    .page-template-page-plastic-uses #inspirations-list .inspiration + .inspiration {
      margin-top: 16px; }
    .page-template-page-plastic-uses #inspirations-list .inspiration .inspiration-img {
      position: relative;
      overflow: hidden;
      padding-top: 47.5073313783%; }
      .page-template-page-plastic-uses #inspirations-list .inspiration .inspiration-img img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

  .inspirations .inspiration {
    width: 100%;
    padding: 0; }
    .inspirations .inspiration + .inspiration {
      margin-top: 16px; }

  .page-template-page-plastic-uses #inspirations-list .inspiration-name,
  .inspirations .inspiration-name {
    padding: 4px 32px 4px 14px; }

  .page-template-page-plastic-uses #inspirations-list .inspiration-name::after,
  .inspirations .inspiration-name::after {
    top: 12px;
    right: 12px; }

  .archive.woocommerce .container-inner {
    margin-bottom: 43px !important; }

  #hero-image .bg-img {
    height: 275px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }

  #hero-image .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

  .single-post .article-inner,
  .page-template-page-plastic-uses .article-inner {
    transform: none;
    padding: 20px 0 0; }

  .single-post article,
  .page-template-page-plastic-uses article {
    background-color: #fff; }

  .single-post article .entry-title,
  .page-template-page-plastic-uses article .entry-title {
    font-size: 30px;
    letter-spacing: 0.12em;
    line-height: 48px; }

  .single-post article .entry-content,
  .page-template-page-plastic-uses article .entry-content {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: -.38px; }
    .single-post article .entry-content + p,
    .page-template-page-plastic-uses article .entry-content + p {
      margin-top: 23px; }

  .single-post article .post-link, .page-template-page-plastic-uses article .post-link {
    margin-top: 27px; }

  .page-template-page-plastic-uses .shop-by-use-list {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 32px; }
    .page-template-page-plastic-uses .shop-by-use-list .section-title, .page-template-page-plastic-uses .shop-by-use-list .related.products > h2 {
      letter-spacing: .12em; }
    .page-template-page-plastic-uses .shop-by-use-list .button-wrap {
      margin-top: 20px; }
    .page-template-page-plastic-uses .shop-by-use-list .button, .page-template-page-plastic-uses .shop-by-use-list .div-product-name-wrap a.remove, .div-product-name-wrap .page-template-page-plastic-uses .shop-by-use-list a.remove, .page-template-page-plastic-uses .shop-by-use-list .woocommerce table.shop_table td.actions .button, .woocommerce table.shop_table td.actions .page-template-page-plastic-uses .shop-by-use-list .button, .page-template-page-plastic-uses .shop-by-use-list .checkout-process-wrap .checkout-button, .checkout-process-wrap .page-template-page-plastic-uses .shop-by-use-list .checkout-button {
      line-height: 16px;
      padding: 15px 10px; }

  .page-template-page-plastic-uses #inspirations-list .inspiration:nth-child(4) {
    width: 100%; }

  .page-template-page-plastic-uses .section-image-banner {
    padding-top: 25px;
    margin-bottom: 48px; }

  .single-inspiration .section-content-image,
  .single-inspiration .section-image-content {
    padding-top: 19px;
    padding-bottom: 0; }
    .single-inspiration .section-content-image .section-content,
    .single-inspiration .section-image-content .section-content {
      width: 100%;
      top: 0;
      right: 0;
      margin-left: 0;
      margin-right: 0;
      padding: 0; }
    .single-inspiration .section-content-image .section-title, .single-inspiration .section-content-image .related.products > h2,
    .single-inspiration .section-image-content .section-title,
    .single-inspiration .section-image-content .related.products > h2 {
      font-size: 30px;
      letter-spacing: 0.12em;
      line-height: 48px;
      margin-bottom: 0; }
    .single-inspiration .section-content-image .section-description,
    .single-inspiration .section-image-content .section-description {
      font-size: 14px;
      line-height: 23px;
      letter-spacing: -.38px; }
    .single-inspiration .section-content-image .section-image,
    .single-inspiration .section-image-content .section-image {
      position: relative;
      width: 100%;
      margin-top: 20px; }
    .single-inspiration .section-content-image .section-wrapper,
    .single-inspiration .section-image-content .section-wrapper {
      margin-bottom: 26px;
      padding-bottom: 0; }

  .post-type-archive-inspiration .site-main-wrap {
    padding-top: 20px; }

  .section-helpful-tips::before {
    max-width: none;
    width: calc(100% - 18px);
    height: 50%; }
  .section-helpful-tips .helpful-tips-inner {
    padding-top: 26px;
    padding-bottom: 0; }
  .section-helpful-tips .helpful-intro-wrap {
    width: 100%;
    padding-bottom: 25px; }
  .section-helpful-tips .helpful-intro {
    padding-right: 60px; }
  .section-helpful-tips .posts-carousel {
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    margin: 0; }
    .section-helpful-tips .posts-carousel .owl-stage-outer {
      margin-top: 0;
      padding-top: 0; }

  .post-type-archive-inspiration .section-carousel-images {
    padding-top: 0; }

  .section-carousel-images .post-gallery {
    margin-right: 0; }

  .page-template-page-service.page-inner .site-main {
    margin-top: 0; }

  .section-service-callout {
    padding-top: 26px;
    padding-bottom: 23px; }
    .section-service-callout .callout {
      flex-wrap: wrap; }
    .section-service-callout .caption-title {
      font-size: 30px;
      letter-spacing: 0.12em;
      line-height: 48px;
      margin-bottom: 0; }
    .section-service-callout .caption-desc {
      font-size: 14px;
      line-height: 23px;
      letter-spacing: -.38px; }
    .section-service-callout .callout-inner {
      width: 100%; }
    .section-service-callout .icons-with-text {
      width: 100%; }
      .section-service-callout .icons-with-text > div {
        width: 50%;
        padding-left: 0; }
        .section-service-callout .icons-with-text > div:nth-child(n+3) {
          margin-top: 20px; }
      .section-service-callout .icons-with-text .text {
        font-size: 14px; }

  .page-template-page-service .section-content-image {
    padding-top: 20px;
    padding-bottom: 0; }
    .page-template-page-service .section-content-image::before {
      content: none; }
    .page-template-page-service .section-content-image .section-wrapper {
      display: flex;
      flex-direction: column-reverse;
      margin-bottom: 0; }
    .page-template-page-service .section-content-image .section-title, .page-template-page-service .section-content-image .related.products > h2 {
      font-size: 30px;
      letter-spacing: 0.12em;
      line-height: 48px; }
    .page-template-page-service .section-content-image .section-content {
      width: calc(100% - 45px);
      margin-left: 0;
      margin-bottom: 0;
      padding-right: 14px;
      padding-top: 10px;
      top: 0;
      transform: translate(0, -45px);
      position: relative; }
    .page-template-page-service .section-content-image .section-image {
      width: 100%;
      position: relative; }
    .page-template-page-service .section-content-image .section-description {
      font-size: 14px;
      line-height: 23px; }
    .page-template-page-service .section-content-image .section-button {
      margin-top: 15px; }

  .section-contact-form {
    padding-top: 10px;
    padding-bottom: 30px; }
    .section-contact-form .section-title, .section-contact-form .related.products > h2 {
      font-size: 30px;
      letter-spacing: 0.12em;
      line-height: 48px;
      margin-bottom: 0; }
    .section-contact-form .section-description {
      font-size: 14px;
      line-height: 23px; }
    .section-contact-form .column-3 {
      width: 100%; }
    .section-contact-form .column-2 {
      width: 100%; }
    .section-contact-form [class^=column] + [class^=column],
    .section-contact-form .row + .row {
      margin-top: 16px; }
    .section-contact-form .field-checkbox:first-child {
      margin-top: 13px; }
    .section-contact-form form > .row:nth-last-of-type(2) {
      margin-top: 32px; }
    .section-contact-form .wpcf7-submit {
      min-width: 163px; }

  .blog-header .blog-header-inner {
    width: 100%;
    padding: 28px 0; }

  body.blog .posts {
    margin-top: 0;
    background-color: #F7F7F7; }
    body.blog .posts .post {
      width: 100%;
      margin-bottom: 0; }
      body.blog .posts .post:not(.post-empty) + .post {
        margin-top: 18px; }
    body.blog .posts .posts-wrap {
      padding-bottom: 28px; }
    body.blog .posts .post-empty {
      display: none; }
    body.blog .posts a.post-link {
      display: block;
      width: 100%;
      position: relative;
      overflow: hidden;
      padding-top: 50.8823529412%; }
      body.blog .posts a.post-link img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }

  .single-post .site-main::after, .page-template-page-plastic-uses .site-main::after,
  .single-post .site-main::before, .page-template-page-plastic-uses .site-main::before {
    content: none; }

  body.single-post .section-image-content,
  body.single-post .section-content-image {
    padding-top: 20px;
    padding-bottom: 0; }
    body.single-post .section-image-content::before,
    body.single-post .section-content-image::before {
      content: none; }
    body.single-post .section-image-content .section-wrapper,
    body.single-post .section-content-image .section-wrapper {
      display: flex;
      flex-direction: column-reverse;
      margin-bottom: 0; }
    body.single-post .section-image-content .section-title, body.single-post .section-image-content .related.products > h2,
    body.single-post .section-content-image .section-title,
    body.single-post .section-content-image .related.products > h2 {
      font-size: 30px;
      letter-spacing: 0.12em;
      line-height: 48px; }
    body.single-post .section-image-content .section-content,
    body.single-post .section-content-image .section-content {
      width: calc(100% - 45px);
      margin-left: 0;
      margin-bottom: 0;
      margin-top: -110px;
      padding-right: 14px;
      padding-top: 10px;
      top: 0;
      position: relative; }
    body.single-post .section-image-content .section-image,
    body.single-post .section-content-image .section-image {
      width: 100%;
      position: relative; }
    body.single-post .section-image-content .section-description,
    body.single-post .section-content-image .section-description {
      font-size: 14px;
      line-height: 23px; }
    body.single-post .section-image-content .section-button,
    body.single-post .section-content-image .section-button {
      margin-top: 15px; }

  body.single-post .section-image-content {
    padding-top: 10px; }
    body.single-post .section-image-content .section-content {
      margin-left: auto;
      margin-right: 0;
      padding-left: 15px; }
    body.single-post .section-image-content .section-wrapper {
      padding-bottom: 30px; }

  .section-video {
    padding: 20px 0 50px; }
    .section-video .play-icon {
      width: 37px;
      height: 37px; }
    .section-video svg {
      width: 100%;
      height: 100%; }

  .section-carousel-images {
    margin-bottom: 40px; }
    .section-carousel-images::before {
      content: none; }

  .post-type-archive-faq .site-main-wrap {
    padding-bottom: 30px; }
  .post-type-archive-faq .container-inner {
    flex-direction: column-reverse;
    flex-wrap: wrap; }
  .post-type-archive-faq .site-main {
    width: 100%;
    padding-left: 0;
    flex: unset;
    margin-top: 16px; }
  .post-type-archive-faq .widget-area {
    width: 100%; }
  .post-type-archive-faq .navigation {
    margin-top: 20px; }
  .post-type-archive-faq .section-image-banner .image-banner .caption {
    width: 88%;
    padding: 30px 17px; }

  .page-template-page-contact #hero-image.hero-image-v2 {
    padding-top: 28px;
    padding-bottom: 0; }
    .page-template-page-contact #hero-image.hero-image-v2 img {
      right: auto;
      left: calc(100% - 120px); }
    .page-template-page-contact #hero-image.hero-image-v2 .caption {
      width: calc(100% - 120px);
      padding-top: 0;
      padding-bottom: 30px; }

  .section-map-wrap {
    margin: 0 0 25px; }
    .section-map-wrap .section-map-inner {
      padding-top: 276px; }
    .section-map-wrap .acf-map {
      width: 100%;
      height: 420px; }
    .section-map-wrap .map-info {
      width: calc(100% - 55px);
      padding-bottom: 5px; } }
.woocommerce-account .site-main,
.woocommerce-cart .site-main {
  background: #f7f7f7;
  padding: 98px 0 65px; }

.woocommerce-account .section-title, .woocommerce-account .related.products > h2 {
  margin-bottom: 13px; }
.woocommerce-account .entry-content {
  margin-top: 0; }
.woocommerce-account #customer_login h2 {
  font-size: 1.125rem;
  line-height: 166.6666666667%;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 13px; }
.woocommerce-account #customer_login .u-column1 {
  width: 368px; }
.woocommerce-account #customer_login .u-column2 {
  width: calc(100% - 368px);
  padding-left: 113px; }
.woocommerce-account .woocommerce form .form-row {
  padding: 0;
  margin-bottom: 10px; }
.woocommerce-account .button.woocommerce-form-login__submit, .woocommerce-account .div-product-name-wrap a.woocommerce-form-login__submit.remove, .div-product-name-wrap .woocommerce-account a.woocommerce-form-login__submit.remove, .woocommerce-account .woocommerce table.shop_table td.actions .woocommerce-form-login__submit.button, .woocommerce table.shop_table td.actions .woocommerce-account .woocommerce-form-login__submit.button, .woocommerce-account .checkout-process-wrap .woocommerce-form-login__submit.checkout-button, .checkout-process-wrap .woocommerce-account .woocommerce-form-login__submit.checkout-button {
  padding: 15px 1em;
  margin-top: 15px;
  margin-right: 18px;
  min-width: 174px; }
  .woocommerce-account .button.woocommerce-form-login__submit + .woocommerce-form-login__rememberme, .woocommerce-account .div-product-name-wrap a.woocommerce-form-login__submit.remove + .woocommerce-form-login__rememberme, .div-product-name-wrap .woocommerce-account a.woocommerce-form-login__submit.remove + .woocommerce-form-login__rememberme, .woocommerce-account .woocommerce table.shop_table td.actions .woocommerce-form-login__submit.button + .woocommerce-form-login__rememberme, .woocommerce table.shop_table td.actions .woocommerce-account .woocommerce-form-login__submit.button + .woocommerce-form-login__rememberme, .woocommerce-account .checkout-process-wrap .woocommerce-form-login__submit.checkout-button + .woocommerce-form-login__rememberme, .checkout-process-wrap .woocommerce-account .woocommerce-form-login__submit.checkout-button + .woocommerce-form-login__rememberme {
    margin-top: 25px; }
.woocommerce-account .woocommerce form.checkout_coupon,
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
  padding: 0;
  background: transparent;
  border: none;
  margin: 0; }
.woocommerce-account .u-columns {
  display: flex; }
.woocommerce-account .woocommerce-button {
  border-radius: 0 !important; }
.woocommerce-account .woocommerce-form__label-for-checkbox,
.woocommerce-account .acf-checkbox-list label {
  line-height: 160%;
  font-weight: 300;
  font-family: "Work Sans", sans-serif;
  position: relative; }
.woocommerce-account input[type=checkbox] {
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  word-wrap: normal !important;
  border: none;
  opacity: 0; }
  .woocommerce-account input[type=checkbox]:checked + span::after {
    opacity: 1; }
  .woocommerce-account input[type=checkbox] + span {
    position: relative;
    padding-left: 29px;
    cursor: pointer; }
    .woocommerce-account input[type=checkbox] + span::before {
      content: '';
      display: block;
      width: 21px;
      height: 21px;
      border: 1px solid #0E2843;
      position: absolute;
      left: 0;
      top: -3px; }
    .woocommerce-account input[type=checkbox] + span::after {
      content: '';
      display: block;
      position: absolute;
      background: url("../images/checked.svg") no-repeat top left;
      background-size: cover;
      opacity: 0;
      width: 11px;
      height: 8px;
      position: absolute;
      left: 5px;
      top: 4px; }
.woocommerce-account .acf-checkbox-list label {
  position: relative;
  padding-left: 30px;
  cursor: pointer; }
  .woocommerce-account .acf-checkbox-list label a {
    text-decoration: underline; }
  .woocommerce-account .acf-checkbox-list label.selected::after {
    opacity: 1; }
  .woocommerce-account .acf-checkbox-list label::before {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    border: 1px solid #0E2843;
    position: absolute;
    left: -1px;
    top: 2px; }
  .woocommerce-account .acf-checkbox-list label::after {
    content: '';
    display: block;
    position: absolute;
    background: url("../images/checked.svg") no-repeat top left;
    background-size: cover;
    opacity: 0;
    width: 11px;
    height: 8px;
    position: absolute;
    left: 5px;
    top: 9px; }
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 23.8556338028%;
  margin-right: 114px; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  .woocommerce-account .woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid #8DC4CD; }
  .woocommerce-account .woocommerce-MyAccount-navigation li > a {
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 166.6666666667%;
    display: block;
    padding: 22px 30px 15px; }
  .woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
    font-weight: 700; }
.woocommerce-account .woocommerce-MyAccount-content {
  width: calc(100% - 385px);
  float: left;
  padding-top: 45px;
  max-width: 652px; }
  .woocommerce-account .woocommerce-MyAccount-content p:first-of-type {
    font-weight: 700; }
  .woocommerce-account .woocommerce-MyAccount-content p {
    margin-bottom: 24px; }

form.woocommerce-form label {
  line-height: 126.6666666667%;
  font-weight: 700; }
form.woocommerce-form .form-row .required {
  color: #0E2843; }
form.woocommerce-form input[type=text],
form.woocommerce-form input[type=email],
form.woocommerce-form input[type=password] {
  display: block;
  width: 100%;
  border-radius: 0;
  margin-top: 5px;
  padding: 15px 10px;
  border: 1px solid #0E2843;
  background: #FFF; }

form.woocommerce-form-register.register > .form-row {
  width: 41.679389313%;
  margin-right: 14px;
  float: left; }
form.woocommerce-form-register.register .acf-fields {
  margin-top: 0; }
form.woocommerce-form-register.register .acf-field {
  margin-bottom: 6px; }
form.woocommerce-form-register.register .woocommerce-form-register__submit {
  padding: 16px 31px !important;
  min-width: 172px;
  margin-top: 9px; }

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  top: 15px; }

.woocommerce-account.logged-in .section-title, .woocommerce-account.logged-in .related.products > h2 {
  text-align: center;
  padding-bottom: 29px;
  margin-bottom: 0;
  border-bottom: 2px solid #8DC4CD; }
  .woocommerce-account.logged-in .section-title b, .woocommerce-account.logged-in .related.products > h2 b {
    font-weight: inherit; }
.woocommerce-account.logged-in .entry-content {
  margin-top: -6px; }
.woocommerce-account.logged-in .entry-footer {
  display: none; }

.woocommerce-cart .entry-header {
  text-align: center; }
.woocommerce-cart .entry-content {
  margin-top: -16px; }
.woocommerce-cart .woocommerce table.shop_table.woocommerce-cart-form__contents th {
  font-size: 1.125rem;
  line-height: 166.6666666667%;
  font-weight: 400;
  letter-spacing: 0;
  color: #0E2843;
  padding: 27px 10px 14px 0; }
.woocommerce-cart .woocommerce table.shop_table.woocommerce-cart-form__contents .product-name {
  width: 33.6267605634%; }
.woocommerce-cart .woocommerce table.shop_table.woocommerce-cart-form__contents .product-options {
  width: 33.8908450704%; }
.woocommerce-cart .woocommerce table.shop_table.woocommerce-cart-form__contents .product-quantity {
  width: 16.7253521127%; }
.woocommerce-cart .woocommerce table.shop_table.woocommerce-cart-form__contents .product-subtotal {
  width: 15.4049295775%; }
.woocommerce-cart .woocommerce table.shop_table.woocommerce-cart-form__contents td {
  padding: 30px 17px 38px 0; }
  .woocommerce-cart .woocommerce table.shop_table.woocommerce-cart-form__contents td.product-quantity {
    padding-top: 45px; }
  .woocommerce-cart .woocommerce table.shop_table.woocommerce-cart-form__contents td .qty {
    background: transparent;
    width: 47px;
    height: 42px;
    border-width: 2px; }
  .woocommerce-cart .woocommerce table.shop_table.woocommerce-cart-form__contents td.product-subtotal {
    padding-top: 42px;
    font-size: 1.125rem;
    line-height: 166.6666666667%;
    font-weight: 400;
    letter-spacing: 0; }
  .woocommerce-cart .woocommerce table.shop_table.woocommerce-cart-form__contents td.actions {
    padding-top: 47px; }
.woocommerce-cart table.cart img {
  max-width: 176px; }
.woocommerce-cart .product-detail > a {
  font-size: 0.9375rem;
  line-height: 160%;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: capitalize; }
.woocommerce-cart .product-remove a,
.woocommerce-cart .button-group .button,
.woocommerce-cart .button-group .div-product-name-wrap a.remove,
.div-product-name-wrap .woocommerce-cart .button-group a.remove,
.woocommerce-cart .button-group .woocommerce table.shop_table td.actions .button,
.woocommerce table.shop_table td.actions .woocommerce-cart .button-group .button,
.woocommerce-cart .button-group .checkout-process-wrap .checkout-button,
.checkout-process-wrap .woocommerce-cart .button-group .checkout-button {
  color: #8DC4CD !important;
  background-color: #FFF !important;
  border: 1px solid #8DC4CD;
  display: inline-block;
  line-height: 28px !important;
  text-transform: uppercase !important;
  margin-top: 0;
  max-width: none;
  padding: 8px 15px !important;
  font-weight: 500 !important; }
  .woocommerce-cart .product-remove a + .button, .woocommerce-cart .product-remove .div-product-name-wrap a + a.remove, .div-product-name-wrap .woocommerce-cart .product-remove a + a.remove, .woocommerce-cart .product-remove .woocommerce table.shop_table td.actions a + .button, .woocommerce table.shop_table td.actions .woocommerce-cart .product-remove a + .button, .woocommerce-cart .product-remove .checkout-process-wrap a + .checkout-button, .checkout-process-wrap .woocommerce-cart .product-remove a + .checkout-button,
  .woocommerce-cart .button-group .button + .button,
  .woocommerce-cart .button-group .div-product-name-wrap a.remove + .button,
  .div-product-name-wrap .woocommerce-cart .button-group a.remove + .button,
  .woocommerce-cart .button-group .checkout-process-wrap .checkout-button + .button,
  .checkout-process-wrap .woocommerce-cart .button-group .checkout-button + .button,
  .woocommerce-cart .button-group .div-product-name-wrap .button + a.remove,
  .div-product-name-wrap .woocommerce-cart .button-group .button + a.remove,
  .woocommerce-cart .button-group .div-product-name-wrap a.remove + a.remove,
  .div-product-name-wrap .woocommerce-cart .button-group a.remove + a.remove,
  .div-product-name-wrap .woocommerce-cart .button-group .woocommerce table.shop_table td.actions .button + a.remove,
  .woocommerce-cart .button-group .checkout-process-wrap .div-product-name-wrap .checkout-button + a.remove,
  .div-product-name-wrap .woocommerce-cart .button-group .checkout-process-wrap .checkout-button + a.remove,
  .checkout-process-wrap .woocommerce-cart .button-group .div-product-name-wrap .checkout-button + a.remove,
  .div-product-name-wrap .checkout-process-wrap .woocommerce-cart .button-group .checkout-button + a.remove,
  .woocommerce-cart .button-group .div-product-name-wrap .woocommerce table.shop_table td.actions a.remove + .button,
  .div-product-name-wrap .woocommerce-cart .button-group .woocommerce table.shop_table td.actions a.remove + .button,
  .woocommerce-cart .button-group .woocommerce table.shop_table td.actions .button + .button,
  .woocommerce table.shop_table td.actions .woocommerce-cart .button-group .button + .button,
  .woocommerce-cart .button-group .checkout-process-wrap .woocommerce table.shop_table td.actions .checkout-button + .button,
  .checkout-process-wrap .woocommerce-cart .button-group .woocommerce table.shop_table td.actions .checkout-button + .button,
  .woocommerce-cart .button-group .checkout-process-wrap .button + .checkout-button,
  .checkout-process-wrap .woocommerce-cart .button-group .button + .checkout-button,
  .woocommerce-cart .button-group .div-product-name-wrap .checkout-process-wrap a.remove + .checkout-button,
  .checkout-process-wrap .woocommerce-cart .button-group .div-product-name-wrap a.remove + .checkout-button,
  .div-product-name-wrap .woocommerce-cart .button-group .checkout-process-wrap a.remove + .checkout-button,
  .checkout-process-wrap .div-product-name-wrap .woocommerce-cart .button-group a.remove + .checkout-button,
  .checkout-process-wrap .woocommerce-cart .button-group .woocommerce table.shop_table td.actions .button + .checkout-button,
  .woocommerce-cart .button-group .checkout-process-wrap .checkout-button + .checkout-button,
  .checkout-process-wrap .woocommerce-cart .button-group .checkout-button + .checkout-button {
    margin-left: 16px; }
  .woocommerce-cart .product-remove a:before,
  .woocommerce-cart .button-group .button:before,
  .woocommerce-cart .button-group .div-product-name-wrap a.remove:before,
  .div-product-name-wrap .woocommerce-cart .button-group a.remove:before,
  .woocommerce-cart .button-group .woocommerce table.shop_table td.actions .button:before,
  .woocommerce table.shop_table td.actions .woocommerce-cart .button-group .button:before,
  .woocommerce-cart .button-group .checkout-process-wrap .checkout-button:before,
  .checkout-process-wrap .woocommerce-cart .button-group .checkout-button:before {
    border: #8DC4CD solid 1px !important; }
  .woocommerce-cart .product-remove a:hover, .woocommerce-cart .product-remove a:active, .woocommerce-cart .product-remove a:focus,
  .woocommerce-cart .button-group .button:hover,
  .woocommerce-cart .button-group .div-product-name-wrap a.remove:hover,
  .div-product-name-wrap .woocommerce-cart .button-group a.remove:hover,
  .woocommerce-cart .button-group .woocommerce table.shop_table td.actions .button:hover,
  .woocommerce table.shop_table td.actions .woocommerce-cart .button-group .button:hover,
  .woocommerce-cart .button-group .checkout-process-wrap .checkout-button:hover,
  .checkout-process-wrap .woocommerce-cart .button-group .checkout-button:hover,
  .woocommerce-cart .button-group .button:active,
  .woocommerce-cart .button-group .div-product-name-wrap a.remove:active,
  .div-product-name-wrap .woocommerce-cart .button-group a.remove:active,
  .woocommerce-cart .button-group .woocommerce table.shop_table td.actions .button:active,
  .woocommerce table.shop_table td.actions .woocommerce-cart .button-group .button:active,
  .woocommerce-cart .button-group .checkout-process-wrap .checkout-button:active,
  .checkout-process-wrap .woocommerce-cart .button-group .checkout-button:active,
  .woocommerce-cart .button-group .button:focus,
  .woocommerce-cart .button-group .div-product-name-wrap a.remove:focus,
  .div-product-name-wrap .woocommerce-cart .button-group a.remove:focus,
  .woocommerce-cart .button-group .woocommerce table.shop_table td.actions .button:focus,
  .woocommerce table.shop_table td.actions .woocommerce-cart .button-group .button:focus,
  .woocommerce-cart .button-group .checkout-process-wrap .checkout-button:focus,
  .checkout-process-wrap .woocommerce-cart .button-group .checkout-button:focus {
    color: #8DC4CD !important; }
    .woocommerce-cart .product-remove a:hover:before, .woocommerce-cart .product-remove a:active:before, .woocommerce-cart .product-remove a:focus:before,
    .woocommerce-cart .button-group .button:hover:before,
    .woocommerce-cart .button-group .div-product-name-wrap a.remove:hover:before,
    .div-product-name-wrap .woocommerce-cart .button-group a.remove:hover:before,
    .woocommerce-cart .button-group .woocommerce table.shop_table td.actions .button:hover:before,
    .woocommerce table.shop_table td.actions .woocommerce-cart .button-group .button:hover:before,
    .woocommerce-cart .button-group .checkout-process-wrap .checkout-button:hover:before,
    .checkout-process-wrap .woocommerce-cart .button-group .checkout-button:hover:before,
    .woocommerce-cart .button-group .button:active:before,
    .woocommerce-cart .button-group .div-product-name-wrap a.remove:active:before,
    .div-product-name-wrap .woocommerce-cart .button-group a.remove:active:before,
    .woocommerce-cart .button-group .woocommerce table.shop_table td.actions .button:active:before,
    .woocommerce table.shop_table td.actions .woocommerce-cart .button-group .button:active:before,
    .woocommerce-cart .button-group .checkout-process-wrap .checkout-button:active:before,
    .checkout-process-wrap .woocommerce-cart .button-group .checkout-button:active:before,
    .woocommerce-cart .button-group .button:focus:before,
    .woocommerce-cart .button-group .div-product-name-wrap a.remove:focus:before,
    .div-product-name-wrap .woocommerce-cart .button-group a.remove:focus:before,
    .woocommerce-cart .button-group .woocommerce table.shop_table td.actions .button:focus:before,
    .woocommerce table.shop_table td.actions .woocommerce-cart .button-group .button:focus:before,
    .woocommerce-cart .button-group .checkout-process-wrap .checkout-button:focus:before,
    .checkout-process-wrap .woocommerce-cart .button-group .checkout-button:focus:before {
      -webkit-animation-name: hvr-ripple-out;
      animation-name: hvr-ripple-out; }
.woocommerce-cart .button-group .button, .woocommerce-cart .button-group .div-product-name-wrap a.remove, .div-product-name-wrap .woocommerce-cart .button-group a.remove, .woocommerce-cart .button-group .woocommerce table.shop_table td.actions .button, .woocommerce table.shop_table td.actions .woocommerce-cart .button-group .button, .woocommerce-cart .button-group .checkout-process-wrap .checkout-button, .checkout-process-wrap .woocommerce-cart .button-group .checkout-button {
  padding: 8px 51px !important;
  min-width: 176px !important; }
.woocommerce-cart .product-remove {
  align-self: end;
  margin-bottom: 28px;
  margin-top: 10px; }
  .woocommerce-cart .product-remove a {
    width: 100%; }
.woocommerce-cart .div-product-name-wrap .product-detail {
  padding-top: 11px;
  width: 47.5409836066%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  .woocommerce-cart .div-product-name-wrap .product-detail > * {
    width: 100%; }
.woocommerce-cart .div-product-name-wrap .product-thumb {
  justify-content: flex-start;
  width: 48.087431694%;
  margin-right: 16px; }
.woocommerce-cart .checkout-button.button, .woocommerce-cart .div-product-name-wrap a.checkout-button.remove, .div-product-name-wrap .woocommerce-cart a.checkout-button.remove, .woocommerce-cart .woocommerce table.shop_table td.actions .checkout-button.button, .woocommerce table.shop_table td.actions .woocommerce-cart .checkout-button.button, .woocommerce-cart .checkout-process-wrap .checkout-button, .checkout-process-wrap .woocommerce-cart .checkout-button {
  background-color: #8DC4CD;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  border-color: #8DC4CD;
  padding: 17px 30px !important;
  width: auto;
  min-width: 176px;
  margin-bottom: 0 !important; }
  .woocommerce-cart .checkout-button.button:before, .woocommerce-cart .div-product-name-wrap a.checkout-button.remove:before, .div-product-name-wrap .woocommerce-cart a.checkout-button.remove:before, .woocommerce-cart .woocommerce table.shop_table td.actions .checkout-button.button:before, .woocommerce table.shop_table td.actions .woocommerce-cart .checkout-button.button:before, .woocommerce-cart .checkout-process-wrap .checkout-button:before, .checkout-process-wrap .woocommerce-cart .checkout-button:before {
    border-color: #8DC4CD; }
  .woocommerce-cart .checkout-button.button:hover, .woocommerce-cart .div-product-name-wrap a.checkout-button.remove:hover, .div-product-name-wrap .woocommerce-cart a.checkout-button.remove:hover, .woocommerce-cart .woocommerce table.shop_table td.actions .checkout-button.button:hover, .woocommerce table.shop_table td.actions .woocommerce-cart .checkout-button.button:hover, .woocommerce-cart .checkout-process-wrap .checkout-button:hover, .checkout-process-wrap .woocommerce-cart .checkout-button:hover, .woocommerce-cart .checkout-button.button:active, .woocommerce-cart .div-product-name-wrap a.checkout-button.remove:active, .div-product-name-wrap .woocommerce-cart a.checkout-button.remove:active, .woocommerce-cart .woocommerce table.shop_table td.actions .checkout-button.button:active, .woocommerce table.shop_table td.actions .woocommerce-cart .checkout-button.button:active, .woocommerce-cart .checkout-process-wrap .checkout-button:active, .checkout-process-wrap .woocommerce-cart .checkout-button:active, .woocommerce-cart .checkout-button.button:focus, .woocommerce-cart .div-product-name-wrap a.checkout-button.remove:focus, .div-product-name-wrap .woocommerce-cart a.checkout-button.remove:focus, .woocommerce-cart .woocommerce table.shop_table td.actions .checkout-button.button:focus, .woocommerce table.shop_table td.actions .woocommerce-cart .checkout-button.button:focus, .woocommerce-cart .checkout-process-wrap .checkout-button:focus, .checkout-process-wrap .woocommerce-cart .checkout-button:focus {
    background-color: #8DC4CD !important; }
.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal,
.woocommerce-cart .cart-collaterals .cart_totals table .order-total {
  display: block;
  min-width: 175px; }
  .woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal th, .woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td, .woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal .woocommerce-Price-amount bdi,
  .woocommerce-cart .cart-collaterals .cart_totals table .order-total th,
  .woocommerce-cart .cart-collaterals .cart_totals table .order-total td,
  .woocommerce-cart .cart-collaterals .cart_totals table .order-total .woocommerce-Price-amount bdi {
    font-size: 0.9375rem;
    line-height: 206.6666666667%;
    font-weight: 700 !important;
    letter-spacing: 0;
    text-transform: capitalize; }
.woocommerce-cart .wc-proceed-to-checkout {
  padding-top: 0;
  margin-top: 5px; }
.woocommerce-cart .checkout-process-wrap .checkbox {
  margin-right: 27px;
  font-weight: 300;
  margin-top: -4px;
  position: relative;
  padding-left: 33px;
  cursor: pointer; }
  .woocommerce-cart .checkout-process-wrap .checkbox::before {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    border: 1px solid #0E2843;
    position: absolute;
    left: 0;
    top: 2px; }
  .woocommerce-cart .checkout-process-wrap .checkbox .checkmark {
    display: block;
    position: absolute;
    background: url("../images/checked.svg") no-repeat top left;
    background-size: cover;
    opacity: 0;
    width: 11px;
    height: 8px;
    position: absolute;
    left: 5px;
    top: 9px; }
  .woocommerce-cart .checkout-process-wrap .checkbox a {
    text-decoration: underline; }
  .woocommerce-cart .checkout-process-wrap .checkbox [type=checkbox] {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    word-wrap: normal !important;
    border: none;
    opacity: 0; }
    .woocommerce-cart .checkout-process-wrap .checkbox [type=checkbox]:checked ~ .checkmark {
      opacity: 1; }

.woocommerce-cart .div-product-name-wrap .product-detail .custom-size {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1; }
  .woocommerce-cart .div-product-name-wrap .product-detail .custom-size span {
    display: flex; }
    .woocommerce-cart .div-product-name-wrap .product-detail .custom-size span strong {
      width: 90%;
      font-weight: 400; }

/*
  Hover
*/
.top-menu .menu-item.current-menu-item a,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  color: #8DC4CD; }

.top-menu .menu-item a:hover, .top-menu .menu-item a:active, .top-menu .menu-item a:focus, .woo-links a:hover, .woo-links a:active, .woo-links a:focus {
  color: #8DC4CD; }

/*
End hover
*/
.caption .bg-image {
  display: none; }

.image-mobile {
  display: none; }

.ordering-wrap .filter-wrap {
  display: none; }

.woocommerce.archive .site-main-wrap, .single-product .site-main-wrap {
  padding-top: 80px; }

.widget-area {
  position: relative; }
  .widget-area .button-close {
    display: none;
    position: absolute;
    top: 24px;
    right: 22px;
    font-size: 24px;
    color: #8DC4CD;
    width: 26px;
    height: 26px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid #8DC4CD;
    margin-right: 10px; }

@media (max-width: 1024px) {
  .ordering-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .ordering-wrap .filter-wrap {
      display: block;
      width: 50%;
      padding-right: 7px; }
      .ordering-wrap .filter-wrap .filter-by {
        width: 100%;
        appearance: none;
        background: #fff;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        display: block;
        border: 1px solid #0E2843;
        font-size: 15px;
        font-weight: 400;
        padding: 15px 30px;
        outline: 0;
        text-align: left;
        position: relative;
        cursor: pointer; }
        .ordering-wrap .filter-wrap .filter-by:after {
          content: '\e805';
          font-family: "psd";
          font-style: normal;
          font-weight: normal;
          speak: never;
          display: inline-block;
          text-decoration: inherit;
          width: 1em;
          margin-right: .2em;
          text-align: center;
          font-size: 8px;
          position: absolute;
          right: 20px;
          top: 20px; }
    .ordering-wrap form.woocommerce-ordering {
      width: 50%;
      padding-left: 7px;
      margin-bottom: 0; }

  .archive.woocommerce .widget-area {
    width: 100%;
    display: none; }
    .archive.woocommerce .widget-area .widget-area-inner {
      background: #f8f8f8;
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16); }
    .archive.woocommerce .widget-area .button-close {
      display: flex; }
    .archive.woocommerce .widget-area .widget-area-inner {
      padding-top: 35px; }
  .archive.woocommerce .filter-wrap {
    display: block; }
    .archive.woocommerce .filter-wrap .widget-area {
      width: 100%;
      display: none;
      position: absolute;
      left: 0;
      padding: 0 17px;
      z-index: 99;
      padding-top: 13px; }
    .archive.woocommerce .filter-wrap.active .filter-by:after {
      transform: rotate(-180deg);
      top: 18px; }
  .archive.woocommerce .site-main-wrap {
    padding-top: 28px; }
    .archive.woocommerce .site-main-wrap .container:before {
      display: none; }
  .archive.woocommerce .site-main {
    width: 100%; }
  .archive.woocommerce .woocommerce-products-header__title {
    font-size: 30px;
    letter-spacing: 3.6px; } }
@media (max-width: 768px) {
  .usps-wrap {
    top: unset; }

  .reviewsio-header {
    display: none; }

  .home #hero-image {
    margin-top: -16px; }

  #hero-image .caption-heading {
    z-index: 9;
    font-size: 40px;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 10px; }

  .home #hero-image .caption {
    padding: 84px 0 90px; }

  .site-header .container {
    padding: 0 17px; }

  .main-header .brand-text {
    font-size: 19px; }

  .usps {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%; }
    .usps .usp {
      width: 50%;
      margin: 0 !important;
      padding: 0 9px; }
    .usps .usp:nth-child(3),
    .usps .usp:nth-child(4) {
      display: none; }
    .usps .usp-title {
      line-height: 1; }

  .home #hero-image {
    padding-top: 0; }
    .home #hero-image .bg-img {
      display: none; }
    .home #hero-image .caption {
      position: relative;
      margin-bottom: 0; }
      .home #hero-image .caption .bg-image {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat; }
        .home #hero-image .caption .bg-image img {
          display: none; }
  .home .section-image-banner {
    padding-top: 0; }

  .form-quote-container .container {
    max-width: 100%;
    padding: 0; }
    .form-quote-container .container .container-inner {
      width: 100%;
      filter: none;
      max-width: 100%;
      padding: 27px 17px; }
    .form-quote-container .container .quote-intro {
      width: 100%; }
    .form-quote-container .container .quote-prouct {
      width: 100%; }
      .form-quote-container .container .quote-prouct .quote-field {
        width: 50%;
        margin-bottom: 20px; }
    .form-quote-container .container .quote-dimensions {
      width: 50%; }
    .form-quote-container .container .quote-buy {
      width: 50%; }
    .form-quote-container .container .quote-field-submit#submit-wrap .button, .form-quote-container .container .quote-field-submit#submit-wrap .div-product-name-wrap a.remove, .div-product-name-wrap .form-quote-container .container .quote-field-submit#submit-wrap a.remove, .form-quote-container .container .quote-field-submit#submit-wrap .checkout-process-wrap .checkout-button, .checkout-process-wrap .form-quote-container .container .quote-field-submit#submit-wrap .checkout-button {
      min-width: unset; }
  .form-quote-container .quote-heading {
    font-size: 24px;
    letter-spacing: 2.8px; }
  .form-quote-container .quote-description {
    font-size: 13px; }
  .form-quote-container .quote-title, .form-quote-container select, .form-quote-container .placeholder {
    font-size: 14px; }
  .form-quote-container .quote-intro {
    margin-bottom: 10px; }
  .form-quote-container.form-quote-container-mobile .container .quote-prouct .quote-field {
    margin-bottom: 15px; }
  .form-quote-container.form-quote-container-mobile .container .quote-dimensions {
    width: 100%; }
  .form-quote-container.form-quote-container-mobile .field-thickness .select-wrap {
    margin-top: 26px; }
  .form-quote-container.form-quote-container-mobile .container .quote-buy {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 -8px;
    width: calc(100% + 16px);
    margin-top: -10px; }
  .form-quote-container.form-quote-container-mobile .quote-product {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 8px; }
    .form-quote-container.form-quote-container-mobile .quote-product .product-price {
      padding: 0; }
    .form-quote-container.form-quote-container-mobile .quote-product .product-button#result-link {
      padding: 0;
      width: 100%; }
      .form-quote-container.form-quote-container-mobile .quote-product .product-button#result-link .button, .form-quote-container.form-quote-container-mobile .quote-product .product-button#result-link .div-product-name-wrap a.remove, .div-product-name-wrap .form-quote-container.form-quote-container-mobile .quote-product .product-button#result-link a.remove, .form-quote-container.form-quote-container-mobile .quote-product .product-button#result-link .checkout-process-wrap .checkout-button, .checkout-process-wrap .form-quote-container.form-quote-container-mobile .quote-product .product-button#result-link .checkout-button {
        width: 100%; }
  .form-quote-container.form-quote-container-mobile .quote-field-submit#submit-wrap {
    width: 50%;
    padding: 0 8px; }
    .form-quote-container.form-quote-container-mobile .quote-field-submit#submit-wrap .button, .form-quote-container.form-quote-container-mobile .quote-field-submit#submit-wrap .div-product-name-wrap a.remove, .div-product-name-wrap .form-quote-container.form-quote-container-mobile .quote-field-submit#submit-wrap a.remove, .form-quote-container.form-quote-container-mobile .quote-field-submit#submit-wrap .checkout-process-wrap .checkout-button, .checkout-process-wrap .form-quote-container.form-quote-container-mobile .quote-field-submit#submit-wrap .checkout-button {
      padding: 17px 4px;
      width: 100%; }
  .form-quote-container.form-quote-container-mobile #result-link .button, .form-quote-container.form-quote-container-mobile #result-link .div-product-name-wrap a.remove, .div-product-name-wrap .form-quote-container.form-quote-container-mobile #result-link a.remove, .form-quote-container.form-quote-container-mobile #result-link .checkout-process-wrap .checkout-button, .checkout-process-wrap .form-quote-container.form-quote-container-mobile #result-link .checkout-button {
    min-width: unset;
    padding: 17px 4px; }

  .home .section-categories {
    padding-top: 0; }

  .section-shop-by-use .carousel {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

  .related.products > h2, .section-title, .related.products > h2 {
    font-size: 30px;
    letter-spacing: 1.5px;
    line-height: 1.2; }

  .section-categories .product-categories {
    margin: -8px; }

  .section-categories .product-category {
    width: calc(50%);
    margin: 0 !important;
    padding: 8px; }

  .section-image-banner .container {
    padding: 0; }
  .section-image-banner .image-banner .caption {
    width: 88%;
    padding: 30px 17px;
    bottom: -1px; }
  .section-image-banner .image {
    width: 100%;
    height: 100%; }
    .section-image-banner .image img {
      object-fit: cover;
      height: 100%; }
    .section-image-banner .image .image-pc {
      display: none; }
    .section-image-banner .image .image-mobile {
      display: block; }

  .section-featured-products .container:after {
    display: none; }

  .section-callout .callout-grid {
    flex-wrap: wrap; }
  .section-callout .callout-image {
    width: 50%;
    position: absolute;
    left: -50px;
    top: -90px; }
    .section-callout .callout-image img {
      max-height: 230px;
      transform: unset;
      transform-origin: unset;
      max-width: 230px;
      object-fit: contain; }
  .section-callout .callout-content {
    padding: 0;
    width: 100%; }
  .section-callout .callout-desc {
    padding-top: 100px; }
  .section-callout .section-title, .section-callout .related.products > h2 {
    padding-left: 180px; }

  .section-faqs .related.products > h2, .section-faqs .section-title, .section-faqs .related.products > h2 {
    margin-bottom: 14px; }

  .section-image-banner .image-banner .caption-title {
    font-size: 30px;
    letter-spacing: 3.6px; }

  .section-image-banner .image-banner .caption-desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6; }
  .section-image-banner .image-banner .caption-button {
    margin-top: 15px; }

  .home .section-callout {
    margin-bottom: 40px; }

  .section-categories .category-name {
    line-height: 1.2; }

  .section-products-carousel .section-title, .section-products-carousel .related.products > h2 {
    position: relative;
    padding-right: 130px; }
  .section-products-carousel .owl-next, .section-products-carousel .owl-prev {
    top: 50%;
    transform: translateY(-50%); }

  .section-products-carousel .owl-next {
    right: 0px; }

  .section-products-carousel .owl-prev {
    right: 50px; }

  .section-products-carousel .product .woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 400; }

  .section-products-carousel {
    padding: 30px 0 30px;
    overflow: hidden; }

  .home .section-reviews {
    margin-top: 20px; }

  /*
    Category
  */
  .archive.woocommerce .widget-area {
    width: 100%;
    display: none; }
    .archive.woocommerce .widget-area .widget-area-inner {
      background: #f8f8f8;
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16); }
    .archive.woocommerce .widget-area .button-close {
      display: flex; }
    .archive.woocommerce .widget-area .widget-area-inner {
      padding-top: 35px; }
  .archive.woocommerce .filter-wrap .widget-area {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    padding: 0 17px;
    z-index: 99;
    padding-top: 13px; }
  .archive.woocommerce .filter-wrap.active .filter-by:after {
    transform: rotate(-180deg);
    top: 18px; }
  .archive.woocommerce .site-main-wrap {
    padding-top: 28px; }
    .archive.woocommerce .site-main-wrap .container:before {
      display: none; }
  .archive.woocommerce .site-main {
    width: 100%; }
  .archive.woocommerce .woocommerce-products-header__title {
    font-size: 30px;
    letter-spacing: 3.6px; }
  .archive.woocommerce ul.products {
    margin-left: -7px;
    margin-right: -7px; }
    .archive.woocommerce ul.products li.product {
      width: 50%;
      padding: 0 7px;
      margin: 0 !important;
      margin-bottom: 16px !important; }
      .archive.woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 16px;
        padding: 4px 10px 0; }
      .archive.woocommerce ul.products li.product .price {
        padding: 6px 10px 10px 10px; }

  /*
    Single Product
  */
  .woocommerce.single-product .site-main-wrap {
    padding-top: 30px; }
  .woocommerce.single-product div.product div.images.woocommerce-product-gallery {
    width: 100% !important; }
  .woocommerce.single-product div.product div.summary {
    width: 100% !important;
    padding: 0; }
  .woocommerce.single-product div.product .product_title {
    font-size: 30px;
    letter-spacing: 3.6px;
    margin-bottom: 10px; }
  .woocommerce.single-product div.product p.price {
    margin-bottom: 10px; }
  .woocommerce.single-product div.product .woocommerce-product-details__short-description {
    margin-top: 15px; }
  .woocommerce.single-product div.product .product-tabs-wrap {
    margin-top: 0; }
  .woocommerce.single-product div.product .wapf--inner, .woocommerce.single-product div.product .wapf--inner .price {
    font-size: 30px !important;
    letter-spacing: 3.6px !important; }
  .woocommerce.single-product div.product div.images.woocommerce-product-gallery {
    margin-bottom: 30px; }
  .woocommerce.single-product .c-offcanvas {
    width: 90% !important; }
  .woocommerce.single-product .c-offcanvas--overlay {
    z-index: 99999; }
  .woocommerce.single-product .c-offcanvas--right {
    padding: 30px 20px 0 30px; }
  .woocommerce.single-product #panel-footer #panel-price {
    font-size: 30px;
    letter-spacing: 3.6px; }
  .woocommerce.single-product #panel-footer #button-save {
    width: 60%;
    max-width: unset;
    padding: 16px 10px; }
  .woocommerce.single-product #panel-footer #button-cancel {
    width: 40%;
    max-width: unset;
    min-width: unset;
    padding: 16px 10px; }
  .woocommerce.single-product #panel-action {
    display: flex;
    justify-content: space-between; }
  .woocommerce.single-product .offcanvas-header .button-closed {
    right: 10px; }

  .related.products:after, .section-featured-products:after {
    display: none; }

  .related.products, .section-featured-products {
    padding: 40px 0 40px; }

  .related.products ul.products, .section-featured-products ul.products {
    margin-left: -8px;
    margin-right: -8px; }

  .related.products ul.products li.product, .section-featured-products ul.products li.product {
    width: 50%;
    margin: 0 !important;
    padding: 0 8px;
    margin-bottom: 16px !important; }

  .inspirations .inspiration {
    width: 100%;
    justify-content: center;
    display: flex; }

  .pagination-and-ordering-wrap {
    justify-content: space-between;
    width: 100%; }
    .pagination-and-ordering-wrap .pagination-wrap {
      width: 100%;
      margin-bottom: 10px; }

  .services-page {
    margin-bottom: 0; }

  .ordering-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .ordering-wrap .filter-wrap {
      display: block;
      width: 50%;
      padding-right: 7px; }
      .ordering-wrap .filter-wrap .filter-by {
        width: 100%;
        appearance: none;
        background: #fff;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        display: block;
        border: 1px solid #0E2843;
        font-size: 15px;
        font-weight: 400;
        padding: 15px 30px;
        outline: 0;
        text-align: left;
        position: relative;
        cursor: pointer; }
        .ordering-wrap .filter-wrap .filter-by:after {
          content: '\e805';
          font-family: "psd";
          font-style: normal;
          font-weight: normal;
          speak: never;
          display: inline-block;
          text-decoration: inherit;
          width: 1em;
          margin-right: .2em;
          text-align: center;
          font-size: 8px;
          position: absolute;
          right: 20px;
          top: 20px; }
    .ordering-wrap form.woocommerce-ordering {
      width: 50%;
      padding-left: 7px;
      margin-bottom: 0; }

  /*&.woocommerce-cart .woocommerce table.shop_table.woocommerce-cart-form__contents .product-subtotal {
    width: 100%;
  }*/ }
@media (max-width: 479px) {
  .section-categories .category-name {
    line-height: 1.07;
    font-size: 13px;
    font-weight: 400; }

  .usps .usp-title {
    line-height: 1;
    font-size: 14px;
    letter-spacing: 1.68px; }

  .woocommerce.single-product .site-main-wrap {
    padding-top: 30px; }
  .woocommerce.single-product div.product .sample-form-wrap {
    width: 100%;
    padding: 0; }
  .woocommerce.single-product div.product .add-to-cart-wrap {
    width: 100%;
    margin-left: 0;
    padding: 0;
    margin-top: 8px; } }
@media (max-width: 375px) {
  .archive.woocommerce ul.products li.product {
    width: 49.8%; } }
.woocommerce-cart .cart-collaterals .cart_totals table {
  white-space: normal; }

.woocommerce-cart .cart-collaterals .cart_totals table th {
  width: auto; }

.woocommerce-cart .cart-collaterals .cart_totals table .order-total th {
  display: table-cell;
  min-width: unset;
  width: 35%; }

@media (max-width: 768px) {
  .woocommerce-cart .woocommerce table.shop_table.woocommerce-cart-form__contents .product-subtotal,
  .woocommerce-cart .woocommerce table.shop_table.woocommerce-cart-form__contents .product-options,
  .woocommerce-cart .woocommerce table.shop_table.woocommerce-cart-form__contents .product-quantity,
  .woocommerce-cart .woocommerce table.shop_table.woocommerce-cart-form__contents .product-name {
    width: 100% !important; }

  .woocommerce-cart .cart-collaterals .cart_totals table .order-total th {
    width: unset; }

  .woocommerce-cart .woocommerce table.shop_table.woocommerce-cart-form__contents .product-name {
    padding-right: 0; }

  .woocommerce-cart .div-product-name-wrap .product-thumb {
    margin-right: 0;
    padding-right: 15px; }

  .checkout-process-wrap .checkbox {
    margin-bottom: 20px; }

  .woocommerce-cart .cart-collaterals .cart_totals table .order-total {
    margin: 10px 0 10px; }

  .woocommerce table.shop_table td.actions .button-group .div-product-name-wrap a.remove, .div-product-name-wrap .woocommerce table.shop_table td.actions .button-group a.remove, .woocommerce table.shop_table td.actions .button-group .button, .woocommerce table.shop_table td.actions .button-group .checkout-process-wrap .checkout-button, .checkout-process-wrap .woocommerce table.shop_table td.actions .button-group .checkout-button {
    padding: 7px 10px !important;
    font-size: 14px; }

  .woocommerce-cart .div-product-name-wrap .product-detail,
  .woocommerce-cart .div-product-name-wrap .product-thumb {
    width: 50%; } }

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