@charset "UTF-8";
.animated-link--active::before,
.wc-animation-link li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #b8b8b8;
  transform-origin: bottom right;
}

.wc-animation-link li::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -5px;
  left: 0;
  transform-origin: bottom right;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  background-color: #fff;
}

.wc-animation-link li::before {
  background-color: #808080;
}

.wc-category-list .active-cat::after,
.wc-animation-link li:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.shop-online__container {
  display: flex;
  gap: 8vw;
  min-height: 400px;
}
.shop-online__mobile-close {
  display: none;
}
@media (max-width: 980px) {
  .shop-online__mobile-close {
    display: block;
    background: #e5e5e5;
    font-family: "aktiv-grotesk", helvetica, arial, lucida, sans-serif;
    padding: 1em;
    border-radius: 5px;
    margin-bottom: 6px;
  }
}
.shop-online__filters {
  width: 20%;
  max-width: 259px;
  min-width: 220px;
  display: flex;
  flex-direction: column;
}
.shop-online__filters .filter__buttons-container {
  display: flex;
  flex-flow: column wrap;
}
@media (max-width: 980px) {
  .shop-online__filters {
    transform: scaleY(0);
    max-width: unset;
    display: grid;
    flex-wrap: wrap;
    transition: all 0.4s;
    transform-origin: top;
    position: absolute;
    background-color: #eee;
    border-radius: 10px;
    z-index: 10;
    padding: 1rem;
    width: 100%;
    height: 0;
    min-height: max-content;
  }
  .shop-online__filters button {
    width: 30%;
  }
  .shop-online__filters .filter__buttons-container {
    flex-direction: row;
    justify-content: center;
  }
  .shop-online__filters .filter__buttons-container button {
    border: none;
    white-space: nowrap;
  }
  .shop-online__filters .filter__buttons-container button:last-of-type {
    border: none;
  }
}
.shop-online__filters .search {
  position: relative;
  margin-bottom: 2em;
  padding: 0;
}
@media (max-width: 980px) {
  .shop-online__filters .search {
    margin-bottom: 0;
  }
}
.shop-online__filters input {
  margin-bottom: 1rem;
  border-radius: 25.5px;
  padding: 16px 0.3em 15px 27px;
  width: 100%;
  font-family: "Helvetica Neue Roman", helvetica, arial, lucida, sans-serif;
  box-shadow: none;
  border: 1px solid #b8b8b8;
  font-weight: 500;
}
.shop-online__filters svg,
.shop-online__filters i {
  position: absolute;
  top: 15px;
  right: 20px;
}
.shop-online__filters .clicked {
  color: #525252;
  transition: color 0.2s ease-in;
}
.shop-online__filters button {
  cursor: pointer;
  color: rgba(82, 82, 82, 0.25);
  background-color: transparent;
  padding: 23px 0 21px 1.5em;
  box-shadow: none;
  border: 0;
  border-top: 1px solid #b8b8b8;
  text-transform: uppercase;
  text-align: left;
  font-size: 18px;
  letter-spacing: 1px;
}
@media (max-width: 980px) {
  .shop-online__filters button {
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .shop-online__filters button {
    width: 33%;
  }
}
@media (max-width: 350px) {
  .shop-online__filters button {
    width: 100%;
  }
}
.shop-online__filters button:last-of-type {
  border-bottom: 1px solid #b8b8b8;
}
.shop-online__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  width: 100%;
  height: fit-content;
  padding: 0 1rem;
  gap: 3em;
  transition: all 0.5s ease-in;
}
@media (min-width: 980px) and (max-width: 1180px) {
  .shop-online__items {
    grid-template-columns: repeat(2, 50%);
  }
}
.shop-online__items p {
  color: #525252;
  font-family: "Helvetica Neue Roman", helvetica, arial, lucida, sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.shop-online__items a {
  color: #0087ca;
  font-family: "Helvetica Neue Roman", helvetica, arial, lucida, sans-serif;
  font-weight: bold;
  font-size: 15px;
}
@media (max-width: 980px) {
  .shop-online__items {
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.shop-online__item {
  max-height: 100px;
}

.featured-case-study__content-container {
  margin-top: 1em;
  display: flex;
  width: 100%;
}
.featured-case-study__content-container > div {
  width: 49.9%;
}
.featured-case-study__content-container .fcs__label {
  text-transform: uppercase;
  font-family: Raleway, Helvetica, Arial, Lucida, sans-serif;
  font-weight: bold;
  color: #525252;
  line-height: 14px;
  font-size: 16px;
  margin-bottom: 1em;
}
.featured-case-study__content-container .fcs__label--grey {
  opacity: 0.32;
  margin-bottom: 0;
}
.featured-case-study__content-container .fcs__value {
  color: #2a2a2a;
  font-family: "Helvetica Neue Roman", helvetica, arial, lucida, sans-serif;
  font-size: 17px;
}
.featured-case-study__content-container .fcs__title {
  font-family: Raleway, Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 41px;
  color: #525252;
}
.featured-case-study__content-container .fcs__link {
  color: #525252;
  text-decoration: underline;
  font-size: 17px;
  line-height: 29px;
}
.featured-case-study__content-container .fcs__content {
  margin-bottom: 1em;
}

.cs-grid__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1em;
}
.cs-grid__image {
  height: 300px;
}
.cs-grid__image img {
  object-fit: cover;
  height: 100%;
}
.cs-grid__post-meta {
  font-size: "Helvetica Neue Roman", helvetica, arial, lucida, sans-serif;
  color: #525252;
  margin-top: 1em;
  font-weight: 500;
}
.cs-grid__pagination-container {
  display: flex;
  justify-content: space-between;
}
.cs-grid__pagination-numbers li {
  list-style-type: none;
  display: inline;
  border: 1px solid #525252;
  padding: 7px;
  margin-left: 1em;
}
.cs-grid__rule {
  border: 1px solid #b8b8b8;
  margin-top: 1em;
  margin-bottom: 1em;
}

.case-studies__title a {
  color: #525252;
}
.case-studies__title a:hover {
  color: #0087ca;
}

select.thwvs-select {
  background: white;
}

.single-product__buttons-container div.woocommerce {
  display: inline;
}
.single-product__buttons-container div.woocommerce:first-child {
  margin-right: 1rem;
}
.single-product__buttons-container div.woocommerce a {
  margin-top: 2em;
  border-radius: 40px !important;
  padding: 9px 35px;
  color: #0087ca;
}
.single-product__buttons-container div.woocommerce a:not(.compare) {
  color: #525252 !important;
}
.single-product__buttons-container div.woocommerce a:hover {
  padding: 9px 35px;
  background: #0087ca;
  color: white !important;
}
.single-product__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.single-product__logos img {
  width: 50px;
}
.single-product__tabs .coded-tabs::after {
  bottom: 4px;
}

.attribute__table {
  width: 100%;
}
.attribute__table tr:nth-child(odd) {
  background: #f9f9f9;
}
.attribute__table tr td {
  padding: 1em;
}
.attribute__table tr td.table__label {
  color: #525252;
}
.attribute__table tr td.table__value {
  color: #858585;
}

.single--product__variations ~ .compare {
  display: none !important;
}

.single--product__variations .woocommerce-variation-add-to-cart {
  display: none;
}
.single--product__variations .variations th label {
  font-size: 13px !important;
  letter-spacing: 1px !important;
}
.single--product__variations .variations tr {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.single--product__variations .variations tr select {
  font-family: "aktiv-grotesk", helvetica, arial, lucida, sans-serif !important;
  padding: 0.8em !important;
}
.single--product__variations .variations tr label.th-label-radio {
  border-bottom: 1px solid #ededed;
  padding: 1em 35px;
  white-space: nowrap;
  font-family: "aktiv-grotesk", helvetica, arial, lucida, sans-serif;
}
.single--product__variations .variations tr label.th-label-radio span.variation-name {
  margin-bottom: 0 !important;
  padding-bottom: 0;
  font-family: "aktiv-grotesk", helvetica, arial, lucida, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400;
}
.single--product__variations .variations tr label.th-label-radio:first-of-type {
  border-top: 1px solid #ededed;
}
.single--product__variations .variations tr label.deactive {
  display: none;
}
.single--product__variations .variations tr input ~ .checkmark {
  background: #fff;
  border: 1px solid #b8b8b8;
}
.single--product__variations .variations tr input:checked ~ .checkmark::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  height: 18px;
  width: 18px;
  background: #0087ca;
  border-radius: 100%;
  top: 2px;
  left: 2px;
}
.single--product__variations .variations tr input:checked ~ .checkmark {
  background: #fff;
}
.single--product__variations .variations td.value span::after {
  display: none !important;
}
.single--product__variations .thwvsf-rad-li .checkmark::after {
  border: unset !important;
}

.gallery-button {
  left: 50px;
  height: 30px;
  width: 30px;
}

.carousel-button {
  border: 1px solid #eee;
  border-radius: 100%;
  background: white;
  position: relative;
}

.related > h2 {
  display: none;
}
.related .woocommerce-loop-product__title {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}
.related .woocommerce-Price-amount {
  display: none;
}
.related .compare {
  border-radius: 40px !important;
  text-align: center !important;
  margin: 0 auto !important;
}
.related-products__nav {
  height: 50px;
  color: #525252;
  width: 50px;
  background: white;
  z-index: 10;
  position: absolute;
  border-radius: 100%;
  text-align: center;
  border: none;
}
.related-products__nav svg,
.related-products__nav i {
  position: relative;
  top: 4px;
  border: 1px solid #eee;
  padding: 10px;
  border-radius: 100%;
  float: right;
}
.related-products__nav--next {
  right: -20px;
  top: 30%;
}
.related-products__nav--prev {
  top: 30%;
  left: -20px;
}

.slick-related-products li {
  clear: none !important;
  display: flex !important;
  flex-direction: column;
  align-items: space-between;
}
.slick-related-products .slick-dots {
  background: #ddd;
  justify-content: space-evenly;
  display: flex;
  flex-wrap: nowrap;
  border-radius: 7px;
  list-style: none;
  line-height: 5px;
  overflow: hidden;
  padding: 0;
  margin: 25px auto 0;
  width: calc(100% - 20px);
}
.slick-related-products .slick-dots li {
  flex: 1;
  border-radius: 7px;
}
.slick-related-products .slick-dots li.slick-active {
  background: #111;
}
.slick-related-products .slick-dots li button {
  font-size: 0;
  border: none;
  background: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.slick-related-products h2 {
  font-size: 19px !important;
}

.coded-tooltip {
  color: white;
  background: black;
  border: none;
  outline: none;
  border-radius: 100%;
  padding: 4px 8px;
  font-size: 12px;
  position: relative;
  font-family: "aktiv-grotesk", helvetica, arial, lucida, sans-serif;
}
.coded-tooltip::after {
  font-size: 13px;
  font-weight: normal;
  content: attr(data-tooltip);
  color: #fff;
  display: block;
  padding: 20px;
  position: absolute;
  text-align: center;
  z-index: 999;
  opacity: 0;
  transition: all 500ms;
  background-color: #525252;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.11);
  font-family: "aktiv-grotesk", helvetica, arial, lucida, sans-serif;
  letter-spacing: 0;
  line-height: 16px;
}
.coded-tooltip::before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  transition: all 500ms;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #525252;
  text-align: center;
  z-index: 999;
  opacity: 0;
}
.coded-tooltip.coded-tooltip-xl::after {
  width: 400px;
}
.coded-tooltip.coded-tooltip-lg::after {
  width: 255px;
}
.coded-tooltip.coded-tooltip-md::after {
  width: 127px;
}
.coded-tooltip.top::after {
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 10px));
}
.coded-tooltip.top::before {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(-100% - 10px));
}
.coded-tooltip:hover::before {
  opacity: 1;
}
.coded-tooltip:hover::after {
  opacity: 1;
}
.coded-tooltip:hover.top::after {
  transform: translate(-50%, calc(-100% - 10px));
}

