/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * 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 iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

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

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * 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;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/**
 * Use the default user interface font in all browsers (opinionated).
 */
html {
  font-family: system-ui, -apple-system, "Segoe UI", "Roboto", "Ubuntu", "Cantarell", "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/**
 * Use the default monospace user interface font in all browsers (opinionated).
 */
code,
kbd,
samp,
pre {
  font-family: "Menlo", "Consolas", "Roboto Mono", "Ubuntu Monospace", "Noto Mono", "Oxygen Mono", "Liberation Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent; /* 1 */
  border: 1px solid WindowFrame; /* 1 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  padding: 0.25em 0.375em; /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
select:not([multiple]):not([size]) {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E");
}

/**
 * Change the inconsistent appearance in IE (opinionated).
 */
::-ms-expand {
  display: none;
}

/**
 * Correct the inconsistent appearance in IE (opinionated).
 */
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.54);
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* --------------- */
/* --- Extends --- */
/* --------------- */
.sidebar .widget ul, .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .widget ul li, .menu li {
  font-family: inherit;
  position: relative;
}
.sidebar .widget ul li a, .menu li a {
  color: inherit;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
.sidebar .widget ul .sub-menu, .menu .sub-menu {
  display: none;
}

.post-preview .featured-img {
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-color: #f2f2f2;
  position: relative;
}
.post-preview .featured-img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0.2;
  transition: opacity 0.3s ease-in-out;
}
.post-preview .featured-img a:hover {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.comment-respond .submit, .post-wrap .post-nav-wrap .navigation .nav-links a, .post-wrap .post-nav-wrap .back-btn, .post-preview .content .btn {
  display: inline-block;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  background: inherit;
  color: inherit;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.comment-respond .submit:hover, .post-wrap .post-nav-wrap .navigation .nav-links a:hover, .post-wrap .post-nav-wrap .back-btn:hover, .post-preview .content .btn:hover {
  background: inherit;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

/* --------------------- */
/* --- Global styles --- */
/* --------------------- */
.container_wrap {
  display: grid;
  grid-gap: 0 15px;
}
.container_wrap .container {
  grid-column: 2/3;
}

.sidebar .widget {
  margin-bottom: 15px;
}
.sidebar .widget .widget-title {
  margin-bottom: 5px;
}
.pagination {
  padding: 10px 0;
}
.pagination .nav-links .page-numbers {
  border: solid 1px inherit;
  padding: 6px 10px;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  transition: all 0.2s ease-in-out;
}
.pagination .nav-links .current {
  border-color: inherit;
  color: inherit;
}
.pagination .nav-links a:hover {
  border-color: inherit;
  background-color: inherit;
  transition: all 0.2s ease-in-out;
}
.pagination.next-prev a {
  text-decoration: none;
  color: inherit;
  border: solid 1px inherit;
  transition: all 0.2s ease-in-out;
}
.pagination.next-prev a:hover {
  border-color: inherit;
  background-color: inherit;
  transition: all 0.2s ease-in-out;
}

.custom-404 {
  padding: 30px 15px 60px;
}

.site-header {
  position: relative;
}
.site-header .site-logo {
  display: inline-block;
  max-width: 300px;
  position: relative;
  height: 100%;
  width: 100%;
}
.site-header .site-logo .title {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.site-header .site-logo img {
  width: 100%;
  height: auto;
}
.site-header .header-nav .menu {
  display: flex;
}
.site-header .header-nav .menu .menu-item {
  margin: 0 4px;
}
.site-header .search-form {
  display: inline-block;
  padding: 4px;
  border: solid 1px;
}
.site-header .search-form input {
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 20px;
  font-family: inherit;
  text-indent: 3px;
}
.site-header .search-form button {
  border: 0;
  background: transparent;
  outline: 0;
  font-size: 22px;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.site-header .search-form button:hover {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.2s ease-in-out;
}
.site-header .main-nav .menu {
  display: flex;
  flex-wrap: wrap;
}
.site-header .main-nav .menu .menu-item {
  margin: 0 7px;
}
.site-header .main-nav .menu .menu-item a {
  white-space: nowrap;
  display: block;
  color: inherit;
  z-index: 39;
}
.site-header .main-nav .menu-item-has-children .sub-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  flex-direction: column;
  z-index: 30;
  padding: 0;
}
.site-header .main-nav .menu-item-has-children .sub-menu .menu-item {
  margin: 0;
  padding: 0;
}
.site-header .main-nav .menu-item-has-children .sub-menu .menu-item a {
  display: block;
  padding: 8px 12px;
}
.site-header .main-nav .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}
.site-header.classic .upper .container {
  display: grid;
  place-items: center end;
}
.site-header.classic .main .container {
  display: grid;
  grid: auto/1fr 1fr 1fr 1fr;
}
.site-header.classic .main .container .tagline {
  grid-column: 1;
}
.site-header.classic .main .container .main-nav_wrap {
  grid-column: 2/span 3;
  grid-row: 1/span 2;
  place-self: center end;
}
.site-header.classic .main .container .main-nav_wrap .menu .menu-item:last-of-type {
  margin-right: 0;
}
.site-header.stack-center .main .container {
  display: grid;
  place-items: center;
}
.site-header.stack-center .main .container .site-logo {
  text-align: center;
}
.site-header.stack-center .lower .container {
  display: grid;
  place-items: center;
}
.site-header.stack-left .main .container {
  display: grid;
  place-items: center start;
}
.site-header.stack-left .lower {
  place-items: center start;
}
.site-header.stack-left .lower .menu .menu-item:first-of-type {
  margin-left: 0;
}
.site-header #navicon {
  display: none;
  width: 38px;
  height: 28px;
  position: relative;
  margin: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.site-header #navicon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.site-header #navicon span:nth-child(1) {
  top: 0px;
}
.site-header #navicon span:nth-child(2), .site-header #navicon span:nth-child(3) {
  top: 12px;
}
.site-header #navicon span:nth-child(4) {
  top: 24px;
}
.site-header #navicon.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}
.site-header #navicon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-header #navicon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.site-header #navicon.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.mobile-nav .menu-arrow {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 40;
}
.mobile-nav .menu-arrow .fa-chevron-right, .mobile-nav .menu-arrow .fa-chevron-down {
  display: none;
  color: inherit;
}
.mobile-nav .menu-item-has-children .menu-arrow {
  display: inline-block;
}
.mobile-nav .menu-item-has-children .menu-arrow .fa-chevron-right {
  display: initial;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
}
.mobile-nav .menu-item-has-children.expanded .menu-arrow .fa-chevron-right {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.mobile-nav .menu-item-has-children.expanded .sub-menu {
  display: block !important;
  padding: 0 0 5px 0;
}
.mobile-nav .menu-item-has-children.expanded .sub-menu .menu-item {
  border: 0;
}
.mobile-nav .menu-item-has-children.expanded .sub-menu .menu-item a {
  padding: 4px 0px 4px 20px;
}
.mobile-nav .menu-item-has-children.expanded .sub-menu .menu-item .menu-arrow {
  display: none !important;
}

@media (max-width: 1023px) {
  .site-header #navicon {
    display: inline-block;
  }
  .site-header .main-nav {
    display: none;
  }
}
@media (min-width: 1024px) {
  .mobile-nav {
    display: none !important;
  }
}
.site-footer .lower {
  padding: 15px 0 30px;
}
.site-footer .sub-footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.site-footer .sub-footer .container .sign-off .gsl-link {
  text-decoration: none;
  color: inherit;
}
.site-footer .sub-footer .container .sub-menu .menu {
  display: flex;
}
.site-footer .sub-footer .container .sub-menu .menu .menu-item {
  margin-right: 15px;
}
.site-footer .sub-footer .container .sub-menu .menu .menu-item:last-of-type {
  margin: 0;
}

