﻿@font-face {
  font-family: 'Optima LT Std';
  src: url('../../Fonts/OptimaLTStd.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
  ascent-override: 105%;
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.wrapper > header {
  display: inline;
  background: #ffffff;
  z-index: 1;
}
.wrapper > header #logo {
  height: 48px;
  width: 427px;
  position: relative;
  left: 50%;
  margin: 30px 0 30px calc(-427px / 2);
}
.wrapper > header #logo .svg {
  fill: #a41e34;
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  .wrapper > header #logo {
    width: 100%;
    margin: auto;
    position: static;
    display: block;
    padding: 0 20px;
    margin-top: 20px;
  }
}
.wrapper > header nav#super-menu {
  padding: 10px 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
}
.wrapper > header nav#super-menu a {
  margin-left: 0.3em;
}
.wrapper > header nav#super-menu a:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1em;
  background: #b2b2b2;
  margin-right: 0.4em;
  margin-bottom: -0.1em;
}
.wrapper > header nav#super-menu a:first-child:before {
  margin-left: 0;
  content: none;
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  .wrapper > header nav#super-menu {
    display: none;
  }
}
.wrapper > header aside {
  position: absolute;
  top: 20px;
  right: 20px;
}
.wrapper > header aside.mobile-menu {
  display: none;
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  .wrapper > header aside.mobile-menu {
    display: block;
    position: sticky;
    z-index: 10;
    top: 0;
    background: #eaeaea;
    border-width: 1px 0;
    border-color: #d1d1d1;
    border-style: solid;
  }
  .wrapper > header aside.mobile-menu nav {
    position: relative;
  }
  .wrapper > header aside.mobile-menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    z-index: 15;
  }
  .wrapper > header aside.mobile-menu button,
  .wrapper > header aside.mobile-menu a.button {
    padding: 8px 10px;
    margin: 0;
    border: 0;
    background: none;
    line-height: 24px;
    font-size: 15px;
    width: calc(100%/2 - 20px);
    border-left: 1px solid #d1d1d1;
    text-align: left;
    float: left;
    transition: 0.2s linear;
  }
  .wrapper > header aside.mobile-menu button:before,
  .wrapper > header aside.mobile-menu a.button:before,
  .wrapper > header aside.mobile-menu button:after,
  .wrapper > header aside.mobile-menu a.button:after {
    display: none;
  }
  .wrapper > header aside.mobile-menu button:hover,
  .wrapper > header aside.mobile-menu a.button:hover {
    color: #585858;
  }
  .wrapper > header aside.mobile-menu button .icon,
  .wrapper > header aside.mobile-menu a.button .icon {
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    margin-right: 5px;
    text-align: center;
    line-height: 1;
  }
  .wrapper > header aside.mobile-menu button .icon svg .add-moodboard,
  .wrapper > header aside.mobile-menu a.button .icon svg .add-moodboard {
    transition: 0.2s linear;
  }
  .wrapper > header aside.mobile-menu button .icon i,
  .wrapper > header aside.mobile-menu a.button .icon i {
    font-size: 22px;
    margin-bottom: -9px;
  }
  .wrapper > header aside.mobile-menu button.active,
  .wrapper > header aside.mobile-menu a.button.active {
    background: #9e9e9e;
    color: #eaeaea;
  }
  .wrapper > header aside.mobile-menu button.active svg .add-moodboard,
  .wrapper > header aside.mobile-menu a.button.active svg .add-moodboard {
    fill: #eaeaea;
  }
  .wrapper > header aside.mobile-menu button:first-child,
  .wrapper > header aside.mobile-menu a.button:first-child {
    border: 0;
  }
  .wrapper > header aside.mobile-menu button:focus,
  .wrapper > header aside.mobile-menu a.button:focus {
    outline: none;
  }
  .wrapper > header aside.mobile-menu button.more,
  .wrapper > header aside.mobile-menu a.button.more {
    width: 40px;
    padding: 0;
  }
  .wrapper > header aside.mobile-menu button.more .icon,
  .wrapper > header aside.mobile-menu a.button.more .icon {
    margin: 0;
    padding: 8px;
    float: none;
    width: 100%;
    height: 100%;
  }
  .wrapper > header aside.mobile-menu button.more .icon i,
  .wrapper > header aside.mobile-menu a.button.more .icon i {
    font-size: 24px;
  }
  .wrapper > header aside.mobile-menu .mobile-dropdown {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    background: #eaeaea;
    border: 1px solid #d1d1d1;
    z-index: 10;
  }
  .wrapper > header aside.mobile-menu .mobile-dropdown.open {
    display: block;
  }
  .wrapper > header aside.mobile-menu .mobile-dropdown a {
    display: block;
    border: 0;
    font-size: 14px;
    text-align: left;
    padding: 8px 10px;
    margin: 0;
    border-bottom: 1px solid #d1d1d1;
    transition: 0.2s linear;
  }
  .wrapper > header aside.mobile-menu .mobile-dropdown a i {
    margin-right: 5px;
    width: 16px;
    text-align: center;
  }
  .wrapper > header aside.mobile-menu .mobile-dropdown a:last-child {
    border: 0;
  }
  .wrapper > header aside.mobile-menu .mobile-dropdown a:hover {
    background: #9e9e9e;
    color: #eaeaea;
  }
  .wrapper > header aside.mobile-menu .mobile-dropdown a:hover:before,
  .wrapper > header aside.mobile-menu .mobile-dropdown a:hover:after {
    display: none;
  }
  .wrapper > header aside.mobile-menu .mobile-dropdown div.menu-header {
    background: #767676;
    color: #fff;
    padding: 2px 10px;
  }
  .wrapper > header aside.mobile-menu .mobile-dropdown .social a {
    float: left;
    width: 25%;
    border: 0;
    border-left: 1px solid #d1d1d1;
    text-align: center;
    font-size: 1.6em;
    padding: 4px 10px 0px 5px;
  }
  .wrapper > header aside.mobile-menu .mobile-dropdown .social a i {
    margin: 0;
  }
  .wrapper > header aside.mobile-menu .mobile-dropdown .social a:first-child {
    border: 0;
  }
}
@media only screen and (max-width: 420px) {
  .wrapper > header aside.mobile-menu a .icon {
    width: 30px;
  }
}
.wrapper > header aside a {
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 15px;
  margin-left: 15px;
  border-left: 2px solid #b2b2b2;
  position: relative;
  float: left;
}
.wrapper > header aside a:after,
.wrapper > header aside a:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  right: 50%;
  height: 2px;
  background: #b2b2b2;
  transition: all 0.2s linear;
}
.wrapper > header aside a:hover:after {
  left: 15px;
}
.wrapper > header aside a:hover:before {
  right: 0;
}
.wrapper > header aside a:first-child {
  border: 0;
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  .wrapper > header aside {
    display: none;
    position: static;
    margin-top: 20px;
  }
  .wrapper > header aside a {
    display: inline-block;
    float: none;
  }
}
.wrapper > header .bar-container {
  position: sticky;
  top: 0;
  padding: 0 20px;
  width: 100%;
  background: #ffffff;
  z-index: 1;
}
.wrapper > header .bar-container.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #FFFFFF;
  background: rgba(255, 255, 255, 0.8);
}
.wrapper > header .bar-container.fixed .bar {
  margin: 0;
}
.wrapper > header .bar {
  text-align: left;
  border-width: 2px 0;
  border-color: #b2b2b2;
  border-style: solid;
  margin: 0 0 0 0;
  line-height: 1em;
  text-transform: uppercase;
  padding: 4px 0;
}
.wrapper > header .bar span {
  float: left;
}
.wrapper > header .bar span a {
  float: left;
  padding: 6px 15px;
  margin: 0 4px;
  text-decoration: none;
  color: inherit;
  transition: color 0.2s linear;
  position: relative;
}
.wrapper > header .bar span a i {
  padding-right: 5px;
  color: inherit;
}
.wrapper > header .bar span a:hover {
  color: #434343;
  background: #f7f7f7;
}
.wrapper > header .bar span a:before {
  content: '';
  position: absolute;
  top: 2px;
  left: -4px;
  bottom: 2px;
  width: 1px;
  background: #b2b2b2;
}
.wrapper > header .bar span a:first-child:before {
  display: none;
}
.wrapper > header .bar span.social {
  float: right;
}
.wrapper > header .bar span.social a {
  font-size: 20px;
  padding: 2px 6px;
  width: 32px;
  text-align: center;
}
.wrapper > header .bar span.social a:hover {
  background: none;
}
.wrapper > header .bar span.social a i {
  padding: 0;
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  .wrapper > header .bar {
    display: none;
  }
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  .mobile-sidebar body .wrapper > header aside.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 10;
  }
}
@media print {
  .wrapper > header .bar-container {
    display: none;
  }
}
body main #search-page .filters {
  font-weight: 300;
  border-bottom: 2px solid #b2b2b2;
  position: relative;
}
body main #search-page .filters .mobile-filter-title {
  margin: 0;
  padding: 20px 0 10px;
  font-weight: normal;
  display: none;
}
body main #search-page .filters.loading {
  min-height: 200px;
}
body main #search-page .filters.loading:after {
  content: "\ebec";
  font: normal normal normal 1em/1 'Lineicons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50px;
  margin-left: -0.5em;
  left: 50%;
  font-size: 3em;
  color: #999999;
  z-index: 150;
  animation: icon-spin 2s infinite linear;
}
body main #search-page .filters.loading:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #FFFFFF;
  position: absolute;
  z-index: 100;
}
body main #search-page .filters .option-container {
  padding: 8px 0 0 0;
  font-weight: 400;
  position: relative;
}
body main #search-page .filters .option-container .category {
  position: relative;
}
body main #search-page .filters .option-container .category span {
  padding-right: 20px;
  display: inline-block;
  background: #FFFFFF;
}
body main #search-page .filters .option-container .selection {
  padding: 5px 20px 5px 5px;
  border: 1px solid #b2b2b2;
  margin: 2px 0 0;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.2s linear;
}
body main #search-page .filters .option-container .selection i {
  font-size: 18px;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -9px;
}
body main #search-page .filters .option-container .selection:hover {
  cursor: pointer;
  border-color: #7f7f7f;
  background: #f7f7f7;
}
body main #search-page .filters .option-container .selection.open {
  z-index: 10;
  background: #ffffff;
}
body main #search-page .filters .option-container .selection.open i {
  transform: rotate(180deg);
}
body main #search-page .filters .option-container .selection.open + .all-options {
  display: block;
  margin-bottom: 10px;
}
body main #search-page .filters .option-container .all-options {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  padding: 5px;
  background: #ffffff;
  border: 1px solid #b2b2b2;
  z-index: 10;
}
body main #search-page .filters .option-container .all-options.scroll {
  overflow-y: scroll;
}
body main #search-page .filters .option-container.new .option {
  padding: 0;
  font-size: 14px;
}
body main #search-page .filters .option-container .option {
  font-size: 13px;
  padding: 2px 5px;
}
body main #search-page .filters .option-container .option.hidden {
  height: 0;
  padding: 0 5px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)";
  -ms-filter: alpha(opacity=00);
  opacity: 0;
  animation: fadeOut 0.5s;
  animation-fill-mode: both;
}
body main #search-page .filters .option-container .option.count {
  display: none;
}
body main #search-page .filters .option-container .option.count.visible {
  display: block;
  opacity: 1;
  height: 20px;
}
body main #search-page .filters .option-container .option.empty {
  display: none;
}
body main #search-page .filters .option-container .option input[type="checkbox"] {
  display: none;
}
body main #search-page .filters .option-container .option input[type="checkbox"] ~ label {
  padding-left: 25px;
  text-indent: -5px;
  position: relative;
  line-height: 18px;
  transition: color 0.2s linear;
  display: inline-block;
}
body main #search-page .filters .option-container .option input[type="checkbox"] ~ label:hover {
  cursor: pointer;
  color: #a9a9a9;
}
body main #search-page .filters .option-container .option input[type="checkbox"] ~ label:after {
  content: '';
  width: 12px;
  height: 12px;
  top: 3px;
  left: 0;
  border: 2px solid #868685;
  position: absolute;
}
body main #search-page .filters .option-container .option input[type="checkbox"] ~ label > span {
  color: #434343;
  display: none;
}
body main #search-page .filters .option-container .option input[type="checkbox"]:disabled ~ label {
  color: #d0d0d0;
}
body main #search-page .filters .option-container .option input[type="checkbox"]:disabled ~ label:hover {
  cursor: default;
}
body main #search-page .filters .option-container .option input[type="checkbox"]:disabled ~ label:after {
  border-color: #d0d0d0;
}
body main #search-page .filters .option-container .option input[type="checkbox"]:disabled ~ label span {
  color: #d0d0d0 !important;
}
body main #search-page .filters .option-container .option input[type="checkbox"]:checked ~ label {
  font-weight: 500;
  color: #5d5d5d;
}
body main #search-page .filters .option-container .option input[type="checkbox"]:checked ~ label:before {
  content: '';
  width: 6px;
  height: 6px;
  top: 6px;
  left: 3px;
  background: #868685;
  position: absolute;
}
body main #search-page .filters .option-container.search {
  padding: 15px;
  background: #f5f5f5;
}
body main #search-page .filters .option-container.search .option {
  padding: 0;
}
body main #search-page .filters .option-container.search .option .clear-filters {
  display: none;
}
body main #search-page .filters .option-container.search input[type="text"] {
  border: 1px solid #dcdcdc;
  background: #fff;
  width: 100%;
  float: left;
  padding: 10px;
  font-size: 12px;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body main #search-page .filters .option-container.search input[type="text"]:focus {
  outline: none;
}
body main #search-page .filters .option-container.search .button-container {
  position: static;
  padding: 0;
}
body main #search-page .filters .option-container.search .button-container button {
  margin-top: 4px;
}
body main #search-page .filters .option-container.search .button-container button .lni {
  display: none;
}
body main #search-page .filters .option-container .range {
  display: flex;
  width: 100%;
  align-items: center;
}
body main #search-page .filters .option-container .range > input {
  padding: 5px;
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  text-align: center;
}
body main #search-page .filters .option-container .range > span.range-divide {
  flex: 0 0 auto;
  text-align: center;
  margin: 0.2em 1em;
  white-space: nowrap;
}
body main #search-page .filters .option-container .range input::-webkit-outer-spin-button,
body main #search-page .filters .option-container .range input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body main #search-page .filters .option-container .range input[type=number] {
  -moz-appearance: textfield;
}
body main #search-page .filters .button-container {
  padding-top: 10px;
}
body main #search-page .filters .button-container button {
  width: 100%;
  background: #bbbbb9;
  color: #FFFFFF;
  border: 0;
  text-transform: uppercase;
  padding: 8px;
  transition: background 0.2s linear;
  margin: 0;
}
body main #search-page .filters .button-container button.close-mobile-filter {
  display: none;
}
body main #search-page .filters .button-container button:hover {
  background: #a2a29f;
}
body main #search-page .filters .button-container button:focus {
  outline: none;
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  body main #search-page .filters .button-container button {
    padding: 15px;
    font-size: 1.1em;
  }
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  body main #search-page .filters .button-container {
    margin: 0;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  body main #search-page .filters {
    border: 0;
  }
  body main #search-page .filters .mobile-filter-title {
    display: block;
  }
  body main #search-page .filters .option-container.search {
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
  }
  body main #search-page .filters .option-container.search .option {
    float: left;
    clear: none;
    width: 78%;
    margin-right: 2%;
  }
  body main #search-page .filters .option-container.search .option input {
    padding: 9px;
  }
  body main #search-page .filters .option-container.search .button-container {
    float: left;
    clear: none;
    width: 20%;
    position: static;
  }
  body main #search-page .filters .option-container.search .button-container button {
    margin: 0;
    width: 100%;
  }
  body main #search-page .filters .option-container.search .button-container button .lni {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 36px;
    text-align: center;
    background: #bbbbb9;
    font-size: 1.5rem;
  }
  body main #search-page .filters .button-container {
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px;
    background: #ffffff;
  }
  body main #search-page .filters .button-container button {
    position: relative;
    padding: 9px;
    line-height: 18px;
    width: 29%;
    width: calc(30% - 10px);
    margin-left: 10px;
    float: left;
  }
  body main #search-page .filters .button-container button.close-mobile-filter {
    display: block;
    width: 70%;
    margin: 0;
    background: #a2a29f;
  }
  body main #search-page .filters .button-container button span {
    color: #ffffff;
    font-size: 20px;
    position: relative;
    top: 2px;
    left: -5px;
  }
  body main #search-page .filters .button-container button span:after {
    font-family: FontAwesome;
  }
  body main #search-page .filters .container {
    padding: 0;
  }
  body main #search-page .filters .mobile-search {
    margin: 20px 0 0;
    background: #717171;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 20px;
    display: block;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
  }
  body main #search-page .filters.keyword-search form > .container,
  body main #search-page .filters.keyword-search form > .button-container,
  body main #search-page .filters.keyword-search .mobile-filter-title {
    display: none;
  }
  body main #search-page .filters.keyword-search .search .option {
    position: relative;
  }
  body main #search-page .filters.keyword-search .search .option .clear-filters {
    display: block;
    border: 0;
    background: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    right: 10px;
  }
  body main #search-page .filters.keyword-search .search .option .clear-filters:focus {
    outline: none;
  }
  body main #search-page .filters.keyword-search .search .option .clear-filters span {
    color: #717171;
    font-size: 24px;
    line-height: 1;
  }
  body main #search-page .filters.keyword-search .search .option .clear-filters span:after {
    font-family: FontAwesome;
    content: "\f00d";
  }
}
body:has(.sidebar:not(.fixed)) main #search-page .filters {
  display: none;
}
body main .moodboard {
  margin-top: 10px;
  border-top: 1px solid #b2b2b2;
  padding: 10px 0 0;
  position: relative;
  z-index: 1;
}
body main .moodboard.fixed {
  position: fixed;
  width: 200px;
  top: 40px;
  left: 20px;
}
body main .moodboard.loading:after {
  content: "\f110";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50px;
  margin-left: -0.5em;
  left: 50%;
  font-size: 6.5em;
  color: #8f8f8f;
  z-index: 150;
  animation: icon-spin 2s infinite linear;
}
body main .moodboard.loading:before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  position: absolute;
  z-index: 100;
}
body main .moodboard .desktop-title {
  margin: 0;
  color: #717171;
  text-align: left;
  text-transform: none;
  font-weight: normal;
  font-size: 16px;
  padding: 0 0 10px;
}
body main .moodboard .desktop-title .icon {
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 5px;
}
body main .moodboard .desktop-title .icon img {
  width: 18px;
  height: 18px;
}
body main .moodboard .desktop-title:hover {
  cursor: pointer;
}
body main .moodboard p {
  margin: 10px 0 0;
}
body main .moodboard .edit-title,
body main .moodboard .close-moodboard-page,
body main .moodboard .no-products.show,
body main .moodboard .mobile-dropdown-button {
  display: none;
}
body main .moodboard .edit-title {
  margin: 0;
  padding: 10px;
  font-size: 30px;
  font-weight: 400;
  position: relative;
}
body main .moodboard .edit-title .title {
  float: left;
  line-height: 40px;
  padding-right: 20px;
}
body main .moodboard .edit-title .rename {
  display: inline-block;
  width: 40px;
  float: left;
}
body main .moodboard .edit-title .rename.open .input-container {
  left: 10px;
  padding-right: 50px;
}
body main .moodboard .edit-title .rename.open button {
  background: #a6a6a6;
}
body main .moodboard .edit-title .rename.open button i:before {
  content: "\f00c";
}
body main .moodboard .edit-title .input-container {
  background: #d9d9d9;
  position: absolute;
  right: 10px;
  left: calc(100% - 50px);
  padding-right: 40px;
  transition: 0.2s linear;
}
body main .moodboard .edit-title input {
  font-size: 14px;
  padding: 5px;
  margin: 5px;
  width: 100%;
  display: block;
  border-radius: 0;
  border: 1px solid #a2a2a2;
  box-shadow: none;
  outline: none;
}
body main .moodboard .edit-title input:focus {
  outline: none;
}
body main .moodboard .edit-title button {
  width: 40px;
  height: 40px;
  border: 0;
  background: #bfbfbf;
  color: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 20px;
  transition: background 0.2s linear;
  float: left;
  position: relative;
}
body main .moodboard .edit-title button:hover {
  background: #a6a6a6;
}
body main .moodboard .edit-title button:focus {
  outline: none;
}
body main .moodboard .item-container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
  gap: 4px;
  place-content: start;
}
body main .moodboard .item {
  border: 1px solid #b2b2b2;
}
body main .moodboard .item.new .image-container:before,
body main .moodboard .item.new .image-container:after {
  display: none;
}
body main .moodboard .item .moodboard-item-details {
  display: none;
}
body main .moodboard .item .actions-container button {
  text-decoration: none;
  color: inherit;
  border: 0;
  padding: 0;
  margin: 0 0 10px;
  background: none;
  text-transform: none;
  line-height: 25px;
  transition: 0.2s linear;
}
body main .moodboard .item .actions-container button span:not(.icon) {
  position: relative;
  top: -4px;
}
body main .moodboard .item .actions-container button:focus {
  outline: none;
}
body main .moodboard .item .actions-container button:hover {
  color: #000000;
}
body main .moodboard .item .actions-container button:hover .icon path,
body main .moodboard .item .actions-container button:hover .icon .st1 {
  fill: #252525;
}
body main .moodboard .item .actions-container button:hover .icon .sample {
  stroke: #252525;
}
body main .moodboard .item .actions-container .icon {
  width: 25px;
  height: 25px;
  padding: 0;
  line-height: 1;
  float: left;
}
body main .moodboard .item .actions-container .icon svg,
body main .moodboard .item .actions-container .icon img {
  width: 25px;
  height: 25px;
}
body main .moodboard .item .actions-container .icon svg path,
body main .moodboard .item .actions-container .icon img path,
body main .moodboard .item .actions-container .icon svg .st1,
body main .moodboard .item .actions-container .icon img .st1 {
  fill: #717171;
  transition: fill 0.2s linear;
}
body main .moodboard .item .actions-container .icon svg path.line,
body main .moodboard .item .actions-container .icon img path.line,
body main .moodboard .item .actions-container .icon svg .st1.line,
body main .moodboard .item .actions-container .icon img .st1.line {
  fill: #f5f5f5;
}
body main .moodboard .item .actions-container .icon svg .sample,
body main .moodboard .item .actions-container .icon img .sample {
  stroke: #717171;
  transition: stroke 0.2s linear;
}
body main .moodboard .item .actions-container .icon .background {
  fill: none;
}
body main .moodboard .item img {
  width: 100%;
  display: block;
}
body main .moodboard .item.empty .inner {
  padding-top: 100%;
}
body main .moodboard.moodboard-fixed {
  position: fixed;
  top: 40px;
  right: 20px;
}
body main .moodboard .drop-down-container {
  display: none;
}
body main .moodboard .drop-down {
  padding: 10px 20px 10px 15px;
  clear: both;
  margin: 0;
}
body main .moodboard .drop-down:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
body main .moodboard .drop-down > a {
  display: none;
}
body main .moodboard .drop-down ul {
  display: table;
  background: none;
  width: 100%;
}
body main .moodboard .drop-down ul li {
  border: 0;
  margin: 0;
  padding: 0 5px;
  width: calc(100%/6);
  display: table-cell;
  background: #bfbfbf;
  transition: background 0.2s linear;
  border-left: 5px solid #f5f5f5;
  vertical-align: middle;
}
body main .moodboard .drop-down ul li button {
  line-height: 1;
  padding: 10px 10px 10px 35px;
  border: 0;
  background: none;
  margin: 0;
  width: 100%;
  text-align: left;
}
body main .moodboard .drop-down ul li:hover {
  background: #a6a6a6;
}
body main .moodboard .drop-down ul li:hover .icon path {
  fill: #ffffff;
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  body main .moodboard {
    display: none;
  }
  body main .moodboard.page-view {
    display: block;
  }
}
body main .moodboard .button-container .button {
  width: 100%;
  font-size: 12px;
  text-align: center;
  padding: 10px;
  float: none;
}
body main .moodboard .button-container .button:hover {
  cursor: pointer;
}
body main .moodboard.page-view {
  margin: 0;
  padding: 0;
  width: auto;
  border-width: 10px 0 20px;
  border-style: solid;
  border-color: #ffffff;
  background: #f5f5f5;
  z-index: 1100;
  height: calc(100vh - 170px);
}
body main .moodboard.page-view.empty .drop-down {
  display: none;
}
body main .moodboard.page-view .edit-title {
  display: inline-block;
}
body main .moodboard.page-view .close-moodboard-page {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  margin: 0;
  font-size: 2em;
  width: 40px;
  line-height: 20px;
  padding: 10px;
  color: #767676;
  border: 0;
  background: none;
  transition: 0.2s linear;
  z-index: 1;
}
body main .moodboard.page-view .close-moodboard-page:hover {
  color: #434343;
}
body main .moodboard.page-view .close-moodboard-page:focus {
  outline: none;
}
body main .moodboard.page-view > .inner {
  padding: 10px;
}
body main .moodboard.page-view .open-moodboard-page,
body main .moodboard.page-view .item.empty,
body main .moodboard.page-view p {
  display: none;
}
body main .moodboard.page-view .item-container {
  margin: 0 10px 0 0;
  height: calc(100vh - 340px);
  overflow-y: scroll;
}
body main .moodboard.page-view .no-products.show,
body main .moodboard.page-view .drop-down-container {
  display: block;
}
body main .moodboard.page-view .drop-down-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
body main .moodboard.page-view .drop-down-container .drop-down {
  padding: 10px 20px 20px 15px;
}
@media only screen and (max-width: 1200px) {
  body main .moodboard.page-view .drop-down-container .drop-down ul {
    margin: 0;
  }
}
body main .moodboard.page-view .item {
  margin: 0;
  padding: 10px;
  border: 0;
}
body main .moodboard.page-view .item:hover {
  background: #ffffff;
  cursor: pointer;
}
body main .moodboard.page-view .item.new .image-container:before,
body main .moodboard.page-view .item.new .image-container:after {
  display: block;
}
body main .moodboard.page-view .item .inner {
  display: flex;
}
body main .moodboard.page-view .item .inner .image-container {
  width: 40%;
}
body main .moodboard.page-view .item .inner .moodboard-item-details {
  display: block;
  width: 60%;
  margin-left: 10px;
}
body main .moodboard.page-view .item .inner .moodboard-item-details .print {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}
body main .moodboard.page-view .item .inner .moodboard-item-details .print dt {
  width: 7em;
  font-weight: bold;
  line-height: 1.5;
}
body main .moodboard.page-view .item .inner .moodboard-item-details .print dd {
  width: calc(100% - 7em);
  margin: 0;
  line-height: 1.5;
  padding-left: 10px;
}
@media only screen and (max-width: 1200px) {
  body main .moodboard.page-view .drop-down {
    padding: 10px 15px 10px 20px;
  }
}
@media only screen and (max-width: 1200px) {
  body main .moodboard.page-view .item-container {
    grid-template-columns: repeat(3, minmax(0px, 1fr));
  }
}
@media only screen and (max-width: 900px) {
  body main .moodboard.page-view .item-container {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
  body main .moodboard.page-view .item-container {
    height: calc(100vh - 260px);
  }
  body main .moodboard.page-view .drop-down-container .mobile-dropdown-button {
    display: block;
    background: #b3b3b3;
    color: #ffffff;
    text-transform: uppercase;
    padding: 12px 10px;
    text-align: center;
    font-size: 13px;
    line-height: 1;
  }
  body main .moodboard.page-view .drop-down-container .mobile-dropdown-button:hover {
    cursor: pointer;
  }
  body main .moodboard.page-view .drop-down-container .mobile-dropdown-button.open {
    background: #9a9a9a;
  }
  body main .moodboard.page-view .drop-down-container .drop-down-container {
    display: block;
    padding: 10px;
    background: #f5f5f5;
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
  body main .moodboard.page-view .drop-down-container .drop-down {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    padding: 0;
  }
  body main .moodboard.page-view .drop-down-container .drop-down ul {
    display: block;
    background: #b3b3b3;
    margin: 0;
  }
  body main .moodboard.page-view .drop-down-container .drop-down ul li {
    display: block;
    padding: 0;
    border: 0;
    width: auto;
    float: none;
    border-bottom: 1px solid #fff;
    margin: 0 10px;
    background: none;
  }
  body main .moodboard.page-view .drop-down-container .drop-down ul li.copy {
    display: none;
  }
  body main .moodboard.page-view .drop-down-container .drop-down ul li a,
  body main .moodboard.page-view .drop-down-container .drop-down ul li button {
    padding: 12px 10px 12px 35px;
    line-height: 13px;
    font-size: 12px;
  }
  body main .moodboard.page-view .drop-down-container .drop-down ul li:last-child {
    border: 0;
  }
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  body main {
    padding: 10px 10px 56px 10px;
    position: relative;
  }
}
@media only screen and (max-width: 900px) {
  body main .moodboard.mobile-view .item-container {
    padding: 0;
    margin: 0;
  }
  body main .moodboard.mobile-view .item-container .item {
    width: 100%;
    margin: 0;
    padding: 20px 0 0 0;
  }
  body main .moodboard.mobile-view .item-container .item:first-child {
    padding: 0;
  }
  body main .moodboard.mobile-view .item-container .item .image-container {
    width: 25%;
  }
  body main .moodboard.mobile-view .item-container .item .print,
  body main .moodboard.mobile-view .item-container .item .actions-container {
    width: 75%;
  }
  body main .moodboard.mobile-view .item-container .item .print dt {
    width: 35%;
  }
  body main .moodboard.mobile-view .item-container .item .print dd {
    width: 65%;
  }
}
@media only screen and (max-width: 540px) {
  body main .moodboard.page-view {
    height: calc(100vh - 110px);
  }
  body main .moodboard.page-view .item-container {
    display: block;
  }
}
body main .moodboard-items .list {
  margin-top: 20px;
  padding: 20px;
  background: #f5f5f5;
}
body main .moodboard-items .list .container a {
  display: block;
  text-decoration: none;
  color: inherit;
  margin-bottom: 20px;
  font-size: 1.2em;
  width: calc(100%/4 - 20px);
  padding: 10px;
  border: 1px solid #c2c2c2;
  float: left;
  transition: background 0.2s linear;
}
body main .moodboard-items .list .container a.active,
body main .moodboard-items .list .container a.active:hover {
  background: #fdfdfd;
  cursor: default;
}
body main .moodboard-items .list .container a:hover {
  background: #e8e8e8;
}
body main .moodboard-items .list .container a h3 {
  font-size: 1.2em;
  margin: 0 0 0.2em;
  line-height: 1.2;
}
body main .moodboard-items .list .container a h3 small {
  display: block;
  font-weight: normal;
  color: #a4a4a4;
}
body main .moodboard-items .list .container a p {
  margin: 0;
}
body main .moodboard-items .list .container a ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body main .moodboard-items .list .container a ul li {
  display: table;
  width: 100%;
  padding-top: 10px;
}
body main .moodboard-items .list .container a ul li img {
  display: block;
  width: 50px;
}
body main .moodboard-items .list .container a ul li span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  line-height: 1.4;
}
body main .moodboard-items .list .container a ul li span:first-child {
  width: 50px;
  padding: 0;
}
body main .moodboard-items .list .container a .limit {
  display: block;
  padding-top: 10px;
}
@media only screen and (max-width: 1500px) {
  body main .moodboard-items .list .container a {
    width: calc(100%/3 - 20px);
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  body main .moodboard-items .list .container a {
    width: calc(100%/2 - 25px);
  }
}
@media print {
  .printing-moodboard #search-page section.sidebar {
    display: block;
    height: auto;
    overflow: visible;
    margin: 0;
    position: static;
  }
  .printing-moodboard #search-page section.sidebar .moodboard.page-view {
    background: #fff;
    height: auto;
  }
  .printing-moodboard #search-page section.sidebar .moodboard.page-view .inner {
    padding: 0;
  }
  .printing-moodboard #search-page section.sidebar .moodboard.page-view .item-container {
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    margin: 0;
    height: auto;
  }
  .printing-moodboard #search-page section.sidebar .moodboard.page-view .close-moodboard-page,
  .printing-moodboard #search-page section.sidebar .moodboard.page-view .actions-container,
  .printing-moodboard #search-page section.sidebar .moodboard.page-view .button-container,
  .printing-moodboard #search-page section.sidebar .moodboard.page-view .edit-title .rename,
  .printing-moodboard #search-page section.sidebar .moodboard.page-view .drop-down-container {
    display: none;
  }
}
#search-page {
  display: flex;
}
#search-page section.sidebar {
  top: 0;
  transform: translateY(-10px);
  flex-shrink: 0;
  flex-grow: 0;
  margin-right: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  position: sticky;
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 190px);
  width: 100%;
}
#search-page section.sidebar.fixed {
  width: 210px;
}
body:has(header .bar-container.stuck) #search-page section.sidebar {
  transition: top 0.5s, height 0.5s;
  height: calc(100vh - 78px);
  top: 48px;
}
#search-page section.sidebar .option-container.search {
  padding: 10px;
}
#search-page section.sidebar .option-container.search input[type="text"] {
  padding: 6px;
  font-size: 12px;
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  #search-page section.sidebar {
    display: none;
    z-index: 2;
    background: #fff;
    width: 100% !important;
    height: calc(100vh - 130px);
    padding-right: 0;
  }
  body:has(header .bar-container.stuck) #search-page section.sidebar {
    top: 52px;
    height: calc(100vh - 43px);
  }
  #search-page section.sidebar.open,
  #search-page section.sidebar:has(.moodboard.page-view) {
    display: block;
  }
}
.moodboard-loaded .item .title .add-to-moodboard {
  opacity: 1;
}
.search-item-container {
  display: grid;
  grid-template-columns: repeat(12, minmax(100px, 1fr));
  gap: 10px;
  align-items: start;
}
@media (max-width: 2200px) {
  .search-item-container {
    grid-template-columns: repeat(10, minmax(100px, 1fr));
  }
}
@media (max-width: 1800px) {
  .search-item-container {
    grid-template-columns: repeat(8, minmax(100px, 1fr));
  }
}
@media (max-width: 1400px) {
  .search-item-container {
    grid-template-columns: repeat(6, minmax(100px, 1fr));
  }
}
@media (max-width: 1000px) {
  .search-item-container {
    grid-template-columns: repeat(4, minmax(100px, 1fr));
  }
}
@media (max-width: 750px) {
  .search-item-container {
    grid-template-columns: repeat(3, minmax(100px, 1fr));
  }
}
@media (max-width: 500px) {
  .search-item-container {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
body:has(.sidebar:not(.fixed)) .search-item-container,
body:has(.sidebar:not(.fixed)) #products-loading {
  display: none;
}
.item {
  position: relative;
  color: #717171;
}
.item .title {
  text-align: center;
  position: relative;
  margin: 0;
  padding: 6px 30px 5px 5px;
  line-height: 1.2;
  text-align: left;
  font-size: 14px;
}
.item .title a {
  text-decoration: none;
  color: inherit;
}
.item .title a.name {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.item .title small {
  text-overflow: ellipsis;
  display: block;
  text-transform: none;
  overflow: hidden;
  font-size: inherit;
}
.item .title .add-to-moodboard {
  position: absolute;
  right: 0;
  border: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
  top: 4px;
  width: 21px;
  height: 21px;
  text-align: center;
  opacity: 0;
  transition: all 0.2s linear;
  border-radius: 50%;
  color: #717171;
}
.item .title .add-to-moodboard.delete {
  background: #717171;
  color: #fff;
}
.item .title .add-to-moodboard.delete .add {
  display: none;
}
.item .title .add-to-moodboard.delete .remove {
  display: inline-block;
}
.item .title .add-to-moodboard .lni {
  font-size: 18px;
}
.item .title .add-to-moodboard .remove {
  display: none;
}
.item .image-container {
  position: relative;
}
.item .image-container img {
  width: 100%;
  display: block;
}
.item .image-container.active .action-container:after {
  top: 0;
}
.item .image-container.active .actions {
  bottom: 6px;
}
.item .image-container .action-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background-image: url(about:blank);
}
.item .image-container .action-container:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: top 0.2s linear;
}
.item .image-container .actions {
  position: absolute;
  left: 6px;
  right: 6px;
  bottom: -100%;
  transition: bottom 0.2s linear;
  z-index: 1;
}
.item .image-container .actions span {
  padding: 3px 0;
  display: table;
  width: 100%;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 300;
  transition: color 0.2s linear;
  background: none;
  border: 0;
  text-transform: uppercase;
}
.item .image-container .actions span i {
  transition: color 0.2s linear;
  font-size: 25px;
  width: 25px;
  text-align: center;
  line-height: 25px;
}
.item .image-container .actions span:hover {
  color: #cccccc;
}
.item .image-container .actions span:focus {
  outline: none;
}
.item .image-container .actions span span {
  padding-left: 8px;
  display: table-cell;
  vertical-align: middle;
}
.item .image-container .actions span span.icon {
  padding: 0;
  width: 25px;
}
.item .image-container .actions span span.icon img {
  width: 25px;
  height: 25px;
}
.item .image-container .actions span span.icon path {
  transition: fill 0.2s linear;
}
.item .image-container .image {
  min-height: 130px;
  display: table;
  width: 100%;
}
.item .image-container .image .inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.item.new .image-container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 40px solid transparent;
  border-left: 40px solid #d1d1d1;
  opacity: 0.6;
}
.item.new .image-container:after {
  color: #3E3E3E;
  transform: rotate(-45deg);
  content: 'New';
  position: absolute;
  top: 8px;
  left: 2px;
  font-size: 9px;
  font-weight: bold;
}
#products-loading p {
  text-align: center;
}
#products-loading p:after {
  content: "\ebec";
  font: normal normal normal 1em/1 'Lineicons';
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50px;
  margin-left: -2.5em;
  font-size: 5em;
  color: #999999;
  z-index: 150;
  animation: icon-spin 2s infinite linear;
}
#scroll-to-top {
  position: sticky;
  right: 30px;
  top: 40px;
  transform: translateY(-200px);
  border: none;
  background: #fff;
  font-size: 2.7rem;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  margin: 0 0 -3rem 0;
  padding: 0;
  z-index: 100000000000;
  float: right;
  opacity: 0;
  transition: transform 0.2s 0.3s ease-in, opacity 0.5s linear;
}
body:has(header .bar-container.stuck) #scroll-to-top {
  opacity: 0.85;
  transform: translateY(10px);
  transition: transform 0.5s ease-out, opacity 0.2s 0.3s linear;
}
body:has(header .bar-container.stuck) #scroll-to-top:hover {
  opacity: 1;
  transition: opacity 0.1s linear;
}
body:has(> div.remodal-is-opened) #scroll-to-top,
body:has(> div.remodal-is-opening) #scroll-to-top {
  display: none;
}
@media print {
  #search-page section.sidebar {
    display: none;
  }
  .item .image-container .action-container {
    display: none;
  }
  .moodboard-loaded .item .title .add-to-moodboard {
    display: none;
  }
}
@font-face {
  font-family: 'CareCodes';
  src: url('/Content/Fonts/TextileLHPiOne.eot?qlfrxi');
  src: url('/Content/Fonts/TextileLHPiOne.eot?qlfrxi#iefix') format('embedded-opentype'), url('/Content/Fonts/TextileLHPiOne.ttf?qlfrxi') format('truetype'), url('/Content/Fonts/TextileLHPiOne.woff?qlfrxi') format('woff'), url('/Content/Fonts/TextileLHPiOne.svg?qlfrxi#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.design-detail .container > div {
  flex: 0 0 calc(50% - 10px);
}
.design-detail .container > div .image-wrapper {
  width: 100%;
  position: relative;
  cursor: pointer;
}
.design-detail .container > div .image-wrapper #main-image-zoom-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 40px;
  transform: rotate(45deg);
  text-shadow: 0 0 6px #00000075;
  transition: transform linear 0.2s;
}
.design-detail .container > div .image-wrapper .design-image {
  width: 100%;
}
.design-detail .container > div .image-wrapper:hover #main-image-zoom-icon {
  transform: rotate(45deg) scale(120%);
}
.design-detail .container > div .design-info-grid {
  column-count: 2;
  column-gap: 1rem;
}
.design-detail .container > div .design-info-grid .design-info-item {
  break-inside: avoid;
  margin-bottom: 1rem;
}
.design-detail .container > div .design-info-grid .design-info-item .design-info-label {
  font-weight: bold;
}
.design-detail .container > div h3 {
  text-transform: uppercase;
  font-size: 1.3em;
}
.design-detail .container > div .add-to-moodboard .lni {
  font-size: 18px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.design-detail .container > div .add-to-moodboard .remove {
  display: none;
  background: #fff;
  color: #bbbbb9;
}
.design-detail .container > div .add-to-moodboard.delete .add {
  display: none;
}
.design-detail .container > div .add-to-moodboard.delete .remove {
  display: inline-block;
}
.design-detail .container .show-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .design-detail .container {
    flex-direction: column;
    justify-content: normal !important;
  }
  .design-detail .container .show-mobile {
    display: revert;
  }
  .design-detail .container .hide-mobile {
    display: none;
  }
}
img.temporary-image {
  filter: blur(10px);
  clip-path: inset(0);
}
.colourways {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.colourways > a {
  flex: 0 0 calc(100%/6 - (25px / 6));
}
.colourways > a.active {
  border: 2px solid #b2b2b2;
}
.colourways > a img {
  display: block;
  width: 100%;
}
.actions {
  margin-top: 0.5em;
}
.brochure-images {
  display: flex;
  gap: 10px;
}
.brochure-images img {
  display: block;
  height: 117px;
  cursor: pointer;
}
@media print {
  .actions {
    display: none;
  }
  #main-image-zoom-icon {
    display: none;
  }
}
#samples-basket {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#samples-basket .basket-item {
  display: flex;
  margin-bottom: 10px;
  flex-basis: calc(50% - 18px);
}
#samples-basket .basket-item img {
  width: 200px;
  margin-right: 10px;
  align-self: flex-start;
  max-width: 32vw;
}
#samples-basket .basket-item .basket-item-info {
  flex: auto;
}
#samples-basket .basket-item .basket-item-info h3 {
  margin: 0.6em 0;
}
#samples-basket .basket-item .basket-item-info .basket-item-info-item {
  display: flex;
  padding: 0 0 0.3em 0;
}
#samples-basket .basket-item .basket-item-info .basket-item-info-item .basket-item-info-label {
  width: 9em;
  font-weight: bold;
}
#samples-basket .basket-item .basket-item-info .basket-item-info-item .basket-item-info-value {
  flex: auto;
}
#samples-basket .basket-item .basket-item-info .basket-item-info-item .basket-item-info-value:has(input[type=text]) input[type=text] {
  padding: 5px;
  width: 100%;
  max-width: 30em;
}
@media only screen and (max-width: 1024px) {
  #samples-basket .basket-item {
    flex-basis: calc(100% - 20px);
  }
}
body main .main .customer-details {
  padding-bottom: 20px;
}
body main .main .customer-details p {
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}
body main .main .validation-summary-valid {
  padding: 0;
}
body main .main .validation-summary-valid ul {
  margin: 0 0 10px;
  font-size: 14px;
}
body main .main .validation-summary-valid ul li {
  color: #a41e34;
}
body main .main .basket-container.checkout section:first-child > div {
  padding: 10px;
  border: 0;
}
body main .main .basket-container.checkout section:first-child > div:first-of-type {
  border: 0;
}
body main .main .basket-container.checkout section:first-child header {
  border-bottom: 2px solid #b2b2b2;
}
body main .main .basket-container.checkout section:first-child .remodal-confirm {
  border: 0;
  margin-right: 5px;
}
body main .main .basket-container.checkout section .login p {
  margin: 7px 0 10px;
}
body main .main .basket-container.checkout section .login a {
  margin-bottom: 7px;
}
body main .main .basket-container.checkout section p {
  font-size: 14px;
  line-height: 1.5;
}
body main .main .basket-container.checkout section div.form-group {
  padding: 10px 10px 0;
}
body main .main .basket-container.checkout section div.form-group label {
  width: 50%;
  display: table-cell;
  float: none;
  vertical-align: middle;
}
@media only screen and (max-width: 1000px) {
  body main .main .basket-container.checkout section div.form-group label {
    display: block;
  }
}
@media only screen and (max-width: 820px) {
  body main .main .basket-container.checkout section div.form-group label {
    display: table-cell;
  }
}
@media only screen and (max-width: 500px) {
  body main .main .basket-container.checkout section div.form-group label {
    display: block;
    width: 100%;
  }
}
body main .main .basket-container.checkout section div.form-group input {
  width: 100%;
  display: table-cell;
}
@media only screen and (max-width: 820px) {
  body main .main .basket-container.checkout section div.form-group {
    display: table;
  }
}
body .error-notice,
body .notice {
  padding: 15px 50px;
  background: #fce3e1;
  margin-bottom: 10px;
  text-align: center;
  color: #ce0000;
  font-weight: bold;
  font-size: 14px;
}
body .error-notice p,
body .notice p {
  margin: 0;
}
body .error-notice.notice,
body .notice.notice {
  margin: 10px 0;
  padding: 10px;
  text-align: left;
  font-size: 12px;
}
body .notification p {
  margin: 0;
  line-height: 1.4;
}
body .notification .inner {
  display: table;
  width: 100%;
  padding-top: 10px;
}
body .notification .inner > div {
  display: table-cell;
  vertical-align: bottom;
}
body .notification .inner > div img {
  width: 100%;
}
body .notification .inner > div.image {
  width: 60px;
  padding-right: 10px;
}
body .notification .inner > div.button-container {
  text-align: right;
}
body .notification .inner > div.button-container a {
  background: #828282;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  padding: 5px 10px;
  transition: background 0.2s linear;
  float: right;
  font-size: 1em;
}
body .notification .inner > div.button-container a:hover {
  background: #686868;
}
body .toast-success {
  background-color: #51a351;
  background-color: #757575;
}
body .toast-error {
  background-color: #bd362f;
  background-color: #63121f;
}
body .toast-info {
  background-color: #2f96b4;
  background-color: #757575;
}
body .toast-warning {
  background-color: #f89406;
  background-color: #757575;
}
.validation-summary-errors {
  text-align: center;
  padding: 15px;
  margin-bottom: 0.5em;
  border: 1px solid #a41e34;
  color: #a41e34;
  font-weight: bold;
}
.validation-summary-errors ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.input-validation-error,
.input-validation-error:focus {
  border-color: #a41e34;
}
.inline-validation-error {
  color: #a41e34;
  font-weight: bold;
  padding-bottom: 0.8em;
}
.button-container {
  clear: both;
  padding-top: 15px;
}
.button-container button {
  margin-top: 7px;
}
.button-container button.zoom-in,
.button-container button.zoom-out {
  min-width: 50px;
}
.button-container.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 15;
}
.intl-tel-input {
  float: left;
  width: 100%;
}
.intl-tel-input .flag-container:focus,
.intl-tel-input .selected-flag:focus {
  outline: none;
}
form footer {
  margin-top: 15px;
}
form footer a {
  color: #767676;
  text-decoration: none;
  transition: color 0.2s linear;
}
form footer a:hover {
  color: #a9a9a9;
}
.narrow-form {
  width: 600px;
  margin: auto;
}
@media only screen and (max-width: 620px) {
  .narrow-form {
    width: 100%;
  }
}
.inline-form {
  display: flex;
  align-items: center;
}
.inline-form .form-group {
  margin-right: 5px;
  padding: 0;
}
.inline-form.inline-form-right {
  justify-content: end;
}
.inline-form.inline-form-right h1,
.inline-form.inline-form-right h2 {
  margin-right: auto;
}
.inline-form.inline-form-right .form-group {
  margin-right: 0;
  margin-left: 5px;
}
.form-group {
  padding-bottom: 0.8em;
}
.form-group.full-width {
  width: 100%;
  padding: 0;
}
.form-group:first-child {
  padding: 0 5px 0 0;
}
.form-group label {
  display: block;
  float: left;
  margin-bottom: 5px;
  color: #767676;
}
.form-group input,
.form-group select,
.form-group textarea,
.form-group div.iti {
  width: 100%;
}
.form-group textarea {
  height: 5em;
}
.form-group.checkbox {
  width: 100%;
  float: none;
  clear: both;
  padding: 10px 10px 0 0;
}
.form-group.checkbox label {
  float: none;
  margin: 0;
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
.form-group.checkbox label:before {
  content: '';
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #b2b2b2;
  border-radius: 2px;
  background: #f2f2f2;
  top: calc(50% - 2px);
  margin-top: -7px;
}
.form-group.checkbox label:hover {
  cursor: pointer;
}
.form-group.checkbox input {
  display: none;
}
.form-group.checkbox input:checked ~ label:after {
  content: "\2714";
  position: absolute;
  left: 3px;
  top: -1px;
  color: #fff;
  font-size: 15px;
}
.form-group.checkbox input:checked ~ label:before {
  background: #b2b2b2;
}
@media only screen and (max-width: 500px) {
  .form-group {
    width: 100%;
    padding: 15px 0 0;
  }
  .form-group:first-of-type {
    padding: 0;
  }
}
input,
select {
  padding: 10px;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #b2b2b2;
  background: none;
}
input.input-validation-error,
select.input-validation-error {
  border-color: #a41e34;
}
input:focus,
select:focus {
  outline: none;
  border: 1px solid #7f7f7f;
}
table input,
table select {
  padding: 5px;
}
.remodal-confirm {
  background: #8b8b8b;
  transition: background 0.2s linear;
  font-size: 12px;
  padding: 12px;
  text-transform: uppercase;
  margin: 0 0 2px 0;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #717171;
}
.remodal-confirm:disabled {
  opacity: 0.5;
  cursor: no-drop;
  background: #717171;
}
.remodal-cancel {
  background: #c8c8c6;
  transition: background 0.2s linear;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 2px 0;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #aeaeac;
  color: #FFFFFF;
}
button {
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-top: 7px;
}
button.loading {
  position: relative;
}
button.loading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #bbbbb9;
}
button.loading:after {
  content: "\ebec";
  font: normal normal normal 1em/1 'Lineicons';
  text-indent: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  z-index: 1;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  font-size: 20px;
  top: 50%;
  margin-top: -10px;
  animation: spin 1s linear infinite;
}
.g-recaptcha {
  clear: both;
  padding-top: 10px;
  margin: auto;
  width: 304px;
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.content-table {
  width: 100%;
}
.content-table thead {
  border-bottom: 1px solid #b2b2b2;
}
.content-table thead.sticky tr th {
  position: sticky;
  top: 30px;
  background: #fff;
}
.content-table thead th {
  font-size: 1.2em;
  padding: 1em 0.4rem;
}
.content-table tbody tr {
  border-bottom: 1px solid #cacaca;
}
.content-table th,
.content-table td {
  padding: 0.8em 0.4rem;
}
.content-table th.right,
.content-table td.right {
  text-align: right;
}
.content-table th .button,
.content-table td .button {
  margin: -0.7em 0;
  position: relative;
  top: -0.1em;
}
.content-table th input,
.content-table td input {
  margin: -0.5em 0;
}
.content-table th {
  text-align: left;
  font-weight: normal;
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  .content-table.stack-mobile thead {
    display: none;
  }
  .content-table.stack-mobile tr {
    display: block;
    width: 100%;
    border: none;
    box-shadow: 0 0 5px 3px #eee;
    margin-bottom: 15px;
    padding: 10px;
  }
  .content-table.stack-mobile th {
    font-size: 1.4em;
  }
  .content-table.stack-mobile td {
    display: block;
    width: 100%;
    padding: 0.1em 0.4rem;
    text-align: left;
  }
  .content-table.stack-mobile td::before {
    display: inline-block;
    width: 12em;
    max-width: 50%;
    padding-right: 1em;
    content: attr(data-label);
    font-weight: bold;
  }
  .content-table.stack-mobile td input[type=text] {
    margin: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 6em;
  }
  .content-table.stack-mobile td.right:has(.button.icon-only) {
    text-align: right;
    padding-bottom: 10px;
  }
}
.pagination {
  display: flex;
  justify-content: center;
  padding: 1em 0;
  font-size: 1.2em;
}
.pagination a {
  text-decoration: none;
  padding: 0.5em 1em;
  border-left: 1px solid #ddd;
}
.pagination a:last-child {
  border-right: 1px solid #ddd;
}
.pagination a.active {
  background: #a41e34;
  border-left: none;
  color: #fff;
}
.pagination a.active + a {
  border-left: none;
}
.pagination a:hover {
  background: #ddd;
}
/*--------------------------------

Lineicons regular icon font

-------------------------------- */
@font-face {
  font-family: 'Lineicons';
  src: url('../../Fonts/Lineicons.eot');
  src: url('../../Fonts/Lineicons.eot') format('embedded-opentype'), url('../../Fonts/Lineicons.woff2') format('woff2'), url('../../Fonts/Lineicons.woff') format('woff'), url('../../Fonts/Lineicons.ttf') format('truetype'), url('../../Fonts/Lineicons.svg') format('svg');
}
/* base class */
.lni {
  display: inline-block;
  font: normal normal normal 1em/1 'Lineicons';
  color: inherit;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* size examples - relative units */
.lni-sm {
  font-size: 0.8em;
}
.lni-lg {
  font-size: 1.2em;
}
/* size examples - absolute units */
.lni-16 {
  font-size: 16px;
}
.lni-32 {
  font-size: 32px;
}
/* rotate the icon infinitely */
.lni-is-spinning {
  animation: lni-spin 1s infinite linear;
}
@keyframes lni-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* transform */
.lni-rotate-90 {
  transform: rotate(90deg);
}
.lni-rotate-180 {
  transform: rotate(180deg);
}
.lni-rotate-270 {
  transform: rotate(270deg);
}
.lni-flip-y {
  transform: scaleY(-1);
}
.lni-flip-x {
  transform: scaleX(-1);
}
/* icons */
.lni-500px::before {
  content: "\ea01";
}
.lni-adobe::before {
  content: "\ea02";
}
.lni-adonis::before {
  content: "\ea03";
}
.lni-aeroplane-1::before {
  content: "\ea04";
}
.lni-agenda::before {
  content: "\ea05";
}
.lni-airbnb::before {
  content: "\ea06";
}
.lni-airtable::before {
  content: "\ea07";
}
.lni-alarm-1::before {
  content: "\ea08";
}
.lni-align-text-center::before {
  content: "\ea09";
}
.lni-align-text-left::before {
  content: "\ea0a";
}
.lni-align-text-right::before {
  content: "\ea0b";
}
.lni-alpinejs::before {
  content: "\ea0c";
}
.lni-amazon::before {
  content: "\ea0d";
}
.lni-amazon-original::before {
  content: "\ea0e";
}
.lni-amazon-pay::before {
  content: "\ea0f";
}
.lni-ambulance-1::before {
  content: "\ea10";
}
.lni-amd::before {
  content: "\ea11";
}
.lni-amex::before {
  content: "\ea12";
}
.lni-anchor::before {
  content: "\ea13";
}
.lni-android::before {
  content: "\ea14";
}
.lni-android-old::before {
  content: "\ea15";
}
.lni-angellist::before {
  content: "\ea16";
}
.lni-angle-double-down::before {
  content: "\ea17";
}
.lni-angle-double-left::before {
  content: "\ea18";
}
.lni-angle-double-right::before {
  content: "\ea19";
}
.lni-angle-double-up::before {
  content: "\ea1a";
}
.lni-angular::before {
  content: "\ea1b";
}
.lni-app-store::before {
  content: "\ea1c";
}
.lni-apple-brand::before {
  content: "\ea1d";
}
.lni-apple-music::before {
  content: "\ea1e";
}
.lni-apple-music-alt::before {
  content: "\ea1f";
}
.lni-apple-pay::before {
  content: "\ea20";
}
.lni-arc-browser::before {
  content: "\ea21";
}
.lni-arrow-all-direction::before {
  content: "\ea22";
}
.lni-arrow-angular-top-left::before {
  content: "\ea23";
}
.lni-arrow-angular-top-right::before {
  content: "\ea24";
}
.lni-arrow-both-direction-horizontal-1::before {
  content: "\ea25";
}
.lni-arrow-both-direction-vertical-1::before {
  content: "\ea26";
}
.lni-arrow-downward::before {
  content: "\ea27";
}
.lni-arrow-left::before {
  content: "\ea28";
}
.lni-arrow-left-circle::before {
  content: "\ea29";
}
.lni-arrow-right::before {
  content: "\ea2a";
}
.lni-arrow-right-circle::before {
  content: "\ea2b";
}
.lni-arrow-upward::before {
  content: "\ea2c";
}
.lni-asana::before {
  content: "\ea2d";
}
.lni-astro::before {
  content: "\ea2e";
}
.lni-atlassian::before {
  content: "\ea2f";
}
.lni-audi::before {
  content: "\ea30";
}
.lni-audi-alt::before {
  content: "\ea31";
}
.lni-aws::before {
  content: "\ea32";
}
.lni-azure::before {
  content: "\ea33";
}
.lni-badge-decagram-percent::before {
  content: "\ea34";
}
.lni-balloons::before {
  content: "\ea35";
}
.lni-ban-2::before {
  content: "\ea36";
}
.lni-bar-chart-4::before {
  content: "\ea37";
}
.lni-bar-chart-dollar::before {
  content: "\ea38";
}
.lni-basket-shopping-3::before {
  content: "\ea39";
}
.lni-beat::before {
  content: "\ea3a";
}
.lni-behance::before {
  content: "\ea3b";
}
.lni-bell-1::before {
  content: "\ea3c";
}
.lni-bike::before {
  content: "\ea3d";
}
.lni-bing::before {
  content: "\ea3e";
}
.lni-bitbucket::before {
  content: "\ea3f";
}
.lni-bitcoin::before {
  content: "\ea40";
}
.lni-bittorrent::before {
  content: "\ea41";
}
.lni-blogger::before {
  content: "\ea42";
}
.lni-blogger-alt::before {
  content: "\ea43";
}
.lni-bluetooth::before {
  content: "\ea44";
}
.lni-bluetooth-logo::before {
  content: "\ea45";
}
.lni-bmw::before {
  content: "\ea46";
}
.lni-board-writing-3::before {
  content: "\ea47";
}
.lni-bold::before {
  content: "\ea48";
}
.lni-bolt-2::before {
  content: "\ea49";
}
.lni-bolt-3::before {
  content: "\ea4a";
}
.lni-book-1::before {
  content: "\ea4b";
}
.lni-bookmark-1::before {
  content: "\ea4c";
}
.lni-bookmark-circle::before {
  content: "\ea4d";
}
.lni-books-2::before {
  content: "\ea4e";
}
.lni-bootstrap-5::before {
  content: "\ea4f";
}
.lni-bootstrap-5-square::before {
  content: "\ea50";
}
.lni-box-archive-1::before {
  content: "\ea51";
}
.lni-box-closed::before {
  content: "\ea52";
}
.lni-box-gift-1::before {
  content: "\ea53";
}
.lni-brave::before {
  content: "\ea54";
}
.lni-bricks::before {
  content: "\ea55";
}
.lni-bridge-3::before {
  content: "\ea56";
}
.lni-briefcase-1::before {
  content: "\ea57";
}
.lni-briefcase-2::before {
  content: "\ea58";
}
.lni-briefcase-plus-1::before {
  content: "\ea59";
}
.lni-brush-1-rotated::before {
  content: "\ea5a";
}
.lni-brush-2::before {
  content: "\ea5b";
}
.lni-btc::before {
  content: "\ea5c";
}
.lni-bug-1::before {
  content: "\ea5d";
}
.lni-buildings-1::before {
  content: "\ea5e";
}
.lni-bulb-2::before {
  content: "\ea5f";
}
.lni-bulb-4::before {
  content: "\ea60";
}
.lni-burger-1::before {
  content: "\ea61";
}
.lni-burger-drink::before {
  content: "\ea62";
}
.lni-bus-1::before {
  content: "\ea63";
}
.lni-busket-ball::before {
  content: "\ea64";
}
.lni-cake-1::before {
  content: "\ea65";
}
.lni-calculator-1::before {
  content: "\ea66";
}
.lni-calculator-2::before {
  content: "\ea67";
}
.lni-calendar-days::before {
  content: "\ea68";
}
.lni-camera-1::before {
  content: "\ea69";
}
.lni-camera-movie-1::before {
  content: "\ea6a";
}
.lni-candy-cane-2::before {
  content: "\ea6b";
}
.lni-candy-round-1::before {
  content: "\ea6c";
}
.lni-canva::before {
  content: "\ea6d";
}
.lni-capsule-1::before {
  content: "\ea6e";
}
.lni-car-2::before {
  content: "\ea6f";
}
.lni-car-4::before {
  content: "\ea70";
}
.lni-car-6::before {
  content: "\ea71";
}
.lni-caravan-1::before {
  content: "\ea72";
}
.lni-cart-1::before {
  content: "\ea73";
}
.lni-cart-2::before {
  content: "\ea74";
}
.lni-cash-app::before {
  content: "\ea75";
}
.lni-certificate-badge-1::before {
  content: "\ea76";
}
.lni-chat-bubble-2::before {
  content: "\ea77";
}
.lni-check::before {
  content: "\ea78";
}
.lni-check-circle-1::before {
  content: "\ea79";
}
.lni-check-square-2::before {
  content: "\ea7a";
}
.lni-chevron-down::before {
  content: "\ea7b";
}
.lni-chevron-down-circle::before {
  content: "\ea7c";
}
.lni-chevron-left::before {
  content: "\ea7d";
}
.lni-chevron-left-circle::before {
  content: "\ea7e";
}
.lni-chevron-right-circle::before {
  content: "\ea7f";
}
.lni-chevron-up::before {
  content: "\ea80";
}
.lni-chevron-up-circle::before {
  content: "\ea81";
}
.lni-chrome::before {
  content: "\ea82";
}
.lni-chromecast::before {
  content: "\ea83";
}
.lni-cisco::before {
  content: "\ea84";
}
.lni-claude::before {
  content: "\ea85";
}
.lni-clickup::before {
  content: "\ea86";
}
.lni-clipboard::before {
  content: "\ea87";
}
.lni-cloud-2::before {
  content: "\ea88";
}
.lni-cloud-bolt-1::before {
  content: "\ea89";
}
.lni-cloud-bolt-2::before {
  content: "\ea8a";
}
.lni-cloud-check-circle::before {
  content: "\ea8b";
}
.lni-cloud-download::before {
  content: "\ea8c";
}
.lni-cloud-iot-2::before {
  content: "\ea8d";
}
.lni-cloud-rain::before {
  content: "\ea8e";
}
.lni-cloud-refresh-clockwise::before {
  content: "\ea8f";
}
.lni-cloud-sun::before {
  content: "\ea90";
}
.lni-cloud-upload::before {
  content: "\ea91";
}
.lni-cloudflare::before {
  content: "\ea92";
}
.lni-code-1::before {
  content: "\ea93";
}
.lni-code-s::before {
  content: "\ea94";
}
.lni-codepen::before {
  content: "\ea95";
}
.lni-coffee-cup-2::before {
  content: "\ea96";
}
.lni-coinbase::before {
  content: "\ea97";
}
.lni-colour-palette-3::before {
  content: "\ea98";
}
.lni-comment-1::before {
  content: "\ea99";
}
.lni-comment-1-share::before {
  content: "\ea9a";
}
.lni-comment-1-text::before {
  content: "\ea9b";
}
.lni-compass-drafting-2::before {
  content: "\ea9c";
}
.lni-connectdevelop::before {
  content: "\ea9d";
}
.lni-copilot::before {
  content: "\ea9e";
}
.lni-coral::before {
  content: "\ea9f";
}
.lni-cpanel::before {
  content: "\eaa0";
}
.lni-crane-4::before {
  content: "\eaa1";
}
.lni-creative-commons::before {
  content: "\eaa2";
}
.lni-credit-card-multiple::before {
  content: "\eaa3";
}
.lni-crop-2::before {
  content: "\eaa4";
}
.lni-crown-3::before {
  content: "\eaa5";
}
.lni-css3::before {
  content: "\eaa6";
}
.lni-dashboard-square-1::before {
  content: "\eaa7";
}
.lni-database-2::before {
  content: "\eaa8";
}
.lni-deno::before {
  content: "\eaa9";
}
.lni-dev::before {
  content: "\eaaa";
}
.lni-dialogflow::before {
  content: "\eaab";
}
.lni-diamonds-1::before {
  content: "\eaac";
}
.lni-diamonds-2::before {
  content: "\eaad";
}
.lni-digitalocean::before {
  content: "\eaae";
}
.lni-diners-club::before {
  content: "\eaaf";
}
.lni-direction-ltr::before {
  content: "\eab0";
}
.lni-direction-rtl::before {
  content: "\eab1";
}
.lni-discord::before {
  content: "\eab2";
}
.lni-discord-chat::before {
  content: "\eab3";
}
.lni-discover::before {
  content: "\eab4";
}
.lni-docker::before {
  content: "\eab5";
}
.lni-dollar::before {
  content: "\eab6";
}
.lni-dollar-circle::before {
  content: "\eab7";
}
.lni-double-quotes-end-1::before {
  content: "\eab8";
}
.lni-download-1::before {
  content: "\eab9";
}
.lni-download-circle-1::before {
  content: "\eaba";
}
.lni-dribbble::before {
  content: "\eabb";
}
.lni-dribbble-symbol::before {
  content: "\eabc";
}
.lni-drizzle::before {
  content: "\eabd";
}
.lni-dropbox::before {
  content: "\eabe";
}
.lni-drupal::before {
  content: "\eabf";
}
.lni-dumbbell-1::before {
  content: "\eac0";
}
.lni-edge::before {
  content: "\eac1";
}
.lni-emoji-expressionless::before {
  content: "\eac2";
}
.lni-emoji-expressionless-flat-eyes::before {
  content: "\eac3";
}
.lni-emoji-grin::before {
  content: "\eac4";
}
.lni-emoji-sad::before {
  content: "\eac5";
}
.lni-emoji-smile::before {
  content: "\eac6";
}
.lni-emoji-smile-side::before {
  content: "\eac7";
}
.lni-emoji-smile-sunglass::before {
  content: "\eac8";
}
.lni-emoji-smile-tongue::before {
  content: "\eac9";
}
.lni-enter::before {
  content: "\eaca";
}
.lni-enter-down::before {
  content: "\eacb";
}
.lni-envato::before {
  content: "\eacc";
}
.lni-envelope-1::before {
  content: "\eacd";
}
.lni-eraser-1::before {
  content: "\eace";
}
.lni-ethereum-logo::before {
  content: "\eacf";
}
.lni-euro::before {
  content: "\ead0";
}
.lni-exit::before {
  content: "\ead1";
}
.lni-exit-up::before {
  content: "\ead2";
}
.lni-expand-arrow-1::before {
  content: "\ead3";
}
.lni-expand-square-4::before {
  content: "\ead4";
}
.lni-expressjs::before {
  content: "\ead5";
}
.lni-eye::before {
  content: "\ead6";
}
.lni-facebook::before {
  content: "\ead7";
}
.lni-facebook-messenger::before {
  content: "\ead8";
}
.lni-facebook-rounded::before {
  content: "\ead9";
}
.lni-facebook-square::before {
  content: "\eada";
}
.lni-facetime::before {
  content: "\eadb";
}
.lni-figma::before {
  content: "\eadc";
}
.lni-file-format-zip::before {
  content: "\eadd";
}
.lni-file-multiple::before {
  content: "\eade";
}
.lni-file-pencil::before {
  content: "\eadf";
}
.lni-file-plus-circle::before {
  content: "\eae0";
}
.lni-file-question::before {
  content: "\eae1";
}
.lni-file-xmark::before {
  content: "\eae2";
}
.lni-firebase::before {
  content: "\eae3";
}
.lni-firefox::before {
  content: "\eae4";
}
.lni-firework-rocket-4::before {
  content: "\eae5";
}
.lni-fitbit::before {
  content: "\eae6";
}
.lni-flag-1::before {
  content: "\eae7";
}
.lni-flag-2::before {
  content: "\eae8";
}
.lni-flickr::before {
  content: "\eae9";
}
.lni-floppy-disk-1::before {
  content: "\eaea";
}
.lni-flower-2::before {
  content: "\eaeb";
}
.lni-flutter::before {
  content: "\eaec";
}
.lni-folder-1::before {
  content: "\eaed";
}
.lni-ford::before {
  content: "\eaee";
}
.lni-framer::before {
  content: "\eaef";
}
.lni-funnel-1::before {
  content: "\eaf0";
}
.lni-gallery::before {
  content: "\eaf1";
}
.lni-game-pad-modern-1::before {
  content: "\eaf2";
}
.lni-gatsby::before {
  content: "\eaf3";
}
.lni-gauge-1::before {
  content: "\eaf4";
}
.lni-gear-1::before {
  content: "\eaf5";
}
.lni-gears-3::before {
  content: "\eaf6";
}
.lni-gemini::before {
  content: "\eaf7";
}
.lni-git::before {
  content: "\eaf8";
}
.lni-github::before {
  content: "\eaf9";
}
.lni-glass-juice-1::before {
  content: "\eafa";
}
.lni-globe-1::before {
  content: "\eafb";
}
.lni-globe-stand::before {
  content: "\eafc";
}
.lni-go::before {
  content: "\eafd";
}
.lni-goodreads::before {
  content: "\eafe";
}
.lni-google::before {
  content: "\eaff";
}
.lni-google-cloud::before {
  content: "\eb00";
}
.lni-google-drive::before {
  content: "\eb01";
}
.lni-google-meet::before {
  content: "\eb02";
}
.lni-google-pay::before {
  content: "\eb03";
}
.lni-google-wallet::before {
  content: "\eb04";
}
.lni-graduation-cap-1::before {
  content: "\eb05";
}
.lni-grammarly::before {
  content: "\eb06";
}
.lni-hacker-news::before {
  content: "\eb07";
}
.lni-hammer-1::before {
  content: "\eb08";
}
.lni-hammer-2::before {
  content: "\eb09";
}
.lni-hand-mic::before {
  content: "\eb0a";
}
.lni-hand-shake::before {
  content: "\eb0b";
}
.lni-hand-stop::before {
  content: "\eb0c";
}
.lni-hand-taking-dollar::before {
  content: "\eb0d";
}
.lni-hand-taking-leaf-1::before {
  content: "\eb0e";
}
.lni-hand-taking-user::before {
  content: "\eb0f";
}
.lni-hashnode::before {
  content: "\eb10";
}
.lni-hat-chef-3::before {
  content: "\eb11";
}
.lni-headphone-1::before {
  content: "\eb12";
}
.lni-heart::before {
  content: "\eb13";
}
.lni-helicopter-2::before {
  content: "\eb14";
}
.lni-helmet-safety-1::before {
  content: "\eb15";
}
.lni-hierarchy-1::before {
  content: "\eb16";
}
.lni-highlighter-1::before {
  content: "\eb17";
}
.lni-highlighter-2::before {
  content: "\eb18";
}
.lni-home-2::before {
  content: "\eb19";
}
.lni-hospital-2::before {
  content: "\eb1a";
}
.lni-hourglass::before {
  content: "\eb1b";
}
.lni-html5::before {
  content: "\eb1c";
}
.lni-ibm::before {
  content: "\eb1d";
}
.lni-id-card::before {
  content: "\eb1e";
}
.lni-imdb::before {
  content: "\eb1f";
}
.lni-indent::before {
  content: "\eb20";
}
.lni-info::before {
  content: "\eb21";
}
.lni-injection-1::before {
  content: "\eb22";
}
.lni-instagram::before {
  content: "\eb23";
}
.lni-instagram-logotype::before {
  content: "\eb24";
}
.lni-intel::before {
  content: "\eb25";
}
.lni-ios::before {
  content: "\eb26";
}
.lni-island-2::before {
  content: "\eb27";
}
.lni-jaguar::before {
  content: "\eb28";
}
.lni-jamstack::before {
  content: "\eb29";
}
.lni-java::before {
  content: "\eb2a";
}
.lni-javascript::before {
  content: "\eb2b";
}
.lni-jcb::before {
  content: "\eb2c";
}
.lni-joomla::before {
  content: "\eb2d";
}
.lni-jsfiddle::before {
  content: "\eb2e";
}
.lni-key-1::before {
  content: "\eb2f";
}
.lni-keyboard::before {
  content: "\eb30";
}
.lni-knife-fork-1::before {
  content: "\eb31";
}
.lni-kubernetes::before {
  content: "\eb32";
}
.lni-label-dollar-2::before {
  content: "\eb33";
}
.lni-laptop-2::before {
  content: "\eb34";
}
.lni-laptop-phone::before {
  content: "\eb35";
}
.lni-laravel::before {
  content: "\eb36";
}
.lni-layers-1::before {
  content: "\eb37";
}
.lni-layout-26::before {
  content: "\eb38";
}
.lni-layout-9::before {
  content: "\eb39";
}
.lni-leaf-1::before {
  content: "\eb3a";
}
.lni-leaf-6::before {
  content: "\eb3b";
}
.lni-lemon-squeezy::before {
  content: "\eb3c";
}
.lni-life-guard-tube-1::before {
  content: "\eb3d";
}
.lni-line::before {
  content: "\eb3e";
}
.lni-line-dashed::before {
  content: "\eb3f";
}
.lni-line-dotted::before {
  content: "\eb40";
}
.lni-line-height::before {
  content: "\eb41";
}
.lni-lineicons::before {
  content: "\eb42";
}
.lni-link-2-angular-right::before {
  content: "\eb43";
}
.lni-linkedin::before {
  content: "\eb44";
}
.lni-location-arrow-right::before {
  content: "\eb45";
}
.lni-locked-1::before {
  content: "\eb46";
}
.lni-locked-2::before {
  content: "\eb47";
}
.lni-loom::before {
  content: "\eb48";
}
.lni-magento::before {
  content: "\eb49";
}
.lni-magnet::before {
  content: "\eb4a";
}
.lni-mailchimp::before {
  content: "\eb4b";
}
.lni-map-marker-1::before {
  content: "\eb4c";
}
.lni-map-marker-5::before {
  content: "\eb4d";
}
.lni-map-pin-5::before {
  content: "\eb4e";
}
.lni-markdown::before {
  content: "\eb4f";
}
.lni-mastercard::before {
  content: "\eb50";
}
.lni-medium::before {
  content: "\eb51";
}
.lni-medium-alt::before {
  content: "\eb52";
}
.lni-megaphone-1::before {
  content: "\eb53";
}
.lni-menu-cheesburger::before {
  content: "\eb54";
}
.lni-menu-hamburger-1::before {
  content: "\eb55";
}
.lni-menu-meatballs-1::before {
  content: "\eb56";
}
.lni-menu-meatballs-2::before {
  content: "\eb57";
}
.lni-mercedes::before {
  content: "\eb58";
}
.lni-message-2::before {
  content: "\eb59";
}
.lni-message-2-question::before {
  content: "\eb5a";
}
.lni-message-3-text::before {
  content: "\eb5b";
}
.lni-meta::before {
  content: "\eb5c";
}
.lni-meta-alt::before {
  content: "\eb5d";
}
.lni-microphone-1::before {
  content: "\eb5e";
}
.lni-microscope::before {
  content: "\eb5f";
}
.lni-microsoft::before {
  content: "\eb60";
}
.lni-microsoft-edge::before {
  content: "\eb61";
}
.lni-microsoft-teams::before {
  content: "\eb62";
}
.lni-minus::before {
  content: "\eb63";
}
.lni-minus-circle::before {
  content: "\eb64";
}
.lni-mongodb::before {
  content: "\eb65";
}
.lni-monitor::before {
  content: "\eb66";
}
.lni-monitor-code::before {
  content: "\eb67";
}
.lni-monitor-mac::before {
  content: "\eb68";
}
.lni-moon-half-right-5::before {
  content: "\eb69";
}
.lni-mountains-2::before {
  content: "\eb6a";
}
.lni-mouse-2::before {
  content: "\eb6b";
}
.lni-mushroom-1::before {
  content: "\eb6c";
}
.lni-mushroom-5::before {
  content: "\eb6d";
}
.lni-music::before {
  content: "\eb6e";
}
.lni-mysql::before {
  content: "\eb6f";
}
.lni-nasa::before {
  content: "\eb70";
}
.lni-netflix::before {
  content: "\eb71";
}
.lni-netlify::before {
  content: "\eb72";
}
.lni-next-step-2::before {
  content: "\eb73";
}
.lni-nextjs::before {
  content: "\eb74";
}
.lni-nike::before {
  content: "\eb75";
}
.lni-nissan::before {
  content: "\eb76";
}
.lni-nodejs::before {
  content: "\eb77";
}
.lni-nodejs-alt::before {
  content: "\eb78";
}
.lni-notebook-1::before {
  content: "\eb79";
}
.lni-notion::before {
  content: "\eb7a";
}
.lni-npm::before {
  content: "\eb7b";
}
.lni-nuxt::before {
  content: "\eb7c";
}
.lni-nvidia::before {
  content: "\eb7d";
}
.lni-oculus::before {
  content: "\eb7e";
}
.lni-open-ai::before {
  content: "\eb7f";
}
.lni-opera-mini::before {
  content: "\eb80";
}
.lni-oracle::before {
  content: "\eb81";
}
.lni-outdent::before {
  content: "\eb82";
}
.lni-paddle::before {
  content: "\eb83";
}
.lni-page-break-1::before {
  content: "\eb84";
}
.lni-pagination::before {
  content: "\eb85";
}
.lni-paint-bucket::before {
  content: "\eb86";
}
.lni-paint-roller-1::before {
  content: "\eb87";
}
.lni-paperclip-1::before {
  content: "\eb88";
}
.lni-party-flags::before {
  content: "\eb89";
}
.lni-party-spray::before {
  content: "\eb8a";
}
.lni-patreon::before {
  content: "\eb8b";
}
.lni-pause::before {
  content: "\eb8c";
}
.lni-payoneer::before {
  content: "\eb8d";
}
.lni-paypal::before {
  content: "\eb8e";
}
.lni-pen-to-square::before {
  content: "\eb8f";
}
.lni-pencil-1::before {
  content: "\eb90";
}
.lni-pepsi::before {
  content: "\eb91";
}
.lni-phone::before {
  content: "\eb92";
}
.lni-photos::before {
  content: "\eb93";
}
.lni-php::before {
  content: "\eb94";
}
.lni-pie-chart-2::before {
  content: "\eb95";
}
.lni-pilcrow::before {
  content: "\eb96";
}
.lni-pimjo-logo::before {
  content: "\eb97";
}
.lni-pimjo-symbol::before {
  content: "\eb98";
}
.lni-pinterest::before {
  content: "\eb99";
}
.lni-pizza-2::before {
  content: "\eb9a";
}
.lni-placeholder-dollar::before {
  content: "\eb9b";
}
.lni-plantscale::before {
  content: "\eb9c";
}
.lni-play::before {
  content: "\eb9d";
}
.lni-play-store::before {
  content: "\eb9e";
}
.lni-playstation::before {
  content: "\eb9f";
}
.lni-plug-1::before {
  content: "\eba0";
}
.lni-plus::before {
  content: "\eba1";
}
.lni-plus-circle::before {
  content: "\eba2";
}
.lni-pnpm::before {
  content: "\eba3";
}
.lni-postgresql::before {
  content: "\eba4";
}
.lni-postman::before {
  content: "\eba5";
}
.lni-pound::before {
  content: "\eba6";
}
.lni-power-button::before {
  content: "\eba7";
}
.lni-previous-step-2::before {
  content: "\eba8";
}
.lni-printer::before {
  content: "\eba9";
}
.lni-prisma::before {
  content: "\ebaa";
}
.lni-producthunt::before {
  content: "\ebab";
}
.lni-proton-mail-logo::before {
  content: "\ebac";
}
.lni-proton-mail-symbol::before {
  content: "\ebad";
}
.lni-python::before {
  content: "\ebae";
}
.lni-question-mark::before {
  content: "\ebaf";
}
.lni-question-mark-circle::before {
  content: "\ebb0";
}
.lni-quora::before {
  content: "\ebb1";
}
.lni-radis::before {
  content: "\ebb2";
}
.lni-react::before {
  content: "\ebb3";
}
.lni-reddit::before {
  content: "\ebb4";
}
.lni-refresh-circle-1-clockwise::before {
  content: "\ebb5";
}
.lni-refresh-dollar-1::before {
  content: "\ebb6";
}
.lni-refresh-user-1::before {
  content: "\ebb7";
}
.lni-remix-js::before {
  content: "\ebb8";
}
.lni-road-1::before {
  content: "\ebb9";
}
.lni-rocket-5::before {
  content: "\ebba";
}
.lni-route-1::before {
  content: "\ebbb";
}
.lni-rss-right::before {
  content: "\ebbc";
}
.lni-ruler-1::before {
  content: "\ebbd";
}
.lni-ruler-pen::before {
  content: "\ebbe";
}
.lni-rupee::before {
  content: "\ebbf";
}
.lni-safari::before {
  content: "\ebc0";
}
.lni-sanity::before {
  content: "\ebc1";
}
.lni-school-bench-1::before {
  content: "\ebc2";
}
.lni-school-bench-2::before {
  content: "\ebc3";
}
.lni-scissors-1-vertical::before {
  content: "\ebc4";
}
.lni-scoter::before {
  content: "\ebc5";
}
.lni-scroll-down-2::before {
  content: "\ebc6";
}
.lni-search-1::before {
  content: "\ebc7";
}
.lni-search-2::before {
  content: "\ebc8";
}
.lni-search-minus::before {
  content: "\ebc9";
}
.lni-search-plus::before {
  content: "\ebca";
}
.lni-search-text::before {
  content: "\ebcb";
}
.lni-select-cursor-1::before {
  content: "\ebcc";
}
.lni-seo-monitor::before {
  content: "\ebcd";
}
.lni-service-bell-1::before {
  content: "\ebce";
}
.lni-share-1::before {
  content: "\ebcf";
}
.lni-share-1-circle::before {
  content: "\ebd0";
}
.lni-share-2::before {
  content: "\ebd1";
}
.lni-shield-2::before {
  content: "\ebd2";
}
.lni-shield-2-check::before {
  content: "\ebd3";
}
.lni-shield-dollar::before {
  content: "\ebd4";
}
.lni-shift-left::before {
  content: "\ebd5";
}
.lni-shift-right::before {
  content: "\ebd6";
}
.lni-ship-1::before {
  content: "\ebd7";
}
.lni-shirt-1::before {
  content: "\ebd8";
}
.lni-shopify::before {
  content: "\ebd9";
}
.lni-shovel::before {
  content: "\ebda";
}
.lni-shuffle::before {
  content: "\ebdb";
}
.lni-sign-post-left::before {
  content: "\ebdc";
}
.lni-signal-app::before {
  content: "\ebdd";
}
.lni-signs-post-2::before {
  content: "\ebde";
}
.lni-sketch::before {
  content: "\ebdf";
}
.lni-skype::before {
  content: "\ebe0";
}
.lni-slack::before {
  content: "\ebe1";
}
.lni-slice-2::before {
  content: "\ebe2";
}
.lni-sliders-horizontal-square-2::before {
  content: "\ebe3";
}
.lni-slideshare::before {
  content: "\ebe4";
}
.lni-snapchat::before {
  content: "\ebe5";
}
.lni-sort-alphabetical::before {
  content: "\ebe6";
}
.lni-sort-high-to-low::before {
  content: "\ebe7";
}
.lni-soundcloud::before {
  content: "\ebe8";
}
.lni-spacex::before {
  content: "\ebe9";
}
.lni-spellcheck::before {
  content: "\ebea";
}
.lni-spinner-2-sacle::before {
  content: "\ebeb";
}
.lni-spinner-3::before {
  content: "\ebec";
}
.lni-sports::before {
  content: "\ebed";
}
.lni-spotify::before {
  content: "\ebee";
}
.lni-spotify-alt::before {
  content: "\ebef";
}
.lni-squarespace::before {
  content: "\ebf0";
}
.lni-stackoverflow::before {
  content: "\ebf1";
}
.lni-stamp::before {
  content: "\ebf2";
}
.lni-star-fat::before {
  content: "\ebf3";
}
.lni-star-fat-half-2::before {
  content: "\ebf4";
}
.lni-star-sharp-disabled::before {
  content: "\ebf5";
}
.lni-statista::before {
  content: "\ebf6";
}
.lni-steam::before {
  content: "\ebf7";
}
.lni-stethoscope-1::before {
  content: "\ebf8";
}
.lni-stopwatch::before {
  content: "\ebf9";
}
.lni-storage-hdd-2::before {
  content: "\ebfa";
}
.lni-strikethrough-1::before {
  content: "\ebfb";
}
.lni-stripe::before {
  content: "\ebfc";
}
.lni-stumbleupon::before {
  content: "\ebfd";
}
.lni-sun-1::before {
  content: "\ebfe";
}
.lni-supabase::before {
  content: "\ebff";
}
.lni-surfboard-2::before {
  content: "\ec00";
}
.lni-svelte::before {
  content: "\ec01";
}
.lni-swift::before {
  content: "\ec02";
}
.lni-tab::before {
  content: "\ec03";
}
.lni-tailwindcss::before {
  content: "\ec04";
}
.lni-target-user::before {
  content: "\ec05";
}
.lni-telegram::before {
  content: "\ec06";
}
.lni-telephone-1::before {
  content: "\ec07";
}
.lni-telephone-3::before {
  content: "\ec08";
}
.lni-tesla::before {
  content: "\ec09";
}
.lni-text-format::before {
  content: "\ec0a";
}
.lni-text-format-remove::before {
  content: "\ec0b";
}
.lni-text-paragraph::before {
  content: "\ec0c";
}
.lni-thumbs-down-3::before {
  content: "\ec0d";
}
.lni-thumbs-up-3::before {
  content: "\ec0e";
}
.lni-ticket-1::before {
  content: "\ec0f";
}
.lni-tickets-3::before {
  content: "\ec10";
}
.lni-tiktok::before {
  content: "\ec11";
}
.lni-tiktok-alt::before {
  content: "\ec12";
}
.lni-tower-broadcast-1::before {
  content: "\ec13";
}
.lni-toyota::before {
  content: "\ec14";
}
.lni-train-1::before {
  content: "\ec15";
}
.lni-train-3::before {
  content: "\ec16";
}
.lni-trash-3::before {
  content: "\ec17";
}
.lni-tree-2::before {
  content: "\ec18";
}
.lni-trees-3::before {
  content: "\ec19";
}
.lni-trello::before {
  content: "\ec1a";
}
.lni-trend-down-1::before {
  content: "\ec1b";
}
.lni-trend-up-1::before {
  content: "\ec1c";
}
.lni-trophy-1::before {
  content: "\ec1d";
}
.lni-trowel-1::before {
  content: "\ec1e";
}
.lni-truck-delivery-1::before {
  content: "\ec1f";
}
.lni-tumblr::before {
  content: "\ec20";
}
.lni-turborepo::before {
  content: "\ec21";
}
.lni-twitch::before {
  content: "\ec22";
}
.lni-twitter-old::before {
  content: "\ec23";
}
.lni-typescript::before {
  content: "\ec24";
}
.lni-uber::before {
  content: "\ec25";
}
.lni-uber-symbol::before {
  content: "\ec26";
}
.lni-ubuntu::before {
  content: "\ec27";
}
.lni-underline::before {
  content: "\ec28";
}
.lni-unlink-2-angular-eft::before {
  content: "\ec29";
}
.lni-unlocked-2::before {
  content: "\ec2a";
}
.lni-unsplash::before {
  content: "\ec2b";
}
.lni-upload-1::before {
  content: "\ec2c";
}
.lni-upload-circle-1::before {
  content: "\ec2d";
}
.lni-user-4::before {
  content: "\ec2e";
}
.lni-user-multiple-4::before {
  content: "\ec2f";
}
.lni-vector-nodes-6::before {
  content: "\ec30";
}
.lni-vector-nodes-7::before {
  content: "\ec31";
}
.lni-vercel::before {
  content: "\ec32";
}
.lni-vimeo::before {
  content: "\ec33";
}
.lni-visa::before {
  content: "\ec34";
}
.lni-vite::before {
  content: "\ec35";
}
.lni-vk::before {
  content: "\ec36";
}
.lni-vmware::before {
  content: "\ec37";
}
.lni-volkswagen::before {
  content: "\ec38";
}
.lni-volume-1::before {
  content: "\ec39";
}
.lni-volume-high::before {
  content: "\ec3a";
}
.lni-volume-low::before {
  content: "\ec3b";
}
.lni-volume-mute::before {
  content: "\ec3c";
}
.lni-volume-off::before {
  content: "\ec3d";
}
.lni-vs-code::before {
  content: "\ec3e";
}
.lni-vuejs::before {
  content: "\ec3f";
}
.lni-wallet-1::before {
  content: "\ec40";
}
.lni-watch-beat-1::before {
  content: "\ec41";
}
.lni-water-drop-1::before {
  content: "\ec42";
}
.lni-webflow::before {
  content: "\ec43";
}
.lni-webhooks::before {
  content: "\ec44";
}
.lni-wechat::before {
  content: "\ec45";
}
.lni-weight-machine-1::before {
  content: "\ec46";
}
.lni-whatsapp::before {
  content: "\ec47";
}
.lni-wheelbarrow-empty::before {
  content: "\ec48";
}
.lni-wheelchair-1::before {
  content: "\ec49";
}
.lni-windows::before {
  content: "\ec4a";
}
.lni-wise::before {
  content: "\ec4b";
}
.lni-wordpress::before {
  content: "\ec4c";
}
.lni-www::before {
  content: "\ec4d";
}
.lni-www-cursor::before {
  content: "\ec4e";
}
.lni-x::before {
  content: "\ec4f";
}
.lni-xampp::before {
  content: "\ec50";
}
.lni-xbox::before {
  content: "\ec51";
}
.lni-xmark::before {
  content: "\ec52";
}
.lni-xmark-circle::before {
  content: "\ec53";
}
.lni-xrp::before {
  content: "\ec54";
}
.lni-yahoo::before {
  content: "\ec55";
}
.lni-yarn::before {
  content: "\ec56";
}
.lni-ycombinator::before {
  content: "\ec57";
}
.lni-yen::before {
  content: "\ec58";
}
.lni-youtube::before {
  content: "\ec59";
}
.lni-youtube-kids::before {
  content: "\ec5a";
}
.lni-youtube-music::before {
  content: "\ec5b";
}
.lni-zapier::before {
  content: "\ec5c";
}
.lni-zero-size::before {
  content: "\ec5d";
}
.lni-zoom::before {
  content: "\ec5e";
}
.zoomist-container {
  width: 100%;
  height: 100%;
  max-width: 2500px;
  max-height: 2500px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  justify-content: center;
  align-items: center;
}
.zoomist-container.open {
  display: flex;
}
.zoomist-image {
  width: 100%;
  height: 100%;
}
.zoomist-zoomer-reset {
  display: none;
}
.zoomist-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.zoomist-image.zoomist-image-loading img {
  visibility: hidden;
}
.zoomist-controls {
  position: absolute;
  bottom: 0;
  display: flex;
  z-index: 10001;
  gap: 2px;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.zoomist-controls .zoomist-slider {
  position: static;
}
.zoomist-zoomer-button {
  margin: 0;
}
.zoomist-slider {
  border-radius: 0;
}
.zoomist-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10000;
  border-radius: 0 0 0 4px;
}
.zoomist-zoomer-button .lni {
  font-size: 2em;
}
:root {
  --zoomist-wrapper-bg-color: #eaeaea;
  --zoomist-zoomer-button-opacity-disabled: 0.8;
  --zoomist-zoomer-button-color: rgba(255, 255, 255, 0.9);
  --zoomist-zoomer-button-color-disabled: #c8c8c8;
  --zoomist-slider-bg-color: var(--zoomist-zoomer-button-color);
  --zoomist-zoomer-button-color-hover: #ffffff;
}
@keyframes fadeOut {
  0% {
    height: 20px;
  }
  100% {
    height: 0;
    padding: 0 5px;
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    height: 0;
    padding: 0 5px;
    opacity: 0;
  }
  100% {
    height: 20px;
    padding: 1px 5px;
    opacity: 1;
  }
}
::-webkit-input-placeholder {
  color: #939393;
  text-overflow: ellipsis;
  font-style: italic;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #939393;
  text-overflow: ellipsis;
  font-style: italic;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #939393;
  text-overflow: ellipsis;
  font-style: italic;
}
:-ms-input-placeholder {
  color: #939393;
  text-overflow: ellipsis;
  font-style: italic;
}
.hide {
  display: none !important;
}
.iti-flag {
  background-image: url("/Content/Images/flags.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("/Content/Images/flags@2x.png");
  }
}
.back-button {
  padding: 5px 0 15px;
}
.back-button a {
  color: inherit;
  text-decoration: none;
  font-size: 14px;
}
html.svg .no-svg {
  display: none !important;
}
html.noscroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
html.debug body main .filters .option-container .option input[type="checkbox"] ~ label > span {
  display: inline-block;
}
body {
  font-family: 'Optima LT Std', Verdana, Geneva, 'DejaVu Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #767676;
}
body a {
  color: #a41e34;
}
body a:hover,
body a:active,
body a:focus {
  color: #333;
}
body h2 {
  font-weight: normal;
}
body .terms {
  font-size: 14px;
  padding: 10px 0;
  text-decoration: none;
  color: inherit;
  position: fixed;
  bottom: 0;
  left: 20px;
  display: block;
  width: 200px;
  transform: translateY(10px);
  z-index: 1;
  background: #f5f5f5;
  text-align: center;
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  body .terms {
    margin: 0;
  }
}
body.noscroll .sidebar.fixed {
  overflow: visible;
  z-index: 1100;
}
body .zoomContainer {
  overflow: hidden;
}
body .toast-bottom-right {
  bottom: 50px;
  right: 50px;
}
body .toast-error {
  background-color: #a41e34;
}
body .page-content {
  font-size: 14px;
}
body .page-content table td {
  padding: 0 10px;
}
@media only screen and (max-width: 580px) {
  body .page-content table tr {
    display: block;
  }
  body .page-content table tr th {
    display: none;
  }
  body .page-content table tr td {
    display: block;
    padding: 0;
  }
  body .page-content table tr td p {
    margin-top: 0;
  }
  body .page-content table tr td:first-child {
    font-weight: bold;
  }
  body .page-content table tr td:first-child p {
    margin-bottom: 5px;
  }
}
body .page-content .icon {
  display: inline-block;
  width: 20px;
}
body .page-content .icon img,
body .page-content .icon svg {
  height: 20px;
  width: 20px;
  display: block;
}
body .page-content .icon img path,
body .page-content .icon svg path {
  fill: #717171;
}
body .page-content .icon img .sample,
body .page-content .icon svg .sample {
  stroke: #717171;
}
body h1,
body h2,
body h3,
body h4 {
  font-weight: normal;
}
body.noscroll {
  overflow: hidden !important;
}
body.noscroll .wrapper {
  overflow: hidden;
}
body .circle-opaque {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 20px;
  padding: 3px;
  border: 1px solid #FFFFFF;
  display: block;
  border-radius: 32px;
  width: 32px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.2s linear;
}
body .circle-opaque:hover {
  background: rgba(0, 0, 0, 0.5);
}
body .button {
  background: #bbbbb9;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 1em;
  display: inline-block;
  position: relative;
  transition: background 0.2s linear;
  font-size: 13px;
  border: none;
  margin: 0.3em 0em 0 0;
}
body .button.dark {
  background: #717171;
}
body .button.dark:hover,
body .button.dark:active,
body .button.dark:focus {
  background: #8b8b8b;
}
body .button.button-secondary {
  background: none;
  color: #767676;
}
body .button.button-secondary:hover,
body .button.button-secondary:active,
body .button.button-secondary:focus {
  background: none;
  color: #a41e34;
}
body .button.button-lg {
  font-size: 1.2em;
}
body .button.button-sm {
  padding-top: 4px;
  padding-bottom: 4px;
}
body .button:hover {
  background: #a2a29f;
  color: #FFFFFF;
}
body .button i {
  margin-right: 0.15em;
  font-size: 1.8em;
  vertical-align: middle;
  margin-top: -0.2em;
}
body .button i.lni-sm {
  font-size: 1.6em;
}
body .button.icon-only {
  border-radius: 50%;
  height: 3em;
  width: 3em;
  padding: 0em;
}
body .button.icon-only i {
  margin-right: 0;
  margin-top: 0;
}
body .button.icon-only:has(.lni-sm) {
  height: 2.6em;
  width: 2.6em;
}
body main {
  padding: 0 20px 20px;
  position: relative;
}
body main aside .sidebar-title {
  margin: 0;
  text-transform: uppercase;
  color: #717171;
  letter-spacing: 2px;
  text-align: center;
  padding: 0 15px 20px;
  font-size: 1.3em;
}
body main aside .sidebar-title a {
  text-decoration: none;
  color: inherit;
}
body main aside .drop-down {
  font-size: 1.2em;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  color: #FFFFFF;
  font-weight: 300;
  margin-top: 10px;
  z-index: 10;
}
body main aside .drop-down a {
  text-decoration: none;
  color: inherit;
  padding: 10px;
  display: block;
  transition: color 0.2s linear;
}
body main aside .drop-down .header {
  position: relative;
  background: #b3b3b3;
  transition: background 0.2s linear;
}
body main aside .drop-down .header i {
  padding-left: 10px;
}
body main aside .drop-down .header:hover,
body main aside .drop-down .header.active {
  color: #FFFFFF;
  background: #9a9a9a;
}
body main aside .drop-down ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #bfbfbf;
}
body main aside .drop-down ul.above {
  position: absolute;
  width: 100%;
  bottom: 33px;
}
body main aside .drop-down ul li {
  border-top: 1px solid #FFFFFF;
  margin: 0 10px;
}
body main aside .drop-down ul li a,
body main aside .drop-down ul li button {
  line-height: 22px;
  padding: 5px 10px 5px 35px;
  position: relative;
  text-align: left;
}
body main aside .drop-down ul li a .icon,
body main aside .drop-down ul li button .icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 5px;
  width: 20px;
  height: 20px;
  line-height: 1;
  text-align: center;
}
body main aside .drop-down ul li a .icon i,
body main aside .drop-down ul li button .icon i {
  font-size: 18px;
  line-height: 20px;
}
body main aside .drop-down ul li a .icon path,
body main aside .drop-down ul li button .icon path {
  fill: #FFFFFF;
  transition: fill 0.2s linear;
}
body main aside .drop-down ul li a:focus,
body main aside .drop-down ul li button:focus {
  outline: none;
}
body main aside .drop-down ul li a:hover path,
body main aside .drop-down ul li button:hover path {
  fill: #666666;
}
body main aside .drop-down ul li a:hover i,
body main aside .drop-down ul li button:hover i {
  color: #666666;
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  body main aside .drop-down ul li a,
  body main aside .drop-down ul li button {
    line-height: 34px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  body main aside .drop-down ul li.close-moodboard {
    display: block;
  }
}
body main.bar-fixed .sidebar {
  padding-top: 80px;
}
body main.bar-fixed .main {
  padding-top: 90px;
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  body main.bar-fixed .main {
    padding: 0;
  }
}
body main .no-products {
  font-size: 14px;
  margin: 0 0 10px;
  padding: 10px;
  border: 2px dashed #cbcbcb;
  text-align: center;
  display: none;
}
body main .no-products img,
body main .no-products svg {
  width: 14px;
  height: 14px;
  margin-bottom: -2px;
}
body main .no-products img .st0,
body main .no-products svg .st0 {
  fill: #717171;
}
body main .no-products.show {
  display: block;
}
body main .main {
  padding: 10px 0;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  body main .main {
    padding: 0;
  }
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  body main {
    padding: 10px 10px 56px 10px;
    position: relative;
  }
}
body:has(.large-modal.remodal-is-opened) .remodal-overlay,
body:has(.large-modal.remodal-is-opening) .remodal-overlay,
body:has(.large-modal.remodal-is-closing) .remodal-overlay {
  background: rgba(255, 255, 255, 0.7);
}
body .remodal-wrapper {
  padding: 0;
}
body .remodal {
  color: unset;
  /* Flag Container Styling */
}
body .remodal .tab-buttons {
  position: absolute;
  top: -60px;
  left: 0;
}
body .remodal .tab-buttons button {
  color: #717171;
  margin: 0 5px 0 0;
  padding: 0;
  text-transform: none;
  border: 0;
  background: #ffffff;
  width: 120px;
  font-size: 14px;
  height: 60px;
  float: left;
  text-align: center;
  background: #f2f2f2;
  transition: background 0.2s linear;
}
body .remodal .tab-buttons button i {
  display: block;
  font-size: 25px;
  margin-bottom: 5px;
}
body .remodal .tab-buttons button.active,
body .remodal .tab-buttons button:hover {
  background: #ffffff;
}
body .remodal .tab-buttons button:focus {
  outline: none;
}
body .remodal .tab {
  display: none;
}
body .remodal .tab.active {
  display: block;
}
body .remodal.center p {
  text-align: center;
}
body .remodal h2 {
  font-size: 2.4em;
  font-weight: normal;
  text-transform: uppercase;
  color: #767676;
  margin: 0 0 20px 0;
}
body .remodal .form-response p {
  margin: 4px 0px;
  color: #a4a4a4;
}
body .remodal .form-response p.success {
  color: #2b9a2f;
}
body .remodal .form-response p.error {
  color: #d61a1a;
}
body .remodal .form-response p i {
  padding-right: 5px;
  width: 20px;
  text-align: center;
}
body .remodal .remodal-close {
  right: 0;
  left: initial;
}
@media only screen and (max-width: 600px), screen and (max-height: 600px) {
  body .remodal.tabs {
    padding-top: 80px;
  }
  body .remodal.tabs .remodal-close {
    top: 60px;
  }
  body .remodal.tabs .tab-buttons {
    top: 0;
    right: 0;
  }
  body .remodal.tabs .tab-buttons button {
    margin: 0;
    width: 50%;
  }
}
body .remodal .flag-dropdown {
  position: relative;
}
body .remodal .flag-dropdown .iti-container {
  top: 59px !important;
  left: 0 !important;
  right: 0;
  position: absolute;
  bottom: initial;
}
body .remodal .flag-dropdown .iti-container .country-list {
  width: 100%;
  box-shadow: none;
  overflow-y: auto;
  max-height: none;
}
body .remodal.large-modal {
  width: 140vh;
  max-width: 98vw;
  border: 1px solid #b2b2b2;
  padding: 10px 5px 10px 10px;
  text-align: left;
}
body .remodal.large-modal .container {
  height: 80vh;
  overflow: scroll;
  display: flex;
  gap: 20px;
  padding-right: 5px;
  justify-content: center;
}
body .remodal.large-modal .container > * {
  flex-shrink: 0;
  flex-grow: 1;
  max-width: 100%;
}
body .remodal.large-modal .container .tab-buttons {
  border-bottom: 1px solid #b2b2b2;
  position: static;
  padding-left: 5px;
}
body .remodal.large-modal .container .tab-buttons button {
  border: 1px solid #b2b2b2;
  height: 40px;
  position: relative;
  top: 1px;
}
body .remodal.large-modal .container .tab-buttons button.active {
  border-bottom-color: #fff;
}
body .remodal.large-modal .container .tab {
  padding-top: 1.5em;
}
body .remodal.large-modal .remodal-cancel {
  position: absolute;
  top: 10px;
  right: 15px;
  background: #fff;
  color: #767676;
  width: auto;
  padding: 0;
  min-width: 0;
  height: 1.2em;
  width: 1.2em;
  border-radius: 50%;
  font-size: 2em;
}
body .remodal.large-modal .remodal-cancel i {
  display: block;
}
body .remodal.large-modal .remodal-cancel:hover {
  background: #fff;
  color: #434343;
}
@media only screen and (max-width: 1024px) {
  body .remodal.large-modal {
    vertical-align: bottom !important;
  }
  body .remodal.large-modal .container {
    height: calc(100vh - 50px);
  }
}
body .imageZoom {
  padding: 0;
  top: 10px;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  margin: 0;
  max-width: none;
  width: inherit;
}
body .imageZoom .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body .imageZoom .container .image-container {
  background: lightgrey;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}
body .imageZoom .container .image-container:after {
  content: "\f110";
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  top: 50%;
  margin-left: -0.5em;
  left: 50%;
  font-size: 5em;
  color: #999999;
  z-index: 5;
  animation: icon-spin 2s infinite linear;
}
body .imageZoom .container .image-container img {
  z-index: 10;
  position: relative;
}
body .imageZoom .button-container {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 20px;
}
body .imageZoom .button-container button.zoom-in,
body .imageZoom .button-container button.zoom-out {
  min-width: 54px;
  margin-bottom: 2px;
}
.large-loading-spinner {
  font-size: 5em;
  text-align: center;
  min-height: calc(100vh - 225px);
}
.large-loading-spinner .lni {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -0.3em;
  animation: icon-spin 2s infinite linear;
}
.iti {
  --iti-path-flags-1x: url('../../../Images/flags.png');
  --iti-path-flags-2x: url('../../../Images/flags@2x.png');
}
@media print {
  body main {
    padding: 0;
  }
  body main .terms {
    display: none;
  }
  body:has(.large-modal.remodal-is-opened) main,
  body:has(.large-modal.remodal-is-opened) .remodal-overlay {
    display: none !important;
  }
  body:has(.large-modal.remodal-is-opened) .remodal-wrapper.remodal-is-opened:after {
    display: none;
  }
  body:has(.large-modal.remodal-is-opened) .remodal-wrapper.remodal-is-opened .remodal {
    width: 100%;
    max-width: none;
    border: none;
    position: relative;
    top: 100px;
    padding: 0;
  }
  body:has(.large-modal.remodal-is-opened) .remodal-wrapper.remodal-is-opened .remodal .container {
    height: auto;
  }
  body:has(.large-modal.remodal-is-opened) .remodal-wrapper.remodal-is-opened .remodal .remodal-cancel {
    display: none;
  }
}