.video_caption {
  font-family: "aktiv-grotesk", helvetica, arial, lucida, sans-serif;
  padding-top: 16px;
}

.no-videos {
  font-family: "aktiv-grotesk", helvetica, arial, lucida, sans-serif;
  text-align: center;
}

.et-db #et-boc .et-l .coded-tabs-selected {
  background-image: linear-gradient(#0076bb, #0076bb);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 4px;
  color: #0076bb;
  padding-bottom: 1rem !important;
  text-align: center;
}

.downloadable-images__container {
  display: grid;
  grid-template-rows: auto;
  gap: 2em;
}
.downloadable-images__row {
  display: grid;
  gap: 1em;
  height: fit-content;
}
.downloadable-images__row--1 {
  grid-template-columns: repeat(4, 1fr);
}
.downloadable-images__row--2 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 760px) {
  .downloadable-images__row--1, .downloadable-images__row--2 {
    grid-template-columns: 1fr;
  }
}
.downloadable-images__button {
  z-index: 999;
  opacity: 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.downloadable-images__button .icon-background {
  color: #0087ca;
}
.downloadable-images__item {
  position: relative;
  height: 100%;
}
.downloadable-images__item img {
  object-fit: contain;
  height: 100%;
}
.downloadable-images__item:hover .downloadable-images__button {
  display: block;
  opacity: 1;
  transition: all 0.3s ease-in;
}
.downloadable-images__item:hover .downloadable-images__tooltips {
  display: block;
  transition: all 0.5s ease-in;
}

#auto_play_video .et_pb_code_inner {
  width: 100% !important;
  height: 100% !important;
}
#auto_play_video #muteYouTubeVideoPlayer {
  width: 100% !important;
  height: 100% !important;
}
#auto_play_video .single-image-product-row-image img {
  width: 100% !important;
}