.wpcf7 .wpcf7-form {
  display: flex;
  flex-wrap: wrap;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap {
  flex: 1 1 auto;
  padding: 10px;
}
.wpcf7 .wpcf7-form .wpcf7-form-control-wrap.your-message {
  flex: 1 1 100%;
}
.wpcf7 .wpcf7-form .wpcf7-form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid;
  outline: 0;
}
.wpcf7 .wpcf7-form .wpcf7-submit {
  margin: auto;
  max-width: 300px;
  outline: 0;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  cursor: pointer;
}
.wpcf7 .wpcf7-form .wpcf7-submit:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .wpcf7 .wpcf7-form .wpcf7-submit {
    margin: 0 10px;
    max-width: none;
  }
}
.wpcf7 .ajax-loader {
  background-image: url("../images/loader-blue.gif");
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3d3d3d;
  z-index: 1001;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.wpcf7 .ajax-loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #696969;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.wpcf7 .ajax-loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #999999;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.blog .page-content,
.single .page-content,
.archive .page-content,
.search .page-content {
  padding: 30px 0;
}
.blog .page-content .container,
.single .page-content .container,
.archive .page-content .container,
.search .page-content .container {
  display: grid;
  grid: auto/auto 350px;
  grid-gap: 0 30px;
}
.blog .page-content .page-title,
.single .page-content .page-title,
.archive .page-content .page-title,
.search .page-content .page-title {
  grid-column: 1/span 2;
}

.post-meta {
  margin-bottom: 10px;
}
.post-meta .date {
  display: block;
}
.post-meta .cats a {
  color: inherit;
  text-decoration: none;
}
.post-meta .tags a {
  color: inherit;
  opacity: 0.6;
  text-decoration: none;
  font-style: italic;
  transition: opacity 0.3s ease-in-out;
}
.post-meta .tags a:hover {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.post-preview {
  border: solid 1px;
}
.post-preview .featured-img {
  margin-bottom: 0px;
}
.post-preview .content {
  padding: 0 15px 15px;
}
.post-preview .content h1 {
  font-size: 24px;
  font-family: inherit;
}
.post-preview .content .post-meta {
  margin: 15px 0 0;
}
.post-preview .content .btn {
  align-self: baseline;
}

.post-wrap {
  display: grid;
  grid: auto/auto-flow 1fr;
  grid-gap: 15px 15px;
}
.post-wrap .post-nav-wrap {
  display: flex;
  margin-top: 15px;
}
.post-wrap .post-nav-wrap .navigation .nav-links {
  display: flex;
}
.post-wrap .post-nav-wrap .navigation .nav-links a {
  margin-left: 3px;
}

.wp-post-image {
  width: 100%;
  height: auto;
}

.comment-respond {
  border-top: solid 1px;
  padding-top: 5px;
}
.comment-respond .comment-reply-title {
  font-size: 18px;
}
.comment-respond .comment-form-comment label {
  display: none;
}
.comment-respond .comment-form-comment #comment {
  width: 100%;
}
.blog-grid {
  display: grid;
  grid: auto/repeat(auto-fill, minmax(350px, 1fr));
  grid-gap: 15px;
}

.search .post {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px inherit;
}
.search .post .featured-image {
  flex: 0 1 30%;
  min-height: 300px;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin: 0 30px 15px 0;
}
.search .post .featured-image a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.search .post .post-excerpt {
  flex: 0 1 65%;
  padding: 0;
  box-sizing: border-box;
  margin-bottom: 15px;
}
.search .post .post-excerpt h1 {
  font-size: 34px;
  margin: 0 0 15px;
}
.search .post .post-excerpt p {
  padding-bottom: 15px;
}
.search .post .post-excerpt a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.search .post .post-excerpt a:hover {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  .search .post .featured-image {
    flex: 1 0 100%;
  }
  .search .post .post-excerpt {
    flex: 1 0 100%;
    padding: 0;
  }
}
.search-page-title {
  padding: 30px 0;
}

.no-search-results {
  padding: 90px 0 60px 0;
  text-align: center;
}

.widget_search .search-form {
  display: flex;
  border: solid 1px #a9a9a9;
}
.widget_search .search-form label {
  width: 100%;
}
.widget_search .search-form .search-field {
  width: 100%;
  border: 0;
  padding: 8px 5px;
  text-indent: 10px;
  outline: 0;
}
.widget_search .search-form .search-submit {
  border: 0;
  color: inherit;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  padding: 0 10px 0 5px;
  outline: 0;
}
.widget_search .search-form .search-submit:hover {
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.widget_media_gallery .gallery .gallery-item {
  margin: 0;
}
.widget_media_gallery .gallery .gallery-item .gallery-icon .attachment-full {
  width: 100%;
  height: auto;
}
.widget_media_gallery .gallery-columns-1 {
  display: grid;
  grid: auto/repeat(1, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-2 {
  display: grid;
  grid: auto/repeat(2, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-3 {
  display: grid;
  grid: auto/repeat(3, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-4 {
  display: grid;
  grid: auto/repeat(4, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-5 {
  display: grid;
  grid: auto/repeat(5, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-6 {
  display: grid;
  grid: auto/repeat(6, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-7 {
  display: grid;
  grid: auto/repeat(7, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-8 {
  display: grid;
  grid: auto/repeat(8, minmax(0px, 1fr));
  grid-gap: 5px;
}
.widget_media_gallery .gallery-columns-9 {
  display: grid;
  grid: auto/repeat(9, minmax(0px, 1fr));
  grid-gap: 5px;
}

body {
  font-family: Montserrat;
}
body input {
  font-family: Montserrat;
}

::-webkit-input-placeholder {
  font-family: Montserrat;
}

:-moz-placeholder {
  font-family: Montserrat;
}

::-moz-placeholder {
  font-family: Montserrat;
}

:-ms-input-placeholder {
  font-family: Montserrat;
}

h1,
h2 {
  letter-spacing: 5px !important;
  font-size: 23px !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
}
h1 strong,
h2 strong {
  font-weight: 600 !important;
}

h3 {
  font-size: 18px !important;
  letter-spacing: 2.4px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}
h3 strong {
  font-weight: 600 !important;
}

h4 {
  font-size: 15px !important;
  letter-spacing: 2px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}
h4 strong {
  font-weight: 600 !important;
}

h6 {
  font-size: 13px !important;
  letter-spacing: 1px !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}
h6 strong {
  font-weight: 600 !important;
}

body {
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 30px !important;
}

p {
  font-weight: 300 !important;
}

body .aws-search-result {
  color: white;
}
body .aws-search-result .aws_term_suggestion {
  color: white;
  font-weight: bolder;
}
body .aws-search-result a.aws_term_suggestion {
  background-color: transparent;
}

.newsletter-gateway-wrapper .klaviyo-form .kl-private-reset-css-Xuajs1 {
  color: #000 !important;
}
.newsletter-gateway-wrapper .klaviyo-form input[type=text] {
  color: #000 !important;
}
.newsletter-gateway-wrapper .klaviyo-form button {
  color: white !important;
}
.newsletter-gateway-wrapper .klaviyo-form button.kl-private-reset-css-Xuajs1 {
  color: white !important;
}

.wpcf7-form .newsletter_signup, .wpcf7-form.klaviyo-form,
.klaviyo-form-TcUCAq .newsletter_signup,
.klaviyo-form-TcUCAq.klaviyo-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.wpcf7-form .newsletter_signup.klaviyo-form, .wpcf7-form.klaviyo-form.klaviyo-form,
.klaviyo-form-TcUCAq .newsletter_signup.klaviyo-form,
.klaviyo-form-TcUCAq.klaviyo-form.klaviyo-form {
  display: block;
}
.wpcf7-form .newsletter_signup .wpcf7-form-control-wrap,
.wpcf7-form .newsletter_signup div.fBZdkY, .wpcf7-form.klaviyo-form .wpcf7-form-control-wrap,
.wpcf7-form.klaviyo-form div.fBZdkY,
.klaviyo-form-TcUCAq .newsletter_signup .wpcf7-form-control-wrap,
.klaviyo-form-TcUCAq .newsletter_signup div.fBZdkY,
.klaviyo-form-TcUCAq.klaviyo-form .wpcf7-form-control-wrap,
.klaviyo-form-TcUCAq.klaviyo-form div.fBZdkY {
  background-color: rgba(255, 255, 255, 0.18) !important;
  color: white !important;
  border: none !important;
  border-radius: 2px !important;
  padding: 0px !important;
  flex: 1 !important;
}
.wpcf7-form .newsletter_signup .wpcf7-form-control-wrap input.wpcf7-form-control,
.wpcf7-form .newsletter_signup .wpcf7-form-control-wrap input,
.wpcf7-form .newsletter_signup div.fBZdkY input.wpcf7-form-control,
.wpcf7-form .newsletter_signup div.fBZdkY input, .wpcf7-form.klaviyo-form .wpcf7-form-control-wrap input.wpcf7-form-control,
.wpcf7-form.klaviyo-form .wpcf7-form-control-wrap input,
.wpcf7-form.klaviyo-form div.fBZdkY input.wpcf7-form-control,
.wpcf7-form.klaviyo-form div.fBZdkY input,
.klaviyo-form-TcUCAq .newsletter_signup .wpcf7-form-control-wrap input.wpcf7-form-control,
.klaviyo-form-TcUCAq .newsletter_signup .wpcf7-form-control-wrap input,
.klaviyo-form-TcUCAq .newsletter_signup div.fBZdkY input.wpcf7-form-control,
.klaviyo-form-TcUCAq .newsletter_signup div.fBZdkY input,
.klaviyo-form-TcUCAq.klaviyo-form .wpcf7-form-control-wrap input.wpcf7-form-control,
.klaviyo-form-TcUCAq.klaviyo-form .wpcf7-form-control-wrap input,
.klaviyo-form-TcUCAq.klaviyo-form div.fBZdkY input.wpcf7-form-control,
.klaviyo-form-TcUCAq.klaviyo-form div.fBZdkY input {
  border: none !important;
  letter-spacing: 3px !important;
  padding: 5px 10px !important;
  border-bottom: 1px solid white !important;
  font-size: 15px !important;
  box-shadow: none !important;
  background-color: transparent !important;
  color: inherit !important;
}
.wpcf7-form .newsletter_signup .lBQVd, .wpcf7-form.klaviyo-form .lBQVd,
.klaviyo-form-TcUCAq .newsletter_signup .lBQVd,
.klaviyo-form-TcUCAq.klaviyo-form .lBQVd {
  padding: 0 !important;
}
.wpcf7-form .newsletter_signup .wpcf7-form-control-wrap.your-consent,
.wpcf7-form .newsletter_signup .FormComponent__StyledFormComponentWrapper-e0xun6-0, .wpcf7-form.klaviyo-form .wpcf7-form-control-wrap.your-consent,
.wpcf7-form.klaviyo-form .FormComponent__StyledFormComponentWrapper-e0xun6-0,
.klaviyo-form-TcUCAq .newsletter_signup .wpcf7-form-control-wrap.your-consent,
.klaviyo-form-TcUCAq .newsletter_signup .FormComponent__StyledFormComponentWrapper-e0xun6-0,
.klaviyo-form-TcUCAq.klaviyo-form .wpcf7-form-control-wrap.your-consent,
.klaviyo-form-TcUCAq.klaviyo-form .FormComponent__StyledFormComponentWrapper-e0xun6-0 {
  background-color: transparent !important;
  border: none !important;
  font-size: 12px !important;
  letter-spacing: 3px !important;
}
.wpcf7-form .newsletter_signup .wpcf7-form-control-wrap.your-consent .wpcf7-form-control.wpcf7-acceptance,
.wpcf7-form .newsletter_signup .FormComponent__StyledFormComponentWrapper-e0xun6-0 .wpcf7-form-control.wpcf7-acceptance, .wpcf7-form.klaviyo-form .wpcf7-form-control-wrap.your-consent .wpcf7-form-control.wpcf7-acceptance,
.wpcf7-form.klaviyo-form .FormComponent__StyledFormComponentWrapper-e0xun6-0 .wpcf7-form-control.wpcf7-acceptance,
.klaviyo-form-TcUCAq .newsletter_signup .wpcf7-form-control-wrap.your-consent .wpcf7-form-control.wpcf7-acceptance,
.klaviyo-form-TcUCAq .newsletter_signup .FormComponent__StyledFormComponentWrapper-e0xun6-0 .wpcf7-form-control.wpcf7-acceptance,
.klaviyo-form-TcUCAq.klaviyo-form .wpcf7-form-control-wrap.your-consent .wpcf7-form-control.wpcf7-acceptance,
.klaviyo-form-TcUCAq.klaviyo-form .FormComponent__StyledFormComponentWrapper-e0xun6-0 .wpcf7-form-control.wpcf7-acceptance {
  border: none !important;
}
.wpcf7-form .newsletter_signup .wpcf7-form-control-wrap.your-consent div,
.wpcf7-form .newsletter_signup .FormComponent__StyledFormComponentWrapper-e0xun6-0 div, .wpcf7-form.klaviyo-form .wpcf7-form-control-wrap.your-consent div,
.wpcf7-form.klaviyo-form .FormComponent__StyledFormComponentWrapper-e0xun6-0 div,
.klaviyo-form-TcUCAq .newsletter_signup .wpcf7-form-control-wrap.your-consent div,
.klaviyo-form-TcUCAq .newsletter_signup .FormComponent__StyledFormComponentWrapper-e0xun6-0 div,
.klaviyo-form-TcUCAq.klaviyo-form .wpcf7-form-control-wrap.your-consent div,
.klaviyo-form-TcUCAq.klaviyo-form .FormComponent__StyledFormComponentWrapper-e0xun6-0 div {
  color: white;
}
.wpcf7-form .newsletter_signup .wpcf7-form-control.wpcf7-submit,
.wpcf7-form .newsletter_signup .Button__FormStyledButton-p2mbjt-0, .wpcf7-form.klaviyo-form .wpcf7-form-control.wpcf7-submit,
.wpcf7-form.klaviyo-form .Button__FormStyledButton-p2mbjt-0,
.klaviyo-form-TcUCAq .newsletter_signup .wpcf7-form-control.wpcf7-submit,
.klaviyo-form-TcUCAq .newsletter_signup .Button__FormStyledButton-p2mbjt-0,
.klaviyo-form-TcUCAq.klaviyo-form .wpcf7-form-control.wpcf7-submit,
.klaviyo-form-TcUCAq.klaviyo-form .Button__FormStyledButton-p2mbjt-0 {
  border: solid !important;
  border-width: 1px !important;
  border-color: white !important;
  color: white !important;
  letter-spacing: 3px !important;
  border-radius: 2px !important;
  padding: 0px !important;
  margin-left: 2px !important;
  font-size: 15px !important;
  padding: 5px 22px !important;
  max-width: 180px !important;
  line-height: 30px !important;
}

.ele-footer nav .menu-item a {
  font-size: 18px !important;
  color: #494C56 !important;
}
.ele-footer nav .menu-item a:hover {
  color: rgb(101, 106, 121) !important;
}

@media (max-width: 600px) {
  .footer-section .footer-headers {
    font-size: 13px !important;
  }
}
.footer-section .footer-headers-bold {
  font-weight: 600 !important;
}
.footer-section .footer-headers-light {
  font-weight: 400 !important;
}

.footer-container {
  display: flex !important;
  flex-wrap: wrap;
  padding-bottom: 40px !important;
}
@media (max-width: 1540px) {
  .footer-container {
    display: block !important;
  }
}
.footer-container .footer-left {
  width: 540px;
}
@media (max-width: 1540px) {
  .footer-container .footer-left {
    width: 100%;
  }
}
.footer-container .footer-left .logo {
  margin-top: 30px;
}
.footer-container .footer-left .logo img {
  max-width: 200px;
}
@media (max-width: 725px) {
  .footer-container .footer-left .logo img {
    max-width: 150px;
  }
}
@media (max-width: 1540px) {
  .footer-container .footer-left .logo {
    text-align: center;
  }
}
.footer-container .footer-left .text {
  font-size: 17px;
  color: #494C56;
  letter-spacing: 1px;
  margin-top: 22px;
  padding-right: 50px;
}
@media (max-width: 1540px) {
  .footer-container .footer-left .text {
    padding-right: 0;
    max-width: 840px;
    margin: auto;
    text-align: center;
    margin-top: 22px;
  }
}
@media (max-width: 725px) {
  .footer-container .footer-left .text {
    font-size: 12px;
    line-height: 21px;
    max-width: 440px;
  }
}
.footer-container .footer-right {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  padding-top: 101px;
}
@media (max-width: 1540px) {
  .footer-container .footer-right {
    padding-top: 30px;
  }
}
.footer-container .footer-right .footer-menus {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 990px) {
  .footer-container .footer-right .footer-menus {
    width: 100%;
    flex: auto;
  }
}
.footer-container .footer-right .footer-menus .footer-menu-container {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1540px) {
  .footer-container .footer-right .footer-menus .footer-menu-container {
    flex: auto;
    align-items: center;
  }
}
@media (max-width: 420px) {
  .footer-container .footer-right .footer-menus .footer-menu-container {
    width: 100%;
  }
}
.footer-container .footer-right .footer-menus .footer-menu-container h2 {
  font-size: 15px !important;
  font-weight: 600 !important;
}
.footer-container .footer-right .footer-menus .footer-menu-container a {
  font-size: 15px;
  color: #494C56;
  padding: 3px 0;
  letter-spacing: 1px;
}
.footer-container .footer-right .footer-menus .footer-menu-container a:hover {
  text-decoration: underline;
}
.footer-container .footer-right .footer-menus .footer-menu-container .socials {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  max-width: 180px;
}
.footer-container .footer-right .footer-menus .footer-menu-container .socials .s-link {
  border: 1px solid #494c56;
  border-radius: 50%;
  height: 33px;
  width: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-container .footer-right .footer-menus .footer-menu-container .socials .s-link:hover {
  color: #fff;
  background-color: #494c56;
}
.footer-container .footer-right .footer-menus .footer-menu-container .socials .contact-us-link {
  display: none;
}
.background_line:not(div),
div.background_line .elementor-heading-title,
div.background_line .elementor-text-editor h1,
div.background_line .elementor-text-editor h2,
div.background_line .elementor-text-editor h3 {
  display: inline;
  background-color: inherit;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  font-weight: 500;
  margin: auto;
  z-index: 1;
}
.background_line:not(div):before,
div.background_line .elementor-heading-title:before,
div.background_line .elementor-text-editor h1:before,
div.background_line .elementor-text-editor h2:before,
div.background_line .elementor-text-editor h3:before {
  content: "";
  height: 2px;
  background-color: #494C56;
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  z-index: -1;
  width: 75px;
  right: 100%;
}
.background_line:not(div):after,
div.background_line .elementor-heading-title:after,
div.background_line .elementor-text-editor h1:after,
div.background_line .elementor-text-editor h2:after,
div.background_line .elementor-text-editor h3:after {
  content: "";
  height: 2px;
  background-color: #494C56;
  display: inline-block;
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  z-index: -1;
  width: 75px;
  left: 100%;
}
@media (max-width: 840px) {
  .background_line:not(div),
  div.background_line .elementor-heading-title,
  div.background_line .elementor-text-editor h1,
  div.background_line .elementor-text-editor h2,
  div.background_line .elementor-text-editor h3 {
    display: block;
  }
  .background_line:not(div):after, .background_line:not(div):before,
  div.background_line .elementor-heading-title:after,
  div.background_line .elementor-heading-title:before,
  div.background_line .elementor-text-editor h1:after,
  div.background_line .elementor-text-editor h1:before,
  div.background_line .elementor-text-editor h2:after,
  div.background_line .elementor-text-editor h2:before,
  div.background_line .elementor-text-editor h3:after,
  div.background_line .elementor-text-editor h3:before {
    display: none;
  }
}

.page-title-container {
  background-color: #F3F3F3;
  padding: 5% 10% 5% 10%;
  margin: 0 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 -2000px;
}
@media (max-width: 900px) {
  .page-title-container {
    text-align: center;
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .page-title-container {
    padding: 10% 10% 10% 10%;
  }
}
.page-title-container p {
  line-height: 1.8;
  max-width: 60vw;
  margin: auto;
  text-align: center;
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .page-title-container p {
    max-width: 80vw;
  }
}
.page-title-container.white {
  background-color: #fff;
}

section.linkAnnotation a,
a.linkAnnotation,
a.customLinkAnnotation,
.customHtmlAnnotation,
.customVideoAnnotation {
  opacity: 0 !important;
}
section.linkAnnotation a:hover,
a.linkAnnotation:hover,
a.customLinkAnnotation:hover,
.customHtmlAnnotation:hover,
.customVideoAnnotation:hover {
  opacity: 0 !important;
}

.blog .posts-wrap {
  min-height: 110vh;
}
.blog .posts-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.blog .posts-container .post-preview {
  width: 33%;
}
@media (max-width: 1580px) {
  .blog .posts-container .post-preview {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .blog .posts-container .post-preview {
    width: 100% !important;
  }
}
.blog .blog-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 22px;
}
.blog .blog-header h1 {
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px !important;
}
@media (max-width: 1350px) {
  .blog .blog-header h1 {
    font-size: 18px !important;
    line-height: 22px;
  }
}
@media (max-width: 700px) {
  .blog .blog-header h1 {
    font-size: 15px !important;
  }
}
.blog .blog-header .category-controller-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.blog .blog-header .category-controller-wrapper .category-selector {
  text-transform: uppercase;
  padding: 6px 10px;
  font-size: 14px;
  cursor: pointer;
}
.blog .blog-header .category-controller-wrapper .category-selector.selected, .blog .blog-header .category-controller-wrapper .category-selector:hover {
  text-decoration: underline;
}

.archive.tag .page-title,
.archive.category .page-title {
  text-align: center;
}
.archive.tag .posts-wrap > div,
.archive.category .posts-wrap > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.archive.tag .posts-wrap > div .post-preview,
.archive.category .posts-wrap > div .post-preview {
  width: 33%;
}
@media (max-width: 1580px) {
  .archive.tag .posts-wrap > div .post-preview,
  .archive.category .posts-wrap > div .post-preview {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .archive.tag .posts-wrap > div .post-preview,
  .archive.category .posts-wrap > div .post-preview {
    width: 100%;
  }
}

.blog .page-content,
.single .page-content,
.archive .page-content,
.search .page-content {
  padding: 30px 0;
}
.blog .page-content .container,
.single .page-content .container,
.archive .page-content .container,
.search .page-content .container {
  display: block;
}

.single-post .page-content {
  padding-top: 0;
}
.single-post .post-wrap article .featured-img {
  min-height: 50vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 -15px;
  position: relative;
}
@media (min-width: 880px) {
  .single-post .post-wrap article .featured-img {
    min-height: auto;
    height: 500px;
  }
}
.single-post .post-wrap article .featured-img .post-header-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 100;
  margin-bottom: 5%;
  padding: 0 15px;
}
.single-post .post-wrap article .featured-img .post-header-info h1,
.single-post .post-wrap article .featured-img .post-header-info span {
  color: #fff;
}
.single-post .post-wrap article .featured-img .post-header-info h1 {
  text-align: center;
  margin: 0;
  font-weight: 400;
  letter-spacing: 3px;
}
@media (max-width: 680px) {
  .single-post .post-wrap article .featured-img .post-header-info h1 {
    font-size: 25px;
  }
}
.single-post .post-wrap article .featured-img .post-header-info span {
  text-align: center;
  margin-top: 16px;
  letter-spacing: 2px;
}
.single-post .post-wrap article .featured-img .overlay {
  position: absolute;
  top: 25%;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8099614846) 11%, rgba(0, 0, 0, 0) 100%);
  z-index: 75;
}
.single-post .post-wrap article .post-content-wrapper {
  max-width: 930px;
  margin: auto;
  padding-top: 20px;
}
.single-post .post-wrap article .post-content-wrapper img {
  max-width: 100%;
  margin-left: 0;
}
.single-post .recent-posts {
  margin-top: 30px;
}

.post-preview {
  padding: 20px;
  border: none;
}
.post-preview .post-preview_wrap {
  background-color: #f1f1f1;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.22);
  display: flex;
  flex-direction: column;
}
.post-preview .post-preview_wrap .featured-img {
  width: 100%;
  padding-top: 70%;
}
.post-preview .post-preview_wrap .featured-img a {
  border-bottom: none !important;
  background-color: transparent;
  opacity: 1;
}
.post-preview .post-preview_wrap .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 14px 10px 21px;
}
.post-preview .post-preview_wrap .content h1,
.post-preview .post-preview_wrap .content h3 {
  margin: 0;
  font-weight: 500;
  font-size: 23px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  color: #3D3D3D;
  height: 70px;
  font-size: 20px !important;
  letter-spacing: 5px !important;
}
@media (max-width: 1350px) {
  .post-preview .post-preview_wrap .content h1,
  .post-preview .post-preview_wrap .content h3 {
    font-size: 18px !important;
    line-height: 22px;
  }
}
@media (max-width: 700px) {
  .post-preview .post-preview_wrap .content h1,
  .post-preview .post-preview_wrap .content h3 {
    font-size: 15px !important;
  }
}
.post-preview .post-preview_wrap .content .post-meta {
  margin: 0;
  margin-bottom: 15px;
  margin-top: 3px;
}
.post-preview .post-preview_wrap .content .post-meta .date {
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  color: #3D3D3D;
}
.post-preview .post-preview_wrap .content .gsl-btn_wrapper .gsl-btn {
  display: block;
  border: 2px solid #494c56;
  padding: 6px 27px;
  text-transform: uppercase;
  font-size: 15px;
  color: #494c56;
  text-decoration: none;
}
.post-preview .post-preview_wrap .content .gsl-btn_wrapper .gsl-btn:hover {
  color: white !important;
  background-color: #494c56 !important;
}
.post-preview .post-preview_wrap .gsl-btn_wrapper:hover .gsl-btn {
  color: #ffffff;
  background-color: #494c56;
}

/**
* DEALER BLOG
*/
.client-feed {
  display: flex;
  flex-wrap: wrap;
}

.post-preview.post-preview-dealer {
  width: 50%;
}
.post-preview.post-preview-dealer .content h1 {
  width: 100%;
}
.post-preview.post-preview-dealer .content p {
  height: 53px;
  text-align: center;
  font-size: 12px;
}
.post-preview.post-preview-dealer:nth-child(odd) {
  padding-left: 0;
}
.post-preview.post-preview-dealer:nth-child(even) {
  padding-right: 0;
}
@media (max-width: 1100px) {
  .post-preview.post-preview-dealer {
    width: 100%;
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .post-preview.post-preview-dealer {
    width: 50%;
    padding: 20px;
  }
  .post-preview.post-preview-dealer:nth-child(odd) {
    padding-left: 0;
  }
  .post-preview.post-preview-dealer:nth-child(even) {
    padding-right: 0;
  }
}
@media (max-width: 730px) {
  .post-preview.post-preview-dealer {
    width: 100%;
    padding: 20px 0;
  }
}

.posts-filtered .post-preview {
  width: 100%;
  flex: 1 1 430px;
}

.dealer-post-popup {
  z-index: 10500;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(73, 76, 86, 0.7803921569);
  backdrop-filter: blur(9px);
  display: none;
  justify-content: center;
  align-items: center;
}
.dealer-post-popup .dealer-post-inner {
  width: 100%;
  max-width: 700px;
  height: 80%;
  overflow-y: auto;
  background-color: white;
  margin: 0 15px;
  padding: 20px;
}

.single-post .post-content-wrapper .elementor-button {
  display: inline-block;
  border: 2px solid #494c56 !important;
  padding: 15px 27px !important;
  text-transform: uppercase;
  font-size: 15px !important;
  color: #494c56 !important;
  text-decoration: none !important;
  width: auto;
}
.single-post .post-content-wrapper .elementor-button:hover {
  background-color: #494c56 !important;
  color: #fff !important;
}

.home-category-blocks {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.home-category-blocks .block {
  flex: 1 1 300px;
  min-height: 17vw;
  margin: 4px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .home-category-blocks .block {
    min-height: 220px;
  }
}
.home-category-blocks .block:hover .image {
  transform: scale(1.1);
}
.home-category-blocks .block .inner {
  position: relative;
  padding: 10px;
  height: 100%;
  width: 100%;
}
.home-category-blocks .block .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 50;
  transition: all 0.8s ease-in-out;
}
.home-category-blocks .block .overlay {
  position: absolute;
  top: 25%;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8099614846) 11%, rgba(0, 0, 0, 0) 100%);
  z-index: 75;
}
.home-category-blocks .block .text {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 22px;
  letter-spacing: 4px;
  line-height: 27px;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 23px;
}
.home-category-blocks .block .text .bold {
  font-weight: 600;
}

body.configuration-open-body {
  overflow-y: hidden;
}

.product-archive-wrapper.rev-wrap {
  flex-direction: row-reverse;
}
.product-archive-wrapper .product-archive-configuration {
  width: 360px;
}
@media (max-width: 1000px) {
  .product-archive-wrapper .product-archive-configuration {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: white;
    z-index: 10000;
    overflow-y: scroll;
    opacity: 0;
    animation: fadeOutFromNone 0.25s ease-out forwards;
  }
}
.configuration-open .product-archive-wrapper .product-archive-configuration {
  display: block;
  animation: fadeInFromNone 0.25s ease-out forwards;
  animation-delay: 0.15s;
}

.attribute-selector .attribute-selector-header {
  background-color: #494c56;
  color: white;
  text-align: center;
  padding: 6px 10px;
}
.attribute-selector .attribute-list-container {
  padding: 0 20px;
}
.attribute-selector .attribute-list-container .attribute-items-container {
  padding-bottom: 20px;
}
.attribute-selector .attribute-list-container .attribute-items-container h3 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.attribute-selector .attribute-list-container .attribute-items-container.new-finishes-container p {
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  letter-spacing: 2px;
  margin-bottom: 22px;
}
.attribute-selector .attribute-list-container .attribute-seperator {
  border-bottom: 1px solid #d2d2d2;
  width: 100%;
  height: 0;
}
.attribute-selector .collection-items {
  width: 100%;
  text-align: center;
}
.attribute-selector .collection-items a {
  display: block;
  font-size: 12px;
  text-decoration: none;
  color: #3E4E56;
  letter-spacing: 2px;
  margin: 10px 0;
}
.attribute-selector .collection-items a:hover {
  color: #000;
}
.attribute-selector .items {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.attribute-selector .items.finish-items {
  grid-template-columns: 1fr;
}
.attribute-selector .items.finish-items .new-finish-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.attribute-selector .items.finish-items .new-finish-item .finish-image {
  width: 100px;
  height: 55px;
}
.attribute-selector .items.finish-items .new-finish-item .finish-text {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 10px;
}
.attribute-selector .items.finish-items .new-finish-item .finish-text h4 {
  margin: 0;
}
.attribute-selector .items.finish-items .new-finish-item .finish-text a {
  text-decoration: none;
  color: #3E4E56;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 300;
}
.attribute-selector .items.finish-items .new-finish-item .finish-text a:hover {
  color: #000;
}
.attribute-selector .items .item {
  position: relative;
  height: 55px;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex: 0 1 100px;
  border: 3px solid #ffffff;
}
.attribute-selector .items .item .finish-name {
  display: none;
  width: 100%;
  background-color: #494c56;
  text-align: center;
  position: absolute;
  color: white;
  justify-content: center;
  align-items: center;
  padding: 5px;
  line-height: 19px;
  font-size: 13px;
  top: 0;
  pointer-events: none;
}
.attribute-selector .items .item:hover .finish-name {
  display: flex;
}
.attribute-selector .items .item .finish-zoomed {
  position: absolute;
  display: none;
  left: 100%;
  padding: 6px;
  margin-left: 9px;
  background-color: white;
  z-index: 3000;
  box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.33);
  justify-content: center;
  align-items: stretch;
  width: auto;
  min-height: 131px;
  top: -27px;
}
.attribute-selector .items .item .finish-zoomed .zoomed-image {
  width: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.attribute-selector .items .item .finish-zoomed .zoomed-text {
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
  padding-top: 7px;
  flex: 1;
  padding: 7px 25px 7px 25px;
  white-space: nowrap;
  min-width: 400px;
}
.attribute-selector .items .item .finish-zoomed .zoomed-text .description {
  font-weight: 300;
  font-size: 12px;
  white-space: normal;
  line-height: 17px;
}
.attribute-selector .items .item:hover .finish-zoomed {
  display: flex;
}
@media (max-width: 1000px) {
  .attribute-selector .items .item .finish-zoomed {
    display: none !important;
  }
}
.attribute-selector .items .item .finish-selected {
  display: none;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(73, 76, 86, 0.5882352941);
  color: #d6dae4;
}
@media (max-width: 1000px) {
  .attribute-selector .items .item .finish-selected {
    position: absolute;
    bottom: 29px;
    top: 0;
    height: auto;
  }
}
.attribute-selector .items .item.attribute-selected {
  border: 3px solid #494c56;
}
@media (max-width: 1000px) {
  .attribute-selector .items .item {
    display: flex;
    height: auto;
  }
  .attribute-selector .items .item .finish-name {
    position: relative;
    margin-top: 55px;
    top: auto;
    display: block;
  }
}

.mobile-attribute-selector-button {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  justify-content: center;
  align-items: center;
  z-index: 998;
  background-color: #494c56;
  color: white;
  font-weight: 500;
  cursor: pointer;
  transition: transform 0.1s ease-in-out 0.35s;
}
@media (max-width: 1000px) {
  .mobile-attribute-selector-button {
    display: flex;
  }
}
@media (max-width: 480px) {
  .mobile-attribute-selector-button {
    height: 38px;
  }
}
.configuration-open .mobile-attribute-selector-button {
  transition: transform 0.1s ease-in-out;
  transform: translate(0, 60px);
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.info-finish-link {
  border: 1px solid #494c56;
  border-radius: 50%;
  font-size: 8px;
  text-transform: lowercase;
  height: 16px;
  width: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1px;
  font-weight: 500;
  margin-left: 4px;
  color: #494c56;
  cursor: pointer;
  text-decoration: none;
}
.info-finish-link:hover {
  color: #fff;
  background-color: #494c56;
}

.home-metro-blocks .row-one {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.home-metro-blocks .row-two {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  margin-top: 10px;
}
.home-metro-blocks .multi-block {
  flex: 1 1 300px;
  display: flex;
  flex-wrap: wrap;
  min-height: 17vw;
  overflow: hidden;
  margin-left: -1px;
}
.home-metro-blocks .multi-block .primary {
  min-width: 100%;
  padding-right: 8px;
}
.home-metro-blocks .block {
  flex: 1 1 300px;
  min-height: 17vw;
  margin: 4px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .home-metro-blocks .block {
    min-height: 220px;
  }
}
.home-metro-blocks .block:hover .image {
  transform: scale(1.1);
}
.home-metro-blocks .block .inner {
  position: relative;
  padding: 10px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.home-metro-blocks .block .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 50;
  transition: all 0.8s ease-in-out;
}
.home-metro-blocks .block .overlay {
  position: absolute;
  top: 25%;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8099614846) 11%, rgba(0, 0, 0, 0) 100%);
  z-index: 75;
}
.home-metro-blocks .block .text {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 22px;
  letter-spacing: 4px;
  line-height: 27px;
  font-size: 17px;
  line-height: 23px;
  text-transform: uppercase;
}
.home-metro-blocks .block .text span {
  text-align: center;
}
.home-metro-blocks .block .text .bold {
  font-weight: 600;
}
.home-metro-blocks .block.multi-side {
  padding-right: 6px;
  margin-right: 0;
}
@media (max-width: 611px) {
  .home-metro-blocks .block.multi-side {
    padding-right: 4px;
  }
}
@media (min-width: 970px) {
  .home-metro-blocks .row-one .block {
    min-height: 29vw !important;
  }
}

.latest-posts.blog-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.latest-posts.blog-grid article {
  flex: 1;
}
@media (max-width: 1345px) {
  .latest-posts.blog-grid article:nth-child(1) {
    width: 100%;
    flex: auto;
  }
}
@media (max-width: 935px) {
  .latest-posts.blog-grid article {
    width: 100%;
    flex: auto;
  }
  .latest-posts.blog-grid article:nth-child(2) {
    display: block;
  }
}

.simple-product-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.22);
  background-color: #f1f1f1;
}
.simple-product-container:after {
  content: "";
  display: block;
}
.simple-product-container .product-details {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 12px 0;
}
.simple-product-container .product-title {
  font-size: 15px;
  font-weight: 500;
  padding: 0 10px;
}
.simple-product-container .product-description {
  font-size: 11px;
  font-weight: 300;
  text-align: center;
  line-height: 16px;
  margin-bottom: 10px;
  padding: 0 10px;
}
.simple-product-container .product-image-container {
  padding-bottom: 63%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.simple-product-container .product-price {
  margin-bottom: 4px;
}
.simple-product-container .product-add-cart-simple {
  display: block;
  border: 2px solid #494c56;
  padding: 6px 27px;
  text-transform: uppercase;
  font-size: 13px;
  color: #494c56;
  text-decoration: none;
  cursor: pointer;
}
.simple-product-container .product-add-cart-simple:hover {
  background-color: #494c56;
  color: white;
}
.simple-product-container .adding-overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7215686275);
  backdrop-filter: blur(2px);
  font-weight: 400;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 15px;
  flex-direction: column;
}
.simple-product-container .added-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8392156863);
  backdrop-filter: blur(2px);
  justify-content: center;
  align-items: center;
  font-size: 13px;
  flex-direction: column;
  z-index: 5000;
  padding: 0 15px;
}
.simple-product-container .added-overlay .added-inner {
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  max-width: 640px;
  width: 100%;
  padding: 40px 30px;
  font-size: 15px;
  display: flex;
  font-weight: 400;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: white;
  line-height: 22px;
}
.simple-product-container .added-overlay .added-inner a {
  color: #000000 !important;
  text-decoration: underline !important;
  font-weight: 400;
}
.simple-product-container .added-overlay .added-inner h2 {
  margin-bottom: 24px;
  text-align: center;
}
.simple-product-container .added-overlay .added-inner p {
  text-align: center;
}
.simple-product-container .added-overlay .added-inner button {
  display: block;
  border: 2px solid #494c56;
  padding: 4px 40px;
  text-transform: uppercase;
  font-size: 13px;
  color: #494c56;
  text-decoration: none;
  cursor: pointer;
  margin-top: 24px;
}
.simple-product-container .added-overlay .added-inner button:hover {
  background-color: #494c56;
  color: white;
}

.woocommerce-cart .shop_table {
  border: none !important;
}
.woocommerce-cart .woocommerce-cart-form {
  margin-top: 40px;
}
.woocommerce-cart .woocommerce-cart-form .cart_item .variation {
  display: none;
}
.woocommerce-cart .woocommerce-cart-form .cart_item .product-thumbnail img {
  width: 230px;
}
@media (max-width: 1200px) {
  .woocommerce-cart .woocommerce-cart-form .cart_item .product-thumbnail img {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form .cart_item .product-thumbnail img {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .woocommerce-cart .woocommerce-cart-form .cart_item .product-thumbnail {
    display: block !important;
    text-align: center !important;
  }
  .woocommerce-cart .woocommerce-cart-form .cart_item .product-thumbnail::before {
    content: "";
  }
}
.woocommerce-cart .woocommerce-cart-form .cart_item .product-quantity {
  padding-top: 40px !important;
}
@media (max-width: 1200px) {
  .woocommerce-cart .woocommerce-cart-form .cart_item .product-quantity {
    padding-top: 53px !important;
  }
}
.woocommerce-cart .woocommerce-cart-form .cart_item .product-remove {
  text-align: center;
}
.woocommerce-cart .woocommerce-cart-form .cart_item .product-remove .remove-btn {
  color: #cc3131 !important;
  display: inline-block !important;
  border: 2px solid #cc3131 !important;
  padding: 7px 27px !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
  max-width: 280px;
}
.woocommerce-cart .woocommerce-cart-form .cart_item .product-remove .remove-btn:hover {
  border-color: #cc3131 !important;
  background-color: #cc3131 !important;
  color: #fff !important;
}
.woocommerce-cart .cart_totals {
  float: none !important;
  width: 100% !important;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a {
  text-transform: uppercase;
  font-weight: 600 !important;
  min-width: 280px;
  max-width: 300px;
  margin: 5px 15px;
  color: #494c56 !important;
  background-color: white !important;
  border: 1px solid white !important;
  font-weight: 400 !important;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.add-more {
  color: #ffffff !important;
  background-color: #494c56 !important;
  border: 1px solid #494c56 !important;
  font-weight: 400 !important;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.add-more:hover {
  color: #494c56 !important;
  background-color: #ffffff !important;
}
.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.wc-forward:hover {
  color: #6b6e7a !important;
  border-bottom: 1px solid #494c56 !important;
}
.woocommerce-cart th {
  font-weight: 400 !important;
}

.woocommerce-checkout main > .woocommerce .checkout {
  padding: 33px 0 20px 0;
}
.woocommerce-checkout #payment {
  background-color: white !important;
}
.woocommerce-checkout #order_review_heading {
  display: none !important;
}
.woocommerce-checkout .place-order {
  max-width: 660px;
  margin: auto !important;
  margin-top: 30px !important;
}
.woocommerce-checkout .woocommerce-billing-fields h3 {
  display: none;
}
.woocommerce-checkout #customer_details .col-1 {
  float: none !important;
  width: 100% !important;
  max-width: 660px !important;
  margin: auto !important;
}
.woocommerce-checkout #customer_details .col-2 {
  display: none !important;
}

.account-showroom-page .showroom-loader-container {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  font-size: 20px;
}
.account-showroom-page .showroom-loader-container > div {
  margin-right: 6px;
}
.account-showroom-page .start-showroom-mode-btn {
  background-color: #494c56;
  border: none;
  color: white;
  padding: 12px 26px;
  width: 100%;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 20px;
  font-size: 15px;
  max-width: 300px;
  cursor: pointer;
}
.account-showroom-page .start-showroom-mode-btn:hover {
  background-color: #555864;
}

.account-dealer-settings .image_thumbnail {
  max-width: 100%;
  width: 250px;
  display: block;
}

.account-resources-page .resources-head .history a {
  margin: 0px 5px;
  cursor: pointer;
}
.account-resources-page .folders {
  display: flex;
  flex-wrap: wrap;
}
.account-resources-page .folders .back-button {
  display: none;
  flex-direction: column;
  width: 170px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.account-resources-page .folders .back-button svg {
  font-size: 60px;
  height: 135px;
}
.account-resources-page .folders .folder {
  margin: 10px;
  display: none;
  cursor: pointer;
}
.account-resources-page .folders .folder.display {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 170px;
}
.account-resources-page .folders .folder .thumbnail {
  width: 150px;
  height: 135px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.account-resources-page .folders .folder .title {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.account-resources-page .folders .folder .filename {
  margin: 0px;
  font-size: 0.7em;
  text-align: center;
  line-height: 0.9em;
}
.account-resources-page .folders #no_resources_notice {
  display: none;
}
.account-resources-page .folders #no_resources_notice.display {
  display: flex;
  justify-content: center;
  align-items: center;
}

.account-images-page {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.account-images-page .enabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500 !important;
}
.account-images-page .enabled p {
  font-weight: 500 !important;
}
.account-images-page a.download_image_button {
  border: 2px solid #494c56 !important;
  padding: 6px 27px;
  text-transform: uppercase;
  font-size: 15px;
  color: #494c56;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 480px) {
  .account-images-page a.download_image_button {
    font-size: 13px;
  }
}
.account-images-page a.download_image_button:hover {
  color: #fff !important;
  background-color: #494c56 !important;
}
.account-images-page .images_container {
  width: 72%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 1044px) {
  .account-images-page .images_container {
    width: 68%;
  }
}
@media only screen and (max-width: 806px) {
  .account-images-page .images_container {
    width: 66%;
  }
}
@media only screen and (max-width: 780px) {
  .account-images-page .images_container {
    width: 72%;
  }
}
@media only screen and (max-width: 716px) {
  .account-images-page .images_container {
    width: 50%;
  }
}
.account-images-page .images_container .single_image {
  display: flex;
  flex-direction: column;
  width: 49%;
}
@media only screen and (max-width: 716px) {
  .account-images-page .images_container .single_image {
    width: 100%;
  }
}
.account-images-page .images_container .single_image .dealer_images {
  width: 100%;
  height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  margin-top: 10px;
}
.account-images-page .filters_tags {
  width: 23%;
}
@media only screen and (max-width: 1044px) {
  .account-images-page .filters_tags {
    width: 30%;
  }
}
@media only screen and (max-width: 806px) {
  .account-images-page .filters_tags {
    width: 31%;
  }
}
@media only screen and (max-width: 780px) {
  .account-images-page .filters_tags {
    width: 23%;
  }
}
@media only screen and (max-width: 716px) {
  .account-images-page .filters_tags {
    width: 41%;
  }
}
.account-images-page .filters_tags .select-sort-alphabetical,
.account-images-page .filters_tags .select-sort-recent,
.account-images-page .filters_tags .select-tag {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.account-images-page .filters_tags .select-sort-alphabetical:hover,
.account-images-page .filters_tags .select-sort-recent:hover,
.account-images-page .filters_tags .select-tag:hover {
  cursor: pointer;
}
.account-images-page .filters_tags .select-tag p {
  margin-top: 2px;
  margin-bottom: 2px;
}
.account-images-page .filters_tags .clear-tags {
  text-decoration: underline;
}
.account-images-page .filters_tags .clear-tags:hover {
  cursor: pointer;
}

.clear_filter_enabled {
  font-weight: bold;
}

.woocommerce-form-login {
  margin: auto !important;
}
.woocommerce-form-login input {
  border: 1px solid #000;
  border-radius: 2px;
  padding: 10px;
  font-weight: 300;
}

.woocommerce-account .woocommerce {
  padding: 40px 15px;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.woocommerce-account .woocommerce-MyAccount-content a {
  text-decoration: none;
  color: #7a7e8c;
  border-bottom: 1px solid #7a7e8c;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
  color: #494c56;
  font-weight: 600;
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
  text-decoration: none;
  border: none;
  font-size: 20px;
  color: #494c56;
}

.woocommerce-account .account-menu-toggle {
  display: none;
  font-size: 20px;
  color: #bdc0ca;
  position: absolute;
  right: 15px;
  top: 8px;
}
.woocommerce-account .account-menu-label {
  display: none !important;
  margin-left: 20px;
  font-size: 12px;
  font-weight: 600;
  margin-top: 9px;
  color: #bdc0ca;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .woocommerce-account {
    margin-bottom: 60px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    position: fixed;
    bottom: 0;
    z-index: 800;
    background-color: #494c56;
    left: 0;
    width: 100%;
    border-top: 1px solid #dadada;
    height: 45px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation .account-menu-toggle {
    display: block;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation .account-menu-label {
    display: block !important;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation.open {
    transition: width 0.3s;
    height: auto;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation.open ul {
    display: block;
    padding: 0 15px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    font-weight: 600;
    color: #bdc0ca;
    text-decoration: underline;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation li a {
    text-decoration: none;
    padding: 8px 0;
    font-size: 13px;
    display: block;
    font-weight: 400;
    text-transform: uppercase;
    color: #bdc0ca;
  }
}
.woocommerce-MyAccount-navigation.open .account-menu-label {
  display: none !important;
}

.woocommerce-MyAccount-content input {
  border: 1px solid #000;
  border-radius: 2px;
  padding: 10px;
  font-weight: 300;
}

.page-id-8 .woocommerce h2 {
  text-align: center;
  text-transform: uppercase;
}

.woocommerce-ResetPassword {
  max-width: 500px;
  margin: auto !important;
}
.woocommerce-ResetPassword input {
  border: 1px solid #000;
  border-radius: 2px;
  padding: 10px;
  font-weight: 300;
}

.product-archive-header {
  color: #3E4E56;
  text-align: center;
  font-family: Montserrat;
  background-color: #F9F9F9;
  padding: 20px 0px;
}
@media (max-width: 520px) {
  .product-archive-header {
    padding: 10px 0px 20px 0;
  }
}
.product-archive-header .return-link {
  width: 100%;
  text-align: center;
  color: inherit;
}
@media (max-width: 520px) {
  .product-archive-header .return-link {
    margin: 0;
  }
}
.product-archive-header .return-link a {
  font-size: 14px;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
}
.product-archive-header h2.background_line {
  background-color: inherit;
}
.product-archive-header h2.background_line:before {
  background-color: #3E4E56;
}
@media (max-width: 500px) {
  .product-archive-header h2.background_line {
    font-size: 17px !important;
  }
}
.product-archive-header h1.background_line {
  background-color: inherit;
}
.product-archive-header h1.background_line:before {
  background-color: #3E4E56;
}
@media (max-width: 500px) {
  .product-archive-header h1.background_line {
    font-size: 17px !important;
  }
}
.product-archive-header .toggle-subs-mobile {
  display: none;
  margin-top: 10px;
  background-color: #494c56;
  color: white;
  text-transform: uppercase;
  padding: 4px 10px;
  font-weight: 500;
  font-size: 13px;
}
@media (max-width: 520px) {
  .product-archive-header .toggle-subs-mobile {
    display: block;
  }
}
.product-archive-header ul.sub-categories {
  width: 100%;
  text-align: center;
  padding-left: 0px;
}
@media (max-width: 520px) {
  .product-archive-header ul.sub-categories {
    display: none;
  }
}
.product-archive-header ul.sub-categories li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  border-left: solid 1px;
  padding: 0px 15px;
  margin-right: -5px;
}
@media (max-width: 600px) {
  .product-archive-header ul.sub-categories li {
    font-size: 9px;
  }
}
.product-archive-header ul.sub-categories li a {
  text-decoration: none;
  color: inherit;
}
.product-archive-header ul.sub-categories li a.active {
  font-weight: bold;
  text-decoration: underline;
}
.product-archive-header ul.sub-categories li:first-child {
  border-left: none;
}
.product-archive-header.view-mobile ul.sub-categories {
  display: block;
}
.product-archive-header.view-mobile .toggle-subs-mobile {
  display: none;
}

.product-archive-wrapper {
  display: flex;
}
.product-archive-wrapper .product-archive-loop-container {
  flex: 1;
}

.upsells-container li {
  min-height: 222px;
}
.upsells-container a {
  width: 100%;
}
.upsells-container .product-image-container {
  min-height: 200px;
}

.products {
  display: flex;
  flex-wrap: wrap;
}
.products .product {
  display: block;
  float: none !important;
  margin: 0 !important;
  border: 1px solid #d2d2d2;
  flex: 1 1 300px;
  max-height: 400px;
}
.products .product .product-image-container {
  transition: transform 0.4s;
}
.products .product:hover .product-image-container {
  transform: scale(1.07);
}
.products .product .tinv-wraper {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 !important;
}
.products .product .tinv-wraper .tinvwl_add_to_wishlist_button {
  margin-top: 0;
  width: 50px;
  height: 50px;
  visibility: inherit;
}
.products .product .tinv-wraper .tinvwl_add_to_wishlist_button:before {
  content: url("/app/themes/gsl-child/assets/img/icons/header/heart.svg");
}
.products .product .tinv-wraper .tinvwl_add_to_wishlist_button.tinvwl-product-in-list:before, .products .product .tinv-wraper .tinvwl_add_to_wishlist_button:hover:before {
  content: url("/app/themes/gsl-child/assets/img/icons/header/heart-filled.svg");
}
.products .product:before {
  content: "";
  display: block;
  padding-top: 100%;
  float: left;
}
.products .product .product-title {
  display: block;
  height: 43px;
  font-size: 15px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 20px;
  position: absolute;
  width: 100%;
  bottom: 4px;
  padding: 0 15px;
  color: #3d3d3d;
  text-transform: uppercase;
}
.products .product .product-type {
  display: block;
  height: 26px;
  font-size: 11px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 20px;
  position: absolute;
  width: 100%;
  font-weight: 500;
  bottom: 44px;
  padding: 0 15px;
  color: #3d3d3d;
  text-transform: uppercase;
}
.products .product .product-image-container {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 63%;
  margin-top: 20px;
}
.products .product .finish-combo {
  display: none;
}
.products .product .product-alternate-image-container {
  opacity: 0;
  transition: all 0.2s;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.products .product:hover .alternate-hover {
  display: none !important;
  opacity: 0;
  transition: all 0.2s;
}
.products .product:hover .product-alternate-image-container {
  display: block;
  opacity: 1;
}
.products .product .wac-other {
  display: none;
}

.product-archive-loop-container {
  position: relative;
}
.product-archive-loop-container .product-hider {
  opacity: 0;
  pointer-events: none;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 800;
}
.product-archive-loop-container .products.products-filtered .product {
  display: none !important;
}
.product-archive-loop-container .products.products-filtered .product .finish-combo {
  display: none !important;
}
.product-archive-loop-container .products.products-filtered .product .finish-original {
  display: none !important;
}
.product-archive-loop-container .products.products-filtered .product .wac {
  display: none !important;
}
.product-archive-loop-container .products.products-filtered .product .product-alternate-image-container {
  display: none !important;
}
.product-archive-loop-container .products.products-filtered .product:hover .alternate-hover {
  display: none !important;
  opacity: 1;
}
.product-archive-loop-container .products.products-filtered .product:hover .product-alternate-image-container {
  display: none;
  opacity: 0;
}
.product-archive-loop-container .products.filter-polished-brass .product.avail-polished-brass {
  display: block !important;
}
.product-archive-loop-container .products.filter-polished-brass .product.avail-polished-brass .finish-combo-polished-brass {
  display: block !important;
}
.product-archive-loop-container .products.filter-polished-brass .product.avail-polished-brass .item-polished-brass {
  display: block !important;
}
.product-archive-loop-container .products.filter-vintage-patina .product.avail-vintage-patina {
  display: block !important;
}
.product-archive-loop-container .products.filter-vintage-patina .product.avail-vintage-patina .finish-combo-vintage-patina {
  display: block !important;
}
.product-archive-loop-container .products.filter-vintage-patina .product.avail-vintage-patina .item-vintage-patina {
  display: block !important;
}
.product-archive-loop-container .products.filter-fine-antique-brass .product.avail-fine-antique-brass {
  display: block !important;
}
.product-archive-loop-container .products.filter-fine-antique-brass .product.avail-fine-antique-brass .finish-combo-fine-antique-brass {
  display: block !important;
}
.product-archive-loop-container .products.filter-fine-antique-brass .product.avail-fine-antique-brass .item-fine-antique-brass {
  display: block !important;
}
.product-archive-loop-container .products.filter-vintage-nickel .product.avail-vintage-nickel {
  display: block !important;
}
.product-archive-loop-container .products.filter-vintage-nickel .product.avail-vintage-nickel .finish-combo-vintage-nickel {
  display: block !important;
}
.product-archive-loop-container .products.filter-vintage-nickel .product.avail-vintage-nickel .item-vintage-nickel {
  display: block !important;
}
.product-archive-loop-container .products.filter-bright-chrome .product.avail-bright-chrome {
  display: block !important;
}
.product-archive-loop-container .products.filter-bright-chrome .product.avail-bright-chrome .finish-combo-bright-chrome {
  display: block !important;
}
.product-archive-loop-container .products.filter-bright-chrome .product.avail-bright-chrome .item-bright-chrome {
  display: block !important;
}
.product-archive-loop-container .products.filter-polished-nickel .product.avail-polished-nickel {
  display: block !important;
}
.product-archive-loop-container .products.filter-polished-nickel .product.avail-polished-nickel .finish-combo-polished-nickel {
  display: block !important;
}
.product-archive-loop-container .products.filter-polished-nickel .product.avail-polished-nickel .item-polished-nickel {
  display: block !important;
}
.product-archive-loop-container .products.filter-satin-chrome .product.avail-satin-chrome {
  display: block !important;
}
.product-archive-loop-container .products.filter-satin-chrome .product.avail-satin-chrome .finish-combo-satin-chrome {
  display: block !important;
}
.product-archive-loop-container .products.filter-satin-chrome .product.avail-satin-chrome .item-satin-chrome {
  display: block !important;
}
.product-archive-loop-container .products.filter-matt-nickel .product.avail-matt-nickel {
  display: block !important;
}
.product-archive-loop-container .products.filter-matt-nickel .product.avail-matt-nickel .finish-combo-matt-nickel {
  display: block !important;
}
.product-archive-loop-container .products.filter-matt-nickel .product.avail-matt-nickel .item-matt-nickel {
  display: block !important;
}
.product-archive-loop-container .products.filter-burnished-nickel .product.avail-burnished-nickel {
  display: block !important;
}
.product-archive-loop-container .products.filter-burnished-nickel .product.avail-burnished-nickel .finish-combo-burnished-nickel {
  display: block !important;
}
.product-archive-loop-container .products.filter-burnished-nickel .product.avail-burnished-nickel .item-burnished-nickel {
  display: block !important;
}
.product-archive-loop-container .products.filter-burnished-brass .product.avail-burnished-brass {
  display: block !important;
}
.product-archive-loop-container .products.filter-burnished-brass .product.avail-burnished-brass .finish-combo-burnished-brass {
  display: block !important;
}
.product-archive-loop-container .products.filter-burnished-brass .product.avail-burnished-brass .item-burnished-brass {
  display: block !important;
}
.product-archive-loop-container .products.filter-satin-nickel .product.avail-satin-nickel {
  display: block !important;
}
.product-archive-loop-container .products.filter-satin-nickel .product.avail-satin-nickel .finish-combo-satin-nickel {
  display: block !important;
}
.product-archive-loop-container .products.filter-satin-nickel .product.avail-satin-nickel .item-satin-nickel {
  display: block !important;
}
.product-archive-loop-container .products.filter-cocoa .product.avail-cocoa {
  display: block !important;
}
.product-archive-loop-container .products.filter-cocoa .product.avail-cocoa .finish-combo-cocoa {
  display: block !important;
}
.product-archive-loop-container .products.filter-cocoa .product.avail-cocoa .item-cocoa {
  display: block !important;
}
.product-archive-loop-container .products.filter-black-bronze .product.avail-black-bronze {
  display: block !important;
}
.product-archive-loop-container .products.filter-black-bronze .product.avail-black-bronze .finish-combo-black-bronze {
  display: block !important;
}
.product-archive-loop-container .products.filter-black-bronze .product.avail-black-bronze .item-black-bronze {
  display: block !important;
}
.product-archive-loop-container .products.filter-silver-bronze .product.avail-silver-bronze {
  display: block !important;
}
.product-archive-loop-container .products.filter-silver-bronze .product.avail-silver-bronze .finish-combo-silver-bronze {
  display: block !important;
}
.product-archive-loop-container .products.filter-silver-bronze .product.avail-silver-bronze .item-silver-bronze {
  display: block !important;
}
.product-archive-loop-container .products.filter-alupewt .product.avail-alupewt {
  display: block !important;
}
.product-archive-loop-container .products.filter-alupewt .product.avail-alupewt .finish-combo-alupewt {
  display: block !important;
}
.product-archive-loop-container .products.filter-alupewt .product.avail-alupewt .item-alupewt {
  display: block !important;
}
.product-archive-loop-container .products.filter-sand .product.avail-sand {
  display: block !important;
}
.product-archive-loop-container .products.filter-sand .product.avail-sand .finish-combo-sand {
  display: block !important;
}
.product-archive-loop-container .products.filter-sand .product.avail-sand .item-sand {
  display: block !important;
}
.product-archive-loop-container .products.filter-bone .product.avail-bone {
  display: block !important;
}
.product-archive-loop-container .products.filter-bone .product.avail-bone .finish-combo-bone {
  display: block !important;
}
.product-archive-loop-container .products.filter-bone .product.avail-bone .item-bone {
  display: block !important;
}
.product-archive-loop-container .products.filter-chestnut .product.avail-chestnut {
  display: block !important;
}
.product-archive-loop-container .products.filter-chestnut .product.avail-chestnut .finish-combo-chestnut {
  display: block !important;
}
.product-archive-loop-container .products.filter-chestnut .product.avail-chestnut .item-chestnut {
  display: block !important;
}
.product-archive-loop-container .products.filter-satin-brass-waxed .product.avail-satin-brass-waxed {
  display: block !important;
}
.product-archive-loop-container .products.filter-satin-brass-waxed .product.avail-satin-brass-waxed .finish-combo-satin-brass-waxed {
  display: block !important;
}
.product-archive-loop-container .products.filter-satin-brass-waxed .product.avail-satin-brass-waxed .item-satin-brass-waxed {
  display: block !important;
}
.product-archive-loop-container .products.filter-matt-black-chrome .product.avail-matt-black-chrome {
  display: block !important;
}
.product-archive-loop-container .products.filter-matt-black-chrome .product.avail-matt-black-chrome .finish-combo-matt-black-chrome {
  display: block !important;
}
.product-archive-loop-container .products.filter-matt-black-chrome .product.avail-matt-black-chrome .item-matt-black-chrome {
  display: block !important;
}
.product-archive-loop-container .products.filter-chocolate .product.avail-chocolate {
  display: block !important;
}
.product-archive-loop-container .products.filter-chocolate .product.avail-chocolate .finish-combo-chocolate {
  display: block !important;
}
.product-archive-loop-container .products.filter-chocolate .product.avail-chocolate .item-chocolate {
  display: block !important;
}
.product-archive-loop-container .products.filter-black .product.avail-black {
  display: block !important;
}
.product-archive-loop-container .products.filter-black .product.avail-black .finish-combo-black {
  display: block !important;
}
.product-archive-loop-container .products.filter-black .product.avail-black .item-black {
  display: block !important;
}
.product-archive-loop-container .products.filter-tan .product.avail-tan {
  display: block !important;
}
.product-archive-loop-container .products.filter-tan .product.avail-tan .finish-combo-tan {
  display: block !important;
}
.product-archive-loop-container .products.filter-tan .product.avail-tan .item-tan {
  display: block !important;
}
.product-archive-loop-container .products.filter-slate-grey .product.avail-slate-grey {
  display: block !important;
}
.product-archive-loop-container .products.filter-slate-grey .product.avail-slate-grey .finish-combo-slate-grey {
  display: block !important;
}
.product-archive-loop-container .products.filter-slate-grey .product.avail-slate-grey .item-slate-grey {
  display: block !important;
}
.product-archive-loop-container .products.filter-white-special-order .product.avail-white-special-order {
  display: block !important;
}
.product-archive-loop-container .products.filter-white-special-order .product.avail-white-special-order .finish-combo-white-special-order {
  display: block !important;
}
.product-archive-loop-container .products.filter-white-special-order .product.avail-white-special-order .item-white-special-order {
  display: block !important;
}
.product-archive-loop-container .products.filter-tobacco .product.avail-tobacco {
  display: block !important;
}
.product-archive-loop-container .products.filter-tobacco .product.avail-tobacco .finish-combo-tobacco {
  display: block !important;
}
.product-archive-loop-container .products.filter-tobacco .product.avail-tobacco .item-tobacco {
  display: block !important;
}
.product-archive-loop-container .products.filter-flint-grey .product.avail-flint-grey {
  display: block !important;
}
.product-archive-loop-container .products.filter-flint-grey .product.avail-flint-grey .finish-combo-flint-grey {
  display: block !important;
}
.product-archive-loop-container .products.filter-flint-grey .product.avail-flint-grey .item-flint-grey {
  display: block !important;
}
.product-archive-loop-container .products.filter-raven-black .product.avail-raven-black {
  display: block !important;
}
.product-archive-loop-container .products.filter-raven-black .product.avail-raven-black .finish-combo-raven-black {
  display: block !important;
}
.product-archive-loop-container .products.filter-raven-black .product.avail-raven-black .item-raven-black {
  display: block !important;
}
.product-archive-loop-container .products.filter-whisky .product.avail-whisky {
  display: block !important;
}
.product-archive-loop-container .products.filter-whisky .product.avail-whisky .finish-combo-whisky {
  display: block !important;
}
.product-archive-loop-container .products.filter-whisky .product.avail-whisky .item-whisky {
  display: block !important;
}
.product-archive-loop-container .products.filter-attache-cognac .product.avail-attache-cognac {
  display: block !important;
}
.product-archive-loop-container .products.filter-attache-cognac .product.avail-attache-cognac .finish-combo-attache-cognac {
  display: block !important;
}
.product-archive-loop-container .products.filter-attache-cognac .product.avail-attache-cognac .item-attache-cognac {
  display: block !important;
}
.product-archive-loop-container .products.filter-black-tea .product.avail-black-tea {
  display: block !important;
}
.product-archive-loop-container .products.filter-black-tea .product.avail-black-tea .finish-combo-black-tea {
  display: block !important;
}
.product-archive-loop-container .products.filter-black-tea .product.avail-black-tea .item-black-tea {
  display: block !important;
}
.product-archive-loop-container .products.filter-finesse-black .product.avail-finesse-black {
  display: block !important;
}
.product-archive-loop-container .products.filter-finesse-black .product.avail-finesse-black .finish-combo-finesse-black {
  display: block !important;
}
.product-archive-loop-container .products.filter-finesse-black .product.avail-finesse-black .item-finesse-black {
  display: block !important;
}
.product-archive-loop-container .products.filter-destiny-storm .product.avail-destiny-storm {
  display: block !important;
}
.product-archive-loop-container .products.filter-destiny-storm .product.avail-destiny-storm .finish-combo-destiny-storm {
  display: block !important;
}
.product-archive-loop-container .products.filter-destiny-storm .product.avail-destiny-storm .item-destiny-storm {
  display: block !important;
}
.product-archive-loop-container .products.filter-mother-of-pearl .product.avail-mother-of-pearl {
  display: block !important;
}
.product-archive-loop-container .products.filter-mother-of-pearl .product.avail-mother-of-pearl .finish-combo-mother-of-pearl {
  display: block !important;
}
.product-archive-loop-container .products.filter-mother-of-pearl .product.avail-mother-of-pearl .item-mother-of-pearl {
  display: block !important;
}
.product-archive-loop-container .products.filter-antique-bronze .product.avail-antique-bronze {
  display: block !important;
}
.product-archive-loop-container .products.filter-antique-bronze .product.avail-antique-bronze .finish-combo-antique-bronze {
  display: block !important;
}
.product-archive-loop-container .products.filter-antique-bronze .product.avail-antique-bronze .item-antique-bronze {
  display: block !important;
}
.product-archive-loop-container .products.filter-brushed-stainless .product.avail-brushed-stainless {
  display: block !important;
}
.product-archive-loop-container .products.filter-brushed-stainless .product.avail-brushed-stainless .finish-combo-brushed-stainless {
  display: block !important;
}
.product-archive-loop-container .products.filter-brushed-stainless .product.avail-brushed-stainless .item-brushed-stainless {
  display: block !important;
}
.product-archive-loop-container .products.filter-pb .product.avail-pb {
  display: block !important;
}
.product-archive-loop-container .products.filter-pb .product.avail-pb .finish-combo-pb {
  display: block !important;
}
.product-archive-loop-container .products.filter-pb .product.avail-pb .item-pb {
  display: block !important;
}
.product-archive-loop-container .products.filter-espresso .product.avail-espresso {
  display: block !important;
}
.product-archive-loop-container .products.filter-espresso .product.avail-espresso .finish-combo-espresso {
  display: block !important;
}
.product-archive-loop-container .products.filter-espresso .product.avail-espresso .item-espresso {
  display: block !important;
}
.product-archive-loop-container .products.filter-mocha .product.avail-mocha {
  display: block !important;
}
.product-archive-loop-container .products.filter-mocha .product.avail-mocha .finish-combo-mocha {
  display: block !important;
}
.product-archive-loop-container .products.filter-mocha .product.avail-mocha .item-mocha {
  display: block !important;
}
.product-archive-loop-container .products.filter-dark-bronze .product.avail-dark-bronze {
  display: block !important;
}
.product-archive-loop-container .products.filter-dark-bronze .product.avail-dark-bronze .finish-combo-dark-bronze {
  display: block !important;
}
.product-archive-loop-container .products.filter-dark-bronze .product.avail-dark-bronze .item-dark-bronze {
  display: block !important;
}
@media (max-width: 610px) {
  .product-archive-loop-container .products .product {
    flex: 1 1 250px;
  }
}
@media (max-width: 510px) {
  .product-archive-loop-container .products .product {
    flex: 1 1 200px;
    max-height: 240px;
  }
  .product-archive-loop-container .products .product .product-image-container {
    height: 55%;
  }
}
@media (max-width: 570px) {
  .product-archive-loop-container .products .product .product-title {
    font-size: 10px;
  }
  .product-archive-loop-container .products .product .product-type {
    font-size: 9px;
    height: 22px;
  }
}

@media (min-width: 480px) {
  .elementor-widget-shortcode.product_finish_container {
    height: 100%;
  }
  .elementor-widget-shortcode.product_finish_container .elementor-widget-container {
    height: 100%;
  }
  .elementor-widget-shortcode.product_finish_container .elementor-widget-container,
  .product-finish-shortcode {
    height: 100%;
  }
  .elementor-widget-shortcode.product_finish_container .elementor-widget-container .woocommerce,
  .product-finish-shortcode .woocommerce {
    height: 100%;
  }
  .elementor-widget-shortcode.product_finish_container .elementor-widget-container .woocommerce .products,
  .product-finish-shortcode .woocommerce .products {
    height: 100%;
  }
  .elementor-widget-shortcode.product_finish_container .elementor-widget-container .woocommerce .products .product,
  .product-finish-shortcode .woocommerce .products .product {
    height: 100%;
    max-height: none;
    display: flex;
    flex-direction: column;
  }
  .elementor-widget-shortcode.product_finish_container .elementor-widget-container .woocommerce .products .product .product-image-container,
  .product-finish-shortcode .woocommerce .products .product .product-image-container {
    height: 75%;
  }
  .elementor-widget-shortcode.product_finish_container .elementor-widget-container .woocommerce .products .product:before,
  .product-finish-shortcode .woocommerce .products .product:before {
    display: none;
  }
  .elementor-widget-shortcode.product_finish_container .elementor-widget-container .woocommerce .products .product .prod-link,
  .product-finish-shortcode .woocommerce .products .product .prod-link {
    flex-grow: 1;
  }
}
.tinv-modal-inner .tinvwl-buttons-group button {
  display: block;
  padding: 6px 27px;
  text-transform: uppercase;
  font-size: 15px;
  text-decoration: none;
  border: 1px solid #494c56;
  padding-bottom: 10px;
}
.tinv-modal-inner .tinvwl-buttons-group button.tinvwl_button_view {
  background-color: #494c56;
  color: #fff;
}
.tinv-modal-inner .tinvwl-buttons-group button.tinvwl_button_view:hover {
  background-color: #ffffff;
  color: #494c56;
}
.tinv-modal-inner .tinvwl-buttons-group button.tinvwl_button_close {
  background-color: #ffffff;
  color: #494c56;
}
.tinv-modal-inner .tinvwl-buttons-group button.tinvwl_button_close:hover {
  background-color: #494c56;
  color: #ffffff;
}

.tinv-wishlist.woocommerce {
  margin-bottom: 50px;
}
.tinv-wishlist.woocommerce .tinv-header {
  display: none;
}
.tinv-wishlist.woocommerce .cart-empty {
  text-align: center;
  margin-bottom: 60px;
}
.tinv-wishlist.woocommerce .return-to-shop a {
  display: inline-block !important;
  border: 2px solid #494c56 !important;
  padding: 12px 27px !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
  color: #494c56 !important;
  text-decoration: none !important;
  background-color: white !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
}
.tinv-wishlist.woocommerce .return-to-shop a:hover {
  color: white !important;
  background-color: #494c56 !important;
}
.tinv-wishlist.woocommerce .proceed-to-enquiry {
  text-align: center;
}
.tinv-wishlist.woocommerce .proceed-to-enquiry a {
  display: inline-block !important;
  border-bottom: 2px solid #494c56 !important;
  padding: 12px 27px !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
  color: #494c56 !important;
  text-decoration: none !important;
  background-color: white !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
}
.tinv-wishlist.woocommerce .proceed-to-enquiry a:hover {
  border-color: #fff !important;
}

.tinv-header h2 {
  text-align: center;
}

.wishlist_item .product-name a {
  color: #7a7e8c !important;
  border-bottom: 1px solid #7a7e8c !important;
  text-decoration: none !important;
}
.tinvwl-table-manage-list thead {
  display: none;
}
.tinvwl-table-manage-list .product-date {
  display: none;
}
.tinvwl-table-manage-list .product-thumbnail {
  max-width: none !important;
}
.tinvwl-table-manage-list .product-thumbnail img {
  height: 200px;
  width: auto;
  max-width: none;
}
.tinvwl-table-manage-list .product-action,
.tinvwl-table-manage-list .remove_button {
  width: auto;
  text-align: right;
}
.tinvwl-table-manage-list .product-action button,
.tinvwl-table-manage-list .remove_button button {
  display: inline-block !important;
  border: 2px solid #494c56 !important;
  padding: 12px 27px !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
  color: #494c56 !important;
  text-decoration: none !important;
  background-color: white !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
  max-width: 280px;
}
.tinvwl-table-manage-list .product-action button:hover,
.tinvwl-table-manage-list .remove_button button:hover {
  color: white !important;
  background-color: #494c56 !important;
}
.tinvwl-table-manage-list thead {
  text-align: left !important;
}
@media (max-width: 640px) {
  .tinvwl-table-manage-list thead {
    display: none !important;
  }
}
.tinvwl-table-manage-list tfoot button {
  display: inline-block !important;
  border: 2px solid #494c56 !important;
  padding: 12px 27px !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
  color: #494c56 !important;
  text-decoration: none !important;
  background-color: white !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
}
.tinvwl-table-manage-list tfoot button:hover {
  color: white !important;
  background-color: #494c56 !important;
}
.tinvwl-table-manage-list .product-date {
  display: none !important;
}
@media (max-width: 640px) {
  .tinvwl-table-manage-list dd {
    text-align: right;
  }
}

.sub-categories-container {
  display: flex;
  flex-wrap: wrap;
  padding: 3px;
  max-width: 1680px;
  margin: auto;
}
.showroom-mode-on .sub-categories-container {
  height: 100vh;
}
.sub-categories-container .sub-category-a-container {
  flex: 1 0 30%;
  display: block;
  position: relative;
  min-height: 300px;
  padding: 3px;
}
@media (max-width: 940px) {
  .sub-categories-container .sub-category-a-container {
    flex: 1 1 350px;
  }
}
.showroom-mode-on .sub-categories-container .sub-category-a-container {
  min-height: auto;
}
.sub-categories-container .sub-category-a-container .sub-category {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.sub-categories-container .sub-category-a-container .sub-category .sub-category-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}
.sub-categories-container .sub-category-a-container .sub-category .sub-category-gradient {
  position: absolute;
  top: 25%;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.809961) 11%, rgba(0, 0, 0, 0) 100%);
  z-index: 75;
}
.sub-categories-container .sub-category-a-container .sub-category .sub-category-inner {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-size: 22px;
  letter-spacing: 4px;
  line-height: 27px;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 23px;
  padding: 0 15px;
}
.sub-categories-container .sub-category-a-container .sub-category .sub-category-inner h3 {
  font-size: 14px !important;
  text-align: center;
  height: 60px;
  font-weight: 600 !important;
  font-size: 17px !important;
}

.recently-viewed-container .title_container,
.related-container .title_container {
  background-color: #f3f3f3;
  padding: 40px 0;
  margin: 0 -15px;
  text-align: center;
}
.recently-viewed-container .title_container strong,
.related-container .title_container strong {
  font-weight: 600;
}
.recently-viewed-container .title_container h3,
.related-container .title_container h3 {
  display: inline-block;
}

.crossells_single {
  position: relative;
  min-height: unset;
  max-height: 330px;
}
.crossells_single a {
  width: 100% !important;
}
.crossells_single li {
  min-height: unset;
  border: unset;
  height: 100%;
  max-height: 330px !important;
}
.crossells_single li img {
  object-fit: contain;
  margin: 15px auto;
  max-height: 240px;
}

.variation_data {
  display: none;
}

.upsell_single:hover .variation-overlay,
.crossells_single:hover .variation-overlay {
  display: flex;
}

.not_available {
  opacity: 0.3;
}

.variation-overlay {
  position: absolute;
  left: 0;
  z-index: 999;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
}
.variation-overlay p {
  color: white;
  text-align: center;
  padding: 20px;
}

.single-product .other_designs_mobile {
  margin-left: 15px;
  margin-right: 15px;
  display: none;
}
@media only screen and (max-width: 1120px) {
  .single-product .other_designs_mobile {
    display: block;
  }
}
.single-product .other_designs_mobile .slick-slide {
  height: 228px;
}
.single-product .other_designs_mobile .slick-slide img {
  margin: auto;
}
.single-product .product-hover-container {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.831372549);
  z-index: 500000;
}
.single-product .product-hover-container .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #494c56;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 100;
  cursor: pointer;
}
.single-product .product-hover-container .close:hover {
  background-color: #646772;
}
.single-product .product-hover-container .hover-zoom-in {
  position: absolute;
  top: 87px;
  right: 25px;
  width: 40px;
  height: 40px;
  background-color: #a5a5a5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 100;
  cursor: pointer;
}
.single-product .product-hover-container .hover-zoom-in:hover {
  background-color: #494c56;
}
.single-product .product-hover-container .hover-zoom-out {
  position: absolute;
  top: 136px;
  right: 25px;
  width: 40px;
  height: 40px;
  background-color: #a5a5a5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 100;
  cursor: pointer;
}
.single-product .product-hover-container .hover-zoom-out:hover {
  background-color: #494c56;
}
.single-product .more-collection-container .title_container {
  background-color: #f3f3f3;
  padding: 40px 0;
  margin: 0 -15px;
  text-align: center;
}
.single-product .more-collection-container .collection-bg {
  background-size: cover;
  background-position: center;
  min-height: 400px;
}
.single-product .more-collection-container .more-collection {
  text-align: center;
  padding: 40px 0 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 0 40px 0;
}
.single-product .more-collection-container .more-collection a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #494c56;
  background-color: #494c56;
  text-decoration: none !important;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
.single-product .more-collection-container .more-collection a:hover {
  background-color: #fff;
  color: #494c56;
}
.single-product strong {
  font-weight: 600;
}
.single-product .product {
  margin-top: 15px;
}
.single-product .product .woocommerce-product-gallery {
  float: none !important;
  width: 100% !important;
}
@media (max-width: 560px) {
  .single-product .product .finish-container {
    display: none;
  }
}
.single-product .product .finish-container.finishes-active {
  display: block;
}
.single-product .product .finish-container .finishes h4 {
  margin-bottom: 6px;
}
.single-product .product .finish-container .title-underline {
  background-color: #707070;
  height: 1px;
  width: 100%;
  margin-top: 22px;
}
.single-product .product .product-row-one {
  display: flex;
  flex-wrap: wrap;
  min-height: 50vh;
  margin-bottom: 25px;
}
@media (max-width: 1120px) {
  .single-product .product .product-row-one {
    min-height: auto;
  }
}
.single-product .product .product-row-one .left {
  width: 70%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.single-product .product .product-row-one .left.gallery-bottom {
  justify-content: flex-end;
}
@media (max-width: 1120px) {
  .single-product .product .product-row-one .left {
    width: 100%;
  }
}
.single-product .product .product-row-one .left .product-title {
  width: 70vw;
  margin-bottom: 20px;
}
@media (max-width: 1120px) {
  .single-product .product .product-row-one .left .product-title {
    width: 100vw;
  }
}
@media (max-width: 600px) {
  .single-product .product .product-row-one .left .product-title h1 {
    font-size: 17px !important;
  }
}
.single-product .product .product-row-one .left .product-title h1 {
  text-align: center;
}
.single-product .product .product-row-one .left .product-title .title-underline {
  background-color: #707070;
  height: 1px;
  width: 140px;
  margin: auto;
}
.single-product .product .product-row-one .left .product-main-gallery {
  position: relative;
  width: 100%;
  width: 70vw;
  padding: 0 80px;
}
@media (max-width: 1120px) {
  .single-product .product .product-row-one .left .product-main-gallery {
    max-height: calc(100vh - 260px);
  }
  @supports (-webkit-touch-callout: none) {
    .single-product .product .product-row-one .left .product-main-gallery {
      max-height: none;
    }
  }
}
@media (max-width: 1120px) {
  .single-product .product .product-row-one .left .product-main-gallery {
    display: flex;
    flex-direction: column;
  }
}
.single-product .product .product-row-one .left .product-main-gallery .show-zoomed {
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
  position: absolute;
  bottom: 65px;
  z-index: 500;
  left: 0;
  right: 0;
}
.single-product .product .product-row-one .left .product-main-gallery .show-zoomed .zoom-inner {
  background-color: #494c56;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 100;
  cursor: pointer;
  width: 36px;
  height: 36px;
}
.single-product .product .product-row-one .left .product-main-gallery .show-zoomed .zoom-inner:hover {
  background-color: #5f626d;
  color: #fff;
}
@media (max-width: 1120px) {
  .single-product .product .product-row-one .left .product-main-gallery .show-zoomed {
    bottom: 60px;
  }
}
@media (max-height: 765px) and (min-width: 1120px) {
  .single-product .product .product-row-one .left .product-main-gallery .show-zoomed {
    position: absolute;
    right: 50%;
    top: 34%;
    left: auto;
    bottom: auto;
    margin-right: -90px;
  }
}
.single-product .product .product-row-one .left .product-main-gallery .more-product {
  position: absolute;
  bottom: 6px;
  z-index: 500;
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
}
.single-product .product .product-row-one .left .product-main-gallery.gallery-bottom {
  bottom: 0;
  width: 100%;
  width: 70vw;
}
@media (max-width: 1120px) {
  .single-product .product .product-row-one .left .product-main-gallery {
    padding: 0 20px;
    width: 100%;
  }
  .single-product .product .product-row-one .left .product-main-gallery .more-product {
    bottom: 27px;
  }
}
.single-product .product .product-row-one .left .product-main-gallery .product-main-gallery-slider {
  position: relative;
  height: 700px;
}
@media (max-width: 1400px) {
  .single-product .product .product-row-one .left .product-main-gallery .product-main-gallery-slider {
    height: 600px;
  }
}
.single-product .product .product-row-one .left .product-main-gallery .product-main-gallery-slider .slick-dots {
  position: relative;
  z-index: 200;
  display: flex;
  justify-content: center !important;
  margin: 0;
  padding: 0;
  padding-left: 2px;
  margin-top: -60px;
  width: 100%;
}
@media (max-width: 1120px) {
  .single-product .product .product-row-one .left .product-main-gallery .product-main-gallery-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding-left: 0;
  }
}
.single-product .product .product-row-one .left .product-main-gallery .product-main-gallery-slider .slick-dots li {
  color: #494c56;
  background-color: #494c56 !important;
  border: solid;
  border-width: 2px;
  transition: background-color 0.1s;
  width: 12px !important;
  height: 12px !important;
  list-style: none;
  border-radius: 10px;
  margin: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.single-product .product .product-row-one .left .product-main-gallery .product-main-gallery-slider .slick-dots li button {
  font-size: 0;
  display: none;
}
.single-product .product .product-row-one .left .product-main-gallery .product-main-gallery-slider .slick-dots li.slick-active {
  background-color: transparent !important;
}
.single-product .product .product-row-one .left .product-main-gallery .product-main-gallery-slider .slick-list {
  height: 100%;
}
.single-product .product .product-row-one .left .product-main-gallery .product-main-gallery-slider .slick-list .slick-track {
  height: 100%;
}
.single-product .product .product-row-one .left .product-main-gallery .product-main-gallery-slider .slick-list .slick-track .slick-slide {
  outline: none !important;
}
.single-product .product .product-row-one .left .product-main-gallery .product-main-gallery-slider .product-gallery-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 68%;
  margin-top: 20px;
}
.single-product .product .product-row-one .left .other_designs_container {
  margin-right: 30px;
  margin-left: 55px;
}
@media only screen and (max-width: 1120px) {
  .single-product .product .product-row-one .left .other_designs_container {
    display: none;
  }
}
.single-product .product .product-row-one .left .other_designs_container .title_container {
  border-top: 1px solid #38454b;
}
.single-product .product .product-row-one .left .other_designs_container .upsell_single {
  position: relative;
  min-height: unset;
  height: 200px;
  max-height: 200px;
}
.single-product .product .product-row-one .left .other_designs_container .upsell_single li {
  min-height: unset;
  border: unset;
  height: 100%;
}
.single-product .product .product-row-one .left .other_designs_container .upsell_single li img {
  object-fit: contain;
  margin: auto;
  height: 100%;
}
.single-product .product .product-row-one .right {
  width: 30%;
  padding-right: 15px;
}
@media (max-width: 1120px) {
  .single-product .product .product-row-one .right {
    width: 100%;
    padding: 0 15px;
  }
}
.single-product .product .product-row-one .right .title-underline {
  background-color: #707070;
  height: 1px;
  width: 100%;
}
.single-product .product .product-row-one .right .swap-mobile {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1120px) {
  .single-product .product .product-row-one .right .swap-mobile {
    flex-direction: column-reverse;
  }
}
.single-product .product .product-row-one .right .swap-mobile.contains_non_lead_code > *:not(.non_lead_code_popup):not(.change-finish) {
  opacity: 0.3;
  pointer-events: none;
}
.single-product .product .product-row-one .right .swap-mobile .non_lead_code_popup {
  position: absolute;
  text-align: center;
  border: solid;
  border-color: #3E4E56;
  background-color: white;
  padding: 15px;
  margin-right: 15px;
  margin-top: 50px;
}
.single-product .product .product-row-one .right .design-details h3 {
  margin: 10px 0;
}
.single-product .product .product-row-one .right .design-details .design-details-list {
  margin-top: 16px;
}
.single-product .product .product-row-one .right .design-details .design-detail-row {
  display: flex;
  margin: 1px 0;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
}
.single-product .product .product-row-one .right .design-details .design-detail-row .design-detail-type {
  font-weight: 500;
  min-width: 100px;
}
.single-product .product .product-row-one .right .change-finish {
  margin: 25px 0;
  margin-top: 10px;
}
@media (max-width: 560px) {
  .single-product .product .product-row-one .right .change-finish .mob-btn {
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    background-color: #494c56;
    color: white;
  }
  .single-product .product .product-row-one .right .change-finish .click-below {
    display: none;
  }
  .single-product .product .product-row-one .right .change-finish.finishes-active .click-below {
    display: inline-block;
  }
}
.single-product .product .product-row-one .right .backplate-options {
  display: flex;
  align-items: center;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.single-product .product .product-row-one .right .backplate-options img {
  margin-right: 12px;
}
.single-product .product .product-row-one .right .backplate-options .inner span {
  display: block;
}
.single-product .product .product-row-one .right .backplate-options .inner span strong {
  font-weight: 500;
}
.single-product .product .product-row-one .right .backplate-options .inner a,
.single-product .product .product-row-one .right .backplate-options .inner p {
  color: #38454b !important;
  text-decoration: none !important;
  cursor: pointer;
  margin: 0;
}
.single-product .product .product-row-one .right .backplate-options.custom-sizing-btn .inner {
  font-size: 0.9em;
  line-height: 19px;
}
.single-product .product .product-row-one .right .product-detail-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.single-product .product .product-row-one .right .product-detail-footer .back-to-designs {
  font-size: 15px;
}
.single-product .product .product-row-one .right .product-detail-footer span[class*=_button_pin] {
  background: none;
  border-radius: 50%;
  border-width: 1px;
  color: #494c56;
  border-style: solid;
  width: 25px;
  height: 25px;
  background-image: url(../img/icons/products/pinterest-icon.svg);
  background-size: 70% 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.single-product .product .product-row-one .right .product-detail-footer span[class*=_button_pin]:before {
  content: "\f231";
  font-family: "Font Awesome 5 Brands";
  display: none;
  font-weight: 900;
}
.single-product .product .product-row-one .right .product-detail-footer span[class*=_button_pin] svg {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3px;
  width: 23px;
  height: 23px;
}
.single-product .product .product-row-one .right .product-detail-footer .tinv-wraper {
  margin: 0 !important;
}
.single-product .product .product-row-one .right .product-detail-footer .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before {
  font-size: 33px;
  margin-top: -16.5px;
  margin-left: -16.5px;
}
.single-product .product .product-row-one .right .product-detail-footer a {
  color: #38454b !important;
  text-decoration: none !important;
}
.single-product .product .product-row-one .right .product-detail-footer > * {
  margin: 0 10px;
}
.single-product .product .product-row-one .right .pdf-spec-container .spec-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #494c56;
  background-color: #fff;
  text-decoration: none !important;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #494c56;
}
.single-product .product .product-row-one .right .pdf-spec-container .spec-btn:hover {
  background-color: #494c56;
  color: #fff;
}
.single-product .product .product-row-one .right .add-to-cart-container {
  margin-bottom: 8px;
}
.single-product .product .product-row-one .right .add-to-cart-container .add-cart-btn-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #494c56;
  background-color: #494c56;
  text-decoration: none !important;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.single-product .product .product-row-one .right .add-to-cart-container .add-cart-btn-popup:hover {
  background-color: #fff;
  color: #494c56;
}
.single-product .product .product-row-one .right .add-to-cart-container .add-cart-btn-popup .button-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.single-product .product .product-row-one .right .add-to-cart-container .add-cart-btn-popup .button-inner.button-working {
  display: none;
}
.single-product .product .product-row-one .right .add-to-cart-container .add-cart-btn-popup .button-inner.button-complete {
  display: none;
}
.single-product .product .product-row-one .right .add-to-cart-container .add-cart-btn-popup .button-inner .working {
  margin-left: 8px;
}
.single-product .product .product-row-two {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.single-product .product .product-row-two .left {
  flex: 1;
}
@media (max-width: 1230px) {
  .single-product .product .product-row-two .left {
    width: 100%;
  }
}
.single-product .product .product-row-two .left .top {
  background-color: #494c56;
  color: rgb(219, 219, 219);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 70px 55px;
}
.single-product .product .product-row-two .left .top h3 {
  color: #fff;
}
.single-product .product .product-row-two .left .bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 55px;
}
.single-product .product .product-row-two .left .bottom .bottom-data {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  flex-wrap: wrap;
}
.single-product .product .product-row-two .left .bottom .bottom-data .measurements {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  letter-spacing: 2px;
}
@media (max-width: 850px) {
  .single-product .product .product-row-two .left .bottom .bottom-data .measurements {
    width: 100%;
  }
}
.single-product .product .product-row-two .left .bottom .bottom-data .measurements span {
  display: block;
  font-size: 16px;
}
.single-product .product .product-row-two .left .bottom .bottom-data .measurements span.strong {
  font-weight: 400;
}
.single-product .product .product-row-two .left .bottom .bottom-data .measurements .full {
  width: 100%;
}
.single-product .product .product-row-two .left .bottom .bottom-data .measurements .half {
  margin-top: 20px;
  width: 50%;
  flex: 1 1 210px;
}
@media (max-width: 750px) {
  .single-product .product .product-row-two .left .bottom .bottom-data .measurements .half {
    width: 100%;
  }
}
.single-product .product .product-row-two .left .bottom .bottom-data .spec-image-container {
  width: 35%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 180px;
}
@media (max-width: 850px) {
  .single-product .product .product-row-two .left .bottom .bottom-data .spec-image-container {
    width: 100%;
    min-height: 260px;
    margin-top: 40px;
  }
}
.single-product .product .product-row-two .right {
  width: 40%;
  padding-left: 15px;
}
.single-product .product .product-row-two .right.no-lifestyle {
  display: none;
}
@media (max-width: 1500px) {
  .single-product .product .product-row-two .right {
    width: 50%;
  }
}
@media (max-width: 1230px) {
  .single-product .product .product-row-two .right {
    width: 100%;
    padding-left: 0;
  }
}
.single-product .product .product-row-two .right .product-lifestyle-gallery {
  width: 100%;
  height: 100%;
}
@media (max-width: 1230px) {
  .single-product .product .product-row-two .right .product-lifestyle-gallery {
    min-height: 100vw;
  }
}
.single-product .product .product-row-two .right .product-lifestyle-gallery .product-lifestyle-gallery-slider {
  height: 100%;
}
.single-product .product .product-row-two .right .product-lifestyle-gallery .product-lifestyle-gallery-slider .slick-dots {
  display: flex;
  justify-content: center !important;
  margin: 0;
  padding: 0;
  padding-left: 6px;
  margin-top: -60px;
}
.single-product .product .product-row-two .right .product-lifestyle-gallery .product-lifestyle-gallery-slider .slick-dots li {
  color: #fff;
  background-color: #fff !important;
  border: solid;
  border-width: 2px;
  transition: background-color 0.1s;
  width: 16px !important;
  height: 16px !important;
  list-style: none;
  border-radius: 10px;
  margin: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  z-index: 80;
}
.single-product .product .product-row-two .right .product-lifestyle-gallery .product-lifestyle-gallery-slider .slick-dots li button {
  font-size: 0;
  display: none;
}
.single-product .product .product-row-two .right .product-lifestyle-gallery .product-lifestyle-gallery-slider .slick-dots li.slick-active {
  background-color: transparent !important;
}
.single-product .product .product-row-two .right .product-lifestyle-gallery .product-lifestyle-gallery-slider .slick-list {
  height: 100%;
}
.single-product .product .product-row-two .right .product-lifestyle-gallery .product-lifestyle-gallery-slider .slick-list .slick-track {
  height: 100%;
}
.single-product .product .product-row-two .right .product-lifestyle-gallery .product-lifestyle-gallery-slider .slick-list .slick-track .slick-slide {
  outline: none !important;
}
.single-product .product .product-row-two .right .product-lifestyle-gallery .product-lifestyle-gallery-slider .product-gallery-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.single-product .attribute-items-container .items {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.single-product .attribute-items-container .items .size-selector {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  background-color: white;
  border: 1px solid #494c56;
  color: #494c56;
  border-radius: 10px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 22px;
  width: 54px;
  margin: 0 3px 0 0;
}
.single-product .attribute-items-container .items .size-selector:not(:first-child) {
  margin: 0 3px;
}
.single-product .attribute-items-container .items .size-selector:hover {
  font-weight: 600;
}
.single-product .attribute-items-container .items .size-selector.attribute-selected {
  background-color: #494c56;
  border: 1px solid #494c56;
  color: #fff;
  font-weight: 600;
}
.single-product .attribute-items-container .items .item {
  position: relative;
  height: 66px;
  cursor: pointer;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  flex: 0 1 100px;
  border: 3px solid #ffffff;
}
.single-product .attribute-items-container .items .item .finish-name {
  display: none;
  width: 100%;
  background-color: #494c56;
  text-align: center;
  position: absolute;
  color: white;
  justify-content: center;
  align-items: center;
  padding: 5px;
  line-height: 19px;
  font-size: 13px;
  top: 0;
  pointer-events: none;
}
.single-product .attribute-items-container .items .item:hover .finish-name {
  display: flex;
}
.single-product .attribute-items-container .items .item .finish-selected {
  display: none;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(73, 76, 86, 0.5882352941);
  color: #d6dae4;
}
@media (max-width: 1000px) {
  .single-product .attribute-items-container .items .item .finish-selected {
    position: absolute;
    bottom: 29px;
    top: 0;
    height: auto;
  }
}
.single-product .attribute-items-container .items .item.attribute-selected {
  border: 3px solid #494c56;
}
.single-product .attribute-items-container .items .item.attribute-selected .finish-name {
  display: flex;
}
@media (max-width: 1000px) {
  .single-product .attribute-items-container .items .item {
    display: flex;
    height: auto;
  }
  .single-product .attribute-items-container .items .item .finish-name {
    position: relative;
    margin-top: 55px;
    top: auto;
    display: block;
  }
}
@media (max-width: 560px) {
  .single-product .attribute-items-container .items {
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
  }
  .single-product .attribute-items-container .items .item {
    min-height: 46px;
  }
  .single-product .attribute-items-container .items .item .finish-name {
    display: none !important;
  }
}

.single-product .product-add-popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  z-index: 2000;
}
.single-product .product-add-popup.ready-to-add {
  display: flex;
}
.single-product .product-add-popup .inner {
  display: block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  width: auto;
  background-color: white;
  padding: 15px;
  max-width: 420px;
  width: 100%;
  overflow-y: auto;
  max-height: 90vh;
  transition: all 0.2s ease-in-out;
}
.single-product .product-add-popup .inner .after-add {
  display: none;
  text-align: center;
}
.single-product .product-add-popup .inner .after-add p {
  margin: 0;
}
.single-product .product-add-popup .inner .after-add .view-basket-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #494c56;
  background-color: #494c56;
  text-decoration: none !important;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  min-width: 310px;
  margin-top: 20px;
}
.single-product .product-add-popup .inner .after-add .view-basket-btn:hover {
  background-color: #fff;
  color: #494c56;
}
.single-product .product-add-popup .inner .after-add .close-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #494c56;
  background-color: #ffffff;
  text-decoration: none !important;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #494c56;
  margin-top: 4px;
}
.single-product .product-add-popup .inner .after-add .close-btn:hover {
  background-color: #494c56;
  color: #fff;
}
.single-product .product-add-popup .inner .before-add {
  display: block;
}
.single-product .product-add-popup .inner .main-finishes {
  display: flex;
}
.single-product .product-add-popup .inner .selection-preview {
  text-align: center;
}
.single-product .product-add-popup .inner .selection-preview.body-selection-preview {
  margin-right: 10px;
}
.single-product .product-add-popup .inner .selection-preview .finish-preview {
  width: 160px;
  display: flex;
  height: 95px;
  background-position: top;
  background-repeat: no-repeat;
  margin: auto;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
}
.single-product .product-add-popup .inner .selection-preview .finish-preview .finish-name {
  background-color: #494c56;
  color: white;
  font-size: 12px;
  font-weight: 500;
}
.single-product .product-add-popup .inner .quantity-selection-preview {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.single-product .product-add-popup .inner .quantity-selection-preview .add-quant {
  display: flex;
  align-items: center;
}
.single-product .product-add-popup .inner .quantity-selection-preview .add-quant > div {
  padding: 0 6px;
}
.single-product .product-add-popup .inner .quantity-selection-preview input {
  max-width: 80px;
  text-align: center;
}
.single-product .product-add-popup .inner .add-to-cart-container {
  margin-top: 30px;
  width: 100%;
}
.single-product .product-add-popup .inner .add-to-cart-container .add-cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #494c56;
  background-color: #494c56;
  text-decoration: none !important;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  min-width: 310px;
}
.single-product .product-add-popup .inner .add-to-cart-container .add-cart-btn:hover {
  background-color: #fff;
  color: #494c56;
}
.single-product .product-add-popup .inner .add-to-cart-container .add-cart-btn .button-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.single-product .product-add-popup .inner .add-to-cart-container .add-cart-btn .button-inner.button-working {
  display: none;
}
.single-product .product-add-popup .inner .add-to-cart-container .add-cart-btn .button-inner.button-complete {
  display: none;
}
.single-product .product-add-popup .inner .add-to-cart-container .add-cart-btn .button-inner .working {
  margin-left: 8px;
}
.single-product .product-add-popup .inner .add-to-cart-container .change-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #494c56;
  background-color: #ffffff;
  text-decoration: none !important;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #494c56;
  margin-top: 4px;
}
.single-product .product-add-popup .inner .add-to-cart-container .change-btn:hover {
  background-color: #494c56;
  color: #fff;
}
.single-product .product-add-popup .inner h3 {
  margin-bottom: 5px;
  text-align: center;
}
.single-product .product-add-popup.unselected-finish .item .finish-name {
  display: none !important;
}
.single-product .product-add-popup.unselected-finish .item.attribute-selected {
  border-color: #fff !important;
}

.select-finish-container .finishes .no-select {
  font-size: 10px;
  display: none;
}
.select-finish-container .finishes.finish-unselected h4 {
  color: red;
}
.select-finish-container .finishes.finish-unselected .no-select {
  display: inline;
}

.single-product .slick-track .slick-slide {
  display: flex;
  outline: none !important;
}
.single-product .slick-track .slick-slide:focus,
.single-product .slick-track .slick-slide a {
  outline: none !important;
}
.single-product .slick-track .slick-slide .product {
  width: 100% !important;
}

.single-product .size-finishes h4 {
  display: flex;
  align-items: center;
}
.single-product .size-finishes .size-shown-as {
  display: none;
  margin-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.single-product .size-finishes .size-shown-as.shown {
  display: block;
}
.single-product .size-finishes .size-shown-as .size-as {
  font-weight: 500;
}

body.showroom-mode-on.single-product .product .product-row-one .left .product-main-gallery {
  width: calc(70vw - 125px) !important;
  max-height: 100vh;
}
body.showroom-mode-on.single-product .product .product-row-one .left .product-main-gallery.gallery-fixed {
  width: calc(70vw - 125px) !important;
}
body.showroom-mode-on.single-product .product .product-row-one .left .product-main-gallery.gallery-bottom {
  width: calc(70vw - 125px) !important;
}
@media (max-width: 1120px) {
  body.showroom-mode-on.single-product .product .product-row-one .left .product-main-gallery {
    width: 100% !important;
  }
}

.before-add .change-finish .finish-container {
  display: block !important;
}

.woocommerce-result-count {
  display: none;
}

/** GENERAL */
.woocommerce > h2 {
  text-align: center;
}

.woocommerce-checkout .woocommerce {
  padding: 0 15px;
}

.woocommerce-checkout-payment {
  background-color: none !important;
}
.woocommerce-checkout-payment .place-order {
  padding: 0 !important;
  margin-bottom: 15px !important;
}
.woocommerce-checkout-payment button {
  height: 100% !important;
  width: 100% !important;
  padding: 1em !important;
}

.cart-subtotal .woocommerce-Price-amount {
  font-weight: 400 !important;
}

.order-total .woocommerce-Price-amount {
  font-weight: 600 !important;
}

.woocommerce-cart-form,
.cart-collaterals {
  padding: 0 15px;
}

.woocommerce-cart-form .product-name a {
  color: #494c56 !important;
  text-decoration: none !important;
  border-bottom: 1px solid #494c56 !important;
}

body .woocommerce a.remove {
  color: #494c56 !important;
}
body .woocommerce a.remove:hover {
  background: #b1b7c9 !important;
}

.product-quantity {
  display: flex;
  align-items: center;
}
.product-quantity .mquant {
  display: flex;
  align-items: center;
}
.product-quantity .mquant > div {
  margin: 0 5px;
}
@media (max-width: 768px) {
  .product-quantity {
    display: flex !important;
    justify-content: space-between !important;
  }
}

.order_item .product-quantity {
  display: inline-block;
}

.woocommerce-page input,
.woocommerce-page .select2-selection,
.woocommerce-page .woocommerce-form-login {
  border-radius: 0 !important;
}
.woocommerce-page .button {
  font-size: 15px !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
}
.woocommerce-page .button.wc-backward {
  background-color: transparent !important;
  border: 2px solid #494c56 !important;
  transition: background-color 0.1s linear;
}
.woocommerce-page .button.wc-backward:hover {
  background-color: #494c56 !important;
  color: #fff !important;
}
.woocommerce-page .button.alt, .woocommerce-page .button.woocommerce-form-login__submit, .woocommerce-page .button.woocommerce-Button {
  background-color: #494c56 !important;
  border: 2px solid #494c56 !important;
  color: #fff !important;
  transition: background-color 0.1s linear;
}
.woocommerce-page .button.alt:hover, .woocommerce-page .button.woocommerce-form-login__submit:hover, .woocommerce-page .button.woocommerce-Button:hover {
  background-color: transparent !important;
  color: #494c56 !important;
}

.woocommerce-info {
  margin-top: 10px;
  text-align: center;
  border: none !important;
  padding: 10px 15px;
}
.woocommerce-info:before {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin-right: 20px !important;
}
.woocommerce-info.cart-empty {
  margin-top: 60px;
}
.woocommerce-info.cart-empty:before {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin-right: 20px !important;
  color: #494c56 !important;
}

.woocommerce-cart .return-to-shop {
  text-align: center;
}
.woocommerce-cart .return-to-shop .wc-backward {
  margin-bottom: 71px;
}

.woocommerce form .form-row label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

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

body.pdf_specsheet {
  font-family: "Montserrat", sans-serif;
  padding-top: 0px;
}
body.pdf_specsheet .header {
  padding: 0px 10px;
}
body.pdf_specsheet .header .logo {
  text-align: center;
  border-bottom: solid;
  border-width: 10px;
  border-color: #3E4E56;
}
body.pdf_specsheet .header .logo img {
  width: 125px;
  padding: 10px;
}
body.pdf_specsheet .header .titles {
  text-align: center;
  padding: 10px 0px;
  padding-bottom: 0;
}
body.pdf_specsheet .header .titles .product_title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px !important;
  font-weight: bold !important;
  line-height: 1.1em !important;
}
body.pdf_specsheet .main_spec {
  padding: 0px 0px;
}
body.pdf_specsheet .main_spec > table {
  table-layout: fixed;
}
body.pdf_specsheet .main_spec > table > tbody > tr > td, body.pdf_specsheet .main_spec > table > tr > td {
  padding: 10px;
  vertical-align: top;
  padding-top: 0px;
  margin-top: -20px;
}
body.pdf_specsheet #footer {
  position: fixed;
  left: 0;
  right: 0;
  color: #3E4E56;
  font-size: 0.9em;
  bottom: 0;
  text-align: center;
  height: 50px;
  border-top: solid;
  border-width: 9px;
  border-color: #3E4E56;
  margin: 0px 10px;
}
body.pdf_specsheet #footer h3 {
  font-size: 11px !important;
  font-weight: bold !important;
  margin: 5px 0px;
  line-height: 1.1em !important;
}
body.pdf_specsheet #footer p {
  font-size: 11px !important;
  font-weight: normal !important;
  margin: 5px 0px;
  line-height: 1.1em !important;
}
body.pdf_specsheet #footer a {
  color: inherit;
  text-decoration: none;
}
body.pdf_specsheet .title,
body.pdf_specsheet .hidden_title {
  width: 100%;
  border-bottom: solid;
  border-width: 2px;
  border-color: black;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: normal !important;
  margin-top: 0px;
  margin-bottom: 15px;
}
body.pdf_specsheet .hidden_title {
  visibility: hidden;
}
body.pdf_specsheet .design_details {
  width: 100%;
}
body.pdf_specsheet .design_details .name {
  font-weight: bold !important;
  letter-spacing: 2px;
  font-size: 12px !important;
  padding: 2px 4px;
  text-transform: uppercase;
  width: 17%;
  min-width: 80px;
  line-height: 14px !important;
}
body.pdf_specsheet .design_details .value {
  font-weight: normal !important;
  letter-spacing: 2px;
  font-size: 12px !important;
  padding: 2px 6px;
  text-transform: uppercase;
  line-height: 14px !important;
  padding-top: 0;
}
body.pdf_specsheet .design_details .value.strong {
  font-weight: bold !important;
}
body.pdf_specsheet .design_details .break {
  height: 10px;
}
body.pdf_specsheet .main_image {
  width: 100%;
  text-align: center;
}
body.pdf_specsheet .main_image img {
  height: 160px;
}
body.pdf_specsheet .main_image.tall img {
  width: 40px;
  height: auto;
}
body.pdf_specsheet .size_image {
  text-align: center;
}
body.pdf_specsheet .size_image img {
  height: 150px;
}
body.pdf_specsheet .size_image.tall img {
  width: 95px;
  height: auto;
}
body.pdf_specsheet .grip_finish,
body.pdf_specsheet .metal_finish {
  padding: 10px;
  width: 100%;
  margin: 0px;
  padding-top: 0;
  padding-left: 0;
}
body.pdf_specsheet .grip_finish td,
body.pdf_specsheet .metal_finish td {
  vertical-align: top;
}
body.pdf_specsheet .grip_finish .image,
body.pdf_specsheet .metal_finish .image {
  width: 65px;
  overflow: hidden;
}
body.pdf_specsheet .grip_finish .image .img,
body.pdf_specsheet .metal_finish .image .img {
  width: 98px;
  height: 65px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
}
body.pdf_specsheet .grip_finish .image .img img,
body.pdf_specsheet .metal_finish .image .img img {
  height: 100%;
  left: -100%;
  right: -100%;
  margin: auto;
  position: relative;
}
body.pdf_specsheet .grip_finish .text,
body.pdf_specsheet .metal_finish .text {
  padding: 0px 20px;
  text-transform: uppercase;
}
body.pdf_specsheet .grip_finish .text h3,
body.pdf_specsheet .metal_finish .text h3 {
  font-weight: bold !important;
  margin: 3px 0px !important;
  font-size: 11px !important;
  letter-spacing: 3px !important;
  line-height: 11px !important;
}
body.pdf_specsheet .grip_finish .text p,
body.pdf_specsheet .metal_finish .text p {
  font-weight: normal !important;
  margin: 5px 0px !important;
  font-size: 11px !important;
  line-height: 1.1em !important;
  letter-spacing: 5px !important;
}
body.pdf_specsheet .grip_finish .text p.notice,
body.pdf_specsheet .metal_finish .text p.notice {
  font-size: 9px !important;
  letter-spacing: 0px !important;
  text-transform: lowercase;
}
body.pdf_specsheet .rose_and_backplate .image .img img {
  height: 75px;
}
body.pdf_specsheet .rose_and_backplate .text {
  width: 500px;
}
body.pdf_specsheet .rose_and_backplate .text p {
  font-weight: normal !important;
  font-size: 8px !important;
  margin: 0px 10px;
  line-height: 1.5em !important;
}
body.pdf_specsheet .rose_and_backplate .text p.strong {
  font-weight: bold !important;
  font-size: 8px !important;
}
body.pdf_specsheet .rose_and_backplate .text p a {
  color: inherit;
  text-decoration: none;
}
body.pdf_specsheet .specification_notes {
  table-layout: fixed;
  width: 100%;
}
body.pdf_specsheet .specification_notes table {
  width: 100%;
}
body.pdf_specsheet .specification_notes table .image .img img {
  height: 55px;
}
body.pdf_specsheet .specification_notes table .text {
  width: 100%;
}
body.pdf_specsheet .specification_notes table .text p {
  font-weight: normal !important;
  font-size: 8px !important;
  margin: 0px 10px;
  line-height: 1.5em !important;
}
body.pdf_specsheet .specification_notes table .text p.strong,
body.pdf_specsheet .specification_notes table .text p strong {
  font-weight: bold !important;
  font-size: 8px !important;
}
body.pdf_specsheet .specification_notes table .text p a {
  color: inherit;
  text-decoration: none;
}
body.pdf_specsheet .size_available table {
  min-width: 450px;
}
body.pdf_specsheet .size_available table tr td,
body.pdf_specsheet .size_available table tr th {
  padding: 5px 10px;
  text-align: center;
  border-left: 1px solid;
  border-top: 1px solid;
  line-height: 10px !important;
}
body.pdf_specsheet .size_available table tr th p {
  font-weight: normal !important;
}
body.pdf_specsheet .size_available table tr th .row_name {
  white-space: nowrap;
}
body.pdf_specsheet .size_available table tr p {
  font-size: 9px !important;
  line-height: 9px !important;
  margin: 0px !important;
  font-weight: normal !important;
}
body.pdf_specsheet .size_available table tr th:first-child {
  text-align: right;
  text-transform: uppercase;
  border-left: none;
}
body.pdf_specsheet .size_available table tr:first-child th {
  border-top: none;
}
body.pdf_specsheet .size_available table tr .row_label {
  border: none;
  padding: 0 10px !important;
  position: relative;
}
body.pdf_specsheet .size_available table tr .row_label p {
  position: absolute;
  font-size: 8px !important;
  margin: auto !important;
  top: -5px;
  bottom: -5px;
}
body.pdf_specsheet .size_available .tolerance_message {
  font-size: 8px !important;
  margin: 0 !important;
  margin-left: 10px !important;
  font-weight: normal !important;
  display: inline-block;
}
body.pdf_specsheet .product_size {
  margin: auto;
}
body.pdf_specsheet .product_size td {
  padding: 20px 3px;
}
body.pdf_specsheet .product_size td p {
  line-height: 13px !important;
  margin: 0px !important;
  font-weight: normal !important;
  white-space: nowrap;
}
body.pdf_specsheet .product_size td p.size {
  font-size: 11px !important;
}
body.pdf_specsheet .product_size td p.size .unit {
  font-size: 7px !important;
}
body.pdf_specsheet .product_size td p.position {
  font-size: 9px !important;
}

.dealer_locator {
  position: relative;
  overflow: hidden;
}
.dealer_locator .map-image {
  width: 100%;
  text-align: center;
  max-width: 1000px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.dealer_locator .map-image img {
  width: 100%;
}
.dealer_locator .menu_container {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 5;
}
.dealer_locator .menu_container .menu {
  width: calc(100% - 30px);
  max-width: 600px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.43);
  padding: 15px 20px;
  margin: 15px auto;
}
.dealer_locator .menu_container .menu h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
.dealer_locator .menu_container .menu #place_search {
  background-color: #494c56;
  color: white;
  width: 100%;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}
.dealer_locator .menu_container .menu #place_search:hover {
  background-color: transparent;
  color: #3E4E56;
}
.dealer_locator .menu_container .menu .search_box {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.dealer_locator .menu_container .menu .search_box h2 {
  background-color: white;
  font-size: 18px !important;
}
.dealer_locator .menu_container .menu .search_box .search_options select,
.dealer_locator .menu_container .menu .search_box .search_options input {
  width: 100%;
  margin: 5px 0px;
  border-top: none;
  border-right: none;
  border-left: none;
  background-color: #F8F8F8;
  border-radius: 2px;
  border-bottom: 0.5px solid #3E4E56;
  position: relative;
}
.dealer_locator .change_address {
  position: absolute;
  top: calc(-30px - 2em);
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  text-align: center;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  transition: top 0.3s, opacity 0.3s;
}
@media (max-width: 768px) {
  .dealer_locator .change_address {
    width: auto;
  }
}
.dealer_locator .change_address .address_button {
  background-color: rgba(73, 76, 86, 0.4);
  color: white;
  padding: 15px 20px;
  margin-top: -10px;
  border-radius: 0px 0px 25px 25px;
  display: inline-block;
  cursor: pointer;
  transition: margin-top 0.3s, background-color 0.3s;
}
.dealer_locator .change_address .address_button:hover {
  background-color: #494c56;
  margin-top: 0;
}
.dealer_locator .no_dealers_container {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 5;
  display: none;
}
.dealer_locator .no_dealers_container .no-dealers {
  width: calc(100% - 30px);
  max-width: 600px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.43);
  padding: 15px 20px;
  margin: 15px auto;
}
.dealer_locator .no_dealers_container .no-dealers .close-no-dealers {
  text-decoration: underline;
  transition: opacity 0.2s;
  cursor: pointer;
}
.dealer_locator .no_dealers_container .no-dealers .close-no-dealers:hover {
  opacity: 0.8;
}
.dealer_locator.show_address .menu_container {
  opacity: 0;
  pointer-events: none;
}
.dealer_locator.show_address .change_address {
  top: 0;
  opacity: 1;
  pointer-events: auto;
}
.dealer_locator.no-dealer .no_dealers_container {
  display: block;
}
.dealer_locator .loader {
  width: 100%;
  height: 100%;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s;
}
.dealer_locator .loader:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  margin: auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 6px solid #3E4E56;
  border-color: #3E4E56 transparent #3E4E56 transparent;
  animation: loadingWheel 1.2s linear infinite;
}
.dealer_locator .loader.show {
  opacity: 1;
  pointer-events: auto;
}
@keyframes loadingWheel {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dealer_locator .map {
  height: 500px;
  width: 100%;
}
.dealer_locator .map #map {
  width: 100%;
  height: 100%;
}
.dealer_locator .map #map .gm-style-iw {
  border-radius: 0px;
  padding: 5px 10px;
}
.dealer_locator .map #map .gm-style-iw a {
  color: #38454B !important;
  text-decoration: none !important;
}
.dealer_locator .map #map .dealer_container {
  position: relative;
}
.dealer_locator .map #map .dealer_container.has-flag .content {
  padding-right: 60px;
}
.dealer_locator .map #map .dealer_container.has-flag img.country_flag {
  width: 45px;
  position: absolute;
  bottom: 0px;
  right: 5px;
}
.dealer_locator .map #map .dealer_container h3 {
  margin-top: 0;
  margin-bottom: 0.3em;
}
@media (max-width: 768px) {
  .dealer_locator {
    flex-wrap: wrap;
  }
  .dealer_locator .menu {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 768px) and (max-width: 500px) {
  .dealer_locator .menu .search_box h2.background_line {
    display: inline-block;
  }
  .dealer_locator .menu .search_box h2.background_line:before, .dealer_locator .menu .search_box h2.background_line:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .dealer_locator .map {
    width: 100%;
    height: 70vh;
    max-width: none;
  }
}

.faq-archive.container_wrap .container {
  display: block;
}
.faq-archive.container_wrap .container h1 {
  text-align: center;
}
.faq-archive.container_wrap .container .faq_categories {
  display: grid;
  grid-column-gap: 30px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}
.faq-archive.container_wrap .container .faq_categories .category {
  background-color: #3E4F55;
  color: white;
  position: relative;
}
.faq-archive.container_wrap .container .faq_categories .category .cat_thumbnail {
  width: 100%;
}
.faq-archive.container_wrap .container .faq_categories .category .name {
  position: absolute;
  color: white;
  text-decoration: none;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 25px;
  letter-spacing: 1.25px;
  font-size: 1em;
}

.faq-answers.container_wrap .container {
  display: block;
}
.faq-answers.container_wrap .container .question_container {
  display: grid;
  grid: auto/1fr 2fr;
}
@media (max-width: 768px) {
  .faq-answers.container_wrap .container .question_container {
    grid: auto/1fr;
  }
}
.faq-answers.container_wrap .container .question_container .questions .question {
  padding: 0px 20px;
}
.faq-answers.container_wrap .container .question_container .questions .question .main {
  cursor: pointer;
  user-select: none;
  border-bottom: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.6);
}
.faq-answers.container_wrap .container .question_container .questions .question .main .icon {
  display: inline-block;
  float: right;
  color: rgba(0, 0, 0, 0.6);
  transition: transform 0.4s;
}
.faq-answers.container_wrap .container .question_container .questions .question .children {
  display: none;
}
.faq-answers.container_wrap .container .question_container .questions .question .children p {
  font-weight: normal;
  font-size: 1em;
}
.faq-answers.container_wrap .container .question_container .questions .question.open .main .icon {
  transform: rotate(-180deg);
}
.faq-answers.container_wrap .container .question_container .questions .question.open .children {
  display: block;
}
@media (max-width: 768px) {
  .faq-answers.container_wrap .container .question_container .questions .question.open .children {
    display: none;
  }
}
.faq-answers.container_wrap .container .question_container .responses {
  padding: 0px 30px;
}
.faq-answers.container_wrap .container .question_container .responses:not(.empty) .response_title {
  border-bottom: solid;
  border-width: 1px;
}
@media (max-width: 768px) {
  .faq-answers.container_wrap .container .question_container .responses:not(.empty) .response_title {
    display: none;
  }
}
.faq-answers.container_wrap .container .question_container .responses:not(.empty) .answers .answer {
  padding: 0px 10px;
  border-bottom: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.6);
}

