/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  /* commented for fb 2024 rebrand */
  /*
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  */
  color: inherit;
  font-size: 100%;
  font: inherit;
  font-family: inherit;
}

html, body {
  margin: 0;
  padding: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  text-transform: inherit;
  font-weight: inherit;
}

.modal-popup__wrapper {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.modal-popup__wrapper .action-close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal-popup__wrapper .action-close:before, .modal-popup__wrapper .action-close:after {
  background-color: #333;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 20px;
}
.modal-popup__wrapper .action-close:before {
  transform: rotate(45deg);
}
.modal-popup__wrapper .action-close:after {
  transform: rotate(-45deg);
}
.modal-popup__content {
  margin-bottom: 20px;
}
.modal-popup__actions {
  display: flex;
  justify-content: center;
}
.modal-popup__actions .action {
  margin-right: 10px;
}
.modal-popup__actions .action:last-child {
  margin-right: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Basel-Classic-Medium";
  src: url(/web-components/assets/fonts/Basel-Classic-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Basel-Grotesk-Medium";
  src: url(/web-components/assets/fonts/Basel-Grotesk-Medium.otf) format("opentype");
}
@font-face {
  font-family: "BaselGrotesk-Book";
  src: url(/web-components/assets/fonts/BaselGrotesk-Book.otf) format("opentype");
}
@font-face {
  font-family: "Basel-signalmono-light";
  src: url(/web-components/assets/fonts/signalmono-light-TRIAL.otf) format("opentype");
}
@font-face {
  font-family: "Basel-signalmono-regular";
  src: url(/web-components/assets/fonts/signalmono-regular-TRIAL.otf) format("opentype");
}
body {
  font-family: "Basel-Classic-Medium", sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  background-color: #fff;
}

@font-face {
  font-family: "cf-icons";
  src: url("../font/cf-icons.eot?46216692");
  src: url("../font/cf-icons.eot?46216692#iefix") format("embedded-opentype"), url("../font/cf-icons.woff?46216692") format("woff"), url("../font/cf-icons.ttf?46216692") format("truetype"), url("../font/cf-icons.svg?46216692#cf-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
.cf-icon-container {
  width: 25px;
  height: 25px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  background-color: #c2c2c2;
  border-radius: 100%;
  border: none;
  position: relative;
  cursor: pointer;
}
.cf-icon-container:hover {
  background-color: rgb(168.5, 168.5, 168.5);
}

.cf-icon {
  font-family: "cf-icons";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cf-icon-container .cf-cross {
  display: none;
}
.cf-icon-container.cf-wishlist-button {
  background-color: #c2c2c2;
}
.cf-icon-container.processing {
  background-color: #e1e1e1;
  cursor: initial;
}
.cf-icon-container.favourite {
  background-color: #555;
}
.cf-icon-container.favourite:hover {
  background-color: rgb(168.5, 168.5, 168.5);
}
.cf-icon-container.favourite:hover .cf-cross {
  display: inline;
}
.cf-icon-container.favourite:hover .cf-heart {
  display: none;
}
.cf-icon-container.favourite.processing .cf-cross {
  display: inline;
}
.cf-icon-container.favourite.processing .cf-heart {
  display: none;
}
.cf-icon-container.processing {
  background-color: #e1e1e1;
  cursor: initial;
}
.cf-icon-container.processing:hover {
  background-color: #e1e1e1;
}

/* 

* Before js loads let's format the pages so they don't look weird

*/
body.before-js-load .sections.nav-sections > .section-items .level0.submenu,
body.before-js-load .sections.nav-sections > .section-items .nav-sections-item-content .langs-wrapper,
body.before-js-load .sections.nav-sections > .section-items .nav-sections-item-content .switcher-currency {
  display: none;
}

.contentmanager-contenttype-landing-page footer {
  display: none;
}
.contentmanager-contenttype-landing-page .cf-back-to-top-container {
  display: none;
}
.contentmanager-contenttype-landing-page .page-header .cf-hovercontainer.langs-wrapper {
  display: none;
}

.hide-magento-multilanguage-bar {
  /* we leave it for functionality but it's shown as an angular component */
  display: none !important;
}

.cf-landing-page {
  display: flex;
  height: calc(100vh - 100px);
  width: 100%;
}
@media all and (max-width: 750px) {
  .cf-landing-page {
    flex-direction: column;
  }
}
.cf-landing-page .cf-logo-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  right: 0;
  z-index: 2;
  width: 100px;
  height: auto;
  pointer-events: none;
}
@media all and (max-width: 750px) {
  .cf-landing-page .cf-logo-icon {
    bottom: 0;
    top: auto;
    right: 50%;
    transform: translateY(50%) translateX(50%);
  }
}
.cf-landing-page .landingpage-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
}
@media all and (max-width: 750px) {
  .cf-landing-page .landingpage-link {
    width: 100%;
    height: 50vh;
    min-height: 275px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cf-landing-page .landingpage-link.hover .overlay {
  opacity: 0;
}
.cf-landing-page .landingpage-link.hover .link-cta {
  border-color: white;
}
.cf-landing-page .landingpage-link.hover .link-image-container {
  transform: scale(1.06);
}
.cf-landing-page .landingpage-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.cf-landing-page .link-image-container {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.8s;
}
.cf-landing-page .link-image-outer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.cf-landing-page .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.3;
  transition: opacity 0.4s;
}
.cf-landing-page .link-title {
  font-size: 48px;
  font-family: "Basel-Classic-Medium", sans-serif;
  line-height: 1.2;
  padding: 0 60px 30px;
  text-align: center;
}
.cf-landing-page .link-cta {
  font-size: 16px;
  font-family: "Basel-Classic-Medium", sans-serif;
  border-bottom: 2px solid;
  border-color: transparent;
  transition: border-color 0.3s;
  text-align: center;
}
.cf-landing-page .link-title,
.cf-landing-page .link-cta {
  z-index: 2;
  color: white;
  position: relative;
}

body.navopen {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: #2f2f2f;
}

#maincontent {
  position: relative;
}

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

button:focus,
input:focus,
a:focus {
  outline: none;
}

body:not(.cms_index) .page-wrapper {
  max-width: 100vw;
  overflow-x: hidden;
}
body:not(.cms_index) .page-wrapper:has(.feature-type3) {
  overflow-x: unset;
}

body:not(.cms_index) .page-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body:not(.cms_index) .page-wrapper .page-main {
  flex-grow: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  body:not(.cms_index) .page-wrapper .page-main {
    min-height: calc(100vh - 205px);
  }
}

.max-width {
  box-sizing: border-box;
  max-width: 1364px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin: auto;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #aaaaaa;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #aaaaaa;
}

.video-holder {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cf-sm-links {
  text-align: center;
}
.cf-sm-links a:not(:last-of-type) {
  margin-right: 6px;
}

.hideme {
  display: none;
}

.grid-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 70px;
}
@media all and (max-width: 1350px) {
  .grid-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media all and (max-width: 850px) {
  .grid-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media all and (max-width: 550px) {
  .grid-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.grid-wrapper .grid-item {
  width: 25%;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1350px) {
  .grid-wrapper .grid-item {
    width: 33.3333333333%;
    padding: 20px;
  }
}
@media all and (max-width: 850px) {
  .grid-wrapper .grid-item {
    width: 50%;
    padding: 10px;
  }
}
@media all and (max-width: 550px) {
  .grid-wrapper .grid-item {
    width: 100%;
    max-width: 350px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-wrapper .grid-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.grid-wrapper .grid-item .grid-image {
  margin-bottom: 13px;
}
.grid-wrapper .grid-item .grid-title {
  font-size: 24px;
  font-family: "Basel-Classic-Medium", sans-serif;
  line-height: 1.2;
  margin-bottom: 8px;
}
.grid-wrapper .grid-item .grid-subtitle {
  margin-bottom: 15px;
}
.grid-wrapper .grid-item .grid-intro {
  margin-bottom: 8px;
}
.grid-wrapper .grid-item .view-video {
  margin-top: auto;
  color: #919090;
}

body {
  opacity: 0;
}

.loading-mask {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 10000;
}
.loading-mask .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-mask .loader p {
  display: none;
}

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
.columns,
.footer-container {
  /* Items box */
}
.columns .selectricWrapper,
.footer-container .selectricWrapper {
  float: left;
  width: 250px;
  margin: 3px 0 0;
}
.columns .selectricOpen .selectric,
.footer-container .selectricOpen .selectric {
  border-color: #ccc;
  background: #fff;
  z-index: 9999;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
}
.columns .selectric,
.footer-container .selectric {
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  position: relative;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.columns .selectric .label,
.footer-container .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 23px 0 0;
  padding: 6px 8px;
  font-size: 13px;
  line-height: 11px;
  color: #383838;
  min-height: 11px;
  text-transform: none;
}
.columns .selectric .button,
.footer-container .selectric .button {
  background: #B5;
  border-radius: 0px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
  height: 23px;
  color: #9a9a9a;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 18px/23px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.columns .selectric .button:before,
.footer-container .selectric .button:before {
  margin: 6px 0;
}
.columns .selectricHover .selectric .button,
.footer-container .selectricHover .selectric .button {
  color: #9a9a9a;
}
.columns .selectricHover .selectric .button:after,
.footer-container .selectricHover .selectric .button:after {
  border-top-color: #9a9a9a;
}
.columns .selectricItems,
.footer-container .selectricItems {
  background: #fff;
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
}
.columns .selectricItems ul,
.columns .selectricItems li,
.footer-container .selectricItems ul,
.footer-container .selectricItems li {
  min-height: 20px;
  line-height: 20px;
  font-size: 13px;
  text-align: left;
}
.columns .selectricItems li,
.footer-container .selectricItems li {
  padding: 0 8px 2px 8px;
  color: #383838;
  text-transform: none;
}
.columns .selectricItems li:hover,
.footer-container .selectricItems li:hover {
  background: #fff;
  color: #383838;
}
.columns .selectricItems li.disabled,
.footer-container .selectricItems li.disabled {
  background: #fff;
  color: #ccc;
  cursor: default;
}
.columns .selectricItems li.selected:hover,
.footer-container .selectricItems li.selected:hover {
  background: #fff;
}

div.mage-error {
  color: red;
  text-align: left;
}

.input-text.mage-error {
  border-color: red !important;
}

/* Hide the browser's default checkbox */
.choice {
  position: relative;
}
.choice input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 22px;
  width: 22px;
  z-index: 1;
}
.choice .label {
  padding-left: 120px;
}
.choice .label a {
  text-decoration: underline;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  z-index: 0;
}

/* When the checkbox is checked, add a blue background */
.choice input.mage-error ~ .checkmark {
  background-color: red;
}

.choice input:checked ~ .checkmark {
  background-color: grey;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.choice input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.choice .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bold {
  font-weight: bold !important;
}

.fb-category-heading {
  color: white;
  position: relative;
  font-family: "BaselGrotesk-Book", sans-serif;
}
.fb-category-heading .banner-title {
  display: none;
}
.fb-category-heading .banner-title.ft-vimeo {
  pointer-events: none;
  z-index: 1;
}
.fb-category-heading .banner-title .play-button {
  width: 40px;
  margin: 20px;
  cursor: cursor;
}
.fb-category-heading .banner-logo {
  max-width: 150px;
  max-height: 150px;
  width: auto;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .fb-category-heading .banner-logo {
    max-width: 100px;
    max-height: 80px;
    margin-bottom: 10px;
  }
  .fb-category-heading .banner-logo.no-title {
    max-width: 15vh;
    max-height: 50vw;
  }
  .fb-category-heading .banner-logo ~ .banner-subtitle {
    display: none;
  }
}
.fb-category-heading .fbslick-img {
  width: 100%;
  height: calc(100vh - 25vw - 163px);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  background-position: center;
  position: relative;
}
.fb-category-heading .fbslick-img.behind-vid {
  position: absolute;
}
@media all and (max-height: 1100px) {
  .fb-category-heading .fbslick-img {
    height: calc(100vh - 20vw - 163px);
  }
}
@media all and (max-height: 850px) {
  .fb-category-heading .fbslick-img {
    min-height: 360px;
  }
}
@media all and (max-width: 850px) {
  .fb-category-heading .fbslick-img {
    height: calc(100vh - 69vw - 163px);
  }
}
.fb-category-heading .fbslick-img .bg-iframe,
.fb-category-heading .fbslick-img .ft-iframe {
  background-color: #2f2f2f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  max-height: 56.25vw;
  max-width: calc((100vh - 25vw - 163px) * 16 / 9);
}
@media all and (max-height: 1495px) {
  .fb-category-heading .fbslick-img .bg-iframe,
  .fb-category-heading .fbslick-img .ft-iframe {
    max-width: 888.8888888889px;
  }
}
@media all and (max-height: 850px) {
  .fb-category-heading .fbslick-img .bg-iframe,
  .fb-category-heading .fbslick-img .ft-iframe {
    max-width: 640px;
  }
}
.fb-category-heading .fbslick-img .video-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.fb-category-heading .fbslick-carousel .slick-dots.hide-dots {
  position: absolute;
  left: -300vw;
}
.fb-category-heading .page-title-wrapper {
  padding-bottom: 30px;
}
.fb-category-heading .page-title-wrapper::before {
  content: "";
  transform: translateY(-20px);
  background: #fff;
  max-width: 800px;
  width: 90%;
  height: 20px;
  display: block;
  margin: 0 auto;
}
.fb-category-heading .page-title-wrapper .category-description {
  max-width: 800px;
  width: 90%;
  font-size: 18px;
  margin: auto;
}
.fb-category-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000000;
  opacity: 0.3;
  z-index: 2;
  cursor: pointer;
  pointer-events: none;
}
.fb-category-heading .category-image {
  line-height: 0;
}
.fb-category-heading .category-image img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .fb-category-heading .slick-dots {
    bottom: 25px;
  }
}

.category-view + .columns {
  padding-top: 50px;
}

.page-products {
  /* ============================================ *
  * Layered Navigation
  * ============================================ */
}
.page-products .breadcrumbs {
  display: none;
}
.page-products.subnav-fixed {
  margin-top: 63px;
}
.page-products .messages {
  display: none;
}
.page-products .page-title {
  display: none;
}
.page-products.catalogsearch-result-index .page-title {
  display: block;
  box-sizing: border-box;
  max-width: 1364px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #2f2f2f;
}
.page-products .toolbar {
  font-family: "Basel-Classic-Medium", sans-serif;
  line-height: 30px;
  margin: 0 0 38px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.page-products .toolbar .toolbar-sorter {
  order: 0;
  flex-grow: 1;
}
.page-products .toolbar .toolbar-sorter .sorter-action {
  display: none;
}
@media all and (max-width: 1125px) {
  .page-products .toolbar .toolbar-sorter {
    width: 100%;
  }
  .page-products .toolbar .toolbar-sorter a {
    flex-grow: 1;
    text-align: right;
  }
}
@media all and (max-width: 500px) {
  .page-products .toolbar .toolbar-sorter {
    flex-wrap: wrap;
  }
  .page-products .toolbar .toolbar-sorter a {
    width: 100%;
    text-align: left;
  }
}
.page-products .toolbar .limiter {
  order: 1;
}
@media all and (max-width: 1125px) {
  .page-products .toolbar .limiter {
    flex-grow: 1;
  }
}
@media all and (max-width: 500px) {
  .page-products .toolbar .limiter {
    width: 100%;
  }
}
.page-products .toolbar .limiter .selectricWrapper {
  width: 70px;
}
.page-products .toolbar .limiter .control {
  display: inline;
}
.page-products .toolbar .pages {
  order: 2;
}
@media all and (max-width: 500px) {
  .page-products .toolbar .pages {
    width: 100%;
  }
}
.page-products .toolbar .pages .pages-label {
  display: none;
}
.page-products .toolbar .pages ul {
  display: flex;
}
.page-products .toolbar .pages li {
  position: relative;
  height: 30px;
  box-sizing: border-box;
}
.page-products .toolbar .pages li .label {
  display: none;
}
.page-products .toolbar .toolbar-amount {
  order: 3;
}
.page-products .toolbar .toolbar-sorter,
.page-products .toolbar .limiter,
.page-products .toolbar .pages {
  display: flex;
  margin-right: 15px;
}
.page-products .toolbar .toolbar-sorter .selectricWrapper,
.page-products .toolbar .limiter .selectricWrapper,
.page-products .toolbar .pages .selectricWrapper {
  margin-left: 8px;
  margin-right: 8px;
}
@media all and (max-width: 1125px) {
  .page-products .toolbar .toolbar-sorter.sorter,
  .page-products .toolbar .limiter.sorter,
  .page-products .toolbar .pages.sorter {
    margin-right: 0;
  }
}
.page-products .toolbar .selectricWrapper {
  margin-bottom: 5px;
  float: none;
}
.page-products .toolbar .selectricWrapper .cf-icon.icon-down-open {
  height: 24px;
  width: 24px;
  right: 0;
  top: 0;
  left: initial;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center center;
  color: #9a9a9a;
}
.page-products .toolbar .selectricWrapper .cf-icon.icon-down-open:before {
  content: "\e800";
  line-height: normal;
}
.page-products .toolbar .selectricWrapper.selectricOpen .cf-icon {
  transform: rotate(180deg);
}
.page-products .toolbar a {
  color: #7d7d7d;
  padding: 0 2px;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
}
.page-products .columns {
  box-sizing: border-box;
  max-width: 1364px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin: auto;
  margin: auto;
  width: 100%;
  overflow: hidden;
}
@media all and (max-width: 820px) {
  .page-products .columns {
    display: flex;
    flex-direction: column-reverse;
  }
}
.page-products .sidebar.sidebar-main, .page-products .sidebar.sidebar-additional {
  width: 200px;
  float: left;
}
@media screen and (max-width: 820px) {
  .page-products .sidebar.sidebar-main, .page-products .sidebar.sidebar-additional {
    width: 100%;
    float: none;
  }
}
.page-products .sidebar .sidebar-additional .block-category-link {
  padding: 7px 24px 7px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #c2c2c2;
  font-family: "Basel-Classic-Medium", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
}
.page-products .block-lookbooks,
.page-products .block-cleaning-instructions {
  margin: 20px 0;
}
.page-products .block-lookbooks .block-title,
.page-products .block-cleaning-instructions .block-title {
  margin: 38px 0 20px;
  text-transform: uppercase;
}
.page-products .block-lookbooks .lookbook,
.page-products .block-cleaning-instructions .lookbook {
  width: 100%;
  height: 250px;
}
.page-products .block-lookbooks .lookbook:not(:last-child),
.page-products .block-cleaning-instructions .lookbook:not(:last-child) {
  margin-bottom: 20px;
}
.page-products .column.main {
  width: calc(100% - 230px);
  float: right;
}
@media screen and (max-width: 820px) {
  .page-products .column.main {
    width: 100%;
  }
}
.page-products .products {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page-products .products li {
  width: calc(25% - 30px);
  margin-bottom: 40px;
}
.page-products .products li:not(:nth-child(4n)), .page-products .products li:not(:nth-child(4n+4)) {
  margin-right: 40px;
}
@media all and (max-width: 1100px) {
  .page-products .products li {
    width: calc(33.3333333333% - 30px);
  }
  .page-products .products li:not(:nth-child(4n)), .page-products .products li:not(:nth-child(4n+4)) {
    margin-right: 0;
  }
  .page-products .products li:not(:nth-child(3n)), .page-products .products li:not(:nth-child(3n+3)) {
    margin-right: 45px;
  }
}
@media all and (max-width: 820px) {
  .page-products .products li {
    width: calc(50% - 15px);
  }
  .page-products .products li:not(:nth-child(3n)), .page-products .products li:not(:nth-child(3n+3)) {
    margin-right: 0;
  }
  .page-products .products li:not(:nth-child(2n)) {
    margin-right: 30px;
  }
}
@media all and (max-width: 400px) {
  .page-products .products li {
    width: 100%;
  }
  .page-products .products li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.page-products .products .product-item-info {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page-products .products .product-item-info .product-item-photo {
  display: block;
  line-height: 0;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  overflow: hidden;
}
.page-products .products .product-item-info .product-item-photo:focus {
  outline: none;
}
.page-products .products .product-item-info .product-item-photo > div:nth-child(2) {
  opacity: 0;
  transition: all 0.5s ease-in;
  z-index: 1;
}
.page-products .products .product-item-info .product-item-photo > div:nth-child(2):hover {
  opacity: 1;
}
.page-products .products .product-item-info .product-item-photo.placeholder-image {
  background-color: #f8f8f8;
}
.page-products .products .product-item-info .product-item-photo.placeholder-image img {
  width: 50%;
}
.page-products .products .product-item-info .product-item-photo > div {
  height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  background-size: cover;
  background-position: center;
}
.page-products .products .product-item-info .product-item-details {
  text-align: center;
}
.page-products .products .product-item-info .product-item-name {
  color: #2f2f2f;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
}
.page-products .products .product-item-info .product-item-name span {
  display: block;
}
.page-products .products .product-item-info .action.tocompare {
  display: none;
}
@media all and (max-width: 820px) {
  .page-products .block.filter {
    margin-bottom: 30px;
  }
}
.page-products .block.filter .filter-options-content {
  border-bottom: 1px solid #c2c2c2;
}
.page-products .block.filter .filter-title,
.page-products .block.filter .title {
  text-transform: uppercase;
  color: #2f2f2f;
  line-height: 30px;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 38px;
}
@media all and (max-width: 820px) {
  .page-products .block.filter .filter-title,
  .page-products .block.filter .title {
    padding-bottom: 0;
  }
}
@media all and (max-width: 820px) {
  .page-products .block.filter .filter-title,
  .page-products .block.filter .title {
    position: relative;
  }
  .page-products .block.filter .filter-title:not(.closed):after,
  .page-products .block.filter .title:not(.closed):after {
    transform: rotate(180deg);
    transform-origin: center center;
  }
  .page-products .block.filter .filter-title:after,
  .page-products .block.filter .title:after {
    content: "\e800";
    position: absolute;
    width: 13px;
    height: 30px;
    top: 0;
    right: 0;
    font-family: "cf-icons";
    text-align: center;
  }
}
.page-products .block.filter .filter-content.closed {
  display: none;
}
.page-products .block.filter .swatch-option {
  border: none;
  outline: none !important;
  min-width: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
}
.page-products .block.filter .swatch-option-tooltip {
  display: none;
}
.page-products .block.filter .filter-clear {
  display: inline-block;
  margin-bottom: 7px;
}
.page-products .block.filter .filter-clear:hover {
  color: #767676;
}
.page-products .block.filter .filter-current ol {
  margin: 15px 0 25px;
}
.page-products .block.filter .filter-current ol li {
  font-size: 12px;
}
.page-products .block.filter .filter-current ol .filter-label {
  color: #2f2f2f;
  display: block;
  margin: 10px 0 5px;
}
.page-products .block.filter .filter-current ol .remove {
  width: 14px;
  height: 14px;
  background: url("../images/form/remove.png") no-repeat 0 0;
  border: none;
  margin: 2px 0 0 6px;
  font-size: 0;
  float: right;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .page-products .block.filter .filter-current ol .remove {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/form/remove@2x.png");
    background-size: 14px 14px;
  }
}
.page-products .block.filter .filter-current ol .remove:after {
  display: none;
}
.page-products .block.filter .no-display {
  display: block !important;
}
.page-products .block.filter .block-content dl dt {
  margin: 0;
  margin-bottom: 10px;
  color: #7d7d7d;
  font-family: "Basel-Classic-Medium", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  text-transform: uppercase;
  letter-spacing: 0px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-weight: normal;
  margin-bottom: 0px;
  padding: 7px 24px 7px 0;
  border: none;
  position: relative;
  background: none !important;
  display: block;
  font-size: 12px;
}
.page-products .block.filter .block-content dl dt:not(.closed):after {
  transform: rotate(180deg);
  transform-origin: center;
  margin-top: -5px;
}
.page-products .block.filter .block-content dl dt.closed {
  border-bottom: 1px solid #c2c2c2;
}
.page-products .block.filter .block-content dl dt:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #e1e1e1;
  border-bottom: none;
  right: 0;
  top: 50%;
  margin-top: -3px;
  width: 12px;
  height: 7px;
  border: 0;
  background: url("../images/form/filter-arrow-down.png") no-repeat 0 0;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .page-products .block.filter .block-content dl dt:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/form/filter-arrow-down@2x.png");
    background-size: 12px 7px;
  }
}
.page-products .block.filter .block-content dl dt.amshopby-collapsed:after {
  background: url("../images/form/filter-arrow-up.png") no-repeat 0 0;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .page-products .block.filter .block-content dl dt.amshopby-collapsed:after {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/form/filter-arrow-up@2x.png");
    background-size: 12px 7px;
  }
}
.page-products .block.filter dl dd.closed ol,
.page-products .block.filter dl dd.closed > div {
  display: none;
}
.page-products .block.filter dl dd.closed .swatch-attribute {
  display: none;
}
.page-products .block.filter dl dd ol,
.page-products .block.filter dl dd > div {
  padding: 0 0 10px;
}
.page-products .block.filter dl dd ol li {
  font-family: "Basel-Classic-Medium", sans-serif;
  font-size: 9px;
  vertical-align: top;
  line-height: 22px;
}
.page-products .block.filter dl dd ol a {
  padding: 0;
  float: none;
  font-size: 13px;
  background: url("../images/form/check-off-light.png") no-repeat 0 1px;
  background-position: 0 50%;
  padding-left: 30px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .page-products .block.filter dl dd ol a {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/form/check-off-light@2x.png");
    background-size: 14px 14px;
  }
}
.page-products .block.filter dl dd ol a input[type=checkbox] {
  display: none;
}
.page-products .block.filter dl dd ol a input[type=checkbox]:checked + label {
  position: relative;
}
.page-products .block.filter dl dd ol a input[type=checkbox]:checked + label:before {
  content: "";
  width: 20px;
  height: 100%;
  background: url("../images/form/check-on-light.png") no-repeat 0 1px;
  background-position: 0 50%;
  font-weight: normal;
  display: block;
  position: absolute;
  top: 0;
  left: -30px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .page-products .block.filter dl dd ol a input[type=checkbox]:checked + label:before {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/form/check-on-light@2x.png");
    background-size: 14px 14px;
  }
}
.page-products .block.filter dl dd ol a img {
  width: 14px;
  height: 14px;
  padding: 0;
  float: right;
  margin: 2px 0 8px;
}
.page-products .block.filter dl dd ol a:hover {
  color: #767676;
}
.page-products .block.filter .swatch-option-tooltip {
  display: none !important;
}
.page-products .block.filter .swatch-attribute-options a {
  float: left;
  display: block;
  margin: 0 13px 4px 0 !important;
  border: 1px solid #fff;
  border-radius: 100%;
  padding: 2px !important;
}
.page-products .block.filter .swatch-attribute-options a.active {
  border-color: #c2c2c2;
}
.page-products .block.filter .swatch-attribute-options a .swatch-option {
  border: 0;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  min-width: 0;
  float: none;
  margin: 0;
  padding: 0;
  background-size: cover !important;
}

.catalog-category-view .fb-category-heading:before {
  display: none;
}
.catalog-category-view .fb-category-heading .banner-title {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #f0f0f0;
  z-index: 1;
}
.catalog-category-view .fb-category-heading .banner-title .banner-main-title,
.catalog-category-view .fb-category-heading .banner-title .banner-subtitle {
  box-sizing: border-box;
  max-width: 1364px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin: auto;
  font-size: 48px;
  font-family: "Basel-Classic-Medium", sans-serif;
  line-height: 1.2;
  margin: 0;
}
@media all and (max-width: 1080px) {
  .catalog-category-view .fb-category-heading .banner-title .banner-main-title,
  .catalog-category-view .fb-category-heading .banner-title .banner-subtitle {
    font-size: 30px;
  }
}
.catalog-category-view .fb-category-heading .banner-title .banner-main-title {
  margin-bottom: 20px;
}
.catalog-category-view .fb-category-heading .banner-title .banner-subtitle {
  font-size: 12px;
  font-family: "Basel-Classic-Medium", sans-serif;
}
.catalog-category-view .fb-category-heading .cat-spacer {
  height: 40px;
}
.cf-towishlist {
  position: absolute;
  left: 300vw;
}

.fb-category-heading .page-title-wrapper .main-product-cat-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}
.fb-category-heading .page-title-wrapper .main-product-cat-nav .wrapper-title {
  width: auto;
  margin: 0;
  padding: 0;
}
.fb-category-heading .page-title-wrapper .main-product-cat-nav a {
  font-family: "Basel-Classic-Medium", sans-serif;
  font-size: 48px;
  font-family: "Basel-Classic-Medium", sans-serif;
  line-height: 1.2;
  color: #959595;
  font-size: 28px;
  padding-top: 0;
  text-transform: uppercase;
}
@media all and (max-width: 900px) {
  .fb-category-heading .page-title-wrapper {
    padding-bottom: 0;
    margin-top: 25px;
  }
  .fb-category-heading .page-title-wrapper .main-product-cat-nav .wrapper-title {
    position: absolute;
    top: 25px;
  }
  .fb-category-heading .page-title-wrapper .main-product-cat-nav a {
    font-size: 22px;
  }
}
@media all and (max-width: 500px) {
  .fb-category-heading .page-title-wrapper .main-product-cat-nav a {
    font-size: 14px;
    padding: 3px 0;
  }
}

/*=====================================================================
  Selectric
======================================================================*/
.selectricWrapper {
  position: relative;
  margin: 0;
  width: 300px;
  cursor: pointer;
}

.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectricOpen {
  z-index: 9999;
}

.selectricOpen .selectricItems {
  display: block;
}

.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  _font: 0/0 a;
  background: none !important;
}

.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.selectricOpen .selectric {
  z-index: 9999;
}

.selectric {
  border: 0px solid #DDD;
  background: #4D4D4D;
  position: relative;
  border-radius: 0px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 3px 10px;
  font-size: 13px;
  line-height: 18px;
  color: #e9e9e9;
  min-height: 18px;
  text-transform: uppercase;
}

.selectric .button {
  background: none;
  border-radius: 0px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 28px !important;
  height: 24px;
  color: rgb(207.5, 207.5, 207.5);
  text-align: center;
  line-height: 25px;
  font-size: 10px;
  border: none;
  padding: 0 !important;
}

.selectricHover .selectric {
  border-color: #c4c4c4;
}

.selectricHover .selectric .button {
  color: #c4c4c4;
}

.selectricHover .selectric .button:after {
  border-top-color: #c4c4c4;
}

/* Items box */
.selectricItems {
  display: none;
  position: absolute;
  overflow: auto;
  top: 100%;
  left: 0;
  background: #4d4d4d;
  z-index: 9998;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px;
  text-transform: uppercase;
}

.selectricItems ul,
.selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-height: 18px;
  line-height: 18px;
  font-size: 13px;
}

.selectricItems li {
  padding: 3px 10px;
  cursor: pointer;
  display: block;
  color: #e9e9e9;
}

.selectricItems li.selected {
  color: rgb(156.5, 156.5, 156.5);
}
.selectricItems li.selected:hover {
  background: #4d4d4d;
  color: rgb(156.5, 156.5, 156.5);
}

.selectricItems li:hover {
  background: rgb(89.75, 89.75, 89.75);
  color: #e9e9e9;
}

.selectricItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
  display: none;
}

/*=====================================================================
  Selectric Light
======================================================================*/
.selectric-lightWrapper {
  position: relative;
  margin: 0;
  width: 300px;
  cursor: pointer;
}

.selectric-lightDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-lightOpen {
  z-index: 9999;
}

.selectric-lightOpen .selectric-lightItems {
  display: block;
}

.selectric-lightHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-lightHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-lightInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  _font: 0/0 a;
  background: none !important;
}

.selectric-lightTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.selectric-lightOpen .selectric-light {
  z-index: 9999;
}

.selectric-light {
  outline: 0;
  border: 1px solid #959595;
  position: relative;
  border-radius: 0px;
  height: 30px;
}

.selectric-light .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 3px 10px;
  font-size: 12px !important;
  line-height: 20px !important;
  color: #555;
  min-height: 18px;
  text-transform: uppercase;
}

.selectric-light .button {
  background: none;
  border-radius: 0px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: rgb(207.5, 207.5, 207.5);
  text-align: center;
  font-size: 10px;
  border: none;
  padding: 0 10px !important;
  line-height: 30px;
  margin: 0;
  height: 32px;
}

.selectric-lightHover .selectric-light {
  border-color: #959595;
}

.selectric-lightHover .selectric-light .button {
  color: #c4c4c4;
}

.selectric-lightHover .selectric-light .button:after {
  border-top-color: #959595;
}

/* Items box */
.selectric-lightItems {
  display: none;
  position: absolute;
  overflow: auto;
  top: 100%;
  left: 0;
  z-index: 9998;
  background: #fff;
  text-transform: uppercase;
  border: 1px solid #959595;
  margin: -1px 0 0;
}

.selectric-lightItems ul,
.selectric-lightItems li {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  min-height: 18px;
  line-height: 18px;
  font-size: 12px !important;
  font-family: "Basel-Classic-Medium", sans-serif;
  font-weight: 400;
}

.selectric-lightItems li {
  padding: 3px 10px;
  cursor: pointer;
  display: block;
  color: #000;
}

.selectric-lightItems li.selected {
  color: rgb(76.5, 76.5, 76.5);
}
.selectric-lightItems li.selected:hover {
  color: rgb(76.5, 76.5, 76.5);
}

.selectric-lightItems li:hover {
  color: rgb(25.5, 25.5, 25.5);
  color: #000;
}

.selectric-lightItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
  display: none;
}

/*=====================================================================
  Selectric Filter (on the contact/references page)
======================================================================*/
.selectric-filterWrapper {
  position: relative;
  margin: 0 27px 40px;
  width: 185px;
  cursor: pointer;
}

.selectric-filterDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-filterOpen {
  z-index: 9999;
}

.selectric-filterOpen .selectric-filterItems {
  display: block;
}

.selectric-filterHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-filterHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-filterInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  _font: 0/0 a;
  background: none !important;
}

.selectric-filterTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.selectric-filterOpen .selectric-filter {
  z-index: 9999;
}

.selectric-filter {
  outline: 0;
  border: 1px solid #cccccc;
  position: relative;
  border-radius: 4px;
  height: 28px;
}

.selectric-filter .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 30px 0 0;
  padding: 3px 10px;
  font-size: 12px !important;
  line-height: 20px !important;
  color: #555;
  min-height: 18px;
  text-transform: none;
}