.pdf-download_title {
  font-size: 16px;
  color: #525252;
}

.pdf-download__button-container {
  display: flex;
  justify-content: space-between;
  width: 340px;
  margin-left: auto;
  gap: 1rem;
}
@media (max-width: 600px) {
  .pdf-download__button-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.pdf-download__button-container button {
  color: #0087ca;
  border: solid 2px #0087ca;
  height: 44px;
  width: 183px;
  border-radius: 20.5px;
  font-size: 13px;
  position: relative;
  padding-bottom: 6px;
  font-family: "aktiv-grotesk", helvetica, arial, lucida, sans-serif;
}
.pdf-download__button-container button:not([disabled]) {
  cursor: pointer;
}
.pdf-download__button-container button::after {
  content: "\f019";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 900;
  padding-left: 11px;
  right: 15px;
  font-size: 18px;
}
.pdf-download__button-container button:disabled {
  opacity: 0.4;
}

.pdf-download__top-container {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}

.pdf-download__table {
  background: #fff;
  width: 100%;
}
.pdf-download__table th {
  text-transform: uppercase;
  background: #f9f9f9;
  text-align: left;
  color: #555;
  padding: 9px 24px;
  font-weight: 700;
}
.pdf-download__table tr:nth-child(even) {
  background: #f9f9f9;
}
.pdf-download__table td {
  padding: 6px 24px;
}
.pdf-download__table td svg {
  color: #0087ca;
}

.pdf-item__cert {
  width: 40%;
}
.pdf-item__title {
  width: 30%;
}
.pdf-item__size {
  width: 15%;
}

.pdf-table__icon,
.pdf-item__checkbox,
.pdf-item__download {
  width: 5%;
}

.select__container {
  width: 190px;
}
.select__container .hidden {
  display: none;
}
.select__container .closed {
  max-height: 0;
  transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
  padding: 0 1rem;
}

.coded-product-filter {
  display: flex;
  gap: 3rem;
}
.coded-product-filter .hidden {
  display: none;
}
.coded-product-filter .filters-container {
  width: 30%;
  max-width: 200px;
}
.coded-product-filter .filters-container .filter-panel {
  background: #fff;
  padding: 5px;
  margin: 10px 0;
  border-radius: 6px;
}
.coded-product-filter .filters-container .filter-panel .filter-panel-title {
  font-size: 13px;
  color: #525252;
  font-weight: bold;
  padding: 0 5px 10px;
}
.coded-product-filter .filters-container .filter-panel .top-filter {
  display: flex;
  justify-content: space-between;
}
.coded-product-filter .filters-container .filter-panel .top-filter .dropdown {
  font-size: 16px;
  cursor: pointer;
}
.coded-product-filter .filters-container .filter-panel .top-filter .input-container {
  width: 90%;
}
.coded-product-filter .filters-container .filter-panel .nested-filters {
  padding-left: 1rem;
}
.coded-product-filter .filters-container .filter-panel .hidden {
  display: none;
}
.coded-product-filter .product-list {
  width: 70%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-self: flex-start;
}
.coded-product-filter .product-list .product {
  display: grid;
  grid-template-rows: 4fr 1fr 1fr;
}
.coded-product-filter .product-list .product .title {
  font-size: 19px;
  text-align: center;
  color: #525252;
  padding-top: 1rem;
  font-weight: bold;
}
.coded-product-filter .product-list .product figure {
  display: grid;
  place-items: center;
}
.coded-product-filter .product-list .product button {
  background: white;
  border: 1px solid #0087ca;
  border-radius: 14px;
  width: 103px;
  height: 28px;
  color: #0087ca;
  margin: 0 auto;
  font-weight: bold;
}
.coded-product-filter .product-list .product button:hover {
  background: #0087ca;
  color: white;
  transition: all 0.3s ease-in-out;
}

.filter-header {
  display: flex;
  justify-content: space-between;
}
.filter-header .sort_by_select {
  width: 120px;
  border-radius: 5px;
  border: 1px solid #333;
  padding: 2px 5px;
}

.select__label {
  border: 1px solid #333;
  padding-left: 5px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.select__label::after {
  content: "ˇ";
  position: absolute;
  top: 9px;
  right: 10px;
  font-size: 30px;
  color: #999;
}

.select__options-container {
  background: #333;
  color: white;
  opacity: 0.8;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  position: absolute;
  top: 40px;
  width: 190px;
  max-height: 200px;
  transition: all 0.5s cubic-bezier(0, 1, 0.5, 1);
}
.select__options-container .select__option {
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}
.select__options-container .select__option:hover {
  color: #0087ca;
}
.select__options-container .selected::after {
  content: "✓";
  position: relative;
  left: 7px;
}

.product-filters__middle {
  display: flex;
}
.product-filters__sidebar {
  width: 20%;
}
.product-filters__title {
  font-weight: bold;
}
.product-filters__title a {
  font-size: 19px;
  line-height: 25px;
  color: #525252;
}

.product-videos__container {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 1vw;
}
@media (max-width: 640px) {
  .product-videos__container {
    grid-template-columns: 1fr;
  }
}
.tooltip {
  position: absolute;
  left: 0;
  border-radius: 5px;
  color: #000;
  transform: translateX(-40%);
  top: -100px;
  width: 150px;
  background: #fff;
  padding: 0.2em;
  line-height: 11px;
}
.tooltip::after {
  width: 0;
  height: 0;
  display: block;
  content: "";
  bottom: -8px;
  left: 50%;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.tooltip a {
  font-size: 12px;
  color: #525252;
  font-weight: bold;
}
.tooltip a:hover {
  color: #0087ca;
}
.tooltip small {
  font-weight: normal;
}
.tooltip svg {
  color: #0087ca;
  margin-right: 2px;
}
.tooltip p {
  padding-left: 15px;
  margin-top: 2px;
}

.product-features-filter .facetwp-checkbox {
  font-size: 13px;
}
.product-features-filter .facetwp-facet {
  margin-bottom: 0;
}

.news__page-count {
  text-align: center;
  margin-bottom: 0;
}
.news__filters-left {
  display: flex;
}
@media (max-width: 980px) {
  .news__filters-left {
    justify-content: center;
  }
  .news__filters-left select {
    margin-bottom: 0;
  }
}
.news__filters-left label {
  margin-right: 1em;
  font-size: 13px;
  font-family: "aktiv-grotesk", sans-serif;
  margin-top: 4px;
}
.news__filters-left select {
  width: 180px;
  height: 33px;
  border: 1px solid #525252;
  border-radius: 6px;
}
.news__filters-right {
  display: flex;
}
.news__filters-right > div {
  margin-left: auto;
}
@media (max-width: 980px) {
  .news__filters-right {
    justify-content: center;
  }
  .news__filters-right > div {
    margin-left: 0;
  }
}
.news__filters-right input {
  color: #b8b8b8;
  height: 51px;
  width: 100%;
  max-width: 319px;
  margin-left: auto;
  border-radius: 25.5px;
  padding-left: 2em;
}
.news__filters-right .facetwp-input-wrap i {
  right: 15px;
  transform: scaleX(-1);
  filter: fliph;
  filter: "FlipH";
}
.news__filters-right .facetwp-pager .active {
  border: 1px solid #525252 !important;
  color: #525252 !important;
}
.news__filters-right .facetwp-pager .facetwp-page {
  padding: 10px 13px;
  color: #b8b8b8;
  border: 1px solid #b8b8b8;
}
@media (max-width: 980px) {
  .news__filters-right .facetwp-pager .facetwp-page {
    text-align: center;
  }
}
@media (max-width: 980px) {
  .news__grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
  }
}
.news__grid > div {
  background: #f9f9f9;
}
.news__image {
  margin-bottom: -8px;
  height: 284px;
}
.news__image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.news__container {
  background: #ededed;
  margin-top: 0;
  padding: 20px 2em;
  display: flex;
  flex-direction: column;
}
.news__body {
  color: #525252;
  font-size: 14px;
  font-family: "aktiv-grotesk", sans-serif;
}
.news__date {
  color: #b8b8b8;
}
.news__categories {
  margin-top: 10px;
}
.news__categories a {
  color: #525252;
}
.news__title {
  margin-top: 25px;
}
.news__title a {
  color: #525252;
  font-size: 20px;
  font-family: "raleway";
  font-weight: bold;
}
.news__excerpt {
  margin-top: 25px;
}
.news__readmore {
  margin-top: 5px;
}
.news__readmore a button {
  text-decoration: underline;
  background-color: transparent;
  border: none;
  box-shadow: 0;
  padding: 0;
}

.pr-download__table {
  background: #fff;
  width: 100%;
}
.pr-download__table th {
  text-transform: uppercase;
  background: #f9f9f9;
  text-align: left;
}
.pr-download__table tr {
  height: 40px;
}
.pr-download__table tr:nth-child(odd) {
  background: #f9f9f9;
}
.pr-download__table tr .table__filesize {
  padding-top: 5px;
}
.pr-download__table tr td {
  height: 100%;
}
.pr-download__table tr p {
  font-family: "aktiv-grotesk", helvetica, arial, lucida, sans-serif;
  height: 40px;
  display: flex;
  align-items: center;
  padding-top: 2px;
  font-size: 15px;
  font-weight: 400;
}
.pr-download__icon {
  width: 50%;
}
.pr-download__icon svg {
  color: #0087ca;
  margin-right: 1em;
  padding-left: 16px;
}
.pr-download__icon--end {
  width: 40px;
}
.pr-download__title {
  font-size: 16px !important;
}
.pr-download__checkbox {
  width: 40px;
}

.pr-download__button-container {
  display: flex;
  justify-content: space-between;
  width: 340px;
  margin-left: auto;
  gap: 1rem;
}
.pr-download__button-container button {
  color: #0087ca;
  border: solid 2px #0087ca;
  height: 44px;
  width: 183px;
  border-radius: 20.5px;
  font-size: 13px;
  position: relative;
  padding-bottom: 6px;
  background: white;
  font-family: "aktiv-grotesk", helvetica, arial, lucida, sans-serif;
  padding-top: 5px;
  font-weight: bold;
}
.pr-download__button-container button::after {
  content: "\f019";
  font-family: FontAwesome, sans-serif;
  padding-top: 1px;
  padding-left: 11px;
  position: relative;
  top: 1px;
  font-size: 18px;
}
.pr-download__button-container button:disabled {
  opacity: 0.4;
}

.pr-download__top-container {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
}

.contact-form__links--animated a {
  display: inline-block;
  position: relative;
}
.contact-form__links--animated a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #b8b8b8;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.contact-form__links--animated a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.contact-form__links--animated a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.contact-form-selector {
  padding: 1em 1em 1em 1.2em;
  font-family: inherit;
  cursor: inherit;
  line-height: inherit;
  border-radius: 37px;
  width: fit-content;
  text-align: center;
  background: #0087ca;
  color: white;
  border: 0;
  font-size: 16px;
  margin: 0 auto;
}
.contact-form-selector:focus {
  color: white;
}
.contact-form-selector option {
  padding: 2em 0 1em;
  background-color: white;
  color: #525252;
}

.buro-contact-form .et_contact_bottom_container {
  justify-content: center;
  float: unset;
}

.coded-carousel .hover-img * {
  box-sizing: border-box;
  transition: all 0.45s ease;
}
.coded-carousel .container {
  width: 100%;
  overflow: scroll;
  overflow-y: hidden;
  display: flex;
  gap: 1rem;
}
.coded-carousel .container::-webkit-scrollbar {
  height: 8px;
}
.coded-carousel .container::-webkit-scrollbar-track {
  background: #999;
}
.coded-carousel .container::-webkit-scrollbar-thumb {
  background-color: #333;
}
.coded-carousel .container .item {
  display: inline-block;
  min-width: 33%;
}
.coded-carousel .arrows {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 2;
}
.coded-carousel .arrows #slide {
  float: right;
  position: relative;
  left: 50px;
}
.coded-carousel .arrows #slideBack {
  position: relative;
  right: 50px;
}
.coded-carousel .arrows * {
  cursor: pointer;
  font-size: 3rem;
  color: #aaa;
}
.coded-carousel .arrows *:hover {
  opacity: 0.5;
}