.newsletter-gateway-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.3098039216);
  justify-content: center;
  align-items: center;
  z-index: 20000;
}
.newsletter-gateway-wrapper .FormComponent__StyledFormComponentWrapper-e0xun6-0 div {
  color: rgb(46, 46, 46) !important;
}
.newsletter-gateway-wrapper .ajax-loader {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
}
.newsletter-gateway-wrapper.shown {
  display: flex;
}
.newsletter-gateway-wrapper .inner {
  width: 100%;
  max-width: 600px;
  background-color: white;
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.1411764706);
  padding: 15px;
  text-align: center;
}
.newsletter-gateway-wrapper .inner .thankyou-text {
  display: none;
  margin-bottom: 20px;
}
.newsletter-gateway-wrapper .inner p {
  margin-bottom: 0;
}
.newsletter-gateway-wrapper .inner .ns-inner-btn,
.newsletter-gateway-wrapper .inner .ns-inner-link {
  display: none;
  margin: 0 6px 0 10px;
  margin-top: -10px;
}
.newsletter-gateway-wrapper .inner .no-thanks-btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #494c56;
  text-decoration: none !important;
  padding: 2px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  width: 100%;
  color: #494c56;
  background-color: #fff;
}
.newsletter-gateway-wrapper .inner .no-thanks-btn span {
  margin-right: 4px;
}
.newsletter-gateway-wrapper .inner .no-thanks-btn:hover {
  background-color: #494c56;
  color: #fff;
}
.newsletter-gateway-wrapper .inner .no-thanks-btn .button-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.newsletter-gateway-wrapper .inner .newsletter .wpcf7-response-output {
  color: #dc3232 !important;
}
.newsletter-gateway-wrapper .inner .newsletter .newsletter_signup {
  align-items: center;
}
.newsletter-gateway-wrapper .inner .newsletter .newsletter_signup .wpcf7-acceptance .wpcf7-list-item-label {
  color: #000 !important;
  letter-spacing: 2px !important;
}
.newsletter-gateway-wrapper .inner .newsletter .newsletter_signup .wpcf7-submit {
  border: 2px solid #494c56 !important;
  color: black !important;
  height: 45px;
}
.newsletter-gateway-wrapper .inner .newsletter .newsletter_signup span {
  margin-right: 8px;
}
.newsletter-gateway-wrapper .inner .newsletter .newsletter_signup span input {
  color: #494c56 !important;
  border-bottom: 1px solid #494c56 !important;
}

