/*
---------------------------------------
BASIC STUFF AND TYPOGRAPHY
------------------------------------ */

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

.touch body {
  -webkit-text-size-adjust: none;
}

:focus {
  -moz-outline-style: none;
  outline: none;
}

body {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
  font-family: "Sailec W05", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 14px;
    line-height: 23px;
  }
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a img {
  border: 0;
}

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

div.clear {
  clear: both;
}

h1 {
  margin: 30px 0;
  letter-spacing: -1px;
}
@media screen and (max-width: 1200px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
    margin: 15px 0;
  }
}

h2 {
  font: bold normal 50px/70px "Sailec W05", Helvetica, Arial, sans-serif;
  margin: 16px 0 6px 0;
  letter-spacing: -1px;
}
@media screen and (max-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
    line-height: 36px;
    margin: 15px 0;
  }
}

h3 {
  font: bold normal 12px/20px "Sailec W05", Helvetica, Arial, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 10px 0 5px 0;
}
@media screen and (max-width: 767px) {
  h3 {
    font: bold normal 10px/16px "Sailec W05", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
  }
}

h4 {
  font-size: 28px;
  line-height: 50px;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  h4 {
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 19px;
    line-height: 30px;
    margin: 15px 0;
  }
}

/* ------------------------------------
HEADER/NAV
------------------------------------ */
header.main {
  height: 100px;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 50px;
  font-size: 15px;
  line-height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
  z-index: 990;
  /*DAMBURGER!*/
}
@media screen and (max-width: 1200px) {
  header.main {
    padding: 20px 30px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  header.main {
    padding: 12px 30px;
    height: 80px;
  }
  header.main .menu-top-level-menu-container,
  header.main .menu-secondary-menu-container {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  header.main a.logo img {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  header.main a.logo img {
    width: 120px;
  }
}

.mm-listitem__text {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
header.main ul,
header.main li {
  list-style: none;
  margin: 0;
  padding: 0;
}
header.main ul li,
header.main li li {
  display: inline-block;
  position: relative;
}
header.main ul li a,
header.main li li a {
  display: inline-block;
}
header.main .menu-top-level-menu-container {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 20px;
  text-align: center;
}
header.main .menu-top-level-menu-container a {
  padding: 18px 26px;
  font-size: 17px;
  font-weight: normal;
}
header.main .menu-top-level-menu-container a strong {
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  header.main .menu-top-level-menu-container a {
    font-size: 13px;
    padding: 8px;
  }
}
header.main .menu-secondary-menu-container {
  text-align: right;
}
header.main .menu-secondary-menu-container li.menu-item {
  display: none;
}
.menu-item a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
header.main .menu-secondary-menu-container a {
  padding: 18px;
}
@media screen and (max-width: 1200px) {
  header.main .menu-secondary-menu-container a {
    padding: 8px;
  }
}
header.main a.desktop_hamburger {
  position: relative;
  top: 0;
  right: -20px;
  width: 70px;
  height: 70px;
  z-index: 999;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  header.main a.desktop_hamburger {
    display: none;
  }
}
header.main a.desktop_hamburger .hamburger {
  width: 30px;
  height: 22px;
  position: absolute;
  top: 24px;
  right: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
header.main a.desktop_hamburger .hamburger div {
  position: absolute;
  height: 2px;
  width: 30px;
  left: 0;
  background: black;
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
header.main a.desktop_hamburger .hamburger div.hamburger1 {
  top: 0;
}
header.main a.desktop_hamburger .hamburger div.hamburger2 {
  top: 10px;
}
header.main a.desktop_hamburger .hamburger div.hamburger3 {
  top: 20px;
}
header.main .nav_on .hamburger div.hamburger1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px !important;
}
header.main .nav_on .hamburger div.hamburger2 {
  opacity: 0;
}
header.main .nav_on .hamburger div.hamburger2,
header.main .nav_on .hamburger div.hamburger3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px !important;
}

.side_menu {
  background: black;
  background: white;
  color: black;
  position: fixed;
  top: 100px;
  right: 0;
  width: 0;
  overflow: hidden;
  height: 100%;
  text-align: right;
  font-size: 17px;
  z-index: 900;
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
@media screen and (max-width: 767px) {
  .side_menu {
    display: none !important;
  }
}
.side_menu .side_menu_inner {
  width: 250px;
  padding: 30px 50px;
}
.side_menu .side_menu_inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side_menu .side_menu_inner ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side_menu .side_menu_inner ul li.right {
  display: none;
}
.side_menu .side_menu_inner ul li a {
  display: block;
  padding: 12px 0;
}

.nav_on .side_menu {
  width: 350px;
}

.mega {
  display: none;
  position: fixed;
  top: 0;
  /* top: 100px; */
  background: white;
  z-index: 991;
  padding: 60px 90px;
  padding-top: 160px;
  width: 100%;
  min-height: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.05);
  font-size: 0.9vw;
  line-height: 1.3vw;
}
@media screen and (min-width: 1600px) {
  .mega {
    font-size: 14.4px;
    line-height: 20.8px;
  }
}
@media screen and (max-width: 767px) {
  .mega {
    display: none !important;
  }
}
.mega > div > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 60vh;
  height: 500px;
}
.mega > div > ul > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: bold;
  padding: 0 20px 0 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.mega > div > ul > li.stacked {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.mega > div > ul > li ul {
  font-weight: normal;
}
.mega > div > ul > li ul li.bold {
  font-weight: bold;
}
.mega > div > ul a {
  padding: 6px 0;
  display: block;
}
.mega > div > ul a:hover {
  opacity: 0.6;
}
.mega ul,
.mega li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega_tint {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.6;
  display: none;
  z-index: 989;
}

@media screen and (max-width: 767px) {
  .mega_tint {
    display: none !important;
  }
}

.header_spacer {
  display: none !important;
  height: 0;
}

@media screen and (max-width: 767px) {
  .header_spacer {
    display: none !important;
    height: 0;
  }
}

.slick-dots {
  display: none !important;
}

/*MOBILE MENU*/
a.mm-btn_close {
  top: -120px;
}
a.mm-btn_close:before,
a.mm-btn_close:after {
  border-color: black;
}

.mm-wrapper_opened a.nav_toggle {
  display: none !important;
}
.mm-wrapper_opened header .mm-btn_close {
  display: block;
}

.wpmm-menu {
  z-index: 991 !important;
  margin-top: 79px;
}
.wpmm-menu .mm-listitem {
  color: black;
}

.mm-btn:after,
.mm-btn:before {
  border-color: black;
}

.mobile_menu_items {
  display: none;
}

/*DAMBURGER!*/
a.nav_toggle {
  position: absolute;
  top: 6px;
  right: 0;
  width: 70px;
  height: 70px;
  z-index: 999;
  display: none;
}
@media screen and (max-width: 767px) {
  a.nav_toggle {
    display: block;
  }
}

.hamburger {
  width: 30px;
  height: 22px;
  position: absolute;
  top: 24px;
  right: 20px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hamburger div {
  position: absolute;
  height: 2px;
  width: 30px;
  left: 0;
  background: black;
  -webkit-transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.hamburger div.hamburger1 {
  top: 0;
}

.hamburger div.hamburger2 {
  top: 10px;
}

.hamburger div.hamburger3 {
  top: 20px;
}

.nav_on .hamburger div.hamburger1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px !important;
}

.nav_on .hamburger div.hamburger2 {
  opacity: 0;
}

.nav_on .hamburger div.hamburger2,
.nav_on .hamburger div.hamburger3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px !important;
}

/*END OF DAMBURGER!*/
/* ------------------------------------
GENERAL LAYOUT
------------------------------------ */
.content {
  padding: 90px;
}
@media screen and (max-width: 767px) {
  .content {
    padding: 30px;
  }
}

.content1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.module {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}
.module_textimage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 30vw;
  background: #f4f5f5;
}
@media screen and (max-width: 767px) {
  .module_textimage {
    display: block;
  }
}
.module_textimage__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .module_textimage__image {
    height: 60vw;
  }
}
.module_textimage__text {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .module_textimage__text {
    display: block;
  }
}
.module_textimage__text__inner {
  padding: 60px;
  max-width: 700px;
  width: 100%;
  display: flex;
  gap: 1rem;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 1200px) {
  .module_textimage__text__inner {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .module_textimage__text__inner {
    text-align: center;
    padding: 30px;
    max-width: none;
  }
}
.module_textimage.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.module_textonly {
  padding: 100px 60px;
}
@media screen and (max-width: 1200px) {
  .module_textonly {
    padding: 80px 30px;
  }
}
@media screen and (max-width: 767px) {
  .module_textonly {
    padding: 60px 20px;
  }
}
.module_textonly.center {
  text-align: center;
}
.module_textonly.right {
  text-align: right;
}
.module_col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
}
.module_col3 .col3 {
  -ms-flex-preferred-size: 30.66%;
  flex-basis: 30.66%;
  width: 30.66%;
  margin: 0 1.33% 0 1.33%;
}
@media screen and (max-width: 767px) {
  .module_col3 .col3 {
    width: auto;
    margin: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .module_col3 {
    display: block;
    padding: 1px 0;
  }
}
.module_col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
}
.module_col2 .col2 {
  -ms-flex-preferred-size: 47.33%;
  flex-basis: 47.33%;
  flex-basis: 47.33%;
  margin: 0 1.33% 0 1.33%;
}
@media screen and (max-width: 767px) {
  .module_col2 .col2 {
    width: auto;
    margin: 30px;
    text-align: center;
  }
  .module_col2 .col2 p,
  .module_col2 .col2 h2,
  .module_col2 .col2 h3,
  .module_col2 .col2 h4 {
    text-align: center !important;
  }
}
.module_col2 .col2 .col2_inner {
  max-width: 700px;
  margin: 0 0 0 auto;
}
.module_col2 .col2.last .col2_inner {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 767px) {
  .module_col2 {
    display: block;
    padding: 1px 0;
  }
}
.module_col2.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.module_col2.reverse .col2_inner {
  margin: 0 auto 0 0;
}
.module_col2.reverse .col2.last .col2_inner {
  margin: 0 0 0 auto !important;
}
.module_image {
  background: #eee none no-repeat center center;
  background-size: cover;
  height: 40vw;
}
.module_image.narrow {
  height: 25vw;
}
.module_gallery {
  font-size: 0;
  line-height: 0;
  background: #e4e5e5;
}
.module_gallery a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.module_gallery a img {
  width: 25%;
  height: 25vw;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .module_gallery a img {
    width: 50% !important;
    height: 50vw !important;
  }
}
.module_gallery a:hover {
  opacity: 0.7;
}
.module_gallery.rows_of_1 a img {
  width: 100%;
  height: 60vw;
}
.module_gallery.rows_of_2 a img {
  width: 50%;
  height: 50vw;
}
.module_gallery.rows_of_3 a img {
  width: 33.333%;
  height: 33vw;
}
.module_gallery.rows_of_4 a img {
  width: 25%;
  height: 25vw;
}
.module_gallery.rows_of_5 a img {
  width: 20%;
  height: 20vw;
}
.module_boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .module_boxes {
    display: block;
  }
}
.module_boxes a.module_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  height: 23vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .module_boxes a.module_box {
    height: 220px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.module_boxes a.module_box .box_inner {
  padding: 50px;
  color: white;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .module_boxes a.module_box .box_inner {
    padding: 20px;
  }
  .module_boxes a.module_box .box_inner h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.module_boxes a.module_box:after {
  display: block;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.module_boxes a.module_box:hover:after {
  opacity: 0.6;
}
.module.dark {
  background: #323438;
  color: white;
}
.module.dark a.button {
  background: white;
  color: black;
}
.module.dark a.button:hover {
  background: #c3663c;
  color: white;
}
.module.dark h1,
.module.dark h2,
.module.dark h3,
.module.dark h4,
.module.dark h5 {
  color: white;
}
.module p a:not(.button) {
  text-decoration: underline;
}

.home .module {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cat_header.page_header {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .cat_header.page_header {
    padding-bottom: 20px;
  }
}
.cat_header.page_header .catdesc {
  font-size: inherit;
  line-height: inherit;
}

/* ------------------------------------
PROJECTS LISTING
------------------------------------ */
.project_thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #eee;
}
.project_thumbs a.project_thumb,
.project_thumbs .project_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  -ms-flex-preferred-size: 25;
  flex-basis: 25;
  height: 20vw;
  color: white;
  background-size: 150% auto;
  background-position: center center;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.project_thumbs a.project_thumb .project_thumb_inner,
.project_thumbs .project_thumb .project_thumb_inner {
  padding: 40px;
  position: relative;
  z-index: 1;
}
.project_thumbs a.project_thumb .project_thumb_inner h2,
.project_thumbs .project_thumb .project_thumb_inner h2 {
  font-size: 30px;
  line-height: 40px;
}
@media screen and (max-width: 1600px) {
  .project_thumbs a.project_thumb .project_thumb_inner,
  .project_thumbs .project_thumb .project_thumb_inner {
    padding: 30px;
  }
  .project_thumbs a.project_thumb .project_thumb_inner h2,
  .project_thumbs .project_thumb .project_thumb_inner h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .project_thumbs a.project_thumb .project_thumb_inner,
  .project_thumbs .project_thumb .project_thumb_inner {
    padding: 20px;
  }
  .project_thumbs a.project_thumb .project_thumb_inner h2,
  .project_thumbs .project_thumb .project_thumb_inner h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.project_thumbs a.project_thumb:after,
.project_thumbs .project_thumb:after {
  display: block;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.project_thumbs a.project_thumb:hover,
.project_thumbs .project_thumb:hover {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}
.project_thumbs a.project_thumb:hover:after,
.project_thumbs .project_thumb:hover:after {
  opacity: 0.3;
}
@media screen and (max-width: 1200px) {
  .project_thumbs a.project_thumb,
  .project_thumbs .project_thumb {
    width: 33.333%;
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    height: 33vw;
  }
}
@media screen and (max-width: 767px) {
  .project_thumbs a.project_thumb,
  .project_thumbs .project_thumb {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    height: 50vw;
  }
}
.project_thumbs a.project_thumb.title,
.project_thumbs .project_thumb.title {
  color: #323438;
  background: #f4f5f5;
}
.project_thumbs a.project_thumb.title:after,
.project_thumbs .project_thumb.title:after {
  display: none !important;
}
.project_thumbs.recent_projects a.project_thumb h2 {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.project_thumbs.recent_projects a.project_thumb:hover h2 {
  opacity: 1;
}
.project_thumbs.recent_projects a.project_thumb:after {
  opacity: 0;
}
.project_thumbs.recent_projects a.project_thumb:hover:after {
  opacity: 0.5;
}
@media screen and (max-width: 1200px) {
  .project_thumbs.recent_projects a.project_thumb:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .project_thumbs.recent_projects a.project_thumb:nth-child(4) {
    display: block;
  }
  .project_thumbs.recent_projects a.project_thumb h2 {
    opacity: 1;
  }
  .project_thumbs.recent_projects a.project_thumb:after {
    opacity: 0.5;
  }
}

/* ------------------------------------
PROJECT DETAIL
------------------------------------ */
.cat_header.project_header {
  height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  position: relative;
  padding: 80px;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .cat_header.project_header {
    padding: 30px;
    height: 280px;
  }
}

.cat_header_text {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  h1 {
    font-size: 2rem;
  }
}
.cat_header.project_header .cat_header_text {
  position: relative;
  z-index: 1;
}
.cat_header.project_header .cat_header_text h3.project_credit a {
  text-decoration: underline;
}
.cat_header.project_header:after {
  display: block;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.4;
}
.cat_header.project_header .addtoany_list svg path {
  fill: white;
}

.legacy_content img {
  width: auto !important;
}

/* ------------------------------------
PRODUCT LISTING
------------------------------------ */
.cat_header {
  background: #f4f5f5;
  text-align: center;
  padding: 40px 40px 1px 40px;
}
@media screen and (max-width: 767px) {
  .cat_header {
    padding: 20px 20px 10px 20px;
  }
}
.cat_header.has_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 0;
  background: white;
}
@media screen and (max-width: 767px) {
  .cat_header.has_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cat_header.has_image .cat_header_text {
  text-align: left;
  padding: 40px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cat_header.has_image .cat_header_text h1 {
  margin-top: 0;
}
.cat_header.has_image .cat_header_text > div {
  margin: 0 auto;
}
.cat_header.has_image .cat_header_text img.tax_image {
  width: auto;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .cat_header.has_image .cat_header_text {
    padding: 20px;
  }
}
.cat_header.has_image .cat_header_image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%;
  min-height: 35vw;
}
@media screen and (max-width: 767px) {
  .cat_header.has_image .cat_header_image {
    width: 100%;
    min-height: 50vw;
  }
}
.cat_header .catdesc {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .cat_header .catdesc {
    font-size: 12px;
    line-height: 20px;
  }
}
.cat_header .subcats {
  padding-top: 1rem;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cat_header .subcats {
    display: none;
  }
}
.cat_header .subcats h3 {
  /*
  white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     */
  margin: 0;
  line-height: 28px;
  letter-spacing: 2px;
}
.cat_header .subcats h3 span {
  margin: 0 10px;
}
.cat_header .subcats h3 span:last-child {
  display: none;
}
.cat_header .subcats h3 a {
  display: inline-block;
}
.cat_header .subcats h3 a:hover {
  text-decoration: underline;
}
.cat_header .subcats h3.revealed {
  white-space: normal;
  overflow: visible;
}
.cat_header .subcats .showmore {
  display: none;
}
.cat_header .subcats.truncated .showmore {
  display: block;
  font: bold normal 12px/28px "Sailec W05", Helvetica, Arial, sans-serif;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c3663c;
  text-align: right;
  cursor: pointer;
  background: url(../images/cats_gradient.png) repeat-y right top;
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background-size: 100% 100%;
}
.cat_header #breadcrumbs {
  font-size: 13px;
}
.cat_header #breadcrumbs i {
  font-size: 10px;
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .cat_header #breadcrumbs i {
    font-size: 8px;
    margin: 0 3px;
  }
}
@media screen and (max-width: 767px) {
  .cat_header #breadcrumbs {
    font-size: 11px;
  }
}

.tax-leadtime .rank-math-breadcrumb {
  display: none !important;
}

body.search .subcats {
  display: none;
}

a.ordering_toggle {
  display: none;
  text-align: center;
  padding: 8px 0;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #e4e7e7;
}
@media screen and (max-width: 767px) {
  a.ordering_toggle {
    display: block;
  }
}

.shop_ordering {
  background: #f4f5f5;
  text-align: center;
  padding: 20px 40px 30px 40px;
}
@media screen and (max-width: 767px) {
  .shop_ordering {
    padding: 10px 20px 15px 20px;
  }
}
.shop_ordering .mobile_cats_wrapper {
  display: none;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .shop_ordering .mobile_cats_wrapper {
    display: block;
  }
}

ul.products {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.products li.product:hover {
  -webkit-box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 25px 40px 0 rgba(0, 0, 0, 0.23);
  -webkit-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
  z-index: 2;
}
ul.products li.product a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
}
ul.products li.product a img {
  width: 100%;
  height: auto;
}
ul.products li.product a .product_thumb_image {
  width: 100%;
  height: 25vw;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  ul.products li.product a .product_thumb_image {
    height: 50vw;
  }
}
ul.products li.product a .thumb2 {
  opacity: 0;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 25vw;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  ul.products li.product a .thumb2 {
    height: 50vw;
  }
}
ul.products li.product a:hover .thumb2 {
  opacity: 1;
}
ul.products li.product a .product_thumb_deets {
  text-align: center;
  padding: 12px;
  background: white;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.products li.product a .product_thumb_deets p {
  margin: 5px 0;
}
@media screen and (max-width: 767px) {
  ul.products li.product a .product_thumb_deets p {
    margin: 0;
  }
}
ul.products li.product a .product_thumb_deets .product_thumb_price {
  opacity: 0;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.products li.product a .product_thumb_deets h3 {
  color: #bcbec3;
  margin: 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  ul.products li.product a .product_thumb_deets h3 {
    margin-top: 0;
  }
}
ul.products li.product:hover .product_thumb_deets {
  background: #323438;
  color: white;
}
ul.products li.product:hover .product_thumb_deets .product_thumb_price {
  opacity: 1;
}
ul.products li.product:hover .product_thumb_deets h3 {
  color: #c3663c;
}
ul.products li.product a.product_link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.related_products {
  padding: 100px 0;
  position: relative;
}
.related_products h2 {
  text-align: left;
  padding: 0 60px;
}
.related_products ul.products {
  display: block;
}
.related_products ul.products li.product.related_title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  height: 22vw;
}
.related_products ul.products li.product.related_title:hover {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  z-index: 0;
}
.related_products ul.products li.product.related_title h2 {
  padding: 0 3vw;
  text-align: left;
}
.related_products ul.products li.product {
  width: 22vw !important;
}
.related_products ul.products li.product a .product_thumb_deets {
  white-space: normal;
}
.related_products ul.products li.product a .product_thumb_image {
  height: 22vw;
}
.related_products .slick-track {
  padding: 30px 0 80px 0;
}
.related_products button.slick-prev.slick-arrow {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 12vw;
  text-align: right;
  color: black;
  background: url(../images/prev_gradient.png) no-repeat right top;
  background-size: 100% 100%;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
  text-align: left;
}
.related_products button.slick-prev.slick-arrow i {
  cursor: pointer;
}
.related_products button.slick-prev.slick-arrow.slick-disabled {
  display: none !important;
}
.related_products button.slick-next.slick-arrow {
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 12vw;
  text-align: right;
  color: black;
  background: url(../images/next_gradient.png) no-repeat right top;
  background-size: 100% 100%;
  font-size: 20px;
  cursor: pointer;
  z-index: 2;
}
.related_products button.slick-next.slick-arrow i {
  cursor: pointer;
}
.related_products button.slick-next.slick-arrow.slick-disabled {
  display: none !important;
}
.related_products * {
  cursor: -webkit-grab;
  cursor: grab;
}
.related_products .mobile_heading {
  display: none;
  text-align: center;
  padding: 0 20px;
}

.touch .related_products ul.products {
  overflow-x: scroll;
  overflow-y: visible;
  white-space: nowrap;
  padding: 20px 0;
}
.touch .related_products ul.products li.product.related_title {
  display: none !important;
}
.touch .related_products ul.products li.product.related_title h2 {
  font-size: 4vw;
  line-height: 5vw;
}
.touch .related_products ul.products li.product {
  width: 250px !important;
  display: inline-block;
  vertical-align: top;
}
.touch .related_products ul.products li.product:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.touch .related_products ul.products li.product a .product_thumb_image {
  height: 250px;
}
.touch .related_products ul.products:after {
  content: " ";
  display: inline-block;
  width: 30vw;
  height: 20vw;
}
.touch .related_products .mobile_heading {
  display: block;
}
.touch .related_products:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30vw;
  height: 100%;
  background: url(../images/next_gradient.png) no-repeat right top;
  background-size: 100% 100%;
  pointer-events: none;
}

/* Tablet Breakpoint (768px and below) */
@media screen and (max-width: 768px) {
  .related_products {
    padding: 60px 0;
  }

  .related_products h2 {
    padding: 0 20px;
    font-size: 24px;
  }

  .related_products ul.products li.product.related_title {
    display: none !important;
  }

  .related_products ul.products {
    overflow-x: auto;
    overflow-y: visible;
    white-space: nowrap;
    padding: 20px 0;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
  }

  .related_products ul.products::-webkit-scrollbar {
    display: none; /* Chrome/Safari */
  }

  .related_products ul.products li.product {
    width: 250px !important;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
  }

  .related_products ul.products li.product a .product_thumb_image {
    height: 250px;
  }

  .related_products .mobile_heading {
    display: block;
    font-size: 24px;
    margin-bottom: 20px;
  }

  /* Hide desktop arrow controls on tablet */
  .related_products button.slick-prev.slick-arrow,
  .related_products button.slick-next.slick-arrow {
    display: none !important;
  }

  .related_products:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: linear-gradient(
      to left,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 100%
    );
    pointer-events: none;
  }
}

/* Mobile Breakpoint (480px and below) */
@media screen and (max-width: 480px) {
  .related_products {
    padding: 40px 0;
  }

  .related_products h2 {
    padding: 0 15px;
    font-size: 20px;
  }

  .related_products ul.products {
    padding: 15px 0 15px 15px;
  }

  .related_products ul.products li.product {
    width: 200px !important;
    margin-right: 12px;
  }

  .related_products ul.products li.product a .product_thumb_image {
    height: 200px;
  }

  .related_products ul.products li.product a .product_thumb_deets {
    font-size: 14px;
    padding: 10px;
  }

  .related_products .mobile_heading {
    font-size: 20px;
    padding: 0 15px;
    margin-bottom: 15px;
  }

  .related_products:after {
    width: 40px;
  }
}

/* Very Small Mobile (320px and below) */
@media screen and (max-width: 320px) {
  .related_products ul.products li.product {
    width: 180px !important;
    margin-right: 10px;
  }

  .related_products ul.products li.product a .product_thumb_image {
    height: 180px;
  }
}

.products_footer {
  text-align: center;
  background: #f4f5f5;
  text-align: center;
  padding: 40px;
  margin: 50px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .products_footer {
    padding: 20px;
  }
}

.no_products_found {
  text-align: center;
  min-height: 400px;
  padding: 50px;
}

/*filtering*/
form.searchandfilter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  form.searchandfilter ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  form.searchandfilter ul {
    display: block;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
form.searchandfilter ul li {
  text-align: left;
  padding: 14px;
}
@media screen and (max-width: 1200px) {
  form.searchandfilter ul li {
    padding: 4px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media screen and (max-width: 767px) {
  form.searchandfilter ul li {
    padding: 5px 0;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (max-width: 767px) {
  form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax {
    float: left;
    width: auto;
    text-align: left;
    white-space: nowrap;
  }
}
form.searchandfilter
  ul
  li.sf-field-post-meta-_price_inc_tax
  input[type="number"] {
  width: 100px;
  max-width: 100px;
  padding: 14px 8px 14px 8px;
}
@media screen and (max-width: 1200px) {
  form.searchandfilter
    ul
    li.sf-field-post-meta-_price_inc_tax
    input[type="number"] {
    padding: 10px 8px 10px 8px;
  }
}
@media screen and (max-width: 767px) {
  form.searchandfilter
    ul
    li.sf-field-post-meta-_price_inc_tax
    input[type="number"] {
    width: 80px;
  }
}
form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax .sf-range-prefix {
  margin: 0 5px 0 0;
  font-size: 16px;
  font-weight: normal;
}
form.searchandfilter
  ul
  li.sf-field-post-meta-_price_inc_tax
  div[data-start-min="0"]
  span:nth-child(2) {
  font-size: 0;
}
form.searchandfilter
  ul
  li.sf-field-post-meta-_price_inc_tax
  div[data-start-min="0"]
  span:nth-child(2):after {
  font-size: 12px;
  content: "POA";
  display: inline;
}
@media screen and (max-width: 767px) {
  form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax span,
  form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax input,
  form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax label {
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  form.searchandfilter ul li.sf-field-post-meta-_price_inc_tax label {
    display: inline;
  }
}
form.searchandfilter
  ul
  li.sf-field-post-meta-_price_inc_tax
  select.sf-range-max,
form.searchandfilter
  ul
  li.sf-field-post-meta-_price_inc_tax
  select.sf-range-min {
  max-width: none;
}
@media screen and (max-width: 767px) {
  form.searchandfilter
    ul
    li.sf-field-post-meta-_price_inc_tax
    select.sf-range-max,
  form.searchandfilter
    ul
    li.sf-field-post-meta-_price_inc_tax
    select.sf-range-min {
    max-width: 120px;
  }
}
form.searchandfilter
  ul
  li.sf-field-post-meta-_price_inc_tax
  .sf-range-values-seperator {
  padding: 0 2px;
  font-size: 16px;
  font-weight: normal;
  margin: 0 4px 0 6px;
}
form.searchandfilter
  ul
  li.sf-field-post-meta-_price_inc_tax
  .sf-range-values-seperator:after {
  font-size: 16px !important;
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (max-width: 1200px) {
  form.searchandfilter
    ul
    li.sf-field-post-meta-_price_inc_tax
    .sf-range-values-seperator {
    padding: 0 2px;
  }
}
form.searchandfilter ul li.sf-field-taxonomy-product_cat {
  display: none !important;
}
form.searchandfilter ul li.sf-field-taxonomy-product_cat option.sf-level-2,
form.searchandfilter ul li.sf-field-taxonomy-product_cat option.sf-level-3,
form.searchandfilter ul li.sf-field-taxonomy-product_cat option.sf-level-4 {
  display: none;
}
@media screen and (max-width: 767px) {
  form.searchandfilter ul li.sf-field-sort_order {
    clear: both;
  }
}
@media screen and (max-width: 767px) {
  form.searchandfilter ul li label {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  form.searchandfilter ul li select {
    padding: 10px 30px 10px 10px;
    background-size: 20px auto;
  }
}
@media screen and (max-width: 767px) {
  form.searchandfilter ul li select {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  form.searchandfilter ul li input[type="number"] {
    padding: 10px;
  }
}
@media screen and (max-width: 1200px) {
  form.searchandfilter ul li input[type="submit"] {
    padding: 12px;
  }
}
form.searchandfilter ul li.sf-field-search {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  pointer-events: none;
}
form.searchandfilter ul li.sf-field-search label {
  display: none !important;
}
@media screen and (max-width: 767px) {
  form.searchandfilter ul li.sf-field-search {
    padding: 0;
  }
}
form.searchandfilter ul li.sf-field-submit {
  display: none;
  padding: 0 5% 0 0;
}
@media screen and (max-width: 1100px) {
  form.searchandfilter ul li.sf-field-submit {
    padding-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  form.searchandfilter ul li.sf-field-submit {
    padding: 0 10px;
    float: left;
  }
}
form.searchandfilter .noUi-connect {
  background-color: #555;
}
form.searchandfilter .meta-slider {
  height: 6px;
  margin-top: 7px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  form.searchandfilter .meta-slider {
    margin-right: auto;
    margin-left: auto;
  }
}
form.searchandfilter .noUi-horizontal .noUi-handle {
  top: -10px;
  cursor: pointer;
}

.tax-product_brand form.searchandfilter ul li.sf-field-taxonomy-product_cat,
.tax-designer form.searchandfilter ul li.sf-field-taxonomy-product_cat,
.tax-leadtime form.searchandfilter ul li.sf-field-taxonomy-product_cat {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .searchandfilter ul li.sf-field-taxonomy-product_brand,
  .searchandfilter ul li.sf-field-taxonomy-leadtime,
  .searchandfilter ul li.sf-field-post-meta-_price_inc_tax,
  .searchandfilter ul li.sf-field-sort_order,
  .searchandfilter ul li.sf-field-posts_per_page,
  .searchandfilter ul li.sf-field-submit {
    display: none;
  }
}
/*paginagion*/
ul.page-numbers {
  list-style: none;
  padding: 14px 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}

ul.page-numbers li {
  display: inline;
}

ul.page-numbers li a,
ul.page-numbers li span {
  padding: 8px 14px;
}
@media screen and (max-width: 767px) {
  ul.page-numbers li a,
  ul.page-numbers li span {
    padding: 8px 10px;
  }
}

ul.page-numbers li .current {
  color: #c3663c;
}

nav.woocommerce-pagination {
  text-align: center;
  padding: 20px 0 0 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.shop_ordering nav.woocommerce-pagination {
  text-align: right;
}

.product_thumb_price.show_from bdi:before {
  content: "From ";
}

.woofrom {
  display: none !important;
}

.single_variation_wrap .woocommerce-variation {
  display: flex !important;
  flex-direction: column;
  gap: 0.5rem;
}

.single_variation_wrap .woocommerce-variation-price {
  order: 1;
}

.single_variation_wrap .woocommerce-variation-availability {
  order: 2;
}

.single_variation_wrap
  .single_variation
  .woocommerce-variation-price
  .price:before {
  display: none !important;
  content: "";
}

/* ------------------------------------
PRODUCT DETAIL
------------------------------------ */
.product_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .product_wrap {
    display: block;
  }
}
.product_wrap .product_images {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #eee;
}
.product_wrap .product_images img {
  width: 100%;
  -webkit-touch-callout: default;
  -webkit-user-select: default;
  -moz-user-select: default;
  -ms-user-select: default;
  user-select: default;
}
.product_wrap .product_images .hidden_image {
  display: none;
}
@media screen and (max-width: 767px) {
  .product_wrap .product_images .hidden_image {
    display: inline;
  }
}
.product_wrap .product_images a.open_gallery {
  display: block;
  width: 100%;
  text-align: center;
  background: #323438;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product_wrap .product_images a.open_gallery:hover {
  background: #c3663c;
}
@media screen and (max-width: 767px) {
  .product_wrap .product_images a.open_gallery {
    display: none;
  }
}
.product_wrap .summary {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  width: 50%;
  background: #f4f5f5;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .product_wrap .summary {
    width: auto;
  }
}
.product_wrap .summary .sticky_desc {
  top: 6.5rem;
  position: sticky;
  display: flex;
  flex-direction: column;
  padding: 25px;
  height: calc(100vh - 100px);
  max-height: calc(100vh - 100px);
  overflow: auto;
  gap: 1.5rem;
}

@media screen and (max-height: 420px) {
  .product_wrap .summary .sticky_desc {
    height: auto;
    max-height: none;
  }
}
@media screen and (max-width: 767px) {
  .product_wrap .summary .sticky_desc {
    padding: 20px;
    padding-top: 40px;
  }
}
.product_wrap .summary .sticky_desc .price {
  font-weight: 100;
  font-size: 24px;
  line-height: 40px;
  margin: 24px 0 12px 0;
}
.product_wrap .summary .sticky_desc .fromprice .price:before {
  content: "From ";
}
/*
.product_wrap .summary .sticky_desc .fromprice .price {
  font-weight: normal;
}
*/
.variations tr {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.single_add_to_cart_button {
  padding: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.product_wrap .summary .sticky_desc button.single_add_to_cart_button {
  width: 100%;
}
.product_wrap .summary .sticky_desc .woocommerce-variation-price {
  margin-bottom: 10px;
}
.product_wrap .summary .sticky_desc .variations td.label,
.product_wrap .summary .sticky_desc a.reset_variations,
.product_wrap .summary .sticky_desc p.stock.in-stock {
  display: none !important;
}
.product_wrap .summary .sticky_desc .product_desc {
  padding: 1px 0;
  overflow: hidden;
  position: relative;
  line-height: 28px;
}
.product_wrap .summary .sticky_desc .product_desc a.readmore,
.product_wrap .summary .sticky_desc .product_desc a.readless {
  display: none;
}
.sticky-cont {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.product_accordions {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.product_accordions:not(.no-border) {
  min-height: 0;
}

.product_accordions.no-border {
  flex-shrink: 0;
}

.accordion {
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}

.accordion.open {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.button-group {
  display: flex;
  gap: 1rem;
  align-items: center;
  width: 100%;
}

.button-group .accordion_header {
  flex: 1;
  margin: 0 !important;
}

.accordion_content {
  position: relative;
  overflow-y: auto;
  /* padding-bottom: 40 */
  max-height: calc(100vh - 300px);
  will-change: height;
  transition: opacity 0.3s ease;
}

.accordion.open .accordion_content {
  position: relative;
  display: block;
  opacity: 1;
}

.accordion_content {
  mask-image: linear-gradient(
    to bottom,
    black calc(100% - 40px),
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    black calc(100% - 40px),
    transparent 100%
  );
}

.no-border .accordion_content {
  mask-image: none;
  -webkit-mask-image: none;
}

@media screen and (max-height: 800px) {
  .product_accordions.no-border {
    position: sticky;
    bottom: 0;
    background: #f4f5f5;
    padding-top: 1rem;
    z-index: 2;
  }

  .accordion_content {
    max-height: 40vh;
  }
}

.product_wrap .summary .sticky_desc .product_desc.overflow * {
  pointer-events: none;
}
.product_wrap .summary .sticky_desc .product_desc.overflow a.readmore {
  pointer-events: all;
  display: block;
  position: absolute;
  text-decoration: none;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 36px;
  background: url(../images/readmore.png) no-repeat bottom left;
  background-size: 100% 100px;
  padding-top: 100px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
  color: #888;
  text-align: center;
  z-index: 2;
}
.product_wrap .summary .sticky_desc .product_desc.overflow a.readmore:hover {
  color: #c3663c;
}
.product_wrap .summary .sticky_desc .product_desc.revealed {
  max-height: none;
  overflow: visible;
}
.product_wrap .summary .sticky_desc .product_desc.revealed * {
  pointer-events: all;
}
.product_wrap .summary .sticky_desc .product_desc.revealed a.readless {
  pointer-events: all;
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 2px;
  color: #888;
  text-align: center;
  z-index: 2;
  border-top: 1px solid #ddd;
  padding: 10px 0 0 0;
  margin: 20px 0 0 0;
}
.product_wrap .summary .sticky_desc .product_desc.revealed a.readless:hover {
  color: #c3663c;
}
.accordion_content.product-details {
  display: block;
}
.product_wrap .summary .sticky_desc .product_accordions {
  border-bottom: 1px solid #dedede;
}
.product_wrap .summary .sticky_desc .product_accordions .accordion {
  position: relative;
  border-top: 1px solid #dedede;
}
.product_wrap .summary .sticky_desc .product_accordions.no-border,
.product_wrap .summary .sticky_desc .product_accordions .accordion.no-border,
.product_wrap
  .summary
  .sticky_desc
  .product_accordions
  .accordion.open
  .accordion_content.no-border {
  border: none;
  margin: 0px;
}
.product_wrap
  .summary
  .sticky_desc
  .product_accordions
  .accordion
  a.accordion_header {
  display: block;
  padding: 8px 0;
  position: relative;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: -0.1px;
}

/* Enquiry Button Styling */
.product_wrap
  .summary
  .sticky_desc
  .product_accordions
  .accordion
  a.accordion_header.hs-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font: 12px "Sailec W05", Helvetica, Arial, sans-serif !important;
  border: solid #323438 2px;
  background: transparent;
  color: #323438;
  padding: 15px 20px;
  text-align: center;
  margin: 10px 0;
  transition: all 0.3s ease;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  cursor: pointer;
  font-weight: 600 !important;
  color: white;
  background: #323438;
  padding: 18px 25px 19px 25px;
  min-height: 4.8rem;
}

.product_wrap
  .summary
  .sticky_desc
  .product_accordions
  .accordion
  a.accordion_header.hs-button:hover,
.product_wrap
  .summary
  .sticky_desc
  .product_accordions
  .accordion.open
  a.accordion_header.hs-button {
  border: solid #c3663c 2px;
  background: #c3663c;
  color: #fff;
}

.product_wrap
  .summary
  .sticky_desc
  .product_accordions
  .accordion
  a.accordion_header
  i {
  display: block;
  position: absolute;
  top: 14px;
  right: 0;
}

.product_wrap
  .summary
  .sticky_desc
  .product_accordions
  .accordion
  a.accordion_header.hs-button
  i {
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.product_wrap
  .summary
  .sticky_desc
  .product_accordions
  .accordion.open
  a.accordion_header.hs-button
  i {
  transform: translateY(-50%) rotate(180deg);
}
.product_wrap
  .summary
  .sticky_desc
  .product_accordions
  .accordion.open
  a.accordion_header
  i:before {
  content: "\f077";
}
.product_wrap
  .summary
  .sticky_desc
  .product_accordions
  .accordion
  .accordion_content {
  display: none;
  flex-direction: column;
  gap: 0.4rem;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.1rem;
  line-height: 1.4;
}

.accordion_content.no-border {
  padding: 0;
}
.accordion_content a:hover {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}
.fa-chevron-down:before {
  font-size: 0.7rem;
}

.product_wrap
  .summary
  .sticky_desc
  .product_accordions
  .accordion.open
  .accordion_content {
  border-top: 1px solid #dedede;
}
.product_wrap
  .summary
  .sticky_desc
  .product_accordions
  .accordion
  .accordion_content
  p {
  margin: 3px 0;
}
.product_wrap
  .summary
  .sticky_desc
  .product_accordions
  .accordion
  .accordion_content
  a {
  text-decoration: none;
}
.product_wrap
  .summary
  .sticky_desc
  .product_accordions
  .accordion
  .accordion_content
  a
  i {
  margin-right: 5px;
}
.product_wrap
  .summary
  .sticky_desc
  .product_accordions
  .accordion
  .accordion_content
  iframe {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .product_wrap
    .summary
    .sticky_desc
    .product_accordions
    .accordion
    .accordion_content
    iframe {
    height: 56vw;
  }
}
.product_wrap
  .summary
  .sticky_desc
  .product_accordions
  .accordion
  .pdfprnt-button,
.product_wrap
  .summary
  .sticky_desc
  .product_accordions
  .accordion
  .pdfprnt-button
  img,
.product_wrap
  .summary
  .sticky_desc
  .product_accordions
  .accordion
  .pdfprnt-button-title {
  margin: 0;
  padding: 0;
}
.product_wrap
  .summary
  .sticky_desc
  .product_accordions
  .accordion
  .pdfprnt-button {
  margin: 3px 0;
}
.product_wrap
  .summary
  .sticky_desc
  .product_accordions
  .accordion
  .pdfprnt-button:before {
  display: inline-block;
  content: "\f15c";
  font-family: "Font Awesome 5 Free";
  margin: 0 8px 0 2px;
}
.variations select {
  width: 100%;
  max-width: 16rem;
}
.product_wrap .summary .sticky_desc .gform_wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product_wrap .summary .sticky_desc .gform_wrapper ul li {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.product_wrap .summary .sticky_desc .gform_wrapper ul li#field_1_1 {
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  margin-right: 1%;
}
@media screen and (max-width: 767px) {
  .product_wrap .summary .sticky_desc .gform_wrapper ul li#field_1_1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
}
.product_wrap .summary .sticky_desc .gform_wrapper ul li#field_1_8 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .product_wrap .summary .sticky_desc .gform_wrapper ul li#field_1_8 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.product_wrap .summary .sticky_desc .gform_wrapper label {
  display: none;
}
.product_wrap .summary .sticky_desc .gform_wrapper input[type="submit"] {
  width: 100%;
}
.product_wrap .summary .sticky_desc .gform_wrapper textarea {
  height: 100px;
}
.product_wrap .summary .sticky_desc table.product_deets {
  width: 100%;
  margin-block: 16px;
}
.product_wrap .summary .sticky_desc table.product_deets th {
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  padding: 5px;
  width: 100px;
}
.product_wrap .summary .sticky_desc table.product_deets td {
  text-align: left;
  vertical-align: top;
  padding: 5px;
}
.product_wrap .summary .sticky_desc table.product_deets .payment th,
.product_wrap .summary .sticky_desc table.product_deets .payment td {
  vertical-align: middle;
}
.variations label {
  font-weight: 100;
  font-size: 1rem;
}

.product-type-simple form.cart,
.product-type-variable .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-type-simple form.cart .quantity,
.product-type-variable .woocommerce-variation-add-to-cart .quantity {
  position: relative;
}
.product-type-simple form.cart .quantity input[type="number"],
.product-type-variable
  .woocommerce-variation-add-to-cart
  .quantity
  input[type="number"] {
  width: 100px;
  height: 76px;
  padding-right: 40px;
}
.product-type-simple form.cart .quantity a.increment,
.product-type-variable
  .woocommerce-variation-add-to-cart
  .quantity
  a.increment {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  text-decoration: none;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 12px;
  padding: 12px 0 14px 0;
  cursor: pointer;
  border-left: 1px solid #eee;
}
.product-type-simple form.cart .quantity a.increment.increment_down,
.product-type-variable
  .woocommerce-variation-add-to-cart
  .quantity
  a.increment.increment_down {
  top: auto;
  bottom: 0;
  border-top: 1px solid #eee;
}
.accordion_content .fas {
  color: #323438 !important;
}
#full_desc {
  display: none;
  max-width: 900px;
  background: #f4f5f5;
}
@media screen and (max-width: 767px) {
  #full_desc {
    padding: 20px;
  }
}

.stuck .sticky_desc {
  position: fixed;
}

.swipe_prompt {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 8px 0;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .swipe_prompt {
    display: block;
    text-align: center;
  }
}
.slick-next {
  position: absolute;
  bottom: 1rem;
  right: 0;
  z-index: 20;
}
.slick-prev {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 20;
}
/* ------------------------------------
BRANDS/DESIGNERS
------------------------------------ */
.content.shopby {
  text-align: center;
}

img.tax_image {
  width: 160px;
  height: 80px;
  -webkit-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  img.tax_image {
    height: 60px;
  }
}

h1.has_logo,
h2.has_logo {
  font-size: 0;
  line-height: 0;
  margin: 0;
}

.brand_feature .module_textimage__text .module_textimage__text__inner {
  margin: 0 auto;
}

.logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
}
.logos a {
  -ms-flex-preferred-size: 19%;
  flex-basis: 19%;
  height: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fafafa;
  margin: 0.5%;
  padding: 20px;
  max-width: 1200px;
  line-height: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.logos a:hover {
  background: #eee;
}
@media screen and (max-width: 767px) {
  .logos a {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    width: 49%;
    height: 100px;
    font-size: 12px;
  }
}
.logos.designers a {
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  height: 200px;
  color: white;
  background: #323438;
  font-weight: bold;
  position: relative;
}
.logos.designers a span {
  position: relative;
  z-index: 1;
}
.logos.designers a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.4;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.logos.designers a:hover {
  background: #222326;
}
.logos.designers a:hover img {
  opacity: 0.2;
}
@media screen and (max-width: 767px) {
  .logos.designers a {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    width: 49%;
    height: 100px;
    font-size: 12px;
  }
}
/* ------------------------------------
FOOTER
------------------------------------ */
.insta {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.insta .insta_head {
  padding: 40px 100px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.insta .insta_head.right {
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .insta .insta_head {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .insta .insta_head {
    padding: 50px 20px 20px 20px;
    text-align: center;
  }
  .insta .insta_head.right {
    display: none;
  }
}
.insta .insta_pics {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
  background: #ccc;
}

footer {
  padding-top: 6rem;
  padding-bottom: 2rem;
  line-height: 27px;
}
@media screen and (max-width: 1200px) {
  footer {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20px;
    text-align: center;
    line-height: 22px;
  }
}
footer .footer_inner {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .footer_inner {
    display: block;
  }
}
footer .footer_col {
  -ms-flex-preferred-size: 21%;
  flex-basis: 21%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  footer .footer_col {
    padding: 5px;
  }
}
footer .footer_col.first {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
footer .footer_col.first a {
  font-weight: bold;
}
footer .footer_col.first img {
  width: 60%;
}
footer .footer_col.first .fineprint {
  margin-top: 80px;
  font-size: 13px;
}
footer .footer_col ul,
footer .footer_col li {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer p.social {
  font-size: 25px;
  letter-spacing: 10px;
  margin: 16px 0 0 0;
}

@media screen and (max-width: 767px) {
  .footer_menu_col {
    display: none;
  }
}
footer .menu-secondary-menu-container li.right {
  display: none;
}

/* ------------------------------------
FORMS
------------------------------------ */
fieldset {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
  font: 16px "Sailec W05", Helvetica, Arial, sans-serif;
  padding: 14px 20px;
  border-radius: 0;
  border: none;
  width: 100%;
  background: white;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#phone-d1a206a4-39bd-47e0-8614-4c865ea57f8f,
#mobilephone-d1a206a4-39bd-47e0-8614-4c865ea57f8f {
  background: #f4f5f5 !important;
}

select {
  background: white url(../images/select.png) no-repeat right center;
  color: black;
  background-size: 30px auto;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  padding: 14px 40px 14px 20px;
}
select:hover {
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.1);
}

/* ------------------------------------
BUTTON STYLES
------------------------------------ */
input[type="submit"],
input[type="button"],
button,
a.button {
  width: fit-content;
  display: inline-block;
  font: 12px "Sailec W05", Helvetica, Arial, sans-serif !important;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  cursor: pointer;
  font-weight: 600 !important;
  color: white;
  background: #323438;
  padding: 18px 25px 19px 25px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover,
a.button:hover {
  background: #c3663c;
}
input[type="submit"].disabled,
input[type="button"].disabled,
button.disabled,
a.button.disabled {
  opacity: 0.2 !important;
  cursor: not-allowed;
}
input[type="submit"].disabled:hover,
input[type="button"].disabled:hover,
button.disabled:hover,
a.button.disabled:hover {
  background: #323438;
}
input[type="submit"].white,
input[type="button"].white,
button.white,
a.button.white {
  background: white;
  color: #323438;
}
input[type="submit"].white:hover,
input[type="button"].white:hover,
button.white:hover,
a.button.white:hover {
  color: #323438;
  background: #c3663c;
}
@media screen and (max-width: 767px) {
  input[type="submit"],
  input[type="button"],
  button,
  a.button {
    padding: 18px 20px;
    margin: 10px 0;
  }
}

p input[type="submit"],
p input[type="button"],
p button,
p a.button {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  p input[type="submit"],
  p input[type="button"],
  p button,
  p a.button {
    margin: 10px 0;
  }
}

.dark input.gform_button {
  background: white;
  color: #323438;
}
.dark input.gform_button:hover {
  color: #c3663c;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.gform_ajax_spinner {
  vertical-align: middle;
  margin: 0 8px;
}

.gform_wrapper ul,
.gform_wrapper li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gform_wrapper li {
  padding: 5px 0;
}

.validation_error {
  color: red;
  font-size: 13px;
}

.validation_message {
  display: none;
}

.gfield_error input,
.gfield_error select {
  border: 1px solid red;
}

.hidden_label label {
  display: none;
}

#gform_confirmation_message_3 h4 {
  margin: 0;
}

.hbspt-form fieldset {
  max-width: none !important;
  padding: 2px 0;
}
.hbspt-form .hs-input {
  width: 100% !important;
  margin: 4px 0 !important;
}
.hbspt-form input[type="submit"] {
  width: 100%;
}
.hbspt-form .hs_submit {
  padding: 8px 0;
}
.hbspt-form ul.hs-error-msgs {
  list-style: none;
  margin: 0;
  padding: 0 0 15px 0;
  color: red;
}
.hbspt-form ul.hs-error-msgs label {
  display: block !important;
}

.col2 .hbspt-form input[type="submit"] {
  background: #c3663c;
}

footer .hbspt-form label {
  display: flex;
}
footer .hbspt-form input[type="email"] {
  background: #f4f5f5;
}
footer .hbspt-form ul.inputs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 8px 0;
}
@media screen and (max-width: 767px) {
  footer .hbspt-form ul.inputs-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer .hbspt-form ul.inputs-list li.hs-form-checkbox .hs-input {
  width: auto !important;
  margin: 0 4px 0 0 !important;
  vertical-align: 2px;
}
footer .hbspt-form .hs_interested_in > label,
footer .hbspt-form .hs_email > label {
  display: none !important;
}

/* ------------------------------------
EVERYTHING ELSE, MISCELLANEOUS STUFF
------------------------------------ */
.alignright {
  clear: right;
  float: right;
  margin: 0px 0px 20px 20px;
}

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

.wp-caption-text {
  font-style: italic;
  font-size: 11px;
  line-height: 16px;
  margin-top: 3px;
}

.wp-caption {
  width: auto !important;
}

button.mfp-close,
button.mfp-close:hover {
  background: transparent !important;
}

a {
  -webkit-tap-highlight-color: #9ce2ff;
}

::-moz-selection {
  background: #9ce2ff !important;
}

::selection {
  background: #9ce2ff !important;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

/*search popup*/
.search_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(255, 255, 255, 0.8);
  color: white;
  z-index: 995;
  color: black;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
@media screen and (max-width: 767px) {
  .search_popup {
    background: rgba(255, 255, 255, 0.96);
  }
}
.search_popup .search_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
}
.search_popup .search_inner .search_center {
  display: table-cell;
  vertical-align: middle;
  padding: 30px;
}
.search_popup .search_inner .search_center form {
  max-width: 550px;
  margin: 0 auto;
  text-align: left;
  font-size: 10px;
  letter-spacing: 0.15em;
  color: white;
}
.search_popup .search_inner .search_center form input[type="search"] {
  font: 16px "Sailec W05", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 22px;
  border: 1px solid #a9a9a9;
  border-radius: 0;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 20px 0 !important;
  border: none;
  border-bottom: 2px solid black !important;
  background: transparent;
  width: 100%;
  color: black !important;
  -webkit-appearance: none !important;
}
@media screen and (max-width: 767px) {
  .search_popup .search_inner .search_center form input[type="search"] {
    font-size: 20px;
    line-break: 20px;
  }
}
.search_popup
  .search_inner
  .search_center
  form
  input[type="search"]::-webkit-search-decoration,
.search_popup
  .search_inner
  .search_center
  form
  input[type="search"]::-webkit-search-cancel-button,
.search_popup
  .search_inner
  .search_center
  form
  input[type="search"]::-webkit-search-results-button,
.search_popup
  .search_inner
  .search_center
  form
  input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.search_popup a.search_close {
  text-decoration: none;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: black;
  font-size: 40px;
  font-weight: 300;
  line-height: 60px;
  padding: 36px 0;
  text-align: center;
  height: 130px;
  width: 120px;
  -webkit-transition: none;
  transition: none;
  z-index: 999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .search_popup a.search_close {
    height: 76px;
    width: 49px;
    font-size: 24px;
    padding: 9px 0;
  }
}

.search_on .mobile_menu {
  display: none !important;
}
body.term-ton .catdesc .wp-video,
body.term-ton .catdesc .mejs-container {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  a.search_close {
    font-size: 40px;
    padding: 10px 0;
    height: 80px;
    width: 60px;
  }
  .search_popup input[type="search"] {
    font-size: 20px;
  }
}
/* ------------------------------------
MEDIA QUERIES
------------------------------------ */
@media screen and (max-width: 767px) {
  .homebanner ul.slick-dots button {
    width: 48px;
    height: 48px;
    margin: 0;
  }
}

/* Jimmy's Styling */

h1,
h2,
h3,
h4,
h5,
h6,
a {
  font-weight: 100;
  margin: 0;
}

.menu a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

strong {
  font-weight: bold;
}

u {
  text-decoration: none;
}

input[type="checkbox"] {
  accent-color: #323438;
  background-color: #323438;
  border-radius: 0 !important;
}
a.button {
  text-decoration: none;
}
.mega > div > ul > li a {
  font-weight: bold;
}
.mega > div > ul > li ul a {
  font-weight: 100;
}

.column-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
}

.row-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 1.2rem;
}

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

.hs-form label {
  display: none;
}

.col2_inner {
  width: 100%;
}

.woosw-items {
  width: 100%;
}

.woosw-item--actions,
.woosw-notice {
  display: none !important;
}
.woosw-popup-content-bot {
  background: #222 !important;
}
.woosw-popup-content-bot-inner a:hover {
  color: #fff !important;
  border-bottom: 1px solid #fff !important;
}
.woosw-popup .woosw-items .woosw-item .woosw-item-inner {
  border-top: 1px solid #eeeeee;
}
.woosw-list {
  padding-block: 3rem;
}
.woosw-actions {
  display: none !important;
}
.woosw-item:hover {
  background: #f5f5f5;
  transition: all 0.1s ease-in-out;
  transform: scale(101%);
}
.woosw-list table.woosw-items .woosw-item .woosw-item--image img {
  width: 200px;
  border-radius: 0px;
}
.woosw-items {
  margin-inline: auto !important;
  max-width: 1200px;
}
.woosw-items .woosw-item .woosw-item--remove span:before,
.woosw-items .woosw-item .woosw-item--add span:before {
  font-size: 24px;
}
.woosw-items .woosw-item .woosw-item--remove,
.woosw-items .woosw-item .woosw-item--add {
  width: 42px !important;
}
.button-group {
  display: flex;
  gap: 10px;
}

.button-group .accordion_header {
  flex: 30;
  margin: 0 !important;
}

.variations_form.cart {
  width: 100%;
}

.button-group .woosw-btn {
  height: auto;
  flex: 1;
  flex-shrink: 0;
  margin: 0;
  margin-top: auto;
  border: solid #323438 2px;
  background: transparent;
  color: #323438;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font: 12px "Sailec W05", Helvetica, Arial, sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600 !important;
  min-width: 4.8rem;
  min-height: 4.8rem;
}
[class^="woosw-icon-"],
[class*=" woosw-icon-"] {
  font-size: 1.25rem;
}

.button-group .woosw-btn:hover,
.button-group .woosw-btn-added {
  border: solid #c3663c 2px;
  background: #c3663c;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .button-group {
    flex-direction: column;
  }

  .button-group .accordion_header,
  .button-group .woosw-btn {
    width: 100%;
  }
}

.woosw-popup-content {
  background: transparent !important;
  padding-block: 1.5rem !important;
}

.woosw-btn.woosw-added:before {
  content: "" !important;
  margin-right: 5px;
}
.woosw-popup .woosw-items .woosw-item .woosw-item-inner > div {
  margin-right: 16px;
}
.woosw-popup .woosw-popup-inner .woosw-popup-content {
  max-width: 600px;
}
/* Product Image Slider Styles */
.product_images_slider_wrapper {
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}

/* Maintain 1:1 aspect ratio with better browser support */
.product_images_slider_wrapper::before {
  content: "";
  display: block;
  padding-top: 100%; /* 1:1 Aspect Ratio */
}

.product_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  transition: transform 0.3s ease;
  will-change: transform;
}

.product_slider .slide {
  display: flex;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  position: relative;
  align-items: center;
  justify-content: center;
}

.fancygallery {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product_slider .slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

.col2_inner {
  width: 100%;
}

.accordion.open.no-transition .accordion_content {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
  max-height: none !important;
  margin-bottom: 1.5rem;
}

/* Black Friday Filters */
form.bf-product-filters ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin: 0;
}

@media screen and (max-width: 1023px) {
  form.bf-product-filters ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  form.bf-product-filters ul {
    display: block;
  }
}

form.bf-product-filters ul li {
  text-align: left;
  padding: 14px;
  list-style: none;
}

@media screen and (max-width: 1200px) {
  form.bf-product-filters ul li {
    padding: 4px;
  }
}

@media screen and (max-width: 767px) {
  form.bf-product-filters ul li {
    padding: 5px 0;
    text-align: center;
  }
}

form.bf-product-filters ul li.sf-field-post-meta-_price_inc_tax {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  form.bf-product-filters ul li.sf-field-post-meta-_price_inc_tax {
    float: left;
    width: auto;
    text-align: left;
  }
}

form.bf-product-filters
  ul
  li.sf-field-post-meta-_price_inc_tax
  input[type="number"] {
  width: 100px;
  max-width: 100px;
  padding: 14px 8px;
}

@media screen and (max-width: 1200px) {
  form.bf-product-filters
    ul
    li.sf-field-post-meta-_price_inc_tax
    input[type="number"] {
    padding: 10px 8px;
  }
}

@media screen and (max-width: 767px) {
  form.bf-product-filters
    ul
    li.sf-field-post-meta-_price_inc_tax
    input[type="number"] {
    width: 80px;
  }
}

form.bf-product-filters
  ul
  li.sf-field-post-meta-_price_inc_tax
  .sf-range-prefix {
  margin: 0 5px 0 0;
  font-size: 16px;
  font-weight: normal;
}

form.bf-product-filters
  ul
  li.sf-field-post-meta-_price_inc_tax
  .sf-range-values-seperator {
  padding: 0 2px;
  font-size: 16px;
  font-weight: normal;
  margin: 0 4px 0 6px;
}

@media screen and (max-width: 767px) {
  form.bf-product-filters ul li.sf-field-sort_order {
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  form.bf-product-filters ul li label {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  form.bf-product-filters ul li select {
    padding: 10px 30px 10px 10px;
    background-size: 20px auto;
  }
}

@media screen and (max-width: 767px) {
  form.bf-product-filters ul li select {
    width: 100%;
  }
}

form.bf-product-filters ul li.sf-field-submit,
form.bf-product-filters ul li.sf-field-reset {
  display: inline-block !important;
}

form.bf-product-filters ul li.sf-field-reset .button {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
}

form.bf-product-filters ul li.sf-field-reset .button:hover {
  background: #f5f5f5;
}

.sf-meta-range.sf-meta-range-number {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.search_mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .search_mobile {
    display: flex;
    justify-content: end;
    align-self: center;
    width: 100%;
    margin-right: 2.6rem;
    gap: 1rem;
  }
  .wcmenuwishlist-contents {
    font-size: 1.1rem;
  }
  .header_search {
    font-size: 1.1rem;
  }
}