.hover-img {
  background-color: #000;
  color: #fff;
  display: inline-block;
  margin: 8px;
  max-width: 449px;
  min-width: 240px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  height: 546px;
}

.hover-img::before,
.hover-img::after {
  background-color: rgba(0, 118, 187, 0.51);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
  transform: scaleY(2);
}

.hover-img img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
  height: 546px;
  object-fit: cover;
}

.hover-img figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  z-index: 2;
  transition-delay: 0.1s;
  font-size: 24px;
  font-family: sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.buro-carousel li,
.rp-buro-carousel li {
  clear: none !important;
  display: flex !important;
  flex-direction: column;
  align-items: space-between;
  margin-right: 1em;
}
.buro-carousel img,
.rp-buro-carousel img {
  height: 310px;
  object-fit: cover;
}
.buro-carousel .slick-dots,
.rp-buro-carousel .slick-dots {
  background: #ddd;
  justify-content: space-evenly;
  display: flex;
  flex-wrap: nowrap;
  border-radius: 7px;
  list-style: none;
  line-height: 5px;
  overflow: hidden;
  padding: 0;
  margin: 25px auto 0;
  width: calc(100% - 20px);
}
.buro-carousel .slick-dots li,
.rp-buro-carousel .slick-dots li {
  flex: 1;
  border-radius: 7px;
  height: 5px;
}
.buro-carousel .slick-dots li.slick-active,
.rp-buro-carousel .slick-dots li.slick-active {
  background: #111;
}
.buro-carousel .slick-dots li button,
.rp-buro-carousel .slick-dots li button {
  font-size: 0;
  border: none;
  background: none;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.buro-carousel .compare,
.rp-buro-carousel .compare {
  border-radius: 40px !important;
  text-align: center !important;
  margin: 1em auto !important;
}

.rp-buro-carousel .et_pb_module {
  display: none;
}
.rp-buro-carousel h2 {
  font-family: Aktiv-Grotesk-Bold, Helvetica, Arial, Lucida, sans-serif !important;
  font-size: 19px !important;
  color: #525252 !important;
  text-align: center;
}
.rp-buro-carousel .price {
  display: none;
}
.rp-buro-carousel img {
  margin: 0 auto;
}
.rp-buro-carousel .slick-track {
  display: flex !important;
  align-items: center;
}
.rp-buro-carousel #slick-slide00 {
  display: none;
}