.downloads-page.container_wrap .category-controller-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.downloads-page.container_wrap .category-controller-wrapper .category-selector {
  text-transform: uppercase;
  padding: 6px 10px;
  font-size: 14px;
  cursor: pointer;
}
.downloads-page.container_wrap .category-controller-wrapper .category-selector.selected, .downloads-page.container_wrap .category-controller-wrapper .category-selector:hover {
  text-decoration: underline;
}
.downloads-page.container_wrap .container {
  display: block;
}
.downloads-page.container_wrap .container h1 {
  text-align: center;
}
.downloads-page.container_wrap .container .downloads-container {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  margin-bottom: 15px;
  margin-top: 15px;
}
.downloads-page.container_wrap .container .downloads-container .download_link {
  color: white;
  position: relative;
  padding-top: 133%;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 60px;
}
.downloads-page.container_wrap .container .downloads-container .download_link .download-bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100px;
}
.downloads-page.container_wrap .container .downloads-container .download_link .below {
  height: 100px;
}
.downloads-page.container_wrap .container .downloads-container .download_link .below .title {
  font-weight: 400px !important;
  color: #494c56;
  font-size: 20px;
  height: 75px;
  padding-top: 14px;
  margin: 0;
}
.downloads-page.container_wrap .container .downloads-container .download_link .below .item_links {
  color: #b7b9c1;
}
.downloads-page.container_wrap .container .downloads-container .download_link .below a {
  color: #494c56;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}
.downloads-page.container_wrap .container .downloads-container .download_link .below a:hover {
  border-bottom: 1px solid #494c56;
}
.downloads-page.container_wrap .container .downloads-container .download_link span.cover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  transition: background-color 0.3s;
}
.downloads-page.container_wrap .container .downloads-container .download_link span.cover .title {
  text-align: center;
  color: white;
  text-decoration: none;
  letter-spacing: 1.25px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 15px;
}
.downloads-page.container_wrap .container .downloads-container .download_link span.cover .item_links {
  transition: opacity 0.3s;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.downloads-page.container_wrap .container .downloads-container .download_link span.cover .item_links .type {
  width: 100px;
  height: 100px;
  text-align: center;
  background-color: white;
  border-radius: 50%;
  color: black;
  text-decoration: none;
  margin: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 17px;
  font-size: 12px;
  font-weight: 500;
  word-spacing: 75px;
  padding-top: 4px;
}
.downloads-page.container_wrap .container .downloads-container .download_link span.cover .item_links .type:hover {
  background-color: #d6d6d6;
}
.downloads-page.container_wrap .container .downloads-container .download_link span.cover:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.downloads-page.container_wrap .container .downloads-container .download_link span.cover:hover .item_links {
  opacity: 1;
}
@media (max-width: 1124px) {
  .downloads-page.container_wrap .container .downloads-container .download_link span.cover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .downloads-page.container_wrap .container .downloads-container .download_link span.cover .item_links {
    opacity: 1;
  }
}
.page-id-98 .downloads-page.container_wrap .container .downloads-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page-id-98 .downloads-page.container_wrap .container .downloads-container .download_link {
  flex: 0 1 330px;
  height: 575px;
  margin: 0 6px 60px 6px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-top: 0 !important;
}
.page-id-98 .downloads-page.container_wrap .container .downloads-container.secondary-downloads-container .download_link {
  height: 404px !important;
  flex: 0 1 430px !important;
}

.page-template-downloads .page-content .container > h1 {
  background-color: #F3F3F3;
  padding: 40px 0;
  margin: 0 0;
  margin-bottom: 10px;
}

.commercial-archive .container,
.commercial-single .container {
  margin: auto !important;
}

.commercial-single > .container {
  padding-bottom: 4px !important;
}

.post-type-archive-commercial .page-content,
.single-commercial .page-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.page-content.commercial-single {
  display: block;
}
.page-content.commercial-single .container {
  display: block;
}
.page-content.commercial-single .container .head {
  width: 100%;
  padding: 50px 20px;
  background-color: #bdbdbd;
  border-color: white;
  border-style: solid;
  border-width: 4px;
}
.page-content.commercial-single .container .head .head_container {
  color: white;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.page-content.commercial-single .container .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page-content.commercial-single .container .content .text,
.page-content.commercial-single .container .content .image {
  flex: auto;
  width: 50%;
}
@media (max-width: 1280px) {
  .page-content.commercial-single .container .content .text,
  .page-content.commercial-single .container .content .image {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  .page-content.commercial-single .container .content .image {
    min-height: 70vh;
  }
}
.page-content.commercial-single .container .content .text {
  padding: 50px 40px;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #bdbdbd;
}
.page-content.commercial-single .container .content .text p {
  padding: 0px 50px;
  margin: auto;
  white-space: pre-wrap;
}
@media (max-width: 1045px) {
  .page-content.commercial-single .container .content > div {
    width: 50%;
    width: 100%;
    flex: auto;
  }
  .page-content.commercial-single .container .content .image {
    min-height: 39vh;
  }
}
.page-content.commercial-single .container .gallery {
  width: 100%;
  min-height: 225px;
  display: flex;
  flex-wrap: wrap;
}
.page-content.commercial-single .container .gallery .image {
  background-size: contain;
}
@media (max-width: 900px) {
  .page-content.commercial-single .container .gallery {
    min-height: 400px;
  }
  .page-content.commercial-single .container .gallery .image {
    width: 50%;
    flex: auto;
  }
}
.page-content.commercial-single .container .image,
.page-content.commercial-single .container .text {
  flex: 1;
  color: white;
  text-align: center;
  border-color: white;
  border-style: solid;
  border-width: 4px;
}
.page-content.commercial-single .container .text {
  background-color: #bdbdbd;
}
@media (max-width: 900px) {
  .page-content.commercial-single .container .text {
    min-height: auto;
  }
}
.page-content.commercial-single .container .image {
  background-position: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.page-content.commercial-single .container .image:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.page-content.commercial-single .container .image:hover:before {
  opacity: 1;
}

.page-content.commercial-archive {
  display: block;
}
.page-content.commercial-archive .container {
  display: block;
}
.page-content.commercial-archive .container .head {
  width: 100%;
  padding: 50px 20px;
  background-color: #bdbdbd;
  color: white;
  text-align: center;
  border-color: white;
  border-style: solid;
  border-width: 4px;
}
.page-content.commercial-archive .container .head .head_container {
  color: white;
  text-align: center;
  max-width: 600px;
  margin: auto;
}
.page-content.commercial-archive .container .category-controller-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.page-content.commercial-archive .container .category-controller-wrapper .category-selector {
  text-transform: uppercase;
  padding: 6px 10px;
  font-size: 14px;
  cursor: pointer;
}
.page-content.commercial-archive .container .category-controller-wrapper .category-selector.selected, .page-content.commercial-archive .container .category-controller-wrapper .category-selector:hover {
  text-decoration: underline;
}
.page-content.commercial-archive .container .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page-content.commercial-archive .container .items .item {
  flex: 1 1 300px;
  border-color: white;
  border-style: solid;
  border-width: 4px;
  box-sizing: border-box;
  position: relative;
  margin: 10px;
  padding-top: 44vh;
}
.page-content.commercial-archive .container .items .item .bg {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 100px;
}
.page-content.commercial-archive .container .items .item a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
}
.page-content.commercial-archive .container .items .item a .name {
  border-bottom: 1px solid #fff;
  text-align: center;
  color: #494c56;
  transition: color 0.3s;
  font-weight: 500;
  padding: 0 15px;
  height: 56px;
}
.page-content.commercial-archive .container .items .item a:hover .name {
  border-bottom: 1px solid #494c56;
}
.gallery-page.container_wrap .container {
  display: block;
}
.gallery-page.container_wrap .container h1 {
  text-align: center;
}
.gallery-page.container_wrap .container .gallery-container {
  padding-top: 0px !important;
  padding-bottom: 15px;
  margin-top: 7px;
}
.gallery-page.container_wrap .container .gallery-container .gallery_image {
  color: #494c56;
  position: relative;
  width: calc(33% - 6px);
  min-width: 200px;
  margin: 6px 2px;
}
.gallery-page.container_wrap .container .gallery-container .gallery_image .mag {
  display: none;
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: #1b1b1b;
  background-color: white;
  border-radius: 50%;
  padding: 10px;
  height: 32px;
  width: 32px;
  justify-content: center;
  align-items: center;
}
.gallery-page.container_wrap .container .gallery-container .gallery_image:hover .mag {
  display: flex;
}
@media (max-width: 1360px) {
  .gallery-page.container_wrap .container .gallery-container .gallery_image {
    width: calc(50% - 12px);
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .gallery-page.container_wrap .container .gallery-container .gallery_image {
    width: 100%;
    min-width: auto;
  }
}
.gallery-page.container_wrap .container .gallery-container .gallery_image a {
  display: block;
  top: 0;
  transition: background-color 0.3s;
  text-decoration: none;
}
.gallery-page.container_wrap .container .gallery-container .gallery_image a .title {
  text-align: center;
  text-decoration: none;
  letter-spacing: 1.25px;
  transition: opacity 0.3s;
  margin: 0;
  color: #494c56;
  font-size: 23px;
  font-weight: 400 !important;
  margin-top: 13px;
}
.gallery-page.container_wrap .container .gallery-container .gallery_image a .image {
  width: 100%;
  transition: opacity 0.3s;
}
.gallery-page.container_wrap .container .gallery-container .gallery_image a .description {
  color: #494c56;
  font-size: 15px;
  text-align: center;
  margin: 6px 0;
  margin: 0;
  margin-bottom: 10px;
}

.swiper-zoom-container {
  flex-direction: column;
}
.swiper-zoom-container .elementor-lightbox-image {
  background-color: white;
}

.gallery-info-bar {
  margin-top: 17px;
}
.gallery-info-bar .prod-desc a {
  color: white;
  text-decoration: none;
}
.gallery-info-bar .product-name a {
  font-size: 17px;
  text-decoration: none;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
}
.gallery-info-bar .product-name .view-prod {
  font-size: 12px;
}
.gallery-info-bar .share-bar {
  margin-top: 14px;
}
.gallery-info-bar .share-bar a {
  color: white;
  margin: 0 15px;
  font-size: 20px;
}

.exhibition-archive {
  padding-top: 0px !important;
}
.exhibition-archive .container .head h1 {
  text-align: center;
  background-color: #F3F3F3;
  padding: 40px 0;
  margin: 0 -15px;
  margin-bottom: 10px;
}
.exhibition-archive .container .head .head_image {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.exhibition-archive .container h2 {
  text-align: center;
}
.exhibition-archive .container .items {
  padding: 30px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.exhibition-archive .container .items .item {
  background-color: white;
  position: relative;
  margin: 20px;
  margin-bottom: 20px;
  flex: 0 1 400px;
}
.exhibition-archive .container .items .item .thumbnail {
  width: 100%;
  padding-top: 80%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.exhibition-archive .container .items .item a {
  text-decoration: none;
  color: #494c56;
  margin-top: 10px;
}
.exhibition-archive .container .items .item a:hover {
  color: #868a98;
}
.exhibition-archive .container .items .item p,
.exhibition-archive .container .items .item h3 {
  margin: 0.2em 0px;
}
.exhibition-archive .container .items .item h3 {
  margin-top: 12px;
}
.exhibition-archive .container .items .item .description {
  margin-bottom: 10%;
  font-size: 0.8em;
}
.exhibition-archive .container .items .item .readmore {
  position: absolute;
  width: 100%;
  bottom: 0px;
  border-bottom: solid;
  border-width: 1px;
}
.exhibition-archive .container .items .item .readmore a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  color: #494c56;
  text-decoration: none;
  width: auto;
}
.exhibition-archive .container .items .item .readmore a:hover {
  color: #232429;
}

#site_notice {
  position: relative;
  width: 100%;
  background-color: #494c56;
  color: white;
  text-align: center;
  z-index: 100;
}
#site_notice p {
  max-width: 650px;
  text-align: center;
  margin: 10px 0px;
  display: inline-block;
  font-weight: 400;
}
#site_notice .button {
  color: inherit;
  background-color: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  cursor: pointer;
  padding: 5px;
  font-weight: 700;
  border-radius: 3px;
  display: none !important;
}
#site_notice .button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: underline;
}
#site_notice.hide {
  display: none;
}

.aws-search-form {
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
  height: 33px !important;
}
.aws-search-form .aws-search-btn {
  background-color: transparent !important;
  border: none !important;
}
.aws-search-form .aws-search-btn .aws-search-btn_icon {
  height: 18px !important;
  line-height: 18px !important;
}
.aws-search-form .aws-search-field {
  border: none !important;
  font-size: 16px !important;
  color: #484848 !important;
}
@media (max-width: 1175px) {
  .aws-search-form .aws-search-field {
    font-size: 13px !important;
  }
}
.aws-search-form .aws-search-field::placeholder {
  color: #494c56 !important;
  opacity: 1 !important;
}

.mobile-search {
  display: none;
  height: 50px;
  max-width: 280px;
}
.mobile-search .container {
  width: 100%;
  margin: auto;
  max-width: 400px;
}
.mobile-search .aws-container {
  margin: 6px 15px;
}
.mobile-search .aws-container .aws-search-form {
  background: transparent;
  border-color: #fff;
}
.mobile-search .aws-container .aws-search-form .aws-search-field {
  color: #fff !important;
  letter-spacing: 2px;
  font-size: 17px !important;
}
.mobile-search .aws-container .aws-search-form .aws-search-field::placeholder {
  color: #fff !important;
  opacity: 1 !important;
}
.mobile-search .aws-container .aws-search-form .aws-search-btn_icon {
  color: #fff;
}

@media (max-width: 1100px) {
  .search-menu-item.search-focused {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(11, 13, 16, 0.9490196078);
    backdrop-filter: blur(9px);
    z-index: 20;
  }
  .search-menu-item.search-focused .mobile-search {
    margin-left: -72px;
  }
}

@media (max-width: 1100px) {
  #aws-search-result-1 {
    display: none !important;
  }
}