.selectric-filter .button {
  background: none;
  border-radius: 0px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #9a9a9a;
  text-align: center;
  font-size: 1.5em !important;
  border: none;
  padding: 0 5px !important;
  line-height: 28px;
  margin: 0;
  height: 28px;
}

.selectric-filter .button::before {
  margin-right: 0;
}

.selectric-filterHover .selectric-filter {
  border-color: #cccccc;
}

.selectric-filterHover .selectric-filter .button {
  color: #darken #e9e9e9, 10;
}

.selectric-filterHover .selectric-filter .button:after {
  border-top-color: #cccccc;
}

/* Items box */
.selectric-filterItems {
  display: none;
  position: absolute;
  overflow: auto;
  top: 100%;
  left: 0;
  z-index: 9998;
  background: #fff;
  text-transform: none;
  border: 1px solid #cccccc;
  margin: -1px 0 0;
}

.selectric-filterItems ul,
.selectric-filterItems li {
  list-style: none;
  padding: 0;
  margin: 0 !important;
  min-height: 18px;
  line-height: 18px;
  font-size: 12px !important;
  font-family: "Basel-Classic-Medium", sans-serif;
  font-weight: 400;
}

.selectric-filterItems li {
  padding: 3px 10px;
  cursor: pointer;
  display: block;
  color: #000;
}