.hover-img:hover::before,
.hover-img:hover::after {
  transform: scale(1);
  opacity: 1;
}

.hover-img:hover > img {
  opacity: 0.7;
}

.hover-img:hover figcaption {
  opacity: 1;
}

.cs_carousel__placeholder {
  display: block;
  background: grey;
}
.cs_carousel__title {
  font-family: Raleway, Helvetica, Arial, Lucida, sans-serif;
  font-size: 19px;
  color: #525252;
  font-weight: bold;
}
.cs_carousel__title:hover {
  color: #0087ca;
}

.brand-other-case-studies li,
.brand-other-case-studies .slick-slide {
  margin: 0 16px;
}
.brand-other-case-studies .slick-list {
  margin: 0 -16px;
}
.brand-other-case-studies .related-products__nav--next {
  right: 0;
}
.brand-other-case-studies .related-products__nav--prev {
  left: -20px;
}
.brand-other-case-studies .carousel-button svg {
  border: none;
  top: 0;
}

.masonary-grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-rows: 300px;
  grid-auto-flow: dense;
}
.masonary-grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.masonary-grid-wrapper > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.masonary-grid-wrapper .wide {
  grid-column: span 2;
}
.masonary-grid-wrapper .tall {
  grid-row: span 2;
}
.masonary-grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}

.button {
  font-family: "aktiv-grotesk", sans-serif;
  font-size: 13px;
  padding: 9px 35px;
  font-weight: 500;
}
.button--rounded {
  border-radius: 15px;
}

.staff-member__contacts {
  display: flex;
  justify-content: center;
}
.staff-member__contacts a:first-of-type {
  margin-right: 2em;
}
.staff-member__contacts a svg {
  border: 1px solid #b8b8b8;
  border-radius: 100%;
  background: white;
  padding: 0.4em;
  color: #b8b8b8;
}
.staff-member__contacts a svg:hover {
  color: white;
  background: #0087ca;
  border: 1px solid #0087ca;
  transition: all 0.5s;
}

.tune-your-chair {
  color: black;
}
.tune-your-chair .fwpl-layout {
  grid-template-columns: repeat(3, 1fr) !important;
}
@media (max-width: 1020px) {
  .tune-your-chair .fwpl-layout {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 640px) {
  .tune-your-chair .fwpl-layout {
    grid-template-columns: 1fr !important;
  }
}
.tune-your-chair img {
  position: relative;
  width: 100%;
  min-height: 100%;
}

.tyc__hover-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #0087ca;
}
.tyc__overlay {
  cursor: pointer;
  height: 281px;
  max-height: 100%;
  position: relative;
}
.tyc__overlay .play-video {
  max-height: 281px;
  object-fit: cover;
  object-position: bottom right;
}
.tyc__overlay svg,
.tyc__overlay i {
  position: absolute;
  bottom: 50%;
  right: 50%;
  height: 40px;
  margin-bottom: -20px;
  margin-right: -20px;
  color: #fff;
  font-size: 37px;
}
.tyc__overlay:hover .tyc__hover-overlay {
  opacity: 0.6;
}
.tyc__overlay:hover svg,
.tyc__overlay:hover i {
  color: white;
  transition: 0.5s ease;
  pointer-events: none;
}
.tyc__title {
  font-family: raleway, helvetica, arial, lucida, sans-serif;
  font-size: 21px;
  color: #525252;
  font-weight: bold;
  margin: 0.7em 0;
}
.tyc__subtitle a {
  color: #525252;
  font-family: "Helvetica Neue Roman", helvetica, arial, lucida, sans-serif;
  font-size: 13px;
}

.facetwp-facet-tune_your_chair {
  display: none;
}