.site-header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8196078431);
  transition: top 0.7s ease-in-out;
}
.site-header .main .container {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
@media (max-width: 1100px) {
  .site-header .main .container {
    align-items: center;
  }
}
.site-header .main .container > div {
  flex: 1 1 0px;
}
.site-header .main .container .main-header-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding-bottom: 26px;
}
@media (max-width: 600px) {
  .site-header .main .container .main-header-left {
    flex: 0 0 95px;
  }
}
@media (max-width: 380px) {
  .site-header .main .container .main-header-left {
    flex: 0 0 78px;
  }
}
.site-header .main .container .main-header-left .mobile-toggle-container {
  display: none;
}
.site-header .main .container .main-header-left .social-icons-container .s-link-twitter,
.site-header .main .container .main-header-left .social-icons-container .s-link-facebook,
.site-header .main .container .main-header-left .social-icons-container .s-link-linkedin {
  display: none !important;
}
@media (max-width: 1100px) {
  .site-header .main .container .main-header-left {
    padding-bottom: 0;
  }
  .site-header .main .container .main-header-left .social-icons-container {
    display: none;
  }
  .site-header .main .container .main-header-left .mobile-toggle-container {
    display: flex;
  }
}
.site-header .main .container .main-header-centre {
  text-align: center;
  flex: 1;
  max-width: 250px;
}
.site-header .main .container .main-header-centre .site-logo {
  height: auto;
  width: auto;
  padding-top: 17px;
  margin-bottom: 10px;
}
.site-header .main .container .main-header-centre .site-logo-mobile {
  display: none;
  padding: 0 !important;
  margin: 0 !important;
  width: 220px;
}
@media (max-width: 510px) {
  .site-header .main .container .main-header-centre .site-logo-mobile {
    width: auto;
  }
}
.site-header .main .container .main-header-centre .site-logo-mobile img {
  height: auto;
  width: auto;
  padding: 0 !important;
  margin: 0 !important;
}
@media (max-width: 510px) {
  .site-header .main .container .main-header-centre .site-logo-mobile img {
    width: 135px;
  }
}
@media (max-width: 1100px) {
  .site-header .main .container .main-header-centre .site-logo-mobile {
    display: block;
  }
}
.site-header .main .container .main-header-centre .site-logo-desktop {
  display: block;
  max-width: 246px;
}
.site-header .main .container .main-header-centre .site-logo-desktop img {
  width: auto;
  margin-bottom: 0px;
}
@media (max-width: 1100px) {
  .site-header .main .container .main-header-centre .site-logo-desktop {
    display: none;
  }
}
.site-header .main .container .main-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  padding-bottom: 26px;
}
@media (max-width: 600px) {
  .site-header .main .container .main-header-right {
    flex: 0 0 95px;
  }
}
@media (max-width: 1100px) {
  .site-header .main .container .main-header-right {
    padding-bottom: 0;
  }
  .site-header .main .container .main-header-right .search-container-desktop {
    display: none;
  }
}
.site-header .main .container .main-header-right .dealer-account-link-container {
  display: none;
  position: absolute;
  top: 14px;
  right: 0px;
}
@media (max-width: 1100px) {
  .site-header .main .container .main-header-right .dealer-account-link-container {
    top: auto;
    right: 90px;
  }
}
@media (max-width: 810px) {
  .site-header .main .container .main-header-right .dealer-account-link-container {
    display: none !important;
  }
}
.site-header .main .container .main-header-right .dealer-account-link-container a {
  text-decoration: none;
}
.site-header .main .container .main-header-right .dealer-account-link-container .dealer-account-link {
  font-size: 12px;
  background-color: #494c56;
  color: white;
  font-weight: 600;
  padding: 4px 12px 0 12px;
  cursor: pointer;
  border: 2px solid #494c56;
}
.site-header .main .container .main-header-right .dealer-account-link-container .dealer-account-link:hover {
  background-color: #fff;
  color: #494c56;
}
.site-header #menu-main-menu-desktop-1 .menu-item-13945 .sub-menu {
  top: 57px !important;
}
.site-header .main-nav {
  background-color: #494c56;
}
.site-header .main-nav .menu {
  justify-content: space-between;
  align-items: center;
}
.site-header .main-nav .menu .menu-item a {
  text-transform: uppercase;
  padding: 3px 0;
  color: #fff;
  font-weight: 400;
  user-select: none;
}
.site-header .main-nav .menu .menu-item a:hover {
  font-weight: 600;
}
.site-header .main-nav .menu .menu-item.menu-item-has-children > a:hover {
  color: #fff;
}
.site-header .main-nav .menu .menu-item .sub-menu {
  background-color: rgba(73, 76, 86, 0.8588235294);
  background-color: rgba(73, 76, 86, 0.7803921569);
  font-size: 14px;
  padding: 15px 5000%;
  margin: 0 -5000%;
}
.site-header .main-nav .menu .menu-item .sub-menu li {
  margin-left: 1px;
  border-left: 1px solid white;
}
.site-header .main-nav .menu .menu-item .sub-menu li:hover {
  border-color: #ccc;
}
.site-header .main-nav .menu .menu-item .sub-menu li a {
  font-size: 13px;
}
.site-header .main-nav .menu .menu-item:last-child .sub-menu {
  right: -22px;
}
.site-header .main-nav .menu .menu-item:last-child .sub-menu li {
  border-left: none;
  border-right: 1px solid white;
  margin-right: 19px;
  text-align: right;
}
.site-header .main-nav .menu .menu-item:last-child .sub-menu li:hover {
  border-color: #ccc;
}
.site-header .main-nav .menu li .sub-menu .menu-item-has-children:hover > a {
  font-weight: 600;
}
.site-header .main-nav .menu li .sub-menu .menu-item-has-children .sub-menu {
  background-color: transparent;
  left: 200px;
  top: 20px;
  transform: translate(0, -50%);
}
.site-header .main-nav .menu li .sub-menu .menu-item-has-children .sub-menu li a {
  font-size: 10px !important;
  padding: 4px 12px;
}
.site-header .header-ecom-icons {
  margin-left: 7px;
}
.site-header .header-ecom-icons > a {
  margin-left: 5px;
}
@media (max-width: 625px) {
  .site-header .header-ecom-icons .account-link-header {
    display: none;
  }
}
.site-header .header-ecom-icons .account-link-header svg {
  width: 19px;
  margin-top: -6px;
  color: #494c56;
}
@media (max-width: 1100px) {
  .site-header .header-ecom-icons .account-link-header svg {
    color: #fff;
  }
}
.dealer-account .site-header .header-ecom-icons .account-link-header {
  display: none;
}
.site-header .header-ecom-icons .cart-contents.menu-item,
.site-header .header-ecom-icons .wishlist_products_counter {
  color: black;
  text-decoration: none;
  position: relative;
  font-size: 20px;
}
.site-header .header-ecom-icons .cart-contents.menu-item svg,
.site-header .header-ecom-icons .wishlist_products_counter svg {
  color: #3e4e56;
}
@media (max-width: 1100px) {
  .site-header .header-ecom-icons .cart-contents.menu-item svg,
  .site-header .header-ecom-icons .wishlist_products_counter svg {
    color: #fff;
  }
}
.site-header .header-ecom-icons .cart-contents.menu-item .cart-contents-count,
.site-header .header-ecom-icons .cart-contents.menu-item .wishlist_products_counter_number,
.site-header .header-ecom-icons .wishlist_products_counter .cart-contents-count,
.site-header .header-ecom-icons .wishlist_products_counter .wishlist_products_counter_number {
  background-color: black;
  color: white;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 9px;
  top: -10px;
  left: -10px;
  margin-right: -10px;
  height: 15px;
  min-width: 15px;
  line-height: 15px;
  font-weight: 800;
}
.site-header .header-ecom-icons .cart-contents.menu-item svg {
  width: 1em;
}
.site-header .header-ecom-icons a.wishlist_products_counter.top_wishlist-heart:before {
  content: url("/app/themes/gsl-child/assets/img/icons/header/heart.svg");
  margin-right: 0px;
}
@media (max-width: 1100px) {
  .site-header .header-ecom-icons a.wishlist_products_counter.top_wishlist-heart:before {
    content: url("/app/themes/gsl-child/assets/img/icons/header/heart-white.svg");
  }
}
.dealer-account .site-header .dealer-account-link-container {
  display: flex !important;
}
.site-header .socials {
  display: flex;
  align-items: center;
}
.site-header .socials .contact-us-link {
  font-size: 13px;
  text-decoration: none;
  color: #3D3D3D;
  margin-left: 8px;
  font-weight: 400;
}
.site-header .socials .contact-us-link:hover {
  color: #807b7b;
}
.site-header .socials .s-link {
  border: solid;
  border-width: 1px;
  color: #494c56;
  border-color: #494c56;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  position: relative;
  transition: color 0.3s;
  margin: 0 3px;
}
.site-header .socials .s-link svg {
  width: 0.55em;
}
.site-header .socials .s-link:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #494c56;
  border-radius: 50%;
  transition: height 0.3s, width 0.3s;
}
.site-header .socials .s-link:hover {
  color: white;
}
.site-header .socials .s-link:hover:before {
  width: 100%;
  height: 100%;
}
.site-header .socials a {
  line-height: 30px;
}
.site-header .main {
  min-height: 172px;
}
@media (max-width: 1100px) {
  .site-header {
    background-color: #494c56;
  }
  .site-header .main {
    height: 68px !important;
    min-height: auto !important;
  }
}
.site-header.nav-up {
  top: -208px;
}