.selectric-filterItems li.selected {
  color: rgb(76.5, 76.5, 76.5);
}
.selectric-filterItems li.selected:hover {
  color: rgb(76.5, 76.5, 76.5);
}

.selectric-filterItems li:hover {
  color: rgb(25.5, 25.5, 25.5);
  color: #000;
}

.selectric-filterItems li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
  display: none;
}

.cf-modal {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background: rgba(0, 0, 0, 0.5);
}
.cf-modal .cf-modal-inner {
  background: white;
  padding: 50px;
  position: relative;
}
.cf-modal .cf-modal-close {
  background: transparent;
  border: none;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url("../images/form/remove.png");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  cursor: pointer;
}
.cf-modal .cf-button {
  margin-top: 12px;
}

/* Widget Container */
.modals-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}

/* Widget Content */
.modal-slide.pr-cookie-left-bar {
  position: relative;
  width: 300px; /* Adjust the width as needed */
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.modal-inner-wrap {
  padding: 20px;
}

.slick-dots {
  position: absolute;
  width: auto;
  bottom: 25px;
  padding: 20px;
  display: flex;
  justify-content: center;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li {
  margin: 0 10px;
}
.slick-dots li button {
  font-size: 0;
  background: transparent;
  border: 1px solid white;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  padding: 0;
  outline: none;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background: white;
}

.cf-readmore {
  margin-top: 8px;
  display: inline-block;
  text-transform: uppercase;
  color: #acacac;
  cursor: pointer;
}

.cf-parent {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-size: 12px;
  font-family: "Basel-Classic-Medium", sans-serif;
  display: block;
  color: #555;
}
.cf-parent:before, .cf-parent:after {
  content: "";
  height: 1px;
  width: 5px;
  background: #2f2f2f;
  display: inline-block;
  position: relative;
  top: -4px;
  margin: 0 5px;
}

.page-title-wrapper {
  color: #2f2f2f;
  padding: 0px 10px 0;
  text-align: center;
  margin: 0 auto;
}
.page-title-wrapper .wrapper-title {
  box-sizing: border-box;
  max-width: 1364px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin: auto;
  font-size: 48px;
  font-family: "Basel-Classic-Medium", sans-serif;
  line-height: 1.2;
  font-size: 33px;
  padding-top: 0;
  text-transform: uppercase;
}
.page-title-wrapper .wrapper-title .base {
  display: inline-block;
  border-top: 1px solid #2f2f2f;
  border-bottom: 1px solid #2f2f2f;
  padding: 3px 0;
}
.page-title-wrapper .category-description {
  max-width: 800px;
  width: 90%;
  font-size: 18px;
  margin: auto;
}

.contentmanager-contenttype-company .page-title-wrapper {
  margin-top: 80px;
  margin-bottom: 65px;
}
.contentmanager-contenttype-company.subnav-fixed .page-main {
  margin-top: 103px;
}
@media all and (max-width: 450px) {
  .contentmanager-contenttype-company.subnav-fixed .page-main {
    margin-top: 63px;
  }
}
.contentmanager-contenttype-company .column section#sustainability strong, .contentmanager-contenttype-company .column section#benu strong {
  font-weight: 700;
}
.contentmanager-contenttype-company .column section:nth-of-type(1):not(td) > div > p:first-of-type,
.contentmanager-contenttype-company .column section:nth-of-type(1):not(td) tr:first-of-type:first-of-type, .contentmanager-contenttype-company .column section#benu > div > p:first-of-type,
.contentmanager-contenttype-company .column section#benu tr:first-of-type:first-of-type {
  font-size: 18px;
  line-height: 1.55;
  font-family: "BaselGrotesk-Book", sans-serif;
  padding: 0 7%;
  max-width: 780px;
}
.contentmanager-contenttype-company .column section:last-of-type {
  margin-bottom: 180px;
}
.contentmanager-contenttype-company .column section:not(:last-of-type) p:last-of-type {
  padding-bottom: 115px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 45px;
}
@media all and (max-width: 750px) {
  .contentmanager-contenttype-company .column section:not(:last-of-type) p:last-of-type {
    padding-bottom: 80px;
  }
}
.contentmanager-contenttype-company .column section:not(.company-video) {
  padding-left: 20px;
  padding-right: 20px;
}
.contentmanager-contenttype-company .section-break {
  max-width: 900px;
  margin: 115px auto 40px auto;
  width: calc(100% - 40px);
}
@media all and (max-width: 750px) {
  .contentmanager-contenttype-company .section-break {
    margin-top: 80px;
  }
}
.contentmanager-contenttype-company .company-video {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.contentmanager-contenttype-company .company-title-wrapper {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 80px 0 65px 0;
}
@media all and (max-width: 750px) {
  .contentmanager-contenttype-company .company-title-wrapper {
    margin: 60px 0 40px 0;
  }
}
.contentmanager-contenttype-company .company-title-wrapper .company-section {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 12px;
}
.contentmanager-contenttype-company .company-video {
  width: 100%;
  text-align: center;
}
.contentmanager-contenttype-company .family-tradition img {
  width: 100%;
  max-width: 400px;
}
.contentmanager-contenttype-company .subnav {
  /* commented for fb 2024 rebrand */
  /*
  width: 100%;
  text-align: center;
  border-bottom: 1px solid $grey;
  text-transform: uppercase;
  background-color: white;
  z-index: 10;

  &.fixed {
      position: fixed;
      top: 63px;
      left: 0;

      @media all and (max-width: $content-break-1) {
          // top: 59px;
      }
  }

  @media all and (max-width: 450px) {
      display: none;
  }

  a {
      color: $grey;
      padding: 10px 15px;
      display: inline-block;
      letter-spacing: 1px;
      transition: color 0.3s;

      &.hover {
          color: black;
      }

      @media all and (max-width: $content-break-1) {
          padding: 10px;
          font-size: 11px;
      }
  }
  */
}
.contentmanager-contenttype-company .ct-field {
  max-width: 896px;
  margin: 0 auto;
  text-align: center;
}
.contentmanager-contenttype-company .ct-field h2 {
  font-size: 33px;
  font-family: "Basel-Classic-Medium", sans-serif;
  margin-bottom: 40px;
}
.contentmanager-contenttype-company .ct-field p {
  max-width: 680px;
  text-align: center;
  margin: 0 auto 30px;
  line-height: 1.55;
}
.contentmanager-contenttype-company .ct-field img {
  margin-bottom: 40px;
}

.contentmanager-contenttype-about_sustainability .page-title-wrapper,
.contentmanager-contenttype-design_studio .page-title-wrapper,
.block.ct-listing-contracts .page-title-wrapper,
.fb-register-success .page-title-wrapper,
.contentmanager-contenttype-boutiques .page-title-wrapper {
  margin-top: 80px;
  margin-bottom: 65px;
}
.contentmanager-contenttype-about_sustainability.subnav-fixed .page-main,
.contentmanager-contenttype-design_studio.subnav-fixed .page-main,
.block.ct-listing-contracts.subnav-fixed .page-main,
.fb-register-success.subnav-fixed .page-main,
.contentmanager-contenttype-boutiques.subnav-fixed .page-main {
  margin-top: 103px;
}
@media all and (max-width: 450px) {
  .contentmanager-contenttype-about_sustainability.subnav-fixed .page-main,
  .contentmanager-contenttype-design_studio.subnav-fixed .page-main,
  .block.ct-listing-contracts.subnav-fixed .page-main,
  .fb-register-success.subnav-fixed .page-main,
  .contentmanager-contenttype-boutiques.subnav-fixed .page-main {
    margin-top: 63px;
  }
}
.contentmanager-contenttype-about_sustainability .column section#sustainability strong, .contentmanager-contenttype-about_sustainability .column section#benu strong,
.contentmanager-contenttype-design_studio .column section#sustainability strong,
.contentmanager-contenttype-design_studio .column section#benu strong,
.block.ct-listing-contracts .column section#sustainability strong,
.block.ct-listing-contracts .column section#benu strong,
.fb-register-success .column section#sustainability strong,
.fb-register-success .column section#benu strong,
.contentmanager-contenttype-boutiques .column section#sustainability strong,
.contentmanager-contenttype-boutiques .column section#benu strong {
  font-weight: 700;
}
.contentmanager-contenttype-about_sustainability .column section:nth-of-type(1):not(td) > div > p:first-of-type,
.contentmanager-contenttype-about_sustainability .column section:nth-of-type(1):not(td) tr:first-of-type:first-of-type, .contentmanager-contenttype-about_sustainability .column section#benu > div > p:first-of-type,
.contentmanager-contenttype-about_sustainability .column section#benu tr:first-of-type:first-of-type,
.contentmanager-contenttype-design_studio .column section:nth-of-type(1):not(td) > div > p:first-of-type,
.contentmanager-contenttype-design_studio .column section:nth-of-type(1):not(td) tr:first-of-type:first-of-type,
.contentmanager-contenttype-design_studio .column section#benu > div > p:first-of-type,
.contentmanager-contenttype-design_studio .column section#benu tr:first-of-type:first-of-type,
.block.ct-listing-contracts .column section:nth-of-type(1):not(td) > div > p:first-of-type,
.block.ct-listing-contracts .column section:nth-of-type(1):not(td) tr:first-of-type:first-of-type,
.block.ct-listing-contracts .column section#benu > div > p:first-of-type,
.block.ct-listing-contracts .column section#benu tr:first-of-type:first-of-type,
.fb-register-success .column section:nth-of-type(1):not(td) > div > p:first-of-type,
.fb-register-success .column section:nth-of-type(1):not(td) tr:first-of-type:first-of-type,
.fb-register-success .column section#benu > div > p:first-of-type,
.fb-register-success .column section#benu tr:first-of-type:first-of-type,
.contentmanager-contenttype-boutiques .column section:nth-of-type(1):not(td) > div > p:first-of-type,
.contentmanager-contenttype-boutiques .column section:nth-of-type(1):not(td) tr:first-of-type:first-of-type,
.contentmanager-contenttype-boutiques .column section#benu > div > p:first-of-type,
.contentmanager-contenttype-boutiques .column section#benu tr:first-of-type:first-of-type {
  font-size: 18px;
  line-height: 1.55;
  font-family: "BaselGrotesk-Book", sans-serif;
  padding: 0 7%;
  max-width: 780px;
}
.contentmanager-contenttype-about_sustainability .column section:last-of-type,
.contentmanager-contenttype-design_studio .column section:last-of-type,
.block.ct-listing-contracts .column section:last-of-type,
.fb-register-success .column section:last-of-type,
.contentmanager-contenttype-boutiques .column section:last-of-type {
  margin-bottom: 180px;
}
.contentmanager-contenttype-about_sustainability .column section:not(:last-of-type) p:last-of-type,
.contentmanager-contenttype-design_studio .column section:not(:last-of-type) p:last-of-type,
.block.ct-listing-contracts .column section:not(:last-of-type) p:last-of-type,
.fb-register-success .column section:not(:last-of-type) p:last-of-type,
.contentmanager-contenttype-boutiques .column section:not(:last-of-type) p:last-of-type {
  padding-bottom: 115px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 45px;
}
@media all and (max-width: 750px) {
  .contentmanager-contenttype-about_sustainability .column section:not(:last-of-type) p:last-of-type,
  .contentmanager-contenttype-design_studio .column section:not(:last-of-type) p:last-of-type,
  .block.ct-listing-contracts .column section:not(:last-of-type) p:last-of-type,
  .fb-register-success .column section:not(:last-of-type) p:last-of-type,
  .contentmanager-contenttype-boutiques .column section:not(:last-of-type) p:last-of-type {
    padding-bottom: 80px;
  }
}
.contentmanager-contenttype-about_sustainability .column section:not(.company-video),
.contentmanager-contenttype-design_studio .column section:not(.company-video),
.block.ct-listing-contracts .column section:not(.company-video),
.fb-register-success .column section:not(.company-video),
.contentmanager-contenttype-boutiques .column section:not(.company-video) {
  padding-left: 20px;
  padding-right: 20px;
}
.contentmanager-contenttype-about_sustainability .section-break,
.contentmanager-contenttype-design_studio .section-break,
.block.ct-listing-contracts .section-break,
.fb-register-success .section-break,
.contentmanager-contenttype-boutiques .section-break {
  max-width: 900px;
  margin: 115px auto 40px auto;
  width: calc(100% - 40px);
}
@media all and (max-width: 750px) {
  .contentmanager-contenttype-about_sustainability .section-break,
  .contentmanager-contenttype-design_studio .section-break,
  .block.ct-listing-contracts .section-break,
  .fb-register-success .section-break,
  .contentmanager-contenttype-boutiques .section-break {
    margin-top: 80px;
  }
}
.contentmanager-contenttype-about_sustainability .company-video,
.contentmanager-contenttype-design_studio .company-video,
.block.ct-listing-contracts .company-video,
.fb-register-success .company-video,
.contentmanager-contenttype-boutiques .company-video {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.contentmanager-contenttype-about_sustainability .company-title-wrapper,
.contentmanager-contenttype-design_studio .company-title-wrapper,
.block.ct-listing-contracts .company-title-wrapper,
.fb-register-success .company-title-wrapper,
.contentmanager-contenttype-boutiques .company-title-wrapper {
  width: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 80px 0 65px 0;
}
@media all and (max-width: 750px) {
  .contentmanager-contenttype-about_sustainability .company-title-wrapper,
  .contentmanager-contenttype-design_studio .company-title-wrapper,
  .block.ct-listing-contracts .company-title-wrapper,
  .fb-register-success .company-title-wrapper,
  .contentmanager-contenttype-boutiques .company-title-wrapper {
    margin: 60px 0 40px 0;
  }
}
.contentmanager-contenttype-about_sustainability .company-title-wrapper .company-section,
.contentmanager-contenttype-design_studio .company-title-wrapper .company-section,
.block.ct-listing-contracts .company-title-wrapper .company-section,
.fb-register-success .company-title-wrapper .company-section,
.contentmanager-contenttype-boutiques .company-title-wrapper .company-section {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 12px;
}
.contentmanager-contenttype-about_sustainability .company-video,
.contentmanager-contenttype-design_studio .company-video,
.block.ct-listing-contracts .company-video,
.fb-register-success .company-video,
.contentmanager-contenttype-boutiques .company-video {
  width: 100%;
  text-align: center;
}
.contentmanager-contenttype-about_sustainability .family-tradition img,
.contentmanager-contenttype-design_studio .family-tradition img,
.block.ct-listing-contracts .family-tradition img,
.fb-register-success .family-tradition img,
.contentmanager-contenttype-boutiques .family-tradition img {
  width: 100%;
  max-width: 400px;
}
.contentmanager-contenttype-about_sustainability .subnav,
.contentmanager-contenttype-design_studio .subnav,
.block.ct-listing-contracts .subnav,
.fb-register-success .subnav,
.contentmanager-contenttype-boutiques .subnav {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #acacac;
  text-transform: uppercase;
  background-color: white;
  z-index: 10;
}
.contentmanager-contenttype-about_sustainability .subnav.fixed,
.contentmanager-contenttype-design_studio .subnav.fixed,
.block.ct-listing-contracts .subnav.fixed,
.fb-register-success .subnav.fixed,
.contentmanager-contenttype-boutiques .subnav.fixed {
  position: fixed;
  top: 63px;
  left: 0;
}
@media all and (max-width: 450px) {
  .contentmanager-contenttype-about_sustainability .subnav,
  .contentmanager-contenttype-design_studio .subnav,
  .block.ct-listing-contracts .subnav,
  .fb-register-success .subnav,
  .contentmanager-contenttype-boutiques .subnav {
    display: none;
  }
}
.contentmanager-contenttype-about_sustainability .subnav a,
.contentmanager-contenttype-design_studio .subnav a,
.block.ct-listing-contracts .subnav a,
.fb-register-success .subnav a,
.contentmanager-contenttype-boutiques .subnav a {
  color: #acacac;
  padding: 10px 15px;
  display: inline-block;
  letter-spacing: 1px;
  transition: color 0.3s;
}
.contentmanager-contenttype-about_sustainability .subnav a.hover,
.contentmanager-contenttype-design_studio .subnav a.hover,
.block.ct-listing-contracts .subnav a.hover,
.fb-register-success .subnav a.hover,
.contentmanager-contenttype-boutiques .subnav a.hover {
  color: black;
}
@media all and (max-width: 750px) {
  .contentmanager-contenttype-about_sustainability .subnav a,
  .contentmanager-contenttype-design_studio .subnav a,
  .block.ct-listing-contracts .subnav a,
  .fb-register-success .subnav a,
  .contentmanager-contenttype-boutiques .subnav a {
    padding: 10px;
    font-size: 11px;
  }
}
.contentmanager-contenttype-about_sustainability .ct-field,
.contentmanager-contenttype-design_studio .ct-field,
.block.ct-listing-contracts .ct-field,
.fb-register-success .ct-field,
.contentmanager-contenttype-boutiques .ct-field {
  max-width: 896px;
  margin: 0 auto;
  text-align: center;
}
.contentmanager-contenttype-about_sustainability .ct-field h2,
.contentmanager-contenttype-design_studio .ct-field h2,
.block.ct-listing-contracts .ct-field h2,
.fb-register-success .ct-field h2,
.contentmanager-contenttype-boutiques .ct-field h2 {
  font-size: 33px;
  font-family: "Basel-Classic-Medium", sans-serif;
  margin-bottom: 40px;
}
.contentmanager-contenttype-about_sustainability .ct-field p,
.contentmanager-contenttype-design_studio .ct-field p,
.block.ct-listing-contracts .ct-field p,
.fb-register-success .ct-field p,
.contentmanager-contenttype-boutiques .ct-field p {
  max-width: 680px;
  text-align: center;
  margin: 0 auto 30px;
  line-height: 1.55;
}
.contentmanager-contenttype-about_sustainability .ct-field img,
.contentmanager-contenttype-design_studio .ct-field img,
.block.ct-listing-contracts .ct-field img,
.fb-register-success .ct-field img,
.contentmanager-contenttype-boutiques .ct-field img {
  margin-bottom: 40px;
}

.aria-only {
  position: absolute;
  left: -300vw;
}

.cf-button {
  border: 1px solid #959595;
  text-transform: uppercase;
  padding: 3px 16px;
  cursor: pointer;
  display: inline-block;
}
.cf-button:hover {
  background: #555;
  color: #acacac;
  border-color: #555;
}

.clearfix {
  overflow: hidden;
}

.cf-icon-container {
  width: 25px;
  height: 25px;
  line-height: 26px;
  text-align: center;
  display: inline-block;
  background-color: #555;
  border-radius: 100%;
  border: none;
  position: relative;
  cursor: pointer;
}
.cf-icon-container:hover {
  background-color: rgb(168.5, 168.5, 168.5);
}

.cf-icon {
  font-family: "cf-icons";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cf-back-to-top-container {
  box-sizing: border-box;
  max-width: 1364px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  padding: 60px 20px 50px;
}
.cf-back-to-top-container .cf-back-to-top {
  cursor: pointer;
  display: flex;
}
.cf-back-to-top-container .cf-back-to-top .arrow-container:before {
  margin-left: 10px;
  font-family: cf-icons;
  content: "\e80c";
}

/* rebrand 2024: customizing 404 page */
body.cms-no-route .page-main {
  min-height: 90vh;
  display: flex !important;
  flex-direction: column;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.2em;
}

/* rebrand 2024: customizing search results page */
body.catalogsearch-result-index .page-main {
  min-height: 90vh;
  margin-top: 100px;
}

/* rebrand 2024: customizing margins on legacy pages */
.page-main {
  margin-top: 70px !important;
}

/* rebrand 2024: customizing margins on catalogs */
body.catalog-category-view {
  margin-top: 70px !important;
}

/* rebrand 2024: customize retailer */
.amlocator-index-index {
  margin-top: 40px !important;
}

/* rebrand 2024: account page */
.customer-account-index {
  margin-top: 40px !important;
}

.catalog-product-view {
  /* changes for rebrand 2024 */
}
.catalog-product-view .column.main {
  width: 34%;
  order: 1;
}
@media only screen and (max-width: 1020px) {
  .catalog-product-view .column.main {
    width: 100%;
  }
}
.catalog-product-view .columns {
  display: flex;
}
.catalog-product-view.subnav-fixed {
  margin-top: 63px;
}
.catalog-product-view .breadcrumbs .items {
  margin: 20px 20px;
  display: flex;
  color: #000000;
}
.catalog-product-view .breadcrumbs .items .item {
  margin-right: 20px;
  position: relative;
}
.catalog-product-view .breadcrumbs .items .item:after {
  content: "\e80b";
  position: absolute;
  top: calc(50% + 6px);
  right: 1px;
  width: 0;
  height: 0;
  font-family: "cf-icons";
  transform: rotate(-90deg);
  color: #919090;
}
.catalog-product-view .breadcrumbs .items .item:last-child:after {
  display: none;
}
.catalog-product-view .breadcrumbs .items a {
  color: #919090;
}
.catalog-product-view .action-skip-wrapper {
  position: absolute;
  left: -3000%;
  display: none;
}
@media (max-width: 1023px) {
  .catalog-product-view .columns {
    display: flex;
    flex-direction: column;
  }
  .catalog-product-view .columns .column.main {
    order: 1;
  }
}
.catalog-product-view #cf_colour_selector {
  margin-top: 30px;
}
.catalog-product-view .product-info-main {
  background: #f5f5f5;
  height: 100%;
  padding-bottom: 126px;
  position: relative;
  /* changes for rebrand 2024 */
  /* position: absolute; */
  /* top: 0; */
  /* right: 0; */
  /* width: percentage($right-col-width/$design-width); */
  z-index: 1;
  box-sizing: border-box;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
.catalog-product-view .product-info-main .page-title-wrapper {
  margin: 0;
  text-align: left;
  padding-bottom: 10px;
}
.catalog-product-view .product-info-main .cf-back-to-top-container {
  order: 4;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 0 6.9565217391%;
}
@media (max-width: 1023px) {
  .catalog-product-view .product-info-main {
    width: 460px;
    float: right;
  }
}
@media (max-width: 1023px) {
  .catalog-product-view .product-info-main {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
    padding: 30px 0 50px;
  }
}
.catalog-product-view .product-info-main > div {
  padding: 0 6.9565217391%;
}
.catalog-product-view .product-info-main .product-attachment {
  order: 1;
  border: none;
  position: relative;
  /*&:before {
      // Download link for mageprince product attachment link
      content: "Download";
      position: absolute;
      top: 10px;
      left: 6.95652%;
  }*/
  /* New code to show "download certificates" for fabric links */
}
.catalog-product-view .product-info-main .product-attachment a {
  padding-top: 10px;
  padding-bottom: 10px;
  opacity: 0;
}
.catalog-product-view .product-info-main .product-attachment.non-fabric:before {
  content: "Download";
  position: absolute;
  top: 10px;
  left: 6.95652%;
}
.catalog-product-view .product-info-main .product-attachment.fabric-certificate:before {
  content: "Download certificate";
  position: absolute;
  top: 10px;
  left: 6.95652%;
}
.catalog-product-view .product-info-main .retailer-link {
  order: 2;
}
.catalog-product-view .product-info-main .retailer-link > a {
  align-items: center;
  padding: 22px 0;
  color: #7d7d7d;
  display: block;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
}
.catalog-product-view .product-info-main .cf-product-prev-next {
  position: absolute;
  right: 0;
  top: 33px;
  display: flex;
}
@media (max-width: 1023px) {
  .catalog-product-view .product-info-main .cf-product-prev-next {
    top: 34px;
  }
}
.catalog-product-view .product-info-main .cf-product-prev-next a {
  display: block;
  position: relative;
}
.catalog-product-view .product-info-main .cf-product-prev-next a:first-child {
  margin-right: 5px;
}
.catalog-product-view .product-info-main .cf-product-prev-next span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  background-color: #c2c2c2;
  font-family: "cf-icons";
  color: #fff;
}
.catalog-product-view .product-info-main .cf-product-prev-next span.prev-prod:before {
  content: "\e801";
}
.catalog-product-view .product-info-main .cf-product-prev-next span.next-prod:before {
  content: "\e802";
}
.catalog-product-view .product-info-main .cf-product-prev-next span.hover {
  background-color: #959595;
}
.catalog-product-view .product-info-main .cf-product-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  margin: 0 6.9565217391%;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  order: 3;
}
@media (max-width: 838px) {
  .catalog-product-view .product-info-main .cf-product-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .catalog-product-view .product-info-main .cf-product-actions .cf-social-icons {
    margin-bottom: 15px;
  }
}
.catalog-product-view .product-info-main .cf-product-actions .cf-actionlabel {
  margin-right: 20px;
}
.catalog-product-view .product-info-main .cf-product-actions .cf-social-icons,
.catalog-product-view .product-info-main .cf-product-actions .cf-wishlist-container {
  display: flex;
  align-items: center;
}
.catalog-product-view .product-info-main .product.data.items {
  display: flex;
  flex-direction: column;
}
.catalog-product-view .product-info-main .product.data.items #tab-label-additional {
  display: none;
}
.catalog-product-view .product-info-main .product.data.items #description {
  padding: 8px 0 20px;
}
.catalog-product-view .product-info-main .product.data.items .data.item.content p,
.catalog-product-view .product-info-main .product.data.items .data.item.content p span,
.catalog-product-view .product-info-main .product.data.items .data.item.content span {
  font-size: 100% !important;
  font-family: inherit !important;
  color: inherit !important;
}
.catalog-product-view .product-info-main .product.data.items #additional,
.catalog-product-view .product-info-main .product.data.items .force-display {
  display: block !important;
}
.catalog-product-view .product-info-main .product.data.items .force-display {
  border-bottom: 1px solid #e1e1e1;
  padding: 20px 0;
}
.catalog-product-view .product-info-main .product.data.items .force-display .cf-more-heading,
.catalog-product-view .product-info-main .product.data.items .force-display .product-attachment {
  border-top: none;
  margin-bottom: 5px;
}
.catalog-product-view .product-info-main .product.data.items table.additional-attributes {
  width: 100%;
}
.catalog-product-view .product-info-main .product.data.items table.additional-attributes tr:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.catalog-product-view .product-info-main .product.data.items table.additional-attributes .table-caption {
  position: absolute;
  left: -3000px;
}
.catalog-product-view .product-info-main .product.data.items table.additional-attributes tr,
.catalog-product-view .product-info-main .product.data.items table.additional-attributes th {
  display: block;
  text-align: left;
}
.catalog-product-view .product-info-main .product.data.items table.additional-attributes td {
  padding: 8px 0 20px;
}
.catalog-product-view .product-info-main .product.data.items table.additional-attributes td img {
  max-height: 24px;
  opacity: 0.7;
  width: auto;
  display: inline-block;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .product.data.items table.additional-attributes td img.swatch-image {
  max-height: 100px;
}
.catalog-product-view .product-info-main .product.data.items table.additional-attributes td .swatch-image-attr {
  display: flex;
  align-items: center;
}
.catalog-product-view .product-info-main .product.data.items table.additional-attributes td .swatch-image-attr .swatch-image {
  margin-right: 10px;
}
.catalog-product-view .product.data.items th.col,
.catalog-product-view .product-code-head,
.catalog-product-view .cf-more-heading,
.catalog-product-view .cf-product-actions,
.catalog-product-view .data.item.title,
.catalog-product-view .product-attachment {
  border-top: 1px solid #e1e1e1;
  padding: 7px 0;
  font-family: "Basel-Classic-Medium", sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #919090;
  letter-spacing: normal;
  position: relative;
}
.catalog-product-view .product.data.items th.col#tab-label-cf_stocklevel-title, .catalog-product-view .product.data.items th.col#tab-label-cf_stocklevel_logged_out-title,
.catalog-product-view .product-code-head#tab-label-cf_stocklevel-title,
.catalog-product-view .product-code-head#tab-label-cf_stocklevel_logged_out-title,
.catalog-product-view .cf-more-heading#tab-label-cf_stocklevel-title,
.catalog-product-view .cf-more-heading#tab-label-cf_stocklevel_logged_out-title,
.catalog-product-view .cf-product-actions#tab-label-cf_stocklevel-title,
.catalog-product-view .cf-product-actions#tab-label-cf_stocklevel_logged_out-title,
.catalog-product-view .data.item.title#tab-label-cf_stocklevel-title,
.catalog-product-view .data.item.title#tab-label-cf_stocklevel_logged_out-title,
.catalog-product-view .product-attachment#tab-label-cf_stocklevel-title,
.catalog-product-view .product-attachment#tab-label-cf_stocklevel_logged_out-title {
  border-top: none;
  color: #7d7d7d;
}
.catalog-product-view .data.item.title {
  padding: 20px 0;
  border-top: none;
  border-bottom: 1px solid #e1e1e1;
}
.catalog-product-view .data.item.title.active {
  border-bottom: none;
}
.catalog-product-view .data.item.content:not(#additional):after {
  content: "";
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  display: block;
  padding-top: 20px;
}
.catalog-product-view .data.item.content:not(#additional) a {
  color: #7d7d7d;
}
.catalog-product-view .product.data.items th {
  font-family: "Basel-Classic-Medium", sans-serif;
  font-weight: normal;
}
.catalog-product-view .product.data.items th.col,
.catalog-product-view .product-code-head {
  cursor: pointer;
}
.catalog-product-view .product.data.items th.col:after,
.catalog-product-view .product-code-head:after {
  content: "\e80c";
  position: absolute;
  top: 8px;
  right: 0;
  font-family: "cf-icons";
}
.catalog-product-view .product.data.items th.col.down:after,
.catalog-product-view .product-code-head.down:after {
  content: "\e80b";
}
.catalog-product-view .configurable-options {
  padding: 0 6.9565217391%;
}
.catalog-product-view .configurable-options .cf-options-wrapper {
  display: none;
}
.catalog-product-view .configurable-options .cf-options-wrapper .cf-inner-wrapper {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
.catalog-product-view .configurable-options .cf-option-container {
  cursor: pointer;
  display: inline-block;
  width: 25%;
  max-width: 94px;
  border: 4px solid transparent;
  font-size: 0;
}
.catalog-product-view .configurable-options .cf-option-container.selected {
  border-color: #b6b6b6;
}
.catalog-product-view .configurable-options .cf-option-container img {
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
.catalog-product-view .product.media {
  box-sizing: border-box;
  position: relative;
  width: 66%;
  /* changes for rebrand 2024 */
  /* width: 100%; */
  /* padding: 0 percentage($right-col-width/$design-width) 0 0;*/
  margin: 0;
  /*min-height: 1500px;  */ /* breaks mobile view */
}
@media (max-width: 1023px) {
  .catalog-product-view .product.media {
    /*width: calc(100% - 460px);*/
    /**/
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .catalog-product-view .product.media {
    padding: 0;
    background: #fff;
    overflow: hidden;
    width: 100%;
  }
}
.catalog-product-view .page-title {
  margin: 9px 0 3px;
  font-family: "Basel-Classic-Medium", sans-serif;
  font-size: 44px;
  color: #000000;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: normal;
  color: #000;
  padding-right: 80px;
}
@media (max-width: 838px) {
  .catalog-product-view .page-title {
    margin: 0;
  }
}
.catalog-product-view .product.attribute.sku {
  margin: 0 0 10px;
  font-family: "Basel-Classic-Medium", sans-serif;
  letter-spacing: normal;
  color: #707070;
  font-size: 13px;
  line-height: 18px;
  padding-right: 80px;
}
@media (max-width: 838px) {
  .catalog-product-view .product.attribute.sku {
    margin: 0;
  }
}
.catalog-product-view .product.attribute.sku .type {
  display: none;
}
.catalog-product-view .product-certificates,
.catalog-product-view .product-attachment a {
  background: transparent;
  border: none;
  padding: 0;
  color: #7d7d7d;
  font-size: 13px;
  display: block;
  cursor: pointer;
}
.catalog-product-view #repeat-image-modal,
.catalog-product-view #certificates-modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.catalog-product-view #repeat-image-modal .repeat-image-wrapper,
.catalog-product-view #repeat-image-modal .certificates-wrapper,
.catalog-product-view #certificates-modal .repeat-image-wrapper,
.catalog-product-view #certificates-modal .certificates-wrapper {
  position: relative;
}
.catalog-product-view #repeat-image-modal .cf-repeat-close,
.catalog-product-view #repeat-image-modal .cf-certificates-close,
.catalog-product-view #certificates-modal .cf-repeat-close,
.catalog-product-view #certificates-modal .cf-certificates-close {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  background-color: transparent;
  border: none;
  background-image: url(../images/form/remove-transparent.png);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.catalog-product-view #repeat-image-modal .cf-repeat-img,
.catalog-product-view #certificates-modal .cf-repeat-img {
  max-width: 100vw;
  max-height: calc(100vh - 50px);
  margin-top: 24px;
  position: relative;
}
.catalog-product-view #repeat-image-modal.hide,
.catalog-product-view #certificates-modal.hide {
  display: none;
}
.catalog-product-view .cf-gallery-wrapper {
  margin-left: 130px;
  background-color: #f5f5f5;
}
.catalog-product-view .cf-gallery-wrapper.no-nav {
  margin-left: 0;
}
@media (max-width: 1023px) {
  .catalog-product-view .cf-gallery-wrapper {
    /*min-height: 1500px;  */ /* breaks mobile view */
    margin-left: 0;
  }
  .catalog-product-view .cf-gallery-wrapper .easyzoom {
    margin-bottom: 0;
  }
}
@media (max-width: 1023px) {
  .catalog-product-view .cf-gallery-wrapper {
    min-height: 0px;
  }
}
.catalog-product-view .cf-gallery-wrapper .gallery-main {
  width: 100%;
}
.catalog-product-view .cf-gallery-wrapper .gallery-main > a {
  display: block;
}
.catalog-product-view .cf-gallery-wrapper .gallery-main.no-image-product {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
}
.catalog-product-view .cf-gallery-wrapper .gallery-main.no-image-product p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.catalog-product-view .cf-gallery-wrapper .cf-gallery-image {
  max-width: 100%;
  max-height: calc(100% - 200px);
  margin: auto;
}
.catalog-product-view .cf-gallery-thumbnails {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 130px;
  background: #f5f5f5;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.catalog-product-view .cf-gallery-thumbnails .cf-thumbnail-image {
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .catalog-product-view .cf-gallery-thumbnails {
    display: none !important;
  }
}
.catalog-product-view #stocklevel-info .sl-action {
  margin: 30px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.catalog-product-view #stocklevel-info .sl-action label {
  width: 135px;
}
.catalog-product-view #stocklevel-info .sl-action input {
  width: 45px;
  height: 28px;
  padding: 0 7px;
  border-radius: 0;
  border-width: 1px;
  outline: none;
  border-style: solid;
  border-color: #959595;
}
.catalog-product-view #stocklevel-info #sl-show-details {
  cursor: pointer;
}
.catalog-product-view #stocklevel-info .sl-details {
  display: none;
}
.catalog-product-view #stocklevel-info .sl-details th,
.catalog-product-view #stocklevel-info .sl-details td {
  padding: 2px 3px;
  text-align: left;
  font-size: 12px;
  border: 1px solid #959595;
}
.catalog-product-view #stocklevel-info .sl-summary {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.catalog-product-view #stocklevel-info .red-alert {
  color: red !important;
  font-weight: bold !important;
}
.catalog-product-view #stocklevel-info #sl-loading-error {
  display: none;
}
.catalog-product-view #stocklevel-info .order-sample-wrapper {
  display: flex;
  justify-content: flex-end;
}