.tyc__selector .tyc__select {
  padding: 16px 1em 11px;
  border-radius: 40px;
  color: #525252;
  border: 1px solid #525252;
  width: 320px;
}
.tyc__selector .tyc__select svg,
.tyc__selector .tyc__select i {
  pointer-events: none;
  position: absolute;
  right: 20px;
}
.tyc__selector .tyc__options {
  border: 0.5px solid #b6b6b6;
  opacity: 0.9;
  border-radius: 7px;
  background-color: #525252;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.23);
  width: 100%;
  list-style-type: none !important;
  margin-top: 0.5em;
  display: none;
  position: absolute;
  padding: 0 !important;
  z-index: 2;
}
.tyc__selector .tyc__options.show {
  display: block;
}
.tyc__selector .tyc__options li {
  color: white;
  padding: 0.5em 1.5em;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.tyc__selector .tyc__options li.selected::after {
  content: " ✓";
  position: absolute;
  right: 20px;
}
.tyc__selector .tyc__options li:hover {
  background: #858585;
}

.buro-product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.buro-product-grid .title {
  font-size: 17px;
  color: #525252;
  font-family: "aktiv-grotesk", helvetica, arial, lucida, sans-serif;
  text-align: center;
}

.buro-search-results {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2em;
}
.buro-search-results .item {
  padding: 1em 2em;
}
.buro-search-results .post-type {
  color: #0087ca;
  font-size: 14px;
  font-family: raleway, helvetica, arial, lucida, sans-serif;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.buro-search-results .title {
  color: #525252;
  font-family: raleway, helvetica, arial, lucida, sans-serif;
  font-size: 20px;
  font-weight: bold;
}

#search-page-search form::before {
  top: 5px;
  color: #b8b8b8;
}

.results-text {
  text-align: center;
  font-family: "aktiv-grotesk", helvetica, arial, lucida, sans-serif;
  font-size: 17px;
  color: #525252;
}

.resources_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 250px));
  place-items: center;
}
.resources_grid .item {
  max-width: 200px;
  width: 100%;
}
.resources_grid .image {
  height: fit-content;
  position: relative;
  cursor: pointer;
}
.resources_grid .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.resources_grid .image .overlay {
  height: 100%;
  width: 100%;
  background: #0087ca;
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all 0.3s;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.resources_grid .image .overlay img {
  height: 60px;
  width: 60px;
}
.resources_grid .image .overlay svg {
  color: white;
  border: 2px solid white;
  padding: 0.9em;
  border-radius: 100%;
  pointer-events: none;
}
.resources_grid .image:hover .overlay {
  opacity: 0.8;
  transition: all 0.3s;
}
.resources_grid .title {
  text-align: center;
  font-family: raleway, helvetica, arial, lucida, sans-serif;
  font-size: 17px;
  font-weight: bold;
  margin-top: 1em;
  color: #525252;
}
.resources_grid .size {
  text-align: center;
  font-family: "aktiv-grotesk", helvetica, arial, lucida, sans-serif;
  font-size: 14px;
  margin-top: 0.5em;
  color: #525252;
  font-weight: 400;
}

.pf-heading {
  color: #525252;
  font-size: 13px !important;
  font-family: "aktiv-grotesk", helvetica, arial, lucida, sans-serif;
}

.pf-sort-by {
  position: relative;
  float: right;
}
.pf-sort-by__select {
  padding: 0.3em;
  width: 220px;
  background: white;
  color: #525252;
  border: 1px solid #525252;
  border-radius: 6px;
}
.pf-sort-by__select p {
  padding: 0 0.5em;
  font-size: 13px;
  position: relative;
  pointer-events: none;
}
.pf-sort-by__select svg {
  position: absolute;
  right: 10px;
  top: 5px;
}
.pf-sort-by__options {
  border: 0.5px solid #b6b6b6;
  opacity: 0.9;
  border-radius: 7px;
  background-color: #525252;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.23);
  width: 220px;
  list-style-type: none !important;
  margin-top: 0.5em;
  display: none;
  position: absolute;
  padding: 0 !important;
  z-index: 2;
}
.pf-sort-by__options.show {
  display: block;
}
.pf-sort-by__options li {
  color: white;
  padding: 0.5em 1.5em;
  width: 100%;
  position: relative;
}
.pf-sort-by__options li.selected::after {
  content: " ✓";
  position: absolute;
  right: 20px;
}
.pf-sort-by__options li:hover {
  background: #858585;
}

.pf-accordian {
  overflow: hidden;
  margin-bottom: 0.5em;
}
.pf-accordian__label {
  font-size: 100%;
  padding-left: 5px;
  font-family: "aktiv grotesk", "Helvetica Neue Roman", Helvetica, Arial, Lucida, sans-serif;
  font-weight: 400;
}
.pf-accordian__label svg {
  transition: transform 0.4s;
  float: right;
}
.pf-accordian__label, .pf-accordian__content {
  cursor: pointer;
  position: relative;
}
.pf-accordian__content {
  display: none;
  padding: 1em;
}
.pf-accordian__input:checked ~ .pf-accordian__content {
  display: block;
}
.pf-accordian__input:checked ~ .pf-accordian__label svg {
  transform: rotate(-0.5turn);
}
.pf-accordian__input {
  display: none;
}
.pf-accordian .facetwp-checkbox {
  font-size: 13px;
}

.pf-selections .facetwp-selections .facetwp-selection-label {
  display: none;
}
.pf-selections .facetwp-selections .facetwp-selection-value {
  background: #525252;
  padding: 0.6em;
  border-radius: 16px;
  color: white;
  font-size: 12px;
  font-family: "aktiv-grotesk", helvetica, arial, lucida, sans-serif;
  font-weight: 800;
  transition: background 0.3s;
}
.pf-selections .facetwp-selections .facetwp-selection-value:hover {
  background: #858585;
}

.pf-clear-all {
  cursor: pointer;
  text-decoration: underline;
  font-size: 15px;
  font-weight: 400;
  margin-left: 1em;
}
.pf-clear-all:hover {
  color: #858585;
}

.pf-result-count div {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 6px;
}

.pf-header-filters-left > div {
  display: flex;
}

.facetwp-facet-sort_by {
  display: none;
}

.our-products__mobile-close {
  display: none;
}
@media (max-width: 980px) {
  .our-products__mobile-close {
    display: block;
    background: #e5e5e5;
    font-family: "aktiv-grotesk", helvetica, arial, lucida, sans-serif;
    padding: 1em;
    border-radius: 5px;
    margin-bottom: 6px;
  }
}
@media (max-width: 980px) {
  .our-products-filters__container {
    transform: scaleY(0);
    max-width: unset !important;
    display: block;
    flex-wrap: wrap;
    transition: all 0.4s;
    transform-origin: top;
    position: absolute;
    background-color: #eee;
    border-radius: 10px;
    z-index: 10;
    padding: 1rem;
    width: 100%;
    height: 0;
    min-height: max-content;
  }
  .our-products-filters__container button {
    width: 30%;
  }
  .our-products-filters__container .filter__buttons-container {
    flex-direction: row;
    justify-content: center;
  }
  .our-products-filters__container .filter__buttons-container button {
    border: none;
    white-space: nowrap;
  }
  .our-products-filters__container .filter__buttons-container button:last-of-type {
    border: none;
  }
}

.product-attributes__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}
@media (max-width: 980px) {
  .product-attributes__container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .product-attributes__container {
    grid-template-columns: 1fr;
  }
}
.product-attributes__accordian {
  max-width: 90%;
  overflow: hidden;
  margin-bottom: 0.5em;
  border: 1px solid #525252;
  padding: 1em;
}
@media (max-width: 600px) {
  .product-attributes__accordian {
    max-width: 100%;
  }
}
.product-attributes__label {
  font-size: 16px;
  padding-left: 5px;
}
.product-attributes__label svg,
.product-attributes__label i {
  transition: transform 0.4s;
  float: right;
  font-size: 16px;
  position: relative;
  top: 5px;
}
.product-attributes__label, .product-attributes__content {
  cursor: pointer;
  position: relative;
}
.product-attributes__content {
  display: none;
  padding: 1em;
}
.product-attributes__content .table__label {
  width: 60%;
}
.product-attributes__input:checked ~ .product-attributes__content {
  display: block;
}
.product-attributes__input:checked ~ .product-attributes__label svg {
  transform: rotate(-0.125turn);
}
.product-attributes__input {
  display: none;
}