body {
  padding-top: 208px;
}
@media (max-width: 1100px) {
  body {
    padding-top: 68px;
  }
}
body.showroom-mode-on {
  padding-top: 0px;
}
body.showroom-mode-on #catapult-cookie-bar {
  display: none !important;
}

.aws-search-result {
  width: 100% !important;
  left: auto !important;
  right: 0 !important;
  margin-top: 25px !important;
  background-color: #494c56;
}
@media (max-width: 1100px) {
  .aws-search-result {
    margin-top: 4px !important;
  }
}
.aws-search-result .aws_results.style-big-grid {
  display: flex !important;
  flex-flow: wrap !important;
}
.aws-search-result .aws_results.style-big-grid .aws_result_item {
  flex: 1 1 275px !important;
  background-color: transparent !important;
  color: white;
  font-size: 19px;
  text-align: center;
}
.aws-search-result .aws_results.style-big-grid .aws_result_item:hover {
  background-color: #565a65 !important;
}
.aws-search-result .aws_results.style-big-grid .aws_result_item .aws_result_title {
  font-weight: 400 !important;
  color: white;
  height: 34px !important;
}

.showroom-mode-on .aws-search-result {
  left: 140px !important;
  top: 108px !important;
  right: 14px !important;
  bottom: 15px !important;
  width: auto !important;
  margin-top: 0 !important;
}
.showroom-mode-on .aws-search-result .aws_result_scroll {
  max-height: 100% !important;
}