.fb-child-categories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fb-child-categories .fb-child-cat {
  width: 25%;
  flex-grow: 1;
  overflow: hidden;
}
@media (orientation: portrait) {
  .fb-child-categories .fb-child-cat {
    height: 200px;
  }
}
@media all and (max-width: 850px) {
  .fb-child-categories .fb-child-cat {
    width: 50%;
    max-height: 50vw;
  }
}
.fb-child-categories .fb-child-cat .fb-child-cat-img {
  width: 100%;
  height: auto;
}
@media (orientation: portrait) {
  .fb-child-categories .fb-child-cat .fb-child-cat-img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.fb-child-categories .fb-child-cat .fb-child-cat-link {
  line-height: 0;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.fb-child-categories .fb-child-cat .fb-child-cat-title {
  font-size: 40px;
  line-height: 1.2;
  font-family: "Basel-Classic-Medium", sans-serif;
  color: white;
  position: absolute;
  padding: 20px;
  line-height: 1;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translateY(-50%) translateX(-50%);
}
@media all and (max-width: 1080px) {
  .fb-child-categories .fb-child-cat .fb-child-cat-title {
    font-size: 30px;
  }
}
.fb-child-categories.tree .fb-child-wrapper-cat {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.fb-child-categories.tree .fb-child-cat {
  width: calc(25% - 10px);
  margin-right: 10px;
}
.fb-child-categories.tree .fb-child-cat .fb-child-cat-title {
  position: static;
  color: black;
  transform: none;
  font-family: "BaselGrotesk-Book", sans-serif;
  padding: 10px 20px;
  font-size: 16px;
}
.fb-child-categories.tree .fb-child-cat:last-child {
  margin-right: 0;
}
.fb-child-categories.tree .fb-child-cat img {
  background: grey;
}
.fb-child-categories.tree .fb-wrapper-title {
  width: 100%;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1;
}
@media all and (max-width: 700px) {
  .fb-child-categories.tree .fb-child-cat {
    width: 100%;
    margin-right: 0;
  }
  .fb-child-categories.tree .fb-child-wrapper-cat .fb-child-cat {
    width: calc(50% - 10px);
    margin-right: 0;
  }
  .fb-child-categories.tree .fb-child-wrapper-cat .fb-child-cat:nth-child(2n+2) {
    margin-right: 10px;
  }
}
.fb-child-categories .fb-child-wrapper-cat {
  width: 100%;
}

/* Shrink wrap strategy 1 */
.easyzoom {
  float: left;
  position: relative;
}

.easyzoom img {
  display: block;
}

/* Shrink wrap strategy 2 */
.easyzoom {
  display: inline-block;
  margin-bottom: 20px;
}

.easyzoom img {
  vertical-align: bottom;
  cursor: url(../images/zoom-cursor.png), grab;
}

.easyzoom-flyout {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 15;
  overflow: hidden;
  background: #FFF;
}
.easyzoom-flyout img {
  max-width: none;
  cursor: url(../images/zoomout-cursor.png), grab;
}

.fb-registration-title {
  /*display: none;*/
}

form.form-create-account {
  /*display: none;*/
}
form.form-create-account .selectricWrapper {
  display: block;
  /*background-color: green;*/
  float: none;
}

/* ***************** */
/* * CONTRACT LIST * */
/* ***************** */
.block.ct-listing-contracts .block-content {
  padding-top: 40px;
  text-align: center;
}
.block.ct-listing-contracts .contracts-title-block {
  text-transform: uppercase;
  margin-bottom: 64px;
}
.block.ct-listing-contracts .contracts-title-block p {
  margin-bottom: 12px;
}
.block.ct-listing-contracts .text-before > p {
  font-size: 18px;
  line-height: 1.55;
  font-family: "BaselGrotesk-Book", sans-serif;
  max-width: 900px;
  margin: 0 auto 30px;
}
.block.ct-listing-contracts table.contract-list {
  margin: 60px 0;
}
.block.ct-listing-contracts table.contract-list td {
  width: 33.3333333333%;
  padding: 20px;
}
.block.ct-listing-contracts table.contract-list h3 {
  font-size: 26px;
  font-family: "Basel-Classic-Medium", sans-serif;
  line-height: 1.1;
  color: #2f2f2f;
  margin-bottom: 30px;
}
@media all and (max-width: 838px) {
  .block.ct-listing-contracts table.contract-list {
    display: block;
  }
  .block.ct-listing-contracts table.contract-list td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .block.ct-listing-contracts table.contract-list td:not(:first-child) {
    margin-top: 30px;
  }
}
.block.ct-listing-contracts .contents-items {
  margin-bottom: 65px;
}

/* ***************** */
/* * CONTRACT VIEW * */
/* ***************** */
.ct-view-contracts {
  font-family: "Basel-Classic-Medium", sans-serif;
}
.ct-view-contracts .contract-gallery .slider-direction {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 60px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.4);
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  z-index: 1;
}
.ct-view-contracts .contract-gallery .slider-direction.slider-next {
  right: 0;
}
.ct-view-contracts .contract-gallery .slider-direction.slider-left {
  left: 0;
}
.ct-view-contracts .contract-gallery .contract-gallery-slide img {
  width: 100%;
}
.ct-view-contracts .contract-gallery:not(.slider-nav) .contract-gallery-slide {
  position: relative;
  height: 40vw;
}
@media all and (max-width: 1020px) {
  .ct-view-contracts .contract-gallery:not(.slider-nav) .contract-gallery-slide {
    height: auto;
  }
}
.ct-view-contracts .contract-gallery:not(.slider-nav) .contract-gallery-slide img {
  width: 100%;
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media all and (max-width: 1020px) {
  .ct-view-contracts .contract-gallery:not(.slider-nav) .contract-gallery-slide img {
    position: static;
    transform: none;
  }
}
.ct-view-contracts .contract-gallery.slider-nav {
  height: 20vh;
  max-height: 150px;
  margin: 10px auto 0;
}
.ct-view-contracts .contract-gallery.slider-nav .slick-list {
  padding: 0 !important;
}
.ct-view-contracts .contract-gallery.slider-nav .slick-slide {
  max-width: 16.6666666667%;
}
.ct-view-contracts .contract-gallery.slider-nav .slick-slide > div {
  width: 100%;
}
.ct-view-contracts .contract-gallery.slider-nav .slick-slide.slick-current > div {
  background-color: #e4e7f0;
}
.ct-view-contracts .contract-gallery.slider-nav .gallery-slide {
  overflow: hidden;
  margin-right: 10px;
}
.ct-view-contracts .contract-gallery.slider-nav img.fbslick-img {
  min-height: 100%;
}
@media all and (max-width: 650px) {
  .ct-view-contracts .contract-gallery.slider-nav {
    display: none;
  }
}
.ct-view-contracts .below-main-slider {
  padding: 40px 20px 100px;
}
.ct-view-contracts .contract-title {
  font-size: 26px;
  font-family: "Basel-Classic-Medium", sans-serif;
  line-height: 1.1;
}
.ct-view-contracts hr {
  margin: 20px auto;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.ct-view-contracts hr.large-bottom-margin {
  margin: 20px auto 32px;
}
.ct-view-contracts .text-blocks {
  display: flex;
  padding-top: 40px;
  font-size: 13px;
}
@media all and (max-width: 650px) {
  .ct-view-contracts .text-blocks {
    padding-top: 0;
    flex-direction: column;
  }
}
.ct-view-contracts .text-blocks h1 {
  text-transform: uppercase;
  letter-spacing: normal;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}
.ct-view-contracts .text-blocks p {
  color: #555;
  line-height: 22px;
}
.ct-view-contracts .text-blocks p a {
  color: #2f2f2f;
}
.ct-view-contracts .text-blocks .contract-block {
  flex-grow: 1;
  margin-right: 50px;
  padding-bottom: 60px;
  width: 50%;
}
@media all and (max-width: 650px) {
  .ct-view-contracts .text-blocks .contract-block {
    padding-bottom: 0;
    width: 100%;
  }
}
.ct-view-contracts .text-blocks .contract-block:last-child {
  margin-right: 0;
}
.ct-view-contracts .fb-content-nav {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
@media all and (max-width: 650px) {
  .ct-view-contracts .fb-content-nav {
    flex-direction: column;
  }
}
.ct-view-contracts .fb-content-nav li span {
  color: #acacac;
}

.page.messages {
  text-align: center;
}
.page.messages .error,
.page.messages .success,
.page.messages .notice {
  max-width: 900px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: red;
}

.customer-account-logoutsuccess .page-main {
  text-align: center;
  margin-top: 60px;
}
.customer-account-logoutsuccess .page-main h1 {
  font-size: 33px;
  font-family: "Basel-Classic-Medium", sans-serif;
}

.cc-window {
  opacity: 1;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  -webkit-transition: transform 1s ease;
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  -webkit-transform: translateY(2em);
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-top {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-animate.cc-revoke.cc-active.cc-bottom {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-revoke:hover {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2em;
  max-width: 24em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1em 1.8em;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-revoke:hover {
  text-decoration: underline;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
  text-decoration: underline;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.cc-window.cc-banner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
  margin-right: 1em;
}

.cc-compliance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-floating .cc-compliance > .cc-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .cc-window.cc-banner .cc-message {
    margin-right: 0;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em;
  margin-bottom: 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

section#design-philosophy {
  padding-left: 0;
  padding-right: 0;
}
section#design-philosophy .ds-gallery {
  width: 100%;
  max-width: none;
  margin-bottom: 50px;
}
section#design-philosophy .ds-gallery .fbslick-img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 0;
}
section#design-philosophy .ds-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  height: 60px;
  width: 40px;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
section#design-philosophy .ds-gallery .slick-arrow.slider-next {
  right: 0;
}
section#design-philosophy .ds-gallery .slick-arrow.slider-prev {
  left: 0;
}

.contentmanager-contenttype-boutiques .company-title-wrapper .company-title {
  text-align: center;
}
.contentmanager-contenttype-boutiques .ct-field.boutique-gallery {
  width: 100%;
  max-width: none;
  margin-bottom: 50px;
}
.contentmanager-contenttype-boutiques .ct-field.boutique-gallery .fbslick-img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 0;
}
.contentmanager-contenttype-boutiques .ct-field.boutique-gallery .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  display: flex;
  height: 60px;
  width: 40px;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
}
.contentmanager-contenttype-boutiques .ct-field.boutique-gallery .slick-arrow.slider-next {
  right: 0;
}
.contentmanager-contenttype-boutiques .ct-field.boutique-gallery .slick-arrow.slider-prev {
  left: 0;
}

.fb-history {
  min-height: calc(100vh - 205px);
  display: flex;
  flex-direction: column;
}

.history-slide {
  width: 650px;
  padding-right: 75px;
  padding-left: 75px;
  box-sizing: border-box;
}
@media all and (max-width: 1220px) {
  .history-slide {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media all and (max-width: 950px) {
  .history-slide {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media all and (max-width: 750px) {
  .history-slide {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.history-slide:not(.slick-current) {
  opacity: 0.5;
}
.history-slide img {
  width: 55%;
  margin-right: 4%;
  height: auto;
  margin-bottom: auto;
  display: inline-block;
}
@media all and (max-width: 750px) {
  .history-slide img {
    width: 100%;
  }
}
.history-slide img.portrait {
  width: 30%;
}
.history-slide .history-slide-content {
  width: 40%;
  vertical-align: top;
  display: inline-block;
}
@media all and (max-width: 750px) {
  .history-slide .history-slide-content {
    width: 100%;
  }
}
.history-slide .history-year {
  margin-bottom: 12px;
}
.history-slide .history-title {
  font-size: 26px;
  font-family: "Basel-Classic-Medium", sans-serif;
  line-height: 1.1;
  margin-bottom: 28px;
}

.history-nav {
  margin-top: auto;
  text-align: center;
  height: 70px;
  padding-top: 7px;
  border-top: 1px solid #c2c2c2;
}
.history-nav .history-period {
  cursor: pointer;
}
.history-nav .nav-inner {
  max-width: 960px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media all and (max-width: 750px) {
  .history-nav .nav-inner {
    display: none;
  }
}
.history-nav li {
  display: inline-block;
}
.history-nav li.active {
  text-decoration: underline;
}

.history-slider {
  padding: 50px 0;
}
.history-slider .slick-arrow {
  display: block;
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  z-index: 3;
}
.history-slider .slick-arrow.slider-next {
  right: 0;
}
.history-slider .slick-arrow.slider-prev {
  left: 0;
}

.ct-view-video .fb-video {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.ct-view-video .fb-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ct-view-video .video-outer {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
.ct-view-video .fb-content-nav {
  margin: 50px 0;
  text-align: center;
}
.ct-view-video .fb-content-nav span {
  display: none;
}
.ct-view-video .fb-content-nav li {
  display: inline-block;
  text-transform: uppercase;
}
.ct-view-video .fb-content-nav li a {
  color: #acacac;
}
.ct-view-video .fb-content-nav li a:first-of-type {
  padding-right: 25px;
}
.ct-view-video .cf-sm-links {
  margin-bottom: 50px;
}

.ct-view-award .award-wrapper, .ct-view-news .award-wrapper {
  box-sizing: border-box;
  max-width: 1364px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin: auto;
  padding: 70px 30px;
}
@media all and (max-width: 850px) {
  .ct-view-award .award-wrapper, .ct-view-news .award-wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.ct-view-award .page-slider, .ct-view-news .page-slider {
  display: flex;
}
@media all and (max-width: 850px) {
  .ct-view-award .page-slider, .ct-view-news .page-slider {
    flex-direction: column-reverse;
  }
}
.ct-view-award .cf-news-video, .ct-view-news .cf-news-video {
  margin-bottom: 30px;
  padding: 0 36px 0 0;
}
@media all and (max-width: 850px) {
  .ct-view-award .cf-news-video, .ct-view-news .cf-news-video {
    width: 100%;
  }
}
.ct-view-award .cf-news-video .cf-news-video-inner, .ct-view-news .cf-news-video .cf-news-video-inner {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.ct-view-award .cf-news-video iframe, .ct-view-news .cf-news-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ct-view-award .award-gallery, .ct-view-news .award-gallery {
  padding: 0 36px 140px 0;
  box-sizing: border-box;
}
@media all and (max-width: 850px) {
  .ct-view-award .award-gallery, .ct-view-news .award-gallery {
    width: 100%;
    text-align: center;
    padding: 0;
  }
}
.ct-view-award .award-gallery img, .ct-view-news .award-gallery img {
  margin-bottom: 30px;
  width: 100%;
}
@media all and (max-width: 850px) {
  .ct-view-award .award-gallery img, .ct-view-news .award-gallery img {
    max-width: 600px;
  }
}
.ct-view-award .award-gallery img.portrait, .ct-view-news .award-gallery img.portrait {
  max-width: 600px;
}
.ct-view-award .award-content, .ct-view-news .award-content {
  width: 32%;
  text-align: center;
  box-sizing: border-box;
  margin-top: 0;
}
@media all and (max-width: 850px) {
  .ct-view-award .award-content, .ct-view-news .award-content {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.ct-view-award .award-content.news-content, .ct-view-news .award-content.news-content {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #acacac;
}
@media all and (max-width: 850px) {
  .ct-view-award .award-content.news-content, .ct-view-news .award-content.news-content {
    padding-right: 20px;
    padding-left: 20px;
    margin-left: 0;
    border: none;
  }
}
.ct-view-award .award-content .cf-sm-links, .ct-view-news .award-content .cf-sm-links {
  margin-bottom: 30px;
}
@media all and (max-width: 850px) {
  .ct-view-award .award-content .cf-sm-links, .ct-view-news .award-content .cf-sm-links {
    display: none;
  }
}
.ct-view-award .award-title, .ct-view-news .award-title {
  font-size: 26px;
  font-family: "Basel-Classic-Medium", sans-serif;
  line-height: 1.1;
  margin-bottom: 30px;
}
.ct-view-award .award-date, .ct-view-news .award-date {
  margin-bottom: 10px;
}
.ct-view-award .award-text h2, .ct-view-news .award-text h2 {
  font-size: 26px;
  font-family: "Basel-Classic-Medium", sans-serif;
  line-height: 1.1;
  padding-top: 10px;
}
.ct-view-award .award-text *, .ct-view-news .award-text * {
  margin-bottom: 30px;
}
.ct-view-award .award-text a, .ct-view-news .award-text a {
  text-decoration: underline;
}
.ct-view-award .award-text strong, .ct-view-news .award-text strong {
  font-weight: bold;
}
.ct-view-award .small-content-nav, .ct-view-news .small-content-nav {
  margin-top: 50px;
}
@media all and (max-width: 850px) {
  .ct-view-award .small-content-nav, .ct-view-news .small-content-nav {
    display: block;
  }
}
.ct-view-award .small-content-nav .fb-content-nav, .ct-view-news .small-content-nav .fb-content-nav {
  border-top: 1px solid #acacac;
  padding-top: 20px;
  font-weight: bold;
}
@media all and (max-width: 850px) {
  .ct-view-award .small-content-nav .fb-content-nav, .ct-view-news .small-content-nav .fb-content-nav {
    display: none;
  }
}
.ct-view-award .fb-content-nav, .ct-view-news .fb-content-nav {
  text-align: center;
}
.ct-view-award .fb-content-nav .divider, .ct-view-news .fb-content-nav .divider {
  margin: 0 10px;
  color: #acacac;
}
.ct-view-award .fb-content-nav li, .ct-view-news .fb-content-nav li {
  display: inline-block;
}
.ct-view-award .fb-content-nav li a, .ct-view-news .fb-content-nav li a {
  color: #acacac;
  text-transform: uppercase;
}
.ct-view-award .news-links a, .ct-view-news .news-links a {
  margin: 0 auto 5px;
  display: block;
  max-width: 220px;
}
.ct-view-award .news-links a:last-of-type, .ct-view-news .news-links a:last-of-type {
  margin-bottom: 0;
}

.news-grid {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px;
  margin-bottom: 70px;
}
@media all and (max-width: 850px) {
  .news-grid {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media all and (max-width: 850px) {
  .news-grid {
    margin-left: 0;
    margin-right: 0;
  }
}
.news-grid .news-item {
  width: 25%;
  text-align: center;
  padding: 25px 15px;
  box-sizing: border-box;
}
@media all and (max-width: 1350px) {
  .news-grid .news-item {
    width: 33.3333333333%;
  }
}
@media all and (max-width: 850px) {
  .news-grid .news-item {
    width: 50%;
    padding: 25px 10px;
  }
}
@media all and (max-width: 500px) {
  .news-grid .news-item {
    width: 100%;
    padding: 0;
  }
}
.news-grid .news-item img {
  width: 100%;
  height: auto;
  margin-bottom: 13px;
}
.news-grid .news-item .cf-news-date {
  margin-bottom: 15px;
}
.news-grid .news-title {
  font-size: 26px;
  font-family: "Basel-Classic-Medium", sans-serif;
  line-height: 1.1;
  padding: 5px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: 20px;
  margin-bottom: 30px;
}

.contact-index-index {
  color: #2f2f2f;
}
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .max-width {
  margin-top: 70px;
}
.contact-index-index .contact-title {
  font-size: 26px;
  font-family: "Basel-Classic-Medium", sans-serif;
  line-height: 1.1;
  padding-top: 7px;
  padding-bottom: 40px;
  border-top: solid 1px #959595;
}
.contact-index-index .address-group {
  border-top: solid 1px #e1e1e1;
  padding-top: 20px;
}
.contact-index-index .address-group .text-spacing {
  margin-bottom: 15px;
  display: block;
}
.contact-index-index .address-group .emails, .contact-index-index .address-group .emails a {
  color: #959595;
}
.contact-index-index .address-group .emails a:hover, .contact-index-index .address-group .emails a a:hover {
  color: #767676;
}
.contact-index-index .address-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.contact-index-index .address-list .address-group {
  width: calc(25% - 20px);
  margin-bottom: 70px;
  margin-left: 10px;
  margin-right: 10px;
}
@media all and (max-width: 950px) {
  .contact-index-index .address-list .address-group {
    width: calc(33.3333333333% - 20px);
  }
}
@media all and (max-width: 700px) {
  .contact-index-index .address-list .address-group {
    width: calc(50% - 20px);
  }
}
@media all and (max-width: 500px) {
  .contact-index-index .address-list .address-group {
    width: calc(100% - 20px);
  }
}
.contact-index-index section.contact-details {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  /* Always set the map height explicitly to define the size of the div
  * element that contains the map. */
}
.contact-index-index section.contact-details .headquarters {
  margin-right: 50px;
}
@media all and (max-width: 950px) {
  .contact-index-index section.contact-details .headquarters {
    margin-right: 0;
  }
}
.contact-index-index section.contact-details .map {
  flex-grow: 1;
  height: 30vw;
  min-height: 600px;
  background-color: lightgrey;
}
@media all and (max-width: 950px) {
  .contact-index-index section.contact-details .map {
    min-height: 400px;
    margin-bottom: 70px;
  }
}
@media all and (max-width: 500px) {
  .contact-index-index section.contact-details .map {
    min-height: 300px;
  }
}
@media all and (max-width: 950px) {
  .contact-index-index section.contact-details {
    flex-direction: column-reverse;
  }
}

.amlocator-index-index .page-title {
  display: none;
}
.amlocator-index-index .column.main h1 {
  margin: 30px 0;
  text-transform: uppercase;
}
.amlocator-index-index .column.main > hr {
  display: none;
}

.fb-locator {
  flex: auto;
  justify-content: space-between;
  /* 
  MAP
  */
  /* 
  PRODUCT AND LOCATION TYPE ICONS (select fields / popup & right side store list)
  */
  /* 
  RIGHT SIDE STORE LIST
  */
  /* 
  MAP LOADING STATUS
  */
  /* 
  FILTER BAR
  */
}
.fb-locator .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}
.fb-locator input:focus, .fb-locator select:focus, .fb-locator option:focus {
  outline: none;
}
.fb-locator label, .fb-locator .attribute-label {
  color: #b5b5b5;
  font-weight: normal;
}
.fb-locator button span {
  color: white;
  font-weight: normal;
}
.fb-locator button {
  padding: 3px 15px;
  border: 1px solid white;
  cursor: pointer;
}
.fb-locator .button {
  text-transform: uppercase;
}
.fb-locator .amlocator-map-canvas, .fb-locator .amlocator_mapblock {
  height: 100% !important;
}
@media all and (max-width: 750px) {
  .fb-locator .amlocator-map-canvas, .fb-locator .amlocator_mapblock {
    width: 100% !important;
    height: 400px !important;
  }
}
.fb-locator .amasty-popup .address,
.fb-locator .amasty-side-details .address {
  margin: 20px 0;
}
.fb-locator .amasty-popup .address .directions,
.fb-locator .amasty-side-details .address .directions {
  text-decoration: underline;
}
.fb-locator .amasty-popup {
  line-height: 1.7;
}
.fb-locator .amasty-popup h2 {
  font-size: 16px;
  font-family: "Basel-Classic-Medium", sans-serif;
  margin-bottom: 10px;
}
.fb-locator .type-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.fb-locator .type-wrapper.product-type-wrapper {
  margin-top: 20px;
}
.fb-locator .type-title {
  margin-right: 10px;
}
.fb-locator .type-list {
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.fb-locator .type-list.product-type-list {
  margin-top: 0;
}
.fb-locator .type-list.product-type-list p:after {
  content: ", ";
  margin-right: 3px;
}
.fb-locator .type-list.product-type-list p:last-child:after {
  display: none;
}
.fb-locator span.type-icon {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}
.fb-locator span.type-icon.icon-bed {
  width: 0;
}
.fb-locator span.type-icon.icon-carpets {
  width: 0;
}
.fb-locator span.type-icon.icon-accessories {
  width: 0;
}
.fb-locator span.type-icon.icon-bath {
  width: 0;
}
.fb-locator span.type-icon.icon-fabrics {
  width: 0;
}
.fb-locator span.type-icon.icon-down {
  width: 0;
}
.fb-locator span.type-icon.icon-showroom {
  background-image: url("../images/icons/lt-showroom.png");
}
.fb-locator span.type-icon.icon-retailer {
  background-image: url("../images/icons/lt-retailer.png");
}
.fb-locator span.type-icon.icon-online {
  background-image: url("../images/icons/lt-online.png");
}
.fb-locator span.type-icon.icon-luxury {
  background-image: url("../images/icons/lt-luxury.png");
}
.fb-locator span.type-icon.icon-distributor {
  background-image: url("../images/icons/lt-distributor.png");
}
.fb-locator span.type-icon.icon-agent {
  background-image: url("../images/icons/lt-agent.png");
}
.fb-locator .amlocator_store_list {
  float: none;
  height: 100% !important;
}
@media all and (max-width: 750px) {
  .fb-locator .amlocator_store_list {
    width: 100% !important;
    height: 600px !important;
  }
}
.fb-locator .amlocator_store_list span {
  font-size: 13px;
  padding: 0;
  border: none;
  display: block;
}
.fb-locator .amlocator_store_list .amasty-side-details {
  padding: 20px;
  border-bottom: 1px solid #acacac;
}
.fb-locator .amlocator_store_list .location_header {
  font-size: 16px;
  font-family: "Basel-Classic-Medium", sans-serif;
}
.fb-locator .amlocator_center {
  display: flex;
  height: calc(100vh - 243px);
  position: relative;
}
@media all and (max-width: 750px) {
  .fb-locator .amlocator_center {
    height: auto;
    flex-direction: column;
  }
}
.fb-locator .amlocator_center .loading {
  display: none;
  position: absolute;
  width: 30%;
  right: 0;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
}
@media all and (max-width: 750px) {
  .fb-locator .amlocator_center .loading {
    width: 100%;
    bottom: 0;
    height: calc(100vh - 231px);
  }
}
.fb-locator .amlocator_center .loading .map-loader {
  width: 30px;
  height: 30px;
  background-image: url("../images/loader-2.gif");
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.fb-locator .amlocator_center .loading p {
  display: none;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7);
}
@media all and (max-width: 750px) {
  .fb-locator .amlocator_center .loading p {
    align-items: start;
    margin-top: 20px;
    height: auto;
  }
}
.fb-locator .fb-location-filter {
  padding: 15px;
  background-color: #4d4d4d;
}
.fb-locator .locator-fields {
  flex: auto;
  justify-content: space-between;
  flex-grow: 1;
}
.fb-locator .locator-fields .column_right,
.fb-locator .locator-fields .column_left {
  padding-left: 0;
  padding-right: 0;
  width: calc(50% - 10px);
}
@media all and (max-width: 900px) {
  .fb-locator .locator-fields {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 650px) {
  .fb-locator .locator-fields {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .fb-locator .locator-fields .column_right,
  .fb-locator .locator-fields .column_left {
    width: 100%;
  }
  .fb-locator .locator-fields .column_left {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 600px) {
  .fb-locator .locator-fields .column_right {
    padding-top: 0;
  }
}
.fb-locator .input-box {
  margin-top: 0;
}
.fb-locator .input-box .selectricWrapper {
  margin: 0;
  float: none;
  width: auto;
}
.fb-locator #amasty_locator_filter {
  flex: auto;
  justify-content: space-between;
}
@media all and (max-width: 900px) {
  .fb-locator #amasty_locator_filter {
    flex-direction: column;
    align-items: center;
  }
}
.fb-locator #amasty_locator_filter .locator-fields {
  display: flex;
}
.fb-locator #amasty_locator_filter .block-content {
  flex: auto;
  /*flex: 0 0 50%;  */
  justify-content: space-between;
}
@media all and (max-width: 650px) {
  .fb-locator #amasty_locator_filter .block-content.fb-location-search {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 450px) {
  .fb-locator #amasty_locator_filter .block-content.fb-location-search {
    margin-bottom: 0;
  }
}
.fb-locator #amasty_locator_filter .location-attribute {
  margin-left: 10px;
}
@media all and (max-width: 650px) {
  .fb-locator #amasty_locator_filter .location-attribute {
    margin-left: 5px;
  }
  .fb-locator #amasty_locator_filter .location-attribute:first-child {
    margin-left: 0;
    margin-right: 5px;
  }
}
@media all and (max-width: 450px) {
  .fb-locator #amasty_locator_filter .location-attribute {
    margin-left: 0;
    margin-right: 0;
  }
  .fb-locator #amasty_locator_filter .location-attribute:first-child {
    margin-left: 0;
    margin-right: 0;
  }
}
.fb-locator #amasty_locator_filter .amlocator_input,
.fb-locator #amasty_locator_filter .location-attribute {
  margin-top: 0;
  margin-right: 0;
}
@media all and (max-width: 450px) {
  .fb-locator #amasty_locator_filter .amlocator_input,
  .fb-locator #amasty_locator_filter .location-attribute {
    width: 100%;
  }
  .fb-locator #amasty_locator_filter .amlocator_input#current-address, .fb-locator #amasty_locator_filter .amlocator_input.product-type-select,
  .fb-locator #amasty_locator_filter .location-attribute#current-address,
  .fb-locator #amasty_locator_filter .location-attribute.product-type-select {
    margin-bottom: 10px;
  }
}
.fb-locator #amasty_locator_filter .selectric {
  border-radius: 0px;
  border: none;
  height: 30px;
  display: flex;
  align-items: center;
  background-color: #6d6d6d;
}
.fb-locator #amasty_locator_filter .selectric .cf-icon {
  left: initial;
  right: 0;
}
.fb-locator #amasty_locator_filter .selectric .icon-down-open:before {
  content: "\e800";
}
.fb-locator #amasty_locator_filter .selectric .label {
  color: #fff;
  text-transform: uppercase;
}
.fb-locator #amasty_locator_filter .fb-store-input {
  margin-left: 10px;
  margin-right: 10px;
  box-sizing: border-box;
  line-height: 1;
  width: 100%;
  height: 30px;
  border: none;
  padding: 0 5px;
  display: flex;
  align-items: center;
  font-family: "Basel-Classic-Medium", sans-serif;
  font-size: 13px;
  color: #fff;
  background-color: #6d6d6d;
  text-transform: uppercase;
}
.fb-locator #amasty_locator_filter .fb-store-input::placeholder {
  color: #fff;
}
.fb-locator #amasty_locator_filter .fb-location-input {
  box-sizing: border-box;
  line-height: 1;
  width: 100%;
  height: 30px;
  border: none;
  padding: 0 5px;
  display: flex;
  align-items: center;
  font-family: "Basel-Classic-Medium", sans-serif;
  font-size: 13px;
  color: #fff;
  background-color: #6d6d6d;
  text-transform: uppercase;
}
.fb-locator #amasty_locator_filter .fb-location-input::placeholder {
  color: #fff;
}
.fb-locator #amasty_locator_filter .locator-actions {
  margin-left: 15px;
}
@media all and (max-width: 900px) {
  .fb-locator #amasty_locator_filter .locator-actions {
    margin-left: 0;
  }
}
.fb-locator #amasty_locator_filter .locator-actions .button {
  transition: background-color 0.1s linear;
}
.fb-locator #amasty_locator_filter .locator-actions .button:hover {
  background-color: #6d6d6d;
}
@media all and (max-width: 900px) {
  .fb-locator #amasty_locator_filter .locator-actions .button {
    min-width: 90px;
  }
}
.fb-locator #amasty_locator_filter .locator-actions .filter-attribute {
  margin: 0;
}
.fb-locator #amasty_locator_filter .locator-actions .reset-button {
  border-color: #6d6d6d;
}
.fb-locator #amasty_locator_filter .locator-actions .reset-button:disabled {
  cursor: not-allowed;
  color: #959595;
  border-color: #959595;
}
.fb-locator .selectricItems {
  border: none;
  background-color: #6d6d6d;
  color: #fff;
}
.fb-locator .selectricItems ul {
  margin-left: 0 !important;
}
.fb-locator .selectricItems ul li {
  text-transform: uppercase;
  color: #fff;
  padding: 3px 6px;
  display: flex;
  align-items: flex-start;
}
.fb-locator .selectricItems ul li:hover {
  background-color: #d7d7d7;
}
.fb-locator .selectricItems ul li .type-icon {
  margin-bottom: 0;
}
.fb-locator .selectricItems ul li p {
  max-width: 150px;
}
.fb-locator .selectricItems ul li.selected {
  color: #959595;
}