.other-cs {
  margin-top: 36px;
}
@media (max-width: 980px) {
  .other-cs__grid {
    grid-template-columns: 1fr !important;
  }
}
.other-cs__image {
  width: 100%;
  height: 300px;
}
@media (max-width: 600px) {
  .other-cs__image {
    height: 200px;
  }
}
.other-cs__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.other-cs__title a {
  color: #525252 !important;
  font-family: raleway, helvetica, arial, lucida, sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 25px;
}

.cs-single__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.cs-single__grid > * {
  border-top: 1px solid #b8b8b8;
  padding: 24px 0 21px 3em;
}
.cs-single__grid .last-item {
  border-bottom: 1px solid #b8b8b8;
}
.cs-single__label {
  text-transform: uppercase;
  font-family: raleway, helvetica, arial, lucida, sans-serif;
  font-weight: bold;
  color: #525252;
  font-size: 14px;
}
.cs-single__value {
  font-family: "Helvetica Neue Roman", helvetica, arial, lucida, sans-serif;
  color: #2a2a2a;
  font-size: 16px;
}
.cs-single__value a {
  color: #2a2a2a !important;
  transition: color 0.3s ease-in;
}
.cs-single__value a:hover {
  color: #0087ca !important;
}

.breadcrumbs {
  font-family: "aktiv-grotesk", helvetica, arial, lucida, sans-serif;
}
.breadcrumbs span .breadcrumb_last {
  padding-left: 1em;
}
.breadcrumbs span a {
  padding-right: 1em;
}

.why-buro-tabs-row::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ddd;
  position: relative;
  top: 40px;
}
.why-buro-tabs-row p {
  cursor: pointer;
}
.why-buro-tabs-row p::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #0076bb;
  transform: scaleX(0);
  position: absolute;
  top: 36px;
  left: 0;
  transition: 0.2s all ease-out;
  transform-origin: left;
}
.why-buro-tabs-row p:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.coded-tabs-selected {
  color: #0076bb;
  background-image: linear-gradient(#0076bb, #0076bb);
  background-size: 100% 4px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding-bottom: 1rem !important;
  transition: background-size 3s;
}

@media (max-width: 980px) {
  .mobile-tabs-row::before {
    display: none;
  }
  .coded-tabs-selected h3 {
    border-bottom: 3px solid var(--wc-color-primary);
  }
  .coded-tabs-selected::after {
    display: none;
  }
}
.m-tab {
  padding-top: 0.6rem;
  padding-bottom: 0.3rem;
  margin-bottom: 0.6em;
}
.m-tab::after {
  position: absolute;
  content: "";
  height: 3px;
  bottom: 0;
  right: 25%;
  transition: all 0.6s;
  opacity: 0;
  width: 50%;
  transform: scaleX(0);
  transform-origin: left;
}

.et_pb_text h3.m-tab-selected {
  position: relative;
  transition: all 0.5s;
  color: var(--wc-color-primary) !important;
}
.et_pb_text h3.m-tab-selected::after {
  background: var(--wc-color-primary);
  bottom: 0;
  right: 25%;
  transition: all 0.6s;
  opacity: 1;
  transform-origin: left;
  transform: scaleX(1);
}

.pvid__hover-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #0087ca;
}
.pvid__overlay {
  cursor: pointer;
  height: 600px;
  max-height: 100%;
  position: relative;
}
.pvid__overlay .icon {
  position: absolute;
  bottom: 50%;
  right: 50%;
  height: 40px;
  margin-bottom: -20px;
  margin-right: -20px;
  color: #fff;
}
.pvid__overlay .overlay_bg {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.pvid__overlay:hover .pvid__hover-overlay {
  opacity: 0.6;
}
.pvid__overlay:hover .overlay_bg {
  color: white;
  transition: 0.5s ease;
  pointer-events: none;
}
.pvid__title {
  font-family: raleway, helvetica, arial, lucida, sans-serif;
  font-size: 21px;
  color: #525252;
  font-weight: bold;
  margin: 0.7em 0;
}
.pvid__subtitle a {
  color: #525252;
  font-family: "Helvetica Neue Roman", helvetica, arial, lucida, sans-serif;
  font-size: 13px;
}

.facetwp-facet-tune_your_chair select {
  padding: 1em;
  border-radius: 40px;
  color: #525252;
}

.product_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 960px) {
  .product_grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .product_grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product_grid__title {
  text-align: center;
  font-family: "aktiv-grotesk", helvetica, arial, lucida, sans-serif;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 25px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.product_grid__title a {
  color: #525252;
}
.product_grid__item {
  position: relative;
}
.product_grid__item .wp-post-image {
  position: relative;
  z-index: 2;
  background: white;
  opacity: 1;
  transition: opacity 0.5s;
}
.product_grid__item .wp-post-image:hover {
  opacity: 0;
}
.product_grid__item .compare-button {
  text-align: center;
}
.product_grid__item .compare-button a {
  background-color: transparent;
  padding: 1px 20px;
  border-radius: 26px;
  display: inline-block;
  box-sizing: border-box;
  border: 2px solid #0076bb;
  color: #0076bb;
  font-family: "aktiv grotesk", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 27px;
  margin: 20px auto;
  position: relative;
  left: 15px;
}
.product_grid__item .compare-button a:hover {
  color: white;
  background-color: #0076bb;
  border-radius: 22px !important;
  padding: 1px 20px !important;
}
.product_grid__item .compare-button a:hover::after {
  display: none !important;
}
.product_grid .product__alt-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1;
  background: white;
}

.country-selector {
  position: relative;
  z-index: 4;
  padding: 4px;
}
.country-selector__select {
  color: #c7c7c7;
  border: 1px solid #c7c7c7;
  width: 100px;
  padding: 1px 0 0 15px;
  border-radius: 3px;
}
.country-selector__selection {
  position: relative;
  font-size: 12px;
  font-family: raleway, helvetica, arial, lucida, sans-serif;
}
.country-selector__selection svg {
  position: absolute;
  right: 12px;
  top: 5px;
  pointer-events: none;
}

.country-selector__options {
  position: absolute;
  top: 40px;
  background: #525252;
  width: 100px;
  color: white;
  z-index: 4;
  border: 0.5px solid #b6b6b6;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.23);
  border-radius: 7px;
  opacity: 0.9;
  display: none;
}
.country-selector__options.show {
  display: block;
}
.country-selector__options ul {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}
.country-selector__options ul li {
  list-style-type: none;
  padding: 0.5em 1em 0;
  width: 100%;
}
.country-selector__options ul li:hover {
  background: #858585;
}
.country-selector__options ul li a {
  color: white;
  user-select: none;
}

@media (min-width: 980px) and (max-width: 1320px) {
  header .et-menu-nav .primary_menu {
    padding: 0 3px !important;
  }
  header .et_pb_menu_1_tb_header .et_pb_menu_inner_container .et_pb_menu__logo-wrap {
    width: 14vw;
  }
  header .wc-sticky-logo {
    width: 14vw;
  }
  header .wc-sticky-logo img {
    width: 100%;
  }
}
@media (min-width: 980px) and (max-width: 1000px) {
  .wc-sticky-logo {
    padding-top: 20px;
  }
}
.wc-bottom-header:hover {
  background-color: white !important;
}
.wc-bottom-header:hover .et_pb_menu__logo {
  opacity: 0;
}
.wc-bottom-header:hover .wc-sticky-logo {
  opacity: 1;
}
.wc-bottom-header:hover li.primary_menu a,
.wc-bottom-header:hover li.our_products a {
  color: #575757 !important;
}

@media (max-width: 769px) {
  #storepoint-container #storepoint-search .storepoint-dropdown {
    width: 33%;
    margin-left: 0 !important;
    margin-top: 10px !important;
  }
  #storepoint-search-bar-container {
    display: flex !important;
    flex-wrap: wrap;
  }
  .showroom-container {
    flex-direction: column;
    gap: 1em;
  }
}
#our-products-mm li {
  line-height: 14px;
  margin-bottom: 10px;
}
#our-products-mm li::before {
  display: none;
}
#our-products-mm li::after {
  display: none;
}
#our-products-mm li a {
  font-family: "aktiv-grotesk", helvetica, arial, lucida, sans-serif;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 14px !important;
}
#our-products-mm li a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  transform: scaleX(0);
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
#our-products-mm li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.et-db #et-boc .et-l #our-products-mm a {
  color: #525252;
}
.et-db #et-boc .et-l #our-products-mm a:hover {
  color: var(--wc-color-primary);
}