html.mobile-menu-open {
  overflow: hidden;
}

body.mobile-menu-open {
  overflow: hidden;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: -70px;
  bottom: 0;
  width: 70px;
  background-color: #ffffff;
  background-color: #494c56;
  z-index: 1800;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateX(0);
  transition: opacity 0.15s ease-out, transform 0.15s ease-out;
}
@media (min-width: 1101px) {
  .mobile-menu-overlay {
    display: none !important;
  }
}
.mobile-menu-open .mobile-menu-overlay {
  opacity: 1;
  transform: translateX(70px);
}
.mobile-menu-overlay .socials {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 30px;
}
.mobile-menu-overlay .socials .s-link {
  border: none !important;
  margin: 11px 0;
}
.mobile-menu-overlay .socials a {
  font-size: 24px;
  margin: 10px 0;
  color: #fff !important;
}
.mobile-menu-overlay .socials .contact-us-link {
  display: none !important;
}

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 70px;
  right: 0;
  background-color: rgba(11, 13, 16, 0.9490196078);
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-right: 70px;
  backdrop-filter: blur(9px);
  transform: translateX(100%);
  opacity: 0;
  transition: opacity 0.15s ease-out, transform 0.18s ease-out;
}
@media (max-width: 1100px) {
  .mobile-nav {
    display: flex !important;
  }
}
.mobile-nav .dealer-account-menu-item {
  display: none;
}
.dealer-account .mobile-nav .account-menu-item {
  display: none;
}
.dealer-account .mobile-nav .dealer-account-menu-item {
  display: list-item;
}
.mobile-menu-open .mobile-nav {
  transform: translateX(0);
  opacity: 1;
}
.mobile-nav .menu {
  text-align: center;
}
.mobile-nav .menu .menu-arrow {
  display: none !important;
}
.mobile-nav .menu .menu-item a {
  padding: 14px 0;
  font-size: 16px;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  color: #646979;
  color: #798198;
  color: #bdc0ca;
}
.mobile-nav .menu .menu-item.menu-item-has-children > .sub-menu {
  display: flex !important;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.768627451);
  position: fixed;
  top: 0;
  right: 30px;
  left: 0px;
  bottom: 0;
  z-index: 250;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(6px);
  padding-right: 14px;
  transition: opacity 0.15s ease-out, visibility 0.15s ease-out;
  pointer-events: none;
}
.mobile-nav .menu .menu-item.menu-item-has-children > .sub-menu a {
  padding: 14px 0 !important;
}
.mobile-nav .menu .menu-item.menu-item-has-children.expanded > .sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.mobile-nav .menu .go-back-menu a {
  font-weight: 500;
  font-size: 23px;
}