.mr10 {
  margin-right: 10px;
}

.login {
  /* rebrand login */
  border: none !important;
}

.customer-account-login .page-title-wrapper {
  display: none;
}
.customer-account-login .block-customer-login,
.customer-account-login .block-new-customer {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.customer-account-login .block-customer-login button,
.customer-account-login .block-customer-login .create,
.customer-account-login .block-new-customer button,
.customer-account-login .block-new-customer .create {
  border: 1px solid #acacac;
  text-transform: uppercase;
  padding: 7px 15px;
  margin-top: 50px;
  display: inline-block;
  flex-grow: 1;
  cursor: pointer;
}
.customer-account-login .block-customer-login .actions-toolbar,
.customer-account-login .block-new-customer .actions-toolbar {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.customer-account-login .block-customer-login .primary,
.customer-account-login .block-new-customer .primary {
  text-align: right;
}
.customer-account-login .block-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.customer-account-login .login-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding-top: 70px;
  box-sizing: border-box;
  max-width: 1364px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin: auto;
}
@media all and (max-width: 850px) {
  .customer-account-login .login-container {
    flex-direction: column-reverse;
    padding-top: 30px;
  }
}
.customer-account-login .login-container .block-title {
  border-top: 1px solid #acacac;
  padding-top: 20px;
  margin-bottom: 15px;
  font-size: 26px;
  font-family: "Basel-Classic-Medium", sans-serif;
  line-height: 1.1;
}
.customer-account-login .block-customer-login {
  width: 50%;
  padding-left: 70px;
  border-left: 1px solid #acacac;
}
@media all and (max-width: 850px) {
  .customer-account-login .block-customer-login {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
}
.customer-account-login .block-customer-login .actions-toolbar {
  flex-direction: column-reverse;
}
.customer-account-login .block-customer-login .field {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
  justify-content: space-between;
}
.customer-account-login .block-customer-login .field.note {
  margin-bottom: 25px;
}
.customer-account-login .block-customer-login .field label {
  margin-right: 20px;
}
.customer-account-login .block-customer-login .field input {
  border: 1px solid #acacac;
  padding: 7px 10px;
  box-sizing: border-box;
  width: 100%;
  font-size: 13px;
  font-family: "BaselGrotesk-Book", sans-serif;
}
.customer-account-login .block-customer-login .field .control {
  width: calc(90% - 80px);
}
.customer-account-login .block-new-customer {
  width: 50%;
  padding-right: 70px;
}
@media all and (max-width: 850px) {
  .customer-account-login .block-new-customer {
    width: 100%;
    padding-bottom: 30px;
  }
}
@media all and (max-width: 850px) {
  .customer-account-login .block-new-customer .block-title {
    border-top: none;
  }
}

.fischbacher-register-success .page-title-wrapper,
.fischbacher-register-success .page.messages {
  display: none;
}

.contentmanager-contenttype-newsletter-page .page-title,
.customer-account-create .page-title,
.fischbacher-register-success .page-title {
  font-size: 26px;
  font-family: "Basel-Classic-Medium", sans-serif;
  line-height: 1.1;
}
.contentmanager-contenttype-newsletter-page .user-type-explainer,
.customer-account-create .user-type-explainer,
.fischbacher-register-success .user-type-explainer {
  margin-left: 120px;
  text-align: left;
}
.contentmanager-contenttype-newsletter-page div.mage-error,
.customer-account-create div.mage-error,
.fischbacher-register-success div.mage-error {
  color: red;
  text-align: left;
}
.contentmanager-contenttype-newsletter-page .input-text.mage-error,
.customer-account-create .input-text.mage-error,
.fischbacher-register-success .input-text.mage-error {
  border-color: red;
}
.contentmanager-contenttype-newsletter-page .reg-select-wrapper,
.customer-account-create .reg-select-wrapper,
.fischbacher-register-success .reg-select-wrapper {
  display: flex;
  margin-top: 60px;
}
.contentmanager-contenttype-newsletter-page .reg-select-wrapper .fb-registration-select.active,
.customer-account-create .reg-select-wrapper .fb-registration-select.active,
.fischbacher-register-success .reg-select-wrapper .fb-registration-select.active {
  border: 1px solid #959595;
  background: #555;
  color: #acacac !important;
}
.contentmanager-contenttype-newsletter-page .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.fischbacher-register-success .page-title-wrapper {
  text-align: center;
  max-width: 800px;
  margin: 70px auto 30px;
  padding-top: 20px;
  border-top: 1px solid #acacac;
}
.contentmanager-contenttype-newsletter-page .main,
.customer-account-create .main,
.fischbacher-register-success .main {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.contentmanager-contenttype-newsletter-page .main p,
.customer-account-create .main p,
.fischbacher-register-success .main p {
  margin-bottom: 1em;
}
.contentmanager-contenttype-newsletter-page .main .actions-toolbar button,
.contentmanager-contenttype-newsletter-page .main .reg-select-wrapper button,
.customer-account-create .main .actions-toolbar button,
.customer-account-create .main .reg-select-wrapper button,
.fischbacher-register-success .main .actions-toolbar button,
.fischbacher-register-success .main .reg-select-wrapper button {
  display: block;
  margin: 0 auto;
  border: 1px solid #acacac;
  padding: 10px 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.contentmanager-contenttype-newsletter-page .fb-registration-title,
.customer-account-create .fb-registration-title,
.fischbacher-register-success .fb-registration-title {
  margin-top: 30px;
  border-top: 1px solid #acacac;
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "Basel-Classic-Medium", sans-serif;
  line-height: 1.2;
}
.contentmanager-contenttype-newsletter-page .form-create-account,
.customer-account-create .form-create-account,
.fischbacher-register-success .form-create-account {
  margin: 0 5px;
}
.contentmanager-contenttype-newsletter-page .form-create-account .field,
.customer-account-create .form-create-account .field,
.fischbacher-register-success .form-create-account .field {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.contentmanager-contenttype-newsletter-page .form-create-account .field.user-type,
.customer-account-create .form-create-account .field.user-type,
.fischbacher-register-success .form-create-account .field.user-type {
  margin-bottom: 10px;
}
.contentmanager-contenttype-newsletter-page .form-create-account .field .control,
.customer-account-create .form-create-account .field .control,
.fischbacher-register-success .form-create-account .field .control {
  width: calc(100% - 120px);
}
.contentmanager-contenttype-newsletter-page .form-create-account .field .control input,
.customer-account-create .form-create-account .field .control input,
.fischbacher-register-success .form-create-account .field .control input {
  border: 1px solid #acacac;
  padding: 7px 10px;
  box-sizing: border-box;
  width: 100%;
  font-size: 13px;
  font-family: "BaselGrotesk-Book", sans-serif;
}
.contentmanager-contenttype-newsletter-page .form-create-account label,
.customer-account-create .form-create-account label,
.fischbacher-register-success .form-create-account label {
  text-align: left;
  width: 120px;
  display: flex;
  align-items: center;
}
.contentmanager-contenttype-newsletter-page .form-create-account .tcagreecreateaccount label,
.customer-account-create .form-create-account .tcagreecreateaccount label,
.fischbacher-register-success .form-create-account .tcagreecreateaccount label {
  display: block;
}
.contentmanager-contenttype-newsletter-page .form-create-account .choice label,
.customer-account-create .form-create-account .choice label,
.fischbacher-register-success .form-create-account .choice label {
  width: auto;
}
.contentmanager-contenttype-newsletter-page .form-create-account textarea,
.customer-account-create .form-create-account textarea,
.fischbacher-register-success .form-create-account textarea {
  width: 100%;
  height: 100px;
}
.contentmanager-contenttype-newsletter-page .form-create-account .selectricWrapper,
.customer-account-create .form-create-account .selectricWrapper,
.fischbacher-register-success .form-create-account .selectricWrapper {
  margin-right: auto;
}
.contentmanager-contenttype-newsletter-page .form-create-account .selectric,
.customer-account-create .form-create-account .selectric,
.fischbacher-register-success .form-create-account .selectric {
  border-radius: 0;
  border-color: #acacac;
  text-align: left;
}
.contentmanager-contenttype-newsletter-page .form-create-account .selectric .icon-down-open,
.customer-account-create .form-create-account .selectric .icon-down-open,
.fischbacher-register-success .form-create-account .selectric .icon-down-open {
  background-image: url(../images/form/filter-arrow-down.png);
  height: 27px;
  background-position: center;
  background-repeat: no-repeat;
}
.contentmanager-contenttype-newsletter-page .form-create-account .selectric .label,
.customer-account-create .form-create-account .selectric .label,
.fischbacher-register-success .form-create-account .selectric .label {
  padding: 7px 10px;
  line-height: 1;
}
.contentmanager-contenttype-newsletter-page .form-create-account .password-strength-meter,
.customer-account-create .form-create-account .password-strength-meter,
.fischbacher-register-success .form-create-account .password-strength-meter {
  text-align: left;
  margin-top: 5px;
}
.contentmanager-contenttype-newsletter-page .form-create-account .actions-toolbar,
.customer-account-create .form-create-account .actions-toolbar,
.fischbacher-register-success .form-create-account .actions-toolbar {
  margin-bottom: 70px;
}

.cms-page-view main {
  max-width: 800px;
  padding: 70px 20px;
  margin: 0 auto;
  text-align: center;
}
.cms-page-view .page-title-wrapper {
  display: none;
}
.cms-page-view h1 {
  font-size: 26px;
  font-family: "Basel-Classic-Medium", sans-serif;
  line-height: 1.1;
  margin-bottom: 1em;
}
.cms-page-view h2 {
  font-size: 26px;
  font-family: "Basel-Classic-Medium", sans-serif;
  line-height: 1.1;
  margin-bottom: 1em;
  margin-top: 50px;
}
.cms-page-view p:not(.copyright) {
  margin-bottom: 1em;
}

.contentmanager-contenttype-look-book .column.main {
  font-size: 0;
}

.bold {
  font-weight: bold !important;
}

.customer-account-index main,
.customer-account-edit main,
.newsletter-manage-index main {
  max-width: 800px;
  margin: 70px auto;
  text-align: center;
  width: calc(100% - 40px);
}
.customer-account-index main .page-title,
.customer-account-edit main .page-title,
.newsletter-manage-index main .page-title {
  font-size: 26px;
  font-family: "Basel-Classic-Medium", sans-serif;
  line-height: 1.1;
  margin-bottom: 30px;
}
.customer-account-index main strong,
.customer-account-edit main strong,
.newsletter-manage-index main strong {
  font-size: 18px;
  line-height: 1.55;
  font-family: "BaselGrotesk-Book", sans-serif;
  margin-bottom: 1em;
  display: block;
}
.customer-account-index main .legend,
.customer-account-edit main .legend,
.newsletter-manage-index main .legend {
  font-size: 18px;
  line-height: 1.55;
  font-family: "BaselGrotesk-Book", sans-serif;
}
.customer-account-index main .field:not(.choice),
.customer-account-edit main .field:not(.choice),
.newsletter-manage-index main .field:not(.choice) {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}
.customer-account-index main .field:not(.choice) .control,
.customer-account-edit main .field:not(.choice) .control,
.newsletter-manage-index main .field:not(.choice) .control {
  width: calc(100% - 120px);
}
.customer-account-index main .field:not(.choice) .control input,
.customer-account-edit main .field:not(.choice) .control input,
.newsletter-manage-index main .field:not(.choice) .control input {
  border: 1px solid #acacac;
  padding: 7px 10px;
  box-sizing: border-box;
  width: 100%;
  font-size: 13px;
  font-family: "BaselGrotesk-Book", sans-serif;
}
.customer-account-index main .field:not(.choice) label,
.customer-account-edit main .field:not(.choice) label,
.newsletter-manage-index main .field:not(.choice) label {
  text-align: left;
  width: 120px;
  display: flex;
  align-items: center;
}
.customer-account-index main button,
.customer-account-edit main button,
.newsletter-manage-index main button {
  display: block;
  margin: 0 auto;
  border: 1px solid #acacac;
  padding: 10px 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.customer-account-index main .password-strength-meter,
.customer-account-edit main .password-strength-meter,
.newsletter-manage-index main .password-strength-meter {
  text-align: left;
  margin-top: 5px;
}
.customer-account-index main .choice:last-of-type,
.customer-account-edit main .choice:last-of-type,
.newsletter-manage-index main .choice:last-of-type {
  margin-bottom: 30px;
}
.customer-account-index main .box-actions,
.customer-account-edit main .box-actions,
.newsletter-manage-index main .box-actions {
  margin-bottom: 30px;
  margin-top: 15px;
}
.customer-account-index main .box-actions a,
.customer-account-edit main .box-actions a,
.newsletter-manage-index main .box-actions a {
  padding: 10px 15px;
  cursor: pointer;
  border: 1px solid #acacac;
  display: inline-block;
}

.cms-no-route main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.cms-no-route .columns {
  text-align: center;
  margin-top: 60px;
}
.cms-no-route h1, .cms-no-route h2, .cms-no-route h3 {
  font-size: 33px;
  font-family: "Basel-Classic-Medium", sans-serif;
  font-size: 50px;
}

.form-wishlist-items {
  padding: 80px 20px;
  max-width: 1364px;
  margin: auto;
}
.form-wishlist-items .product-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.form-wishlist-items .product-items .product-item {
  width: calc(25% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .form-wishlist-items .product-items .product-item {
    width: calc(33.33% - 10px);
  }
}
@media screen and (max-width: 600px) {
  .form-wishlist-items .product-items .product-item {
    width: calc(50% - 10px);
  }
}
.form-wishlist-items .product-items .product-item .product-item-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-wishlist-items .product-items .product-item .photo {
  width: 100%;
  height: auto;
}
.form-wishlist-items .product-items .product-item .product-item-name {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  align-items: center;
}

.fb-register-success {
  max-width: 900px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}
.fb-register-success h1 {
  font-size: 33px;
  font-family: "Basel-Classic-Medium", sans-serif;
  display: inline-block;
  font-size: 33px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  text-transform: uppercase;
  margin: 80px 0 65px 0;
}
@media all and (max-width: 750px) {
  .fb-register-success h1 {
    margin: 60px 0 40px 0;
  }
}
.fb-register-success .column section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ct-listing-downloads {
  margin: 60px auto;
}
.ct-listing-downloads .block-content {
  display: flex;
  flex-direction: row;
}
.ct-listing-downloads .block-content .contents-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-grow: 1;
}
.ct-listing-downloads .block-content .contents-items .download-item {
  flex: 0 0 23%;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 1%;
}
.ct-listing-downloads .block-content .contents-items .download-item h1 {
  text-transform: uppercase;
}
.ct-listing-downloads .block-content .contents-items .download-item .extension {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.ct-listing-downloads .block-content .contents-items .download-item img {
  border: 1px solid #e1e1e1;
  display: block;
  margin-bottom: 25px;
}
.ct-listing-downloads .fixed-sidebar {
  flex: 0 0 195px;
  width: 195px;
  margin-right: 30px;
}
.ct-listing-downloads .fixed-sidebar .block-title {
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
  text-rendering: optimizespeed;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.filters-accordion {
  border-bottom: 1px solid #c2c2c2;
}
.filters-accordion dt {
  color: #2f2f2f;
  font-family: "Basel-Classic-Medium", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
  text-rendering: optimizespeed;
  text-transform: uppercase;
  color: #7d7d7d;
  padding: 8px 0;
  border-top: 1px solid #c2c2c2;
  cursor: pointer;
}
.filters-accordion dt:after {
  font-family: "cf-icons";
  content: "\e80b";
  float: right;
  color: #e1e1e1;
}
.filters-accordion dt.active:after {
  font-family: "cf-icons";
  content: "\e80c";
}
.filters-accordion dd {
  display: none;
}
.filters-accordion dd.open {
  display: block;
}
.filters-accordion dd ol {
  margin: 10px 0 20px;
}
.filters-accordion dd li {
  margin-bottom: 10px;
}
.filters-accordion dd a {
  padding-left: 30px;
  background: url("../images/check-off-light.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .filters-accordion dd a {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/check-off-light@2x.png");
    background-size: 14px 14px;
  }
}
.filters-accordion dd a.active {
  background: url("../images/check-on-light.png") no-repeat scroll 0 1px rgba(0, 0, 0, 0);
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .filters-accordion dd a.active {
    /* on retina, use image that's scaled by 2 */
    background-image: url("../images/check-on-light@2x.png");
    background-size: 14px 14px;
  }
}

.icon-download {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: #555;
  color: #fff !important;
  line-height: 24px;
  text-align: center;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
}
.icon-download:before {
  content: "\e812";
  font-family: "cf-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
}

.customer-account-forgotpassword .fb-register-success,
.customer-account-createpassword .fb-register-success,
.fischbacher-register-activate .fb-register-success {
  text-align: center;
}
.customer-account-forgotpassword .page-title,
.customer-account-createpassword .page-title,
.fischbacher-register-activate .page-title {
  border-top: 1px solid #acacac;
  padding-top: 20px;
  margin-bottom: 15px;
  font-size: 26px;
  font-family: "Basel-Classic-Medium", sans-serif;
  line-height: 1.1;
}
.customer-account-forgotpassword .page-main,
.customer-account-createpassword .page-main,
.fischbacher-register-activate .page-main {
  padding-top: 70px;
  box-sizing: border-box;
  max-width: 1364px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  margin: auto;
  max-width: 682px;
}
.customer-account-forgotpassword .action.back,
.customer-account-createpassword .action.back,
.fischbacher-register-activate .action.back {
  margin-top: 20px;
}
.customer-account-forgotpassword .main .field,
.customer-account-createpassword .main .field,
.fischbacher-register-activate .main .field {
  display: flex;
  align-items: baseline;
  margin-bottom: 20px;
  justify-content: center;
}
.customer-account-forgotpassword .main .field label,
.customer-account-createpassword .main .field label,
.fischbacher-register-activate .main .field label {
  text-align: left;
  width: 120px;
  display: flex;
  align-items: center;
}
.customer-account-forgotpassword .main .field input,
.customer-account-createpassword .main .field input,
.fischbacher-register-activate .main .field input {
  border: 1px solid #acacac;
  padding: 7px 10px;
  box-sizing: border-box;
  width: 100%;
  font-size: 13px;
  font-family: "BaselGrotesk-Book", sans-serif;
}
.customer-account-forgotpassword .main .field .control,
.customer-account-createpassword .main .field .control,
.fischbacher-register-activate .main .field .control {
  width: calc(90% - 80px);
}
.customer-account-forgotpassword .actions-toolbar,
.customer-account-createpassword .actions-toolbar,
.fischbacher-register-activate .actions-toolbar {
  flex-direction: column-reverse;
}
.customer-account-forgotpassword .actions-toolbar .primary,
.customer-account-createpassword .actions-toolbar .primary,
.fischbacher-register-activate .actions-toolbar .primary {
  text-align: right;
}
.customer-account-forgotpassword .actions-toolbar button,
.customer-account-createpassword .actions-toolbar button,
.fischbacher-register-activate .actions-toolbar button {
  border: 1px solid #acacac;
  text-transform: uppercase;
  padding: 7px 15px;
  margin-top: 50px;
  display: inline-block;
  flex-grow: 1;
  cursor: pointer;
}