#mm-our-products__image {
  height: 100%;
  margin-left: auto;
}
#mm-our-products__image .wc-image-block {
  padding: 0;
  height: 284px;
  max-width: 409px;
  width: 100%;
  margin-left: auto;
}

@media (max-width: 980px) {
  .footer-menu .et_pb_menu__menu,
  .footer-bottom-menu .et_pb_menu__menu {
    display: flex !important;
  }
  .et-db #et-boc .et-l .footer-menu .et_pb_menu__wrap {
    justify-content: start;
  }
  .et-db #et-boc .et-l .footer-menu .et_mobile_nav_menu {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .et-db #et-boc .et-l .footer-bottom-menu .et_pb_menu__wrap {
    justify-content: center;
  }
  .et-db #et-boc .et-l .footer-bottom-menu .et_mobile_nav_menu {
    display: none !important;
  }
}
#tl-runner {
  position: absolute;
  left: -30px;
  top: 120px;
}

.video-post-type__hover-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #0087ca;
  margin: 0 auto;
}
.video-post-type__overlay {
  cursor: pointer;
  max-height: 100%;
  height: 65vh;
  position: relative;
}
.video-post-type__overlay .play-video {
  object-fit: cover;
  object-position: bottom right;
  height: 100%;
  width: 100%;
}
.video-post-type__overlay svg {
  position: absolute;
  bottom: 50%;
  right: 50%;
  height: 40px;
  margin-bottom: -20px;
  margin-right: -20px;
  color: #fff;
}
.video-post-type__overlay:hover .tyc__hover-overlay {
  opacity: 0.6;
}
.video-post-type__overlay:hover svg {
  color: white;
  transition: 0.5s ease;
  pointer-events: none;
}

.top-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}

/* Custom Select wrapper */
.select {
  position: relative;
  display: flex;
  height: 29px;
  width: 150px;
  border-radius: 3px;
  border: 1px solid #c7c7c7;
  overflow: hidden;
  /* Arrow */
}
.select select {
  /* Reset Select */
  outline: 0;
  border: 0;
  box-shadow: none;
  font-family: aktive-grotesk, sans-serif;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  color: #fff;
  background-color: #333;
  background-image: none;
  cursor: pointer;
  /* Remove IE arrow */
}
.select select:focus {
  color: white;
}
.select select::-ms-expand {
  display: none;
}
.select::after {
  content: "▼";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.2em;
  color: white;
  background-color: #333;
  transition: 0.25s all ease;
  pointer-events: none;
}
.select option {
  color: white;
  background: #333;
}

.top-header-links {
  width: max-content;
  display: flex;
  align-items: center;
  padding: 1rem 0 !important;
}
.top-header-links li {
  display: inline-block;
  list-style: none;
  margin-right: 1rem;
}
.top-header-links li a {
  color: #fff !important;
}

.flex {
  display: flex;
}
.flex-justify-start {
  justify-content: start;
}
.flex-justify-center {
  justify-content: center;
}
.flex-justify-end {
  justify-content: end;
}
.flex-align-start {
  align-items: start;
}
.flex-align-center {
  align-items: center;
}
.flex-align-end {
  align-items: end;
}

.w-100 {
  width: 100;
}
.w-50 {
  width: 100;
}

.explore-our-range-links li {
  width: 100%;
  list-style-type: none;
  position: relative;
  padding: 10px 0 0;
  height: 37px;
}
.explore-our-range-links li a {
  color: #525252;
  font-family: Raleway, Helvetica, Arial, Lucida, sans-serif;
  font-weight: bold;
  font-size: 13px;
  text-transform: uppercase;
}
.explore-our-range-links li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #b8b8b8;
  transform-origin: bottom right;
}
.explore-our-range-links li::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.5s ease-out;
}
.explore-our-range-links li:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #0087ca;
}

.hover-underline-animation::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.single-product__product-container .et_pb_column .et_pb_wc_add_to_cart form.cart .single_add_to_cart_button {
  display: none;
}

.et_pb_section_1_tb_header.et_pb_section,
.et_pb_row_1_tb_header.et_pb_row {
  padding-top: 0;
  padding-bottom: 0;
}

.wc-sticky-logo img {
  max-width: 200px;
}

.et_pb_section_0_tb_header.et_pb_section {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #333 !important;
}

.et_pb_row_0_tb_header.et_pb_row {
  padding-top: 2px;
  padding-bottom: 2px;
}
/*# sourceMappingURL=main.css.map */