.gsl-custom-slider .slick-dots {
  padding: 0px 50px;
  margin-bottom: 60px;
  justify-content: flex-end !important;
}
.gsl-custom-slider .slick-dots li {
  color: #3E4E56;
  background-color: #3E4E56 !important;
  border: solid;
  border-width: 2px;
  transition: background-color 0.1s;
  width: 12px !important;
  height: 12px !important;
}
.gsl-custom-slider .slick-dots li.slick-active {
  background-color: transparent !important;
}

.burger {
  height: 3em;
  width: 3em;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  transition: 0.2s all;
  -webkit-tap-highlight-color: transparent;
}
.burger:after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}
.burger .burger-lines {
  top: 50%;
  margin-top: -0.125em;
}
.burger .burger-lines, .burger .burger-lines:after, .burger .burger-lines:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: 0.25em;
  background-color: white;
  height: 0.25em;
  position: absolute;
  transform: rotate(0);
}
.burger .burger-lines:after {
  left: 0;
  top: -1em;
}
.burger .burger-lines:before {
  left: 0;
  top: 1em;
}

@keyframes burgerAnimationSlide {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  49% {
    transform: translateX(-0.7em);
    opacity: 0;
  }
  50% {
    transform: translateX(0.7em);
    opacity: 0;
  }
  51% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
.burger.burger-slide .burger-lines {
  transition: 0.1s all 0.15s;
}
.burger.burger-slide .burger-lines:after, .burger.burger-slide .burger-lines:before {
  width: 3em;
  transition: 0.1s all 0.15s;
}
.burger.burger-slide:not(.open) {
  animation-name: burgerAnimationSlide;
  animation-duration: 0.4s;
  background-color: transparent;
}
.burger.burger-slide.open .burger-lines {
  animation-name: burgerAnimationSlide;
  animation-duration: 0.4s;
  background-color: transparent;
}
.burger.burger-slide.open .burger-lines:before, .burger.burger-slide.open .burger-lines:after {
  left: 0.5em;
  top: 0px;
  width: 2em !important;
}
.burger.burger-slide.open .burger-lines:before {
  transform: rotate(-45deg);
}
.burger.burger-slide.open .burger-lines:after {
  transform: rotate(45deg);
}

.showroom-unlock-container {
  position: fixed;
  display: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  font-size: 20px;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.showroom-unlock-container .unlock-msg {
  margin-top: 11px;
  font-size: 14px;
  color: #d81d1d;
  font-weight: 500;
  height: 50px;
  text-align: center;
}
.showroom-unlock-container .unlock-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.showroom-unlock-container .unlock-buttons button {
  width: 45%;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
}
.showroom-unlock-container .unlock-buttons button.unlock {
  background-color: transparent !important;
  border: 2px solid #494c56 !important;
  transition: background-color 0.1s linear;
}
.showroom-unlock-container .unlock-buttons button.unlock:hover {
  background-color: #494c56 !important;
  color: #fff !important;
}
.showroom-unlock-container .unlock-buttons button.cancel {
  background-color: #494c56 !important;
  border: 2px solid #494c56 !important;
  color: #fff !important;
  transition: background-color 0.1s linear;
}
.showroom-unlock-container .unlock-buttons button.cancel:hover {
  background-color: transparent !important;
  color: #494c56 !important;
}
.showroom-unlock-container.show {
  display: flex;
  opacity: 1;
}

.showroom-search-wrapper {
  display: none;
  position: fixed;
  left: 125px;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 4200;
  opacity: 0;
  transition: opacity 0.15s ease-out;
  justify-content: center;
  padding: 15px;
}
.showroom-search-active .showroom-search-wrapper {
  display: flex;
  opacity: 1;
}
.showroom-search-wrapper .aws-container {
  width: 80%;
  max-width: 536px;
  margin-top: 40px;
}

body .site-header-showroom {
  display: none !important;
}
body.showroom-mode-on .site-header {
  display: none !important;
}
body.showroom-mode-on .site-header-showroom {
  display: flex !important;
}

body.page-id-50 .site-header-showroom {
  display: none !important;
}
body.page-id-50 .site-wrap {
  margin-left: 0 !important;
}
body.page-id-50 main {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.page-id-2667 main {
  padding-right: 4px !important;
  padding-left: 0 !important;
}

.page-id-3487 .home-metro-blocks {
  margin: 0 8px;
}
.page-id-3487 .home-metro-blocks .block {
  min-height: auto !important;
}
.page-id-3487 .home-metro-blocks .row-one > div {
  min-height: 35vh !important;
}
.page-id-3487 .home-metro-blocks .row-two .multi-side {
  min-height: 62vh !important;
}
.page-id-3487 .home-metro-blocks .row-two .multi-block .secondary,
.page-id-3487 .home-metro-blocks .row-two .multi-block .tertiary {
  flex: 1 1 150px !important;
  display: none;
}

.showroom-mode-on .aws-search-form {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  height: 33px !important;
}
.showroom-mode-on .aws-search-form .aws-search-btn {
  background-color: transparent;
  border: none;
}
.showroom-mode-on .aws-search-form .aws-search-btn .aws-search-btn_icon {
  height: 18px !important;
  line-height: 18px !important;
}
.showroom-mode-on .aws-search-form .aws-search-field {
  border: none;
  font-size: 18px !important;
  color: #484848;
}
.showroom-mode-on .site-wrap {
  margin-left: 125px;
}
.showroom-mode-on main {
  flex: 1;
  padding: 0 6px;
}
.site-header-showroom {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 4500;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  background-color: #494c56;
  width: 125px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.85);
}
.site-header-showroom .logo-container {
  padding: 20px 9px;
  text-align: center;
}
.site-header-showroom .logo-container img {
  width: 100%;
}
.site-header-showroom .showroom-back {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 34px;
  padding: 20px 0;
  width: 100%;
}
.site-header-showroom .showroom-back span {
  font-size: 12px;
  font-weight: 800;
  margin-left: 5px;
}
.site-header-showroom .showroom-actions {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.site-header-showroom .showroom-actions > div {
  margin: 10px 0;
}
.site-header-showroom .showroom-actions .showroom-action-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 34px;
  width: 100%;
  padding: 15px 0;
  cursor: pointer;
}
.site-header-showroom .showroom-actions .search-container .fa-search {
  display: block;
}
.site-header-showroom .showroom-actions .search-container .fa-times {
  display: none;
}
.showroom-search-active .site-header-showroom .showroom-actions .search-container .fa-search {
  display: none;
}
.showroom-search-active .site-header-showroom .showroom-actions .search-container .fa-times {
  display: block;
}
.site-header-showroom .showroom-actions .cart-contents.menu-item {
  color: white;
  text-decoration: none;
  position: relative;
  font-size: 20px;
}
.site-header-showroom .showroom-actions .cart-contents.menu-item .cart-contents-count {
  background-color: white;
  color: black;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 9px;
  top: -10px;
  left: -10px;
  margin-right: -10px;
  height: 15px;
  min-width: 15px;
  line-height: 15px;
  font-weight: 800;
}
.site-header-showroom .showroom-actions .cart-contents.menu-item svg {
  width: 34px;
  height: auto;
  margin-left: 5px;
}

.page-id-2413 .elementor-tab-content a {
  color: #494c56 !important;
  border-bottom: 1px solid #494c56 !important;
}

.page-id-537 figcaption,
.page-id-571 figcaption {
  line-height: 21px !important;
  margin-top: 9px !important;
}

.woocommerce-LostPassword a,
.lost_password a {
  color: #494c56 !important;
  text-decoration: none !important;
  border-bottom: 1px solid #494c56 !important;
}

.woocommerce-table--order-details .product-name a {
  color: #494c56 !important;
  text-decoration: none !important;
  border-bottom: 1px solid #494c56 !important;
}

.woocommerce-order > p {
  text-align: center !important;
}

.woocommerce-order-overview {
  margin-top: 50px !important;
  display: flex;
  justify-content: center;
}

.woocommerce-order-details__title {
  text-align: center;
}

.woocommerce-info a {
  color: #494c56 !important;
  text-decoration: none !important;
  border-bottom: 1px solid #494c56 !important;
}

@media (max-width: 1100px) {
  .site-header .main-nav {
    display: none !important;
  }
}
.latest-posts.blog-grid article {
  flex: 1 1 400px !important;
}

@media (min-width: 768px) {
  .woocommerce-MyAccount-navigation-link--showroom a {
    background-color: #494c56;
    display: inline-block;
    padding: 4px 20px;
    color: white;
    margin-top: 30px;
    border: 1px solid #494c56 !important;
    color: white !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 15px !important;
  }
  .woocommerce-MyAccount-navigation-link--showroom a:hover {
    background-color: white;
    color: #494c56 !important;
  }
}
.home .gsl-custom-slider .slick-dots {
  left: 50% !important;
  right: auto !important;
  margin-left: -83px !important;
}
.home .gsl-custom-slider .slide section .elementor-container {
  height: calc(100vh - 270px) !important;
}

.page-id-511.showroom-mode-on main .elementor-button-wrapper {
  display: none;
}

.showroom-mode-on .foot-sec {
  display: none !important;
}

.new-creations-section .latest-posts {
  article-flex: 1 1 100% !important;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  max-width: 660px;
  margin: auto;
}

.ar {
  position: absolute;
  z-index: 2000;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}
.ar.ar-l {
  left: 15px;
}
.ar.ar-r {
  right: 15px;
}

.wpcf7-response-output {
  border: 0 !important;
  color: white !important;
  margin: 0 !important;
  padding: 0 !important;
  margin-top: 5px !important;
}

#catapult-cookie-bar {
  padding: 0px 20px 0px !important;
}

span.optional {
  font-size: 0 !important;
}

span.optional:after {
  content: "(IF APPLICABLE)";
  font-size: 14px;
}

.aws_result_sku {
  display: inline-block !important;
  padding-right: 19px !important;
  font-size: 12px !important;
}
.aws_result_sku::first-letter {
  color: #494c56 !important;
}

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

.woocommerce-checkout abbr.required {
  display: none !important;
}

.sent .your-email,
.sent .wpcf7-submit,
.sent .acceptance {
  display: none;
}

.acceptance {
  width: 100%;
  margin-top: 7px;
  margin-left: -17px;
}

.woocommerce form.register {
  margin: 0;
  border-radius: 0;
}

.return-to-shop {
  text-align: center;
}

.wishlist_item .remove_button .button {
  border-color: #cc3131 !important;
  color: #cc3131 !important;
}
.wishlist_item .remove_button .button:hover {
  border-color: #cc3131 !important;
  background-color: #cc3131 !important;
  color: #fff !important;
}

.swiper-arrow {
  position: fixed;
  top: 50%;
  margin-top: -20px;
  z-index: 5000;
  cursor: pointer;
  padding: 35px;
}
.swiper-arrow.swiper-left-arrow {
  left: 20px;
}
.swiper-arrow.swiper-right-arrow {
  right: 20px;
}

.gallery-bg {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5000;
}

.gallery-open .gallery-bg {
  display: block;
}

.woocommerce-order-received .woocommerce-table__line-item .woocommerce-table__product-name .wc-item-meta {
  display: none !important;
}

@media (max-width: 540px) {
  .woocommerce-order-received .woocommerce-table__line-item .woocommerce-table__product-name {
    width: 80%;
  }
}

.view-other {
  color: #7a7e8c !important;
  border-bottom: 1px solid #7a7e8c !important;
}
.view-other:hover {
  color: #383940 !important;
  border-bottom: 1px solid #383940 !important;
}

.df-lightbox-wrapper .df-lightbox-controls {
  margin-left: 20px !important;
  margin-top: 20px !important;
  float: left !important;
}
.df-lightbox-wrapper .df-lightbox-controls .df-lightbox-close {
  background-color: rgba(0, 0, 0, 0.21);
  color: white;
}
.df-lightbox-wrapper .df-lightbox-controls .df-lightbox-close:hover {
  background-color: white;
  color: black;
}

#customer_newsletter_opt_in_field {
  display: none;
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
}

.burger {
  z-index: 2000;
}

.burger .burger-lines,
.burger .burger-lines:after,
.burger .burger-lines:before {
  background-color: #494c56;
}
@media (max-width: 1100px) {
  .burger .burger-lines,
  .burger .burger-lines:after,
  .burger .burger-lines:before {
    background-color: #fff;
  }
}
.elementor-button-wrapper a {
  justify-content: center !important;
  align-items: center !important;
  border: 2px solid #fff !important;
  text-decoration: none !important;
  padding: 10px 55px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #fff !important;
  border-radius: 0 !important;
  margin-top: 10px !important;
  background-color: transparent !important;
}
.elementor-button-wrapper a:hover {
  background-color: #fff !important;
  color: #494c56 !important;
}

.dark-button .elementor-button-wrapper a {
  justify-content: center !important;
  align-items: center !important;
  border: 2px solid #494c56 !important;
  text-decoration: none !important;
  padding: 10px 55px !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #494c56 !important;
  border-radius: 0 !important;
  margin-top: 10px !important;
  background-color: transparent !important;
}
.dark-button .elementor-button-wrapper a:hover {
  background-color: #494c56 !important;
  color: #fff !important;
}

.page-id-50 .elementor-button-text {
  font-size: 26px !important;
}

.elementor-9 .elementor-element.elementor-element-6ef5d79 .elementor-button {
  color: #494c56 !important;
  border: none !important;
  background-color: transparent !important;
}

.fqUzWqm.fqUzWq {
  color: white !important;
}

.fqUzWq {
  color: white !important;
}

.needsclick,
.kl-private-reset-css-Xuajs1 {
  color: #fff !important;
}

.go1398744870 {
  color: #000 !important;
}

.gdpr-banner__trigger {
  display: none !important;
}