@charset "UTF-8";
/*! Theme: Foundry v1.15.10 */
/* scss-combine:../../node_modules/normalize.scss/normalize */
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

* {
  font-family: Montserrat; }

.navbar {
  padding: 40px 0;
  background-color: white; }

.navbar .navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.navbar .navbar-brand img {
  width: 210px; }

.navbar .nav-item {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 0 10px; }

.navbar .nav-link {
  color: black;
  font-size: 13px;
  font-family: Montserrat;
  margin: 0 5px; }

/**
 * Remove default margin.
 */
/*Flexbox gallery*/
#photos {
  /* Prevent vertical gaps */
  line-height: 0;
  -webkit-column-count: 5;
  -webkit-column-gap: 0px;
  -moz-column-count: 5;
  -moz-column-gap: 0px;
  column-count: 5;
  column-gap: 15px;
  margin-bottom: 25px; }

#photos img {
  /* Just in case there are inline attributes */
  height: auto !important;
  position: relative; }

#photo > .thumb {
  /* Just in case there are inline attributes */
  height: auto !important; }

@media (max-width: 1200px) {
  #photos {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4; } }

@media (max-width: 1000px) {
  #photos {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }

@media (max-width: 800px) {
  #photos {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }

@media (max-width: 400px) {
  #photos {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; } }

.navigation-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 0%;
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */ }

.navigation-list-item {
  padding: 0 12px;
  font-size: 0.8vw;
  font-family: Montserrat; }

@media only screen and (max-width: 1450px) {
  .navigation-list-item {
    font-size: 11px;
    padding: 0 10px; } }

@media only screen and (max-width: 1018px) {
  .navigation-list-item {
    font-size: 10px; } }

@media (max-width: 975px) {
  .navigation-list {
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    flex-direction: column;
    flex-wrap: wrap;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 15px; } }

.menu-image-holder {
  float: left;
  width: 850px;
  overflow: hidden; }

.menu-image-holder img {
  float: left;
  max-width: 45vw; }

.menu-image-holder-right {
  float: left;
  width: 850px;
  overflow: hidden; }

.menu-image-holder-right img {
  float: left;
  max-width: 45vw; }

.menu-image-holder-left {
  float: left;
  width: 850px;
  overflow: hidden; }

.menu-image-holder-left img {
  float: left;
  max-width: 45vw; }

.menu-list-parent {
  width: 100%;
  margin-left: 25px; }

.menu-list-parent-right {
  width: 100%;
  margin-left: 25px; }

.menu-list-parent-left {
  width: 100%;
  margin-right: 25px;
  text-align: right; }

.menu-list-parent-right {
  width: 100%;
  margin-left: 25px; }

.menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 20px; }

.menu-list ul {
  list-style: none; }

.menu-list a {
  color: black;
  margin-bottom: 20px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif; }

.menu-list-left {
  margin: 0;
  padding: 0;
  padding-top: 20px; }

.menu-list-left a {
  color: black;
  margin-bottom: 20px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif; }

.menu-list-right {
  margin: 0;
  padding: 0;
  padding-top: 20px; }

.menu-list-right a {
  color: black;
  margin-bottom: 20px;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif; }

.parent {
  width: 75vw;
  position: relative;
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  align-content: center;
  justify-content: center;
  flex-direction: row; }

.full-width-webpage {
  min-width: 100vw;
  margin-right: -30%;
  margin-left: -30%;
  position: relative;
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  position: relative;
  align-content: center;
  align-items: flex-start;
  /* new */ }
  .full-width-webpage img {
    min-width: 100vw;
    margin-left: 0vw;
    position: relative;
    display: flex;
    align-content: center;
    height: auto;
    align-items: flex-start;
    /* new */ }

.digital-book-link a {
  justify-content: center;
  font-weight: bold; }

.digital-book-container {
  position: relative;
  width: 50%; }

.digital-book-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden; }

.digital-book-text {
  color: white;
  font-size: 16px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  align-items: center; }
  .digital-book-text h4 {
    width: 100%; }

.digital-book-container:hover .digital-book-text {
  opacity: 1; }

.clickable {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1; }

.center-images {
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  position: relative;
  align-content: center;
  align-items: center;
  justify-items: center;
  flex-direction: row; }

.menu-overlay-wrapper {
  position: relative;
  margin-bottom: 25px; }

.crt-grid-carousel-feed {
  max-width: 1400px; }

.flex-content-parent {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  align-content: center;
  justify-content: center;
  align-items: center; }
  .flex-content-parent .home-image {
    width: 100%; }
    .flex-content-parent .home-image img {
      width: 100%; }

.stock-program {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }
  .stock-program .stock-program-qs {
    width: 60vw;
    max-width: 60vw; }
  .stock-program .stock-program-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding-left: 2vw;
    padding-right: 1vw; }
    .stock-program .stock-program-info .stock-program-info-para {
      font-family: Montserrat;
      padding: 10px; }

@media only screen and (max-width: 1280px) {
  .stock-program {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .stock-program .stock-program-image-container {
      display: flex;
      justify-content: center; }
    .stock-program .stock-program-info-para {
      text-align: center; } }

@media only screen and (max-width: 768px) {
  .stock-program .stock-program-info-para {
    text-align: center;
    font-size: 15px; } }

@media only screen and (max-width: 480px) {
  .stock-program .stock-program-info-para {
    padding: 0 10px !important;
    text-align: center;
    font-size: 12px; } }

.flex-parent {
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  width: 100%;
  align-items: flex-start;
  /* new */
  position: relative;
  padding: 0 8%;
  flex-direction: row;
  align-content: center;
  justify-content: center; }

.spacer {
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  flex-direction: row;
  height: 10%;
  width: 100%; }

.flex-parent-wide {
  width: 75vw;
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  position: relative;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  left: 15%;
  right: 15%;
  margin-left: -20vw;
  margin-right: -15vw; }

.flex-parent-left {
  width: 75vw;
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  position: relative;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  left: 15%;
  right: 15%;
  margin-left: -20vw;
  margin-right: -15vw; }

.flex-parent-secondary {
  width: 75vw;
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  position: relative;
  flex-direction: row;
  align-content: center;
  justify-content: space-between;
  left: 15%;
  right: 15%;
  margin-left: -20vw;
  margin-right: -15vw; }

.margin-left-auto {
  margin-left: auto; }

.green-background {
  background-color: #f5f5f5; }

.flex-gallery-parent {
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around; }

.flex-sales-parent {
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center; }

.highlight {
  background-color: #faffbd; }

.decorated {
  text-align: center; }

.decorated > span {
  position: relative;
  display: inline-block; }

.decorated > span:before,
.decorated > span:after {
  content: "";
  position: absolute;
  top: 50%;
  border-bottom: 1px solid black;
  width: 60%;
  margin: 0 20px; }

.decorated > span:before {
  right: 100%; }

.decorated > span:after {
  left: 100%; }

@media only screen and (max-width: 480px) {
  .decorated > span:before {
    display: none; }
  .decorated > span:after {
    display: none; } }

.new-badge {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: gray;
  color: white;
  font-size: 10px;
  padding: 6px;
  margin-bottom: 10px;
  margin-top: -25px; }

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden; }

/* 16x9 Aspect Ratio */
.intrinsic-container-16x9 {
  padding-bottom: 56.25%; }

/* 4x3 Aspect Ratio */
.intrinsic-container-4x3 {
  padding-bottom: 75%; }

.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.standard-ul {
  line-height: 2em; }

.icon-container {
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-evenly; }
  .icon-container a {
    width: 13%; }

.icon-container-footer {
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center; }
  .icon-container-footer a {
    width: 13%;
    padding: 10px; }

.icon-container-wrap {
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }

.thick {
  font-size: 1em;
  font-weight: bold;
  font-size: 1.4em;
  color: black; }

.tab {
  margin-left: 25px;
  font: sans-serif;
  font-weight: normal;
  color: black; }
  .tab em {
    font: sans-serif;
    font-weight: bold;
    color: silver;
    font-size: 1.2em; }
  .tab a {
    font-weight: bold; }

.Product-header {
  font-family: Montserrat; }
  .Product-header a {
    font-family: Montserrat; }

.icons {
  max-width: 16.67%;
  max-height: 100%; }
  .icons p {
    text-align: center;
    vertical-align: top;
    padding-top: -15px; }

.icons-five {
  max-width: 30%;
  max-height: 100%;
  padding: 10px; }

.icons-three {
  max-width: 30%;
  max-height: 100%;
  padding: 10px; }

.triple-image {
  flex-wrap: wrap; }

.double-image {
  flex-wrap: nowrap; }

.six-image {
  flex-direction: wrap; }

.carousel-page-text {
  align-content: center;
  width: auto;
  padding-right: 55px; }

.highlight {
  background-color: #faffbd; }

.carousel-page-images {
  align-content: center;
  width: auto; }

.double-carousel-images {
  align-content: center;
  width: 50%;
  padding: 20px; }

.text-with-images {
  align-content: center;
  justify-content: space-around;
  width: 40%;
  padding: 20px; }

.image-right-align {
  align-content: end; }

.gallery-page-images {
  align-content: flex-start;
  justify-content: space-around;
  width: 40%;
  padding: 20px;
  flex-wrap: wrap; }

.small-gallery-image {
  min-width: 15%;
  width: 30%;
  align-content: center;
  justify-content: center;
  margin-right: 20px; }

.text-wrap-img {
  width: 40%;
  float: left;
  padding-right: 25px; }

.text-wrap-large {
  width: 50%;
  float: left;
  padding-right: 25px;
  padding-bottom: 10px; }

.hidden-images {
  display: none; }

.small-image {
  min-width: 15%;
  max-width: 25%;
  align-content: center;
  justify-content: center;
  margin-right: 20px; }

.small-image-centered {
  min-width: 15%;
  max-width: 25%;
  align-content: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto; }

.small-logo-centered {
  max-width: 50%;
  align-content: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto; }

.small-logo-left {
  max-width: 50%;
  align-content: start;
  justify-content: start; }

.small-logo {
  width: 6%;
  margin-right: 50px;
  margin-top: 10px; }

.large-image {
  min-width: 33.33%;
  align-content: center;
  justify-content: center;
  margin-right: 20px; }

.double-image {
  min-width: 30%;
  align-content: center;
  justify-content: center; }

.double-image-heading, .banner-heading {
  font-size: 18px; }

.banner-heading, .double-image-heading {
  margin-top: 25px; }

.double-image-caption {
  line-height: 25px !important;
  margin-top: 0;
  margin-bottom: 0; }

@media only screen and (max-width: 480px) {
  .double-image-heading, .banner-heading {
    font-size: 18px; }
  .double-image-caption, .banner-caption {
    font-size: 12px !important;
    line-height: 20px !important; }
  .double-image-caption {
    margin-bottom: 15px; }
  .double-image-heading {
    margin: 10px 0 5px 0; }
  .banner-caption {
    padding: 0 35px; } }

.hero-section {
  position: relative;
  width: 100vw; }

.hero-mobile {
  display: none; }

@media only screen and (max-width: 768px) {
  .hero-mobile {
    display: block; }
  .hero-desktop {
    display: none; } }

.gallery-parent {
  width: 65vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -30vw;
  margin-right: -30vw;
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  flex-direction: row;
  flex-wrap: wrap;
  align-content: start;
  justify-content: start; }

.gallery-image {
  align-content: center;
  justify-content: space-between;
  padding: 10px;
  flex-basis: 20%;
  margin-top: 20px; }

.gallery-image-two {
  align-content: center;
  justify-content: space-between;
  padding: 10px;
  flex-basis: 20%;
  margin-top: 20px; }

.gallery-four-images {
  align-content: center;
  justify-content: space-between;
  flex-basis: 25%;
  min-width: 25%;
  padding: 10px;
  margin-top: 20px; }

.overlay-wrapper {
  position: relative;
  margin-bottom: 15px; }

.overlay {
  position: absolute;
  bottom: 0;
  background: black;
  background: rgba(0, 0, 0, 0.5);
  /* Black see-through */
  color: #f1f1f1;
  transition: 0.5s ease;
  width: 100%;
  opacity: 0;
  color: white;
  font-size: 10px;
  padding: 15px;
  bottom: 0;
  text-align: center; }

.thumb:hover .overlay {
  opacity: 1; }

.overlay-image {
  position: absolute;
  bottom: 0;
  transition: 0.3s ease;
  width: 100%;
  opacity: 0;
  text-align: center; }

.overlay-image p {
  position: absolute;
  width: 100%;
  color: white;
  font-size: 10px;
  text-align: center;
  bottom: 0; }

.gallery-image-two:hover .overlay-image {
  opacity: 1; }

.gallery-four-images:hover .overlay {
  opacity: 1; }

.fade {
  opacity: 1 !important;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out; }

.fade:hover {
  opacity: 0.5 !important; }

.gallery-image-large {
  width: 45%;
  align-content: center;
  justify-content: center;
  margin-right: 20px;
  margin-top: 20px; }

.slider-image-large {
  width: 65%;
  align-content: center;
  justify-content: center;
  margin-top: 20px; }

.gallery-image-single {
  align-content: center;
  justify-content: center;
  min-width: 65%; }

.text-container {
  width: 50%;
  margin-right: 150px;
  align-content: center;
  justify-content: center; }

.large-text-container {
  width: 75%;
  margin-right: 50px;
  margin-left: -30px;
  align-content: center;
  justify-content: center; }

.headline-right-align {
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  flex-direction: row;
  width: 100%;
  align-content: right;
  justify-content: flex-end; }
  .headline-right-align p {
    align: right; }

.headline-left-align {
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  flex-direction: row;
  width: 100%;
  align-content: left;
  justify-content: flex-start; }
  .headline-left-align p {
    align: left; }

.full-text-container {
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  width: 65%;
  margin-right: 50px;
  margin-left: -30px;
  align-content: center;
  justify-content: center; }
  .full-text-container p {
    align: center; }

.headline-text {
  margin-bottom: -3vw !important; }
  .headline-text a {
    font-family: Montserrat;
    line-height: 0.8em;
    font-size: 1em; }

.double-image-left {
  padding: 35px 17.5px 0px 35px; }

.double-image-right {
  padding: 35px 35px 0px 17.5px; }

.single-image-long {
  padding: 35px 35px 0 35px; }

.cruise-double-container {
  display: flex; }
  .cruise-double-container .double-image-equal-left {
    width: 50%;
    margin: 0 10px 20px 20px; }
  .cruise-double-container .double-image-equal-right {
    width: 50%;
    margin: 0 20px 20px 10px; }

.triple-image-container {
  display: flex;
  overflow: hidden;
  margin-bottom: 20px; }
  .triple-image-container .triple-image-large {
    width: 70vw;
    height: 100%;
    margin-left: 20px;
    padding-bottom: 20px; }
  .triple-image-container .triple-image-small-container {
    display: flex;
    flex-direction: column; }
    .triple-image-container .triple-image-small-container .triple-image-small {
      width: 30vw;
      height: 50%;
      margin: 0 20px;
      background-size: contain; }
    .triple-image-container .triple-image-small-container .triple-image-small-top {
      margin-bottom: 20px; }

.double-image-small-left {
  margin: 0 10px 20px 20px; }

.double-image-small-right {
  margin: 0 20px 20px 10px; }

.triple-image-small-left {
  margin: 0 10px 20px 20px; }

.triple-image-small-right {
  margin: 0 10px 20px 20px; }

.image-container {
  align-content: center;
  width: 100%;
  flex-shrink: 1;
  padding: 10px; }
  .image-container p {
    font-family: Montserrat;
    line-height: 0.8em; }
  .image-container a {
    font-family: Montserrat;
    line-height: 0.8em; }

.featured-installs-header {
  text-align: center;
  text-transform: capitalize; }

.image-container-center {
  align-content: center;
  width: 100%;
  flex-shrink: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .image-container-center p {
    font-family: Montserrat;
    line-height: 0.8em;
    font-size: 1em; }
  .image-container-center a {
    font-family: Montserrat;
    text-decoration: underline;
    line-height: 0.8em;
    font-size: 0.65em; }

.book-border {
  flex-basis: 30%; }
  .book-border img {
    border: 1px solid lightgray; }

/*Collapsible Content*/
.wrap-collabsible {
  margin-bottom: 1.2rem 0; }

input[type="checkbox"] {
  display: none; }

.lbl-toggle {
  display: block;
  font-weight: bold;
  font-family: monospace;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem;
  color: #a77b0e;
  background: #fae042;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out; }

.lbl-toggle:hover {
  color: #7c5a0b; }

.lbl-toggle::before {
  content: " ";
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: 0.7rem;
  transform: translateY(-2px);
  transition: transform 0.2s ease-out; }

.toggle:checked + .lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px); }

.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out; }

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 350px; }

.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.collapsible-content .content-inner {
  background: rgba(250, 224, 66, 0.2);
  border-bottom: 1px solid rgba(250, 224, 66, 0.45);
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 0.5rem 1rem; }

@media only screen and (max-width: 768px) {
  .image-container {
    flex-direction: column; } }

@media only screen and (max-width: 768px) {
  .text-wrap-img {
    width: 40%;
    float: none;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: auto;
    margin-left: auto; } }

@media only screen and (max-width: 768px) {
  .small-logo-left {
    max-width: 80%;
    align-content: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto; } }

@media only screen and (max-width: 768px) {
  .flex-parent {
    flex-direction: column;
    align-content: center;
    justify-content: center; } }

@media only screen and (max-width: 975px) {
  .flex-content-parent {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0%;
    right: 0%;
    margin: 0; }
    .flex-content-parent img {
      margin-left: auto;
      margin-right: auto; } }

.navigation-wrap > .flex-content-parent {
  margin-left: 15vw; }

@media only screen and (max-width: 975px) {
  .flex-parent-wide {
    width: auto;
    left: 0%;
    right: 0%;
    margin: 0;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    position: relative;
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */ } }

@media only screen and (max-width: 768px) {
  .gallery-parent {
    flex-direction: column;
    align-content: center;
    justify-content: center; } }

@media only screen and (max-width: 768px) {
  .icons {
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    width: 70%;
    flex-direction: column;
    align-content: center;
    justify-content: center; } }

@media only screen and (max-width: 768px) {
  .icon-container {
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    min-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center; } }

@media only screen and (max-width: 1290px) {
  .icons-five {
    max-width: 33%;
    align-content: center;
    justify-content: center; } }

@media only screen and (max-width: 1190px) {
  .icons-five {
    max-width: 45%;
    align-content: center;
    justify-content: center; } }

@media only screen and (max-width: 768px) {
  .flex-gallery-parent {
    width: 100%;
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    position: relative;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    left: 15%;
    right: 15%;
    margin-left: -15vw;
    margin-right: -15vw; } }

@media only screen and (max-width: 768px) {
  .flex-sales-parent {
    width: 100%;
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    position: relative;
    flex-direction: column;
    align-content: center;
    justify-content: center; } }

@media only screen and (max-width: 768px) {
  .gallery-image {
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    flex-direction: column;
    width: 100%;
    align-content: center;
    justify-content: center; } }

@media only screen and (max-width: 768px) and (max-width: 768px) {
  .gallery-four-images {
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    flex-direction: column;
    width: 100%;
    align-content: center;
    justify-content: center; } }

@media only screen and (max-width: 768px) {
  .overlay {
    position: absolute;
    bottom: 0;
    background: black;
    background: rgba(0, 0, 0, 0.5);
    /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: 0.5s ease;
    opacity: 0;
    color: white;
    font-size: 10px;
    padding: 20px;
    text-align: center; }
  .gallery-image:hover .overlay {
    opacity: 1; }
  .gallery-four-images:hover .overlay {
    opacity: 1; } }

@media only screen and (max-width: 768px) {
  .headline-right-align {
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    flex-direction: column;
    width: 100%;
    align-content: right;
    justify-content: center;
    text-align: center; }
    .headline-right-align p {
      align: center; } }

@media only screen and (max-width: 768px) {
  .headline-left-align {
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    flex-direction: row;
    width: 100%;
    align-content: left;
    justify-content: flex-start; }
    .headline-left-align p {
      align: left; } }

@media only screen and (max-width: 768px) {
  .small-image {
    margin-right: auto;
    margin-left: auto;
    align-content: center;
    justify-content: center;
    width: 100%; } }

@media only screen and (max-width: 768px) {
  .small-image-centered {
    margin-right: auto;
    margin-left: auto;
    align-content: center;
    justify-content: center;
    width: 100%; } }

@media only screen and (max-width: 768px) {
  .gallery-image {
    margin-right: auto;
    margin-left: auto;
    align-content: center;
    justify-content: center;
    width: 100%; } }

@media only screen and (max-width: 768px) {
  .small-logo {
    margin-right: auto;
    margin-left: auto;
    align-content: center;
    justify-content: center;
    max-width: 40%;
    min-width: 25%; } }

@media only screen and (max-width: 768px) {
  .large-image {
    margin-right: auto;
    margin-left: auto;
    align-content: center;
    justify-content: center;
    width: 100%; } }

@media only screen and (max-width: 768px) {
  .full-text-container {
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    flex-direction: column;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    align-content: center;
    justify-content: center;
    width: 100%; } }

@media only screen and (max-width: 768px) {
  .large-image {
    margin-right: auto;
    margin-left: auto;
    align-content: center;
    justify-content: center;
    width: 100%; } }

@media only screen and (max-width: 1557px) {
  .double-carousel-images {
    margin-right: auto;
    margin-left: auto;
    align-content: center;
    justify-content: center;
    width: 75%; } }

@media only screen and (max-width: 768px) {
  .carousel-page-text {
    margin: 0;
    align-content: center;
    justify-content: center;
    width: 100%;
    padding: 0; }
    .carousel-page-text p {
      text-align: center; }
    .carousel-page-text img {
      margin-left: auto;
      margin-right: auto; } }

@media only screen and (max-width: 768px) {
  .text-with-images {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    align-content: center;
    justify-content: center; }
    .text-with-images p {
      text-align: center; }
    .text-with-images img {
      margin-right: auto;
      margin-left: auto; }
    .text-with-images ul {
      margin-right: auto;
      margin-left: auto; } }

/*CSS Slider*/
.slider {
  padding: 0;
  margin: 0;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  max-width: 750px;
  border-radius: 4px; }

.slider ul {
  width: 1000%;
  height: auto;
  position: relative;
  list-style: none;
  left: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  -moz-animation: slide-animation 35s infinite;
  -webkit-animation: slide-animation 35s infinite; }

.slider ul:hover {
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused; }

.slider li {
  width: 10%;
  list-style: none;
  float: left;
  margin: 0;
  padding: 20px; }

.slider img {
  max-width: 100%;
  border-radius: 4px; }

.slider span {
  position: relative;
  height: 50px;
  display: block;
  font-size: 0.8em;
  bottom: 0;
  margin-top: -50px;
  overflow: hidden;
  background-color: rgba(54, 44, 48, 0.6);
  color: #fff;
  text-shadow: 0px 1px 1px #9d9d9d;
  font-weight: normal; }

@-moz-keyframes slide-animation {
  1% {
    left: 0%;
    opacity: 1; }
  16% {
    left: 0%;
    opacity: 1; }
  20% {
    left: -100%;
    opacity: 1; }
  36% {
    left: -100%;
    opacity: 1; }
  40% {
    left: -200%;
    opacity: 1; }
  56% {
    left: -200%;
    opacity: 1; }
  60% {
    left: -300%;
    opacity: 1; }
  76% {
    left: -300%;
    opacity: 1; }
  80% {
    left: -400%;
    opacity: 1; }
  96% {
    left: -400%;
    opacity: 1; }
  100% {
    left: 0%; } }

@-webkit-keyframes slide-animation {
  1% {
    left: -5%;
    opacity: 1; }
  16% {
    left: -5%;
    opacity: 1; }
  20% {
    left: -105%;
    opacity: 1; }
  36% {
    left: -105%;
    opacity: 1; }
  40% {
    left: -205%;
    opacity: 1; }
  56% {
    left: -205%;
    opacity: 1; }
  60% {
    left: -305%;
    opacity: 1; }
  76% {
    left: -305%;
    opacity: 1; }
  80% {
    left: -405%;
    opacity: 1; }
  96% {
    left: -405%;
    opacity: 1; }
  100% {
    left: 0%; } }

@keyframes slide-animation {
  1% {
    left: -5%;
    opacity: 1; }
  16% {
    left: -5%;
    opacity: 1; }
  20% {
    left: -105%;
    opacity: 1; }
  36% {
    left: -105%;
    opacity: 1; }
  40% {
    left: -205%;
    opacity: 1; }
  56% {
    left: -205%;
    opacity: 1; }
  60% {
    left: -305%;
    opacity: 1; }
  76% {
    left: -305%;
    opacity: 1; }
  80% {
    left: -405%;
    opacity: 1; }
  96% {
    left: -405%;
    opacity: 1; }
  100% {
    left: 0%; } }

/* Lightbox Gallery */
.thumb {
  border: none; }

.thumb-large {
  max-height: 80%;
  border: none; }

.lightbox {
  position: fixed;
  z-index: 999;
  height: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0; }
  .lightbox p {
    color: white;
    line-height: 1.1; }

.lightbox img {
  max-width: 90%;
  max-height: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2%;
  opacity: 0; }

.lightbox:target {
  /** Remove default browser outline */
  outline: none;
  width: 100%;
  height: 100%;
  opacity: 1 !important; }

.lightbox:target img {
  opacity: 1;
  webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.light-btn {
  color: #fff;
  padding: 5px 15px;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  position: absolute;
  top: 45%;
  z-index: 99; }

.light-btn:hover {
  background-color: #111; }

.btn-prev {
  left: 25%; }

.btn-next {
  right: 25%; }

.btn-close {
  position: absolute;
  right: 30%;
  top: 2%;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none; }

@media only screen and (max-width: 768px) {
  .light-btn {
    top: 2vw; } }

@media only screen and (max-width: 768px) {
  .btn-prev {
    top: 10vw;
    left: 10%; } }

@media only screen and (max-width: 768px) {
  .btn-next {
    top: 10vw;
    right: 10%; } }

@media only screen and (max-width: 768px) {
  .btn-close {
    top: 2vw;
    right: 10%; } }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* scss-combine:../../node_modules/bc-baseline/baseline */
/* scss-combine:lib/extends */
.page-form .form-field-captcha + .form-field, .account-wrapper, .account-form-column-container, .account-item-details, .account-receipt-summaries, .account-downloads-gallery-thumbs, .account-invoice-addresses, .account-settings-form, .account-create-details,
.account-create-address, .facet-range-input-group, .product-thumbnails, .form-field-date .form-field-control, .form-field-swatch .form-field-control, .product-event.form-field .form-field-control, .review-item, .quick-shop .product-thumbnails, .blog-post-sharing, .cart-item-options, .cart-actions .cart-promo-codes,
.cart-actions .cart-gift-certificate, .cart-extras form, .cart-additional-checkout-buttons {
  *zoom: 1; }
  .page-form .form-field-captcha + .form-field:before, .account-wrapper:before, .account-form-column-container:before, .account-item-details:before, .account-receipt-summaries:before, .account-downloads-gallery-thumbs:before, .account-invoice-addresses:before, .account-settings-form:before, .account-create-details:before,
  .account-create-address:before, .facet-range-input-group:before, .product-thumbnails:before, .form-field-date .form-field-control:before, .form-field-swatch .form-field-control:before, .product-event.form-field .form-field-control:before, .review-item:before, .quick-shop .product-thumbnails:before, .blog-post-sharing:before, .cart-item-options:before, .cart-actions .cart-promo-codes:before,
  .cart-actions .cart-gift-certificate:before, .cart-extras form:before, .cart-additional-checkout-buttons:before, .page-form .form-field-captcha + .form-field:after, .account-wrapper:after, .account-form-column-container:after, .account-item-details:after, .account-receipt-summaries:after, .account-downloads-gallery-thumbs:after, .account-invoice-addresses:after, .account-settings-form:after, .account-create-details:after,
  .account-create-address:after, .facet-range-input-group:after, .product-thumbnails:after, .form-field-date .form-field-control:after, .form-field-swatch .form-field-control:after, .product-event.form-field .form-field-control:after, .review-item:after, .quick-shop .product-thumbnails:after, .blog-post-sharing:after, .cart-item-options:after, .cart-actions .cart-promo-codes:after,
  .cart-actions .cart-gift-certificate:after, .cart-extras form:after, .cart-additional-checkout-buttons:after {
    display: table;
    content: ""; }
  .page-form .form-field-captcha + .form-field:after, .account-wrapper:after, .account-form-column-container:after, .account-item-details:after, .account-receipt-summaries:after, .account-downloads-gallery-thumbs:after, .account-invoice-addresses:after, .account-settings-form:after, .account-create-details:after,
  .account-create-address:after, .facet-range-input-group:after, .product-thumbnails:after, .form-field-date .form-field-control:after, .form-field-swatch .form-field-control:after, .product-event.form-field .form-field-control:after, .review-item:after, .quick-shop .product-thumbnails:after, .blog-post-sharing:after, .cart-item-options:after, .cart-actions .cart-promo-codes:after,
  .cart-actions .cart-gift-certificate:after, .cart-extras form:after, .cart-additional-checkout-buttons:after {
    clear: both; }

/* scss-combine:lib/mixins */
/* scss-combine:lib/text-inputs */
/* scss-combine:styles/general */
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

a {
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  line-height: 1.25; }

img {
  max-width: 100%; }

ul,
ol,
dl {
  padding: 0;
  margin: 0; }

ul {
  list-style: outside none; }

ol {
  list-style: outside decimal; }

hr {
  height: 2px;
  border: 0; }

blockquote > *:first-child {
  margin-top: 0; }

blockquote > *:last-child {
  margin-bottom: 0; }

figure {
  margin: 0; }

iframe {
  max-width: 100%;
  border: 0; }

pre {
  padding: 1em;
  background: #fafafa; }

.show-for-sr, .sr-only, .form-field-product-list .form-radio,
.form-field-product-list .form-checkbox,
.form-field-radio .form-radio,
.form-field-radio .form-checkbox,
.form-field-checkbox .form-radio,
.form-field-checkbox .form-checkbox, .sorting .form-label, .product-grid-sorting .sorting-title, .form-field-rectangle .form-input, .form-field-swatch .form-input,
.form-field-swatch .form-label-text, .has-image .brands-grid-item-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

/* scss-combine:styles/button */
.button, .form-file-wrapper:before {
  display: inline-block;
  line-height: normal;
  text-align: center;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none; }
  .button + .button, .form-file-wrapper:before + .button, .button + .form-file-wrapper:before, .form-file-wrapper:before + .form-file-wrapper:before {
    margin-left: 5px; }

/* scss-combine:styles/form */
.form-fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

.form-label {
  display: block; }

.form-label-text,
.form-label-text-inline {
  display: inline-block; }

.form-input {
  display: block;
  border: 1px solid;
  border-color: inherit;
  border-radius: 0;
  box-sizing: border-box; }
  .form-input::placeholder {
    opacity: 0.8; }

textarea.form-input {
  resize: vertical; }

input[type="color"].form-input, input[type="date"].form-input, input[type="datetime"].form-input, input[type="datetime-local"].form-input, input[type="email"].form-input, input[type="month"].form-input, input[type="number"].form-input, input[type="password"].form-input, input[type="search"].form-input, input[type="tel"].form-input, input[type="text"].form-input, input[type="time"].form-input, input[type="url"].form-input, input[type="week"].form-input, input:not([type]).form-input, textarea.form-input {
  -webkit-appearance: none; }

.form-inline .form-label-text {
  display: inline-block;
  vertical-align: middle; }

.form-inline .form-input {
  display: inline-block; }

/* scss-combine:styles/table */
table {
  background: transparent;
  border: 1px solid;
  border-collapse: separate;
  border-top: 0;
  border-color: inherit; }
  table.table-clean {
    border: 0;
    border-radius: 0; }

td,
th {
  padding: 20px;
  border-top: 1px solid;
  border-top-color: inherit; }
  .table-clean td, .table-clean
  th {
    border: 0; }

th {
  font-weight: bold; }

td {
  border-left: 1px solid;
  border-left-color: inherit; }
  td:first-child {
    border-left: 0; }

/* scss-combine:../../node_modules/bourbon/app/assets/stylesheets/bourbon */
/* scss-combine:settings/deprecation-warnings */
/* scss-combine:settings/prefixer */
/* scss-combine:settings/px-to-em */
/* scss-combine:settings/asset-pipeline */
/* scss-combine:bourbon-deprecate */
/* scss-combine:functions/assign-inputs */
/* scss-combine:functions/contains */
/* scss-combine:functions/contains-falsy */
/* scss-combine:functions/is-length */
/* scss-combine:functions/is-light */
/* scss-combine:functions/is-number */
/* scss-combine:functions/is-size */
/* scss-combine:functions/px-to-em */
/* scss-combine:functions/px-to-rem */
/* scss-combine:functions/shade */
/* scss-combine:functions/strip-units */
/* scss-combine:functions/tint */
/* scss-combine:functions/transition-property-name */
/* scss-combine:functions/unpack */
/* scss-combine:functions/modular-scale */
/* scss-combine:helpers/convert-units */
/* scss-combine:helpers/directional-values */
/* scss-combine:helpers/font-source-declaration */
/* scss-combine:helpers/gradient-positions-parser */
/* scss-combine:helpers/linear-angle-parser */
/* scss-combine:helpers/linear-gradient-parser */
/* scss-combine:helpers/linear-positions-parser */
/* scss-combine:helpers/linear-side-corner-parser */
/* scss-combine:helpers/radial-arg-parser */
/* scss-combine:helpers/radial-positions-parser */
/* scss-combine:helpers/radial-gradient-parser */
/* scss-combine:helpers/render-gradients */
/* scss-combine:helpers/shape-size-stripper */
/* scss-combine:helpers/str-to-num */
/* scss-combine:css3/animation */
/* scss-combine:css3/appearance */
/* scss-combine:css3/backface-visibility */
/* scss-combine:css3/background */
/* scss-combine:css3/background-image */
/* scss-combine:css3/border-image */
/* scss-combine:css3/calc */
/* scss-combine:css3/columns */
/* scss-combine:css3/filter */
/* scss-combine:css3/flex-box */
/* scss-combine:css3/font-face */
/* scss-combine:css3/font-feature-settings */
/* scss-combine:css3/hidpi-media-query */
/* scss-combine:css3/hyphens */
/* scss-combine:css3/image-rendering */
/* scss-combine:css3/keyframes */
/* scss-combine:css3/linear-gradient */
/* scss-combine:css3/perspective */
/* scss-combine:css3/placeholder */
/* scss-combine:css3/radial-gradient */
/* scss-combine:css3/selection */
/* scss-combine:css3/text-decoration */
/* scss-combine:css3/transform */
/* scss-combine:css3/transition */
/* scss-combine:css3/user-select */
/* scss-combine:addons/border-color */
/* scss-combine:addons/border-radius */
/* scss-combine:addons/border-style */
/* scss-combine:addons/border-width */
/* scss-combine:addons/buttons */
/* scss-combine:addons/clearfix */
/* scss-combine:addons/ellipsis */
/* scss-combine:addons/font-stacks */
/* scss-combine:addons/hide-text */
/* scss-combine:addons/margin */
/* scss-combine:addons/padding */
/* scss-combine:addons/position */
/* scss-combine:addons/prefixer */
/* scss-combine:addons/retina-image */
/* scss-combine:addons/size */
/* scss-combine:addons/text-inputs */
/* scss-combine:addons/timing-functions */
/* scss-combine:addons/triangle */
/* scss-combine:addons/word-wrap */
/* scss-combine:bourbon-deprecated-upcoming */
/* scss-combine:../../node_modules/bourbon-neat/app/assets/stylesheets/neat */
/* scss-combine:neat-helpers */
/* scss-combine:mixins/clearfix */
/* scss-combine:functions/private */
/* scss-combine:functions/new-breakpoint */
/* scss-combine:settings/grid */
/* scss-combine:settings/visual-grid */
/* scss-combine:settings/disable-warnings */
/* scss-combine:grid/private */
/* scss-combine:grid/box-sizing */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* scss-combine:grid/omega */
/* scss-combine:grid/outer-container */
/* scss-combine:grid/span-columns */
/* scss-combine:grid/row */
/* scss-combine:grid/shift */
/* scss-combine:grid/pad */
/* scss-combine:grid/fill-parent */
/* scss-combine:grid/media */
/* scss-combine:grid/reset-display */
/* scss-combine:grid/to-deprecate */
/* scss-combine:grid/visual-grid */
/* scss-combine:grid/display-context */
/* scss-combine:grid/direction-context */
/* scss-combine:../../node_modules/bourbon-neat/app/assets/stylesheets/neat-helpers */
/* scss-combine:mixins/clearfix */
/* scss-combine:functions/private */
/* scss-combine:functions/new-breakpoint */
/* scss-combine:settings/grid */
/* scss-combine:settings/visual-grid */
/* scss-combine:settings/disable-warnings */
/* scss-combine:../../node_modules/hmps-animate.scss/animate */
/* scss-combine:partials/helpers */
body {
  -webkit-backface-visibility: hidden; }

/* scss-combine:partials/bounce */
/* scss-combine:partials/bounceIn */
/* scss-combine:partials/bounceInDown */
/* scss-combine:partials/bounceInLeft */
/* scss-combine:partials/bounceInRight */
/* scss-combine:partials/bounceInUp */
/* scss-combine:partials/bounceOut */
/* scss-combine:partials/bounceOutDown */
/* scss-combine:partials/bounceOutLeft */
/* scss-combine:partials/bounceOutRight */
/* scss-combine:partials/bounceOutUp */
/* scss-combine:partials/fadeIn */
/* scss-combine:partials/fadeInDown */
/* scss-combine:partials/fadeInDownBig */
/* scss-combine:partials/fadeInLeft */
/* scss-combine:partials/fadeInLeftBig */
/* scss-combine:partials/fadeInRight */
/* scss-combine:partials/fadeInRightBig */
/* scss-combine:partials/fadeInUp */
/* scss-combine:partials/fadeInUpBig */
/* scss-combine:partials/fadeOut */
/* scss-combine:partials/fadeOutDown */
/* scss-combine:partials/fadeOutDownBig */
/* scss-combine:partials/fadeOutUp */
/* scss-combine:partials/fadeOutUpBig */
/* scss-combine:partials/fadeOutLeft */
/* scss-combine:partials/fadeOutLeftBig */
/* scss-combine:partials/fadeOutRight */
/* scss-combine:partials/fadeOutRightBig */
/* scss-combine:partials/flip */
/* scss-combine:partials/flipInX */
/* scss-combine:partials/flipInY */
/* scss-combine:partials/flipOutX */
/* scss-combine:partials/flipOutY */
/* scss-combine:partials/hingeLeft */
/* scss-combine:partials/hingeRight */
/* scss-combine:partials/lightSpeedIn */
/* scss-combine:partials/lightSpeedOut */
/* scss-combine:partials/pulse */
/* scss-combine:partials/rollIn */
/* scss-combine:partials/rollOut */
/* scss-combine:partials/rotateIn */
/* scss-combine:partials/rotateInDownLeft */
/* scss-combine:partials/rotateInDownRight */
/* scss-combine:partials/rotateInUpLeft */
/* scss-combine:partials/rotateInUpRight */
/* scss-combine:partials/rotateOut */
/* scss-combine:partials/rotateOutDownLeft */
/* scss-combine:partials/rotateOutDownRight */
/* scss-combine:partials/rotateOutUpLeft */
/* scss-combine:partials/rotateOutUpRight */
/* scss-combine:partials/slideInDown */
/* scss-combine:partials/slideInLeft */
/* scss-combine:partials/slideInRight */
/* scss-combine:partials/slideInUp */
/* scss-combine:partials/slideOutDown */
/* scss-combine:partials/slideOutLeft */
/* scss-combine:partials/slideOutRight */
/* scss-combine:partials/slideOutUp */
/* scss-combine:partials/shake */
/* scss-combine:partials/swing */
/* scss-combine:partials/tada */
/* scss-combine:partials/wiggle */
/* scss-combine:partials/wobble */
/* scss-combine:../../node_modules/bc-modal/dist/scss/modal */
.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 980;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  opacity: 0; }
  .modal-overlay.animating, .modal-overlay.visible {
    display: block;
    transition: opacity 0.3s ease; }
  .modal-overlay.visible {
    opacity: 1; }

.modal-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0; }
  .modal-wrapper.animating, .modal-wrapper.visible {
    display: block;
    transition: opacity 0.2s ease; }
  .modal-wrapper.animating-in {
    transition-delay: 0.1s; }
  .modal-wrapper.visible {
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 1; }

.modal {
  position: relative;
  margin-left: auto;
  margin-right: auto; }

/* scss-combine:../../node_modules/photoswipe/src/css/main */
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
  Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* scss-combine:main-settings */
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
  Background is added as a separate element.
  As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
  stretched thumbnail or div placeholder element (see below)
  style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
  div element that matches size of large image
  large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
  Error message appears when image is not loaded
  (JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc; }

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline; }

/* scss-combine:../../node_modules/photoswipe/src/css/default-skin/default-skin */
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

  Contents:

  1. Buttons
  2. Share modal and links
  3. Index indicator ("1 of X" counter)
  4. Caption
  5. Loading indicator
  6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/* scss-combine:../main-settings */
/*
  
  1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
  Arrow buttons hit area
  (icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

  2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a; }

a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff; }

a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d; }

a.pswp__share--download:hover {
  background: #ddd; }

/*

  3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px; }

/*
  
  4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #bbb; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

  5. Loading indicator (preloader)

  You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(../img/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
      The idea of animating inner circle is based on Polymer ("material") loading indicator 
       by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
    */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

/*
  
  6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
  pswp__ui--hidden class is added when controls are hidden
  e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/* scss-combine:variables */
/* scss-combine:user-settings */
#slider {
  overflow: hidden; }

#slider figure {
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  animation: 20s infinite slider; }

#slider figure img {
  width: 20%;
  float: left; }

@keyframes slider {
  0% {
    left: 0; }
  20% {
    left: 0; }
  25% {
    left: -100%; }
  45% {
    left: -100%; }
  50% {
    left: 0%; }
  70% {
    left: 0%; }
  75% {
    left: -100%; }
  95% {
    left: -100%; } }

.carousel-control-next-icon {
  background-image: url("https://cdn11.bigcommerce.com/s-pl8vz9wzk5/product_images/uploaded_images/next-arrow.png?t=1624553430"); }

.carousel-control-prev-icon {
  background-image: url("https://cdn11.bigcommerce.com/s-pl8vz9wzk5/product_images/uploaded_images/previous.png?t=1624553429"); }

/* scss-combine:lib/mixins */
/* scss-combine:lib/extends */
h1,
h2,
h3,
h4,
h5,
h6, th {
  font-family: "Montserrat";
  font-weight: 400;
  color: rgba(15, 240, 0, 0);
  text-transform: uppercase; }

.section-title {
  font-family: "Montserrat";
  font-weight: 400;
  color: #333333;
  text-transform: uppercase; }

.header-tools-item .search-submit, .quick-shop-close {
  padding: 0;
  background: transparent;
  border: 0;
  appearance: normal; }
  .header-tools-item .search-submit:focus, .quick-shop-close:focus {
    outline: none; }

/* scss-combine:lib/functions */
/* scss-combine:general/fonts */
[class^="icon-"],
[class*=" icon-"] {
  font-family: "form-icons";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: none;
  font-variant: normal;
  src: url("form-icons.eot");
  /* IE9 Compat Modes */
  src: url("form-icons.eot?#iefix") format("embedded-opentype"), url("form-icons.woff2") format("woff2"), url("form-icons.woff") format("woff"), url("form-icons.ttf") format("truetype"), url("form-icons.svg#svgFontName") format("svg");
  /* Legacy iOS */ }

.icon-facebook::before {
  content: "\e600"; }

.icon-google::before {
  content: "\e601"; }

.icon-instagram::before {
  content: "\e602"; }

.icon-pinterest::before {
  content: "\e603"; }

.icon-rss::before {
  content: "\e604"; }

.icon-tumblr::before {
  content: "\e605"; }

.icon-twitter::before {
  content: "\e606"; }

.icon-youtube::before {
  content: "\e607"; }

.icon-arrow-left::before {
  content: url("https://cdn11.bigcommerce.com/s-pl8vz9wzk5/images/stencil/original/image-manager/iconmonstr-arrow-64-12.png?t=1662565014&_gl=1*1emny23*_ga*OTEwMjYwNTc1LjE2MjM0NzAxMDY.*_ga_WS2VZYPC6G*MTY2MjU2NDUzOS42MDkuMS4xNjYyNTY0ODI3LjMzLjAuMA.."); }

.icon-arrow-right::before {
  content: url("https://cdn11.bigcommerce.com/s-pl8vz9wzk5/images/stencil/original/image-manager/iconmonstr-arrow-63-12.png?t=1662565014&_gl=1*1p8wupo*_ga*OTEwMjYwNTc1LjE2MjM0NzAxMDY.*_ga_WS2VZYPC6G*MTY2MjU2NDUzOS42MDkuMS4xNjYyNTY0ODI3LjMzLjAuMA.."); }

.icon-mail::before {
  content: url("https://cdn11.bigcommerce.com/s-pl8vz9wzk5/product_images/uploaded_images/email.png?t=1624039117&_ga=2.165003510.810189456.1623612862-910260575.1623470106"); }

.icon-print::before {
  content: "\e60e"; }

.icon-star::before {
  content: "\e60f"; }

.icon-star-half::before {
  content: "\e610"; }

.icon-menu::before {
  content: url("https://cdn11.bigcommerce.com/s-pl8vz9wzk5/product_images/uploaded_images/icon-04.png?t=1591752584&_ga=2.163227836.1045239496.1591618774-734261882.1590031681"); }

.icon-close-circle::before {
  content: "\e612"; }

.icon-close::before {
  content: url("https://cdn11.bigcommerce.com/s-pl8vz9wzk5/product_images/uploaded_images/icon-05.png?t=1591752584&_ga=2.163227836.1045239496.1591618774-734261882.1590031681"); }

.icon-linkedin::before {
  content: "\e614"; }

.icon-minus::before {
  content: url("https://cdn11.bigcommerce.com/s-pl8vz9wzk5/product_images/uploaded_images/minus-sign.png?t=1624373813"); }

.icon-plus::before {
  content: url("https://cdn11.bigcommerce.com/s-pl8vz9wzk5/product_images/uploaded_images/plus-sign.png?t=1624373814"); }

.icon-stumble-upon::before {
  content: "\e617"; }

.icon-loop::before {
  content: "\e901"; }

.icon-cog::before {
  content: "\e902"; }

.icon-mastercard::before {
  content: "\e903"; }

.icon-americanexpress::before {
  content: "\e904"; }

.icon-paypal::before {
  content: "\e905"; }

.icon-visa::before {
  content: "\e906"; }

.icon-interac::before {
  content: "\e907"; }

.icon-discover::before {
  content: "\e908"; }

.icon-apple-pay::before {
  content: "\e900"; }

.icon-rotaryphone::before {
  content: "\260E"; }

.icon-phone::before {
  content: "\1F4DE"; }

/* scss-combine:general/general */
html {
  background-color: #fff; }

body {
  margin-top: 0 !important;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 1.5;
  color: black;
  background-color: white;
  margin: 0; }
  body.scroll-locked {
    overflow: hidden; }
    @media screen and (max-width: 769px) {
      body.scroll-locked {
        overflow: visible; } }
  body.mobile-nav-open {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    @media screen and (min-width: 976px) {
      body.mobile-nav-open {
        position: static;
        overflow: auto; } }

a {
  color: #000;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  a:hover {
    color: #202123; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.25;
  color: #000; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 14px; }

.h7 {
  font-size: 28px; }

p {
  margin-top: 15px;
  margin-bottom: 15px; }

@media only screen and (max-width: 900px) {
  .h7 {
    text-align: center; } }

.page-title {
  color: black;
  font-family: "Montserrat";
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 2%; }
  .page-title.centered {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 30px;
    color: #000;
    text-transform: none; }
    @media screen and (max-width: 975px) {
      .page-title.centered {
        margin-bottom: 30px; } }
    @media screen and (max-width: 975px) {
      .page-title.centered {
        margin-bottom: 15px; } }
    .page-title.centered::after {
      display: block;
      width: 100vw;
      height: 1px;
      margin-top: 15px;
      background-color: #eeeeee;
      content: ""; }

.section-title {
  padding-bottom: 35px;
  margin-top: 0;
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 3px;
  text-align: center; }
  .has-description .section-title {
    padding-bottom: 15px; }

.section-description {
  max-width: 9999px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .section-description::after {
    clear: both;
    content: "";
    display: block; }
  .section-description > p {
    width: 65%;
    margin: 0 auto 60px; }

hr {
  background: #eeeeee; }

ol {
  padding-left: 1.5em; }

cite {
  color: #888888; }

button {
  border: 0;
  outline: 0; }

.hidden {
  display: none; }

/* scss-combine:general/scaffolding */
.layout-block {
  padding-bottom: 0;
  -webkit-font-smoothing: antialiased; }
  @media screen and (max-width: 975px) {
    .layout-block {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .layout-block.no-border {
    padding-bottom: 0;
    border-bottom: 0; }
    .layout-block.no-border + .layout-block {
      padding-top: 0; }
  .layout-block:last-of-type {
    border-bottom: 0; }
  .layout-block.featured-products, .layout-block.popular-products, .layout-block.new-products, .layout-block.related-products {
    padding-bottom: calc(75px - 15px* 4); }
    @media screen and (max-width: 975px) {
      .layout-block.featured-products, .layout-block.popular-products, .layout-block.new-products, .layout-block.related-products {
        padding-bottom: calc(50px - 15px* 3); } }
    @media screen and (max-width: 769px) {
      .layout-block.featured-products, .layout-block.popular-products, .layout-block.new-products, .layout-block.related-products {
        padding-bottom: calc(50px - 15px* 2); } }
  .layout-block.featured-products {
    background-color: white; }
    .layout-block.featured-products .section-title,
    .layout-block.featured-products .product-grid-item-details h3 a,
    .layout-block.featured-products .product-grid-item-price,
    .layout-block.featured-products .price-tax-label {
      color: black;
      font-family: Montserrat; }
  .layout-block.popular-products {
    background-color: white; }
    .layout-block.popular-products .section-title,
    .layout-block.popular-products .product-grid-item-details h3 a,
    .layout-block.popular-products .product-grid-item-price,
    .layout-block.popular-products .price-tax-label {
      color: black;
      font-family: Montserrat; }
  .layout-block.new-products {
    background-color: white; }
    .layout-block.new-products .section-title,
    .layout-block.new-products .product-grid-item-details h3 a,
    .layout-block.new-products .product-grid-item-price,
    .layout-block.new-products .price-tax-label {
      color: black;
      font-family: Montserrat; }
  .layout-block.related-products {
    background-color: white; }
    .layout-block.related-products .section-title,
    .layout-block.related-products .product-grid-item-details h3 a,
    .layout-block.related-products .product-grid-item-price,
    .layout-block.related-products .price-tax-label {
      color: black;
      font-family: Montserrat; }

.layout-wrapper {
  max-width: 9999px;
  margin-left: auto;
  margin-right: auto; }
  .layout-wrapper::after {
    clear: both;
    content: "";
    display: block; }

/* scss-combine:general/pagination */
.pagination-container {
  max-width: 9999px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  overflow: hidden; }
  .pagination-container::after {
    clear: both;
    content: "";
    display: block; }
  .pagination-container .pagination {
    position: relative;
    padding-top: 30px;
    padding-bottom: 12px;
    text-align: center;
    border-top: 1px solid #eeeeee;
    display: flex;
    justify-content: space-around; }

.pagination-list {
  display: inline-block; }
  @media screen and (max-width: 975px) {
    .pagination-list {
      position: relative;
      left: 50%;
      float: left; } }

.pagination-number {
  display: inline-block;
  padding: 0 10px;
  vertical-align: top; }
  @media screen and (max-width: 419px) {
    .pagination-number {
      display: none; } }
  .pagination-number.pagination-current {
    font-weight: bolder;
    font-size: 17px;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    padding: 0 15px; }
  .pagination-number a {
    color: black; }
    .pagination-number a:hover {
      color: #1a1a1a; }

.pagination-item {
  display: flex;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 2px;
  color: black;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .pagination-item.next {
    position: absolute;
    top: 30px;
    right: 0;
    padding-left: 12px; }
    .pagination-item.next i {
      padding-left: 5px; }
  .pagination-item.previous {
    position: absolute;
    top: 30px;
    left: 0;
    padding-right: 12px; }
    .pagination-item.previous i {
      padding-right: 5px; }
  .pagination-item span {
    display: inline-block; }
  .pagination-item.current a {
    color: white;
    background-color: #333538;
    border-color: #333538; }
  .pagination-item i {
    color: #333538; }

/* scss-combine:general/button */
.button, .form-file-wrapper:before {
  padding: 13px 20px;
  font-family: "Montserrat";
  font-size: 13px;
  line-height: 13px;
  color: white;
  background-color: #e5e5e5;
  color: black;
  border: 1px solid #e5e5e5;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .button:hover, .form-file-wrapper:hover:before {
    border-color: black; }
  .button.button-alt, .button-alt.form-file-wrapper:before {
    font-weight: 600;
    color: #333538;
    background-color: white;
    border-color: #333538; }
    .button.button-alt:hover, .button-alt.form-file-wrapper:hover:before {
      color: #454545;
      border-color: #454545; }
  .button.disabled, .disabled.form-file-wrapper:before {
    color: white;
    pointer-events: none;
    cursor: default;
    background-color: #888888;
    opacity: 0.5; }
    .button.disabled + .spinner, .disabled.form-file-wrapper:before + .spinner {
      display: none; }
  .button.button-small, .button-small.form-file-wrapper:before {
    padding: 8px 12px;
    font-size: 12px; }
  .button.button-large, .button-large.form-file-wrapper:before {
    padding: 20px 40px;
    font-size: 16px; }
  .button:focus, .form-file-wrapper:focus:before {
    outline: none; }

.text-button {
  padding: 0;
  font-size: 12px;
  color: #333538;
  background: none;
  border: 0;
  outline: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .text-button:hover {
    color: #454545; }

/* scss-combine:general/form */
.form-input {
  display: block;
  padding: 5px 10px;
  line-height: 1.8;
  color: #333333;
  background: white;
  border-color: #e4e4e4;
  transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .form-input::placeholder {
    color: #666666; }
  .form-input:focus {
    outline: none; }
  .form-input[type="text"], .form-input[type="email"], .form-input[type="number"], .form-input[type="password"] {
    height: 43px;
    min-width: 220px; }
    @media screen and (max-width: 1059px) {
      .form-input[type="text"], .form-input[type="email"], .form-input[type="number"], .form-input[type="password"] {
        min-width: 180px; } }
  .form-input[type="number"] {
    width: 75px;
    min-width: 0; }
  .form-input.bottom-border {
    position: relative;
    top: -1px;
    border: 0;
    border-bottom: 1px solid #e4e4e4; }
    .form-input.bottom-border:focus {
      border-bottom-color: #333538; }

.form-field {
  position: relative; }
  .form-field textarea {
    width: 100%; }

.form-error {
  color: red;
  border: 1px solid red; }
  .form-error::placeholder {
    color: #ff9999; }

.form-error-message {
  color: red; }

.form-select-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 43px;
  min-width: 220px;
  padding: 0 15px;
  font-size: 16px;
  line-height: 41px;
  color: #666666;
  text-align: left;
  cursor: pointer;
  background-color: white;
  border: 1px solid #e4e4e4; }
  @media screen and (max-width: 1059px) {
    .form-select-wrapper {
      min-width: 180px; } }
  .form-select-wrapper:after {
    position: absolute;
    top: 50%;
    right: 17px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    content: "";
    transform: rotate(135deg); }
  .form-select-wrapper select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    appearance: none; }
  .form-select-wrapper option {
    color: black; }

.form-file-wrapper {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  font-size: 16px;
  line-height: normal;
  color: #666666;
  text-align: left;
  cursor: pointer;
  background-color: white;
  border: 1px solid #e4e4e4; }
  .form-file-wrapper:before {
    position: absolute;
    top: 0;
    right: 0;
    height: 51px;
    padding: 0 30px;
    line-height: 49px;
    background-color: #333538;
    border-radius: 0 3px 3px 0;
    content: attr(data-button-label); }
  .form-file-wrapper:hover:before {
    background-color: #4b4e53; }
  .form-file-wrapper .form-file {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    appearance: none; }

.form-file-size {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-style: italic;
  color: #888888; }

.form-field-product-list .form-label-text,
.form-field-radio .form-label-text,
.form-field-checkbox .form-label-text {
  position: relative; }
  .form-field-product-list .form-label-text:before,
  .form-field-radio .form-label-text:before,
  .form-field-checkbox .form-label-text:before {
    position: relative;
    top: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-color: white;
    border: 1px solid #e4e4e4;
    content: ""; }
  .form-field-product-list .form-label-text:after,
  .form-field-radio .form-label-text:after,
  .form-field-checkbox .form-label-text:after {
    position: absolute;
    content: ""; }

.form-field-radio .form-label-text:before,
.form-field-product-list .form-label-text:before {
  border-radius: 100%; }

.form-field-radio .form-label-text:after,
.form-field-product-list .form-label-text:after {
  top: 10px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 100%; }

.form-field-radio .form-radio:checked + .form-label-text:after,
.form-field-product-list .form-radio:checked + .form-label-text:after {
  background-color: #333538; }

.form-field-checkbox .form-label-text:after {
  top: 8px;
  left: 7px;
  width: 6px;
  height: 9px;
  transform: rotate(45deg); }

.form-field-checkbox .form-checkbox:checked + .form-label-text:after {
  border: solid #333538;
  border-width: 0 2px 2px 0; }

.page-form .form {
  margin: 15px 0; }

.page-form .form-field {
  float: left;
  width: 100%;
  margin-top: 20px; }
  .page-form .form-field:first-of-type {
    margin-bottom: 0; }
  .page-form .form-field .form-input {
    width: 100%;
    border-color: #bbbbbb;
    background: white; }
  .page-form .form-field .form-select-wrapper {
    border-color: #bbbbbb; }
  .page-form .form-field .form-inline-message {
    float: left;
    width: 100%;
    padding: 5px 0 15px;
    font-size: 12px;
    color: red; }

.page-form .form-field-control {
  float: left;
  width: 100%; }

.page-form .form-field-title {
  float: left;
  width: 100%;
  margin-bottom: 6px;
  font-weight: normal; }

.page-form .form-actions {
  float: left;
  margin: 15px 0; }
  .page-form .form-actions .button, .page-form .form-actions .form-file-wrapper:before {
    display: inline-block; }
    @media screen and (max-width: 769px) {
      .page-form .form-actions .button, .page-form .form-actions .form-file-wrapper:before {
        width: 100%;
        margin: 5px; } }

.page-form .form-field-captcha {
  float: left;
  width: 100%;
  margin-bottom: 15px; }
  @media screen and (max-width: 769px) {
    .page-form .form-field-captcha {
      font-size: 0; }
      .page-form .form-field-captcha .form-label,
      .page-form .form-field-captcha .captcha-note {
        font-size: 16px; } }
  .page-form .form-field-captcha .captcha-image {
    display: inline-block;
    padding: 5px;
    margin: 15px 15px 0 0;
    vertical-align: middle;
    background-color: rgba(228, 228, 228, 0.5);
    border: 1px solid #e4e4e4;
    border-radius: 4px; }
    @media screen and (max-width: 769px) {
      .page-form .form-field-captcha .captcha-image {
        width: 48%;
        margin-right: 4%; } }
    .page-form .form-field-captcha .captcha-image img {
      display: block;
      height: 75px; }
      @media screen and (max-width: 769px) {
        .page-form .form-field-captcha .captcha-image img {
          width: 100%;
          height: auto; } }
  .page-form .form-field-captcha .form-field-control {
    display: inline-block;
    float: none;
    width: auto;
    margin-right: 0;
    vertical-align: middle; }
    @media screen and (max-width: 769px) {
      .page-form .form-field-captcha .form-field-control {
        width: 48%; } }
    .page-form .form-field-captcha .form-field-control .form-input {
      width: 150px;
      min-width: 0; }
      @media screen and (max-width: 769px) {
        .page-form .form-field-captcha .form-field-control .form-input {
          width: 100%;
          font-size: 16px; } }

@media only screen and (max-width: 619px) {
  .create-account-form-mobile {
    padding: 0 10px; }
  .page-form .form-field-title {
    text-align: left !important; } }

/* scss-combine:general/table */
table {
  color: black;
  border-color: #eeeeee; }

th {
  color: #333333;
  background: white; }

/* scss-combine:general/modals */
.modal-overlay {
  background-color: rgba(51, 53, 56, 0.85); }

.modal {
  max-width: 1060px;
  max-height: 90%;
  padding: 30px;
  overflow-y: scroll;
  background: white; }
  @media screen and (max-width: 975px) {
    .modal {
      margin-right: 20px;
      margin-left: 20px; } }
  @media screen and (max-width: 419px) {
    .modal {
      margin-top: 20px !important; } }

.modal-content {
  position: relative; }
  .modal-content .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    line-height: 16px;
    color: rgba(0, 0, 0, 0.5); }
    .modal-content .modal-close:hover {
      color: rgba(0, 0, 0, 0.8); }
  .modal-content .modal-title {
    margin-top: 0; }

/* scss-combine:general/rte */
.rte {
  width: 100vw; }
  .rte ol {
    padding-left: 2.1875rem;
    margin-bottom: 1.25rem; }
  .rte ul {
    margin-bottom: 1.25rem;
    list-style: none; }
  .rte .page-feed {
    padding: 0;
    margin: 30px 0;
    list-style: none;
    border: 1px solid #eeeeee; }
    .rte .page-feed h5 {
      display: inline-block;
      margin: 0;
      border-bottom: 1px solid rgba(15, 240, 0, 0); }
    .rte .page-feed li {
      padding: 15px; }
      .rte .page-feed li:nth-child(even) {
        background-color: #f7f7f7; }
      .rte .page-feed li > *:last-child {
        margin-bottom: 0; }

/* scss-combine:general/loading */
.spinner {
  position: absolute;
  top: 50%;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 -13px;
  transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden; }
  .quick-shop-wrapper > .spinner {
    position: absolute;
    left: 50%;
    width: 46px;
    height: 46px;
    margin: -23px 0 0 -23px; }
  .disabled .spinner {
    display: none; }
  .product-add-button-wrapper .spinner {
    right: 20px;
    left: auto;
    visibility: hidden; }
    .product-add-button-wrapper .spinner.visible {
      right: -30px;
      visibility: visible; }
      .quick-shop .product-add-button-wrapper .spinner.visible {
        right: -40px; }
  .spinner .spinner-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; }
    .spinner .spinner-circle:before {
      display: block;
      width: 11%;
      height: 22%;
      margin: 0 auto;
      background-color: #333538;
      border-radius: 100%;
      content: "";
      animation: spinner-circleFadeDelay 1.2s infinite ease-in-out both;
      -webkit-backface-visibility: hidden; }
      .quick-shop-wrapper > .spinner .spinner-circle:before {
        width: 6%;
        background-color: #999a9c; }
    .spinner .spinner-circle.spinner-circle2 {
      transform: rotate(30deg); }
    .spinner .spinner-circle.spinner-circle3 {
      transform: rotate(60deg); }
    .spinner .spinner-circle.spinner-circle4 {
      transform: rotate(90deg); }
    .spinner .spinner-circle.spinner-circle5 {
      transform: rotate(120deg); }
    .spinner .spinner-circle.spinner-circle6 {
      transform: rotate(150deg); }
    .spinner .spinner-circle.spinner-circle7 {
      transform: rotate(180deg); }
    .spinner .spinner-circle.spinner-circle8 {
      transform: rotate(210deg); }
    .spinner .spinner-circle.spinner-circle9 {
      transform: rotate(240deg); }
    .spinner .spinner-circle.spinner-circle10 {
      transform: rotate(270deg); }
    .spinner .spinner-circle.spinner-circle11 {
      transform: rotate(300deg); }
    .spinner .spinner-circle.spinner-circle12 {
      transform: rotate(330deg); }
    .spinner .spinner-circle.spinner-circle2:before {
      animation-delay: -1.1s; }
    .spinner .spinner-circle.spinner-circle3:before {
      animation-delay: -1s; }
    .spinner .spinner-circle.spinner-circle4:before {
      animation-delay: -0.9s; }
    .spinner .spinner-circle.spinner-circle5:before {
      animation-delay: -0.8s; }
    .spinner .spinner-circle.spinner-circle6:before {
      animation-delay: -0.7s; }
    .spinner .spinner-circle.spinner-circle7:before {
      animation-delay: -0.6s; }
    .spinner .spinner-circle.spinner-circle8:before {
      animation-delay: -0.5s; }
    .spinner .spinner-circle.spinner-circle9:before {
      animation-delay: -0.4s; }
    .spinner .spinner-circle.spinner-circle10:before {
      animation-delay: -0.3s; }
    .spinner .spinner-circle.spinner-circle11:before {
      animation-delay: -0.2s; }
    .spinner .spinner-circle.spinner-circle12:before {
      animation-delay: -0.1s; }

@keyframes spinner-circleFadeDelay {
  0%,
  39%,
  100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

/* scss-combine:modules/flickity */
.flickity-enabled {
  position: relative; }
  .flickity-enabled.is-draggable {
    user-select: none;
    tap-highlight-color: transparent; }
    .flickity-enabled.is-draggable .flickity-viewport {
      cursor: move;
      cursor: grab; }
      .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
        cursor: grabbing; }
  .flickity-enabled:focus {
    outline: none; }

.flickity-viewport {
  position: relative;
  height: 100%;
  overflow: hidden; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 975px) {
  .flickity-slider {
    position: absolute;
    width: 200%;
    margin-left: -50vw; } }

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  cursor: pointer;
  background: transparent;
  background-color: white;
  border: 0;
  border-radius: 50%;
  transform: translateY(-50%); }
  .flickity-prev-next-button:hover {
    background: transparent; }
  .flickity-prev-next-button.previous {
    left: 10px; }
  .flickity-prev-next-button.next {
    right: 10px; }
  .flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #333538; }
  .flickity-prev-next-button:active {
    opacity: 0.6; }
  .flickity-prev-next-button:disabled {
    cursor: auto;
    opacity: 0.3; }
  .flickity-prev-next-button svg {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%; }
  .flickity-prev-next-button .arrow {
    fill: #333538; }
  .flickity-prev-next-button .no-svg {
    font-size: 25px;
    color: #333538; }

.webpage-header-title {
  margin-top: 10px;
  text-align: center;
  font-weight: bold !important;
  font-family: Montserrat; }

.webpage-info-para {
  font-size: 18px;
  font-family: Montserrat;
  text-align: center; }

.create-account-title {
  margin: 30px;
  width: 55vw;
  text-align: center;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: bold;
  line-height: 20px; }

@media only screen and (max-width: 975px) {
  .create-account-title {
    margin: 30px 10px;
    width: 90vw; } }

@media only screen and (max-width: 480px) {
  .webpage-header-title {
    font-size: 20px; } }

/* Slider */
.slick-slide {
  margin: 0px 20px; }

.slick-slide img {
  width: 100%; }

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[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; }

.location-para {
  margin: 50px 100px;
  font-size: 20px;
  font-family: Montserrat;
  text-align: center; }

.locations-container {
  width: 75vw; }

.location-name {
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 0;
  text-transform: capitalize; }

.location-type {
  text-transform: capitalize;
  font-size: 28px;
  font-weight: bold;
  margin: 8px 0;
  word-wrap: break-word; }

.location-addy-phone {
  font-size: 20px;
  margin: 5px 0; }

.location-email {
  font-weight: bold;
  font-size: 25px;
  margin: 0; }

@media only screen and (max-width: 1350px) {
  .location-name {
    font-size: 40px; }
  .location-type {
    font-size: 24px; }
  .location-addy-phone {
    font-size: 18px; }
  .location-email {
    font-size: 22px; } }

@media only screen and (max-width: 1200px) {
  .locations-container {
    width: 98vw; } }

@media only screen and (max-width: 900px) {
  .location-name {
    font-size: 30px;
    margin-bottom: 0; }
  .location-type {
    font-size: 20px;
    margin: 0; }
  .location-addy-phone {
    font-size: 15px;
    margin: 5px 0; }
  .location-email {
    font-size: 18px;
    margin: 0; } }

@media only screen and (max-width: 640px) {
  .icon-location-marker {
    display: none; }
  .location-info {
    padding: 0 35px; } }

@media only screen and (max-width: 500px) {
  .location-info {
    padding: 0 10px; }
  .locations-container {
    width: 100vw; }
  .location-name {
    font-size: 20px; }
  .location-type {
    font-size: 16px; }
  .location-addy-phone {
    font-size: 13px;
    margin: 5px 0; }
  .location-email {
    font-size: 15px;
    margin: 0; }
  .location-para {
    margin: 25px 20px;
    font-size: 16px; } }

@media only screen and (max-width: 350px) {
  .location-info {
    padding: 0 10px; }
  .location-name {
    font-size: 15px; }
  .location-type {
    font-size: 13px;
    margin: 8px 0; }
  .location-addy-phone {
    font-size: 12px;
    margin: 5px 0; }
  .location-email {
    font-size: 14px;
    margin: 0; }
  .location-para {
    margin: 25px 20px;
    font-size: 15px; } }

.kh-double {
  padding-bottom: 100px; }

#kh-video1 {
  display: flex;
  justify-content: left; }
  #kh-video1 iframe {
    padding: 40px 0 40px 40px;
    width: 70vw; }
  #kh-video1 #kh-video-text-desktop {
    width: 30vw;
    margin: 80px 40px 0 0;
    padding: 45px;
    font-family: Montserrat; }

#kh-video-text-mobile {
  display: none; }

#cruise-imgtext-img {
  display: flex;
  align-items: center;
  padding: 1% 3% 0 3%; }
  #cruise-imgtext-img img {
    width: 45vw;
    margin-right: 3%; }
  #cruise-imgtext-img .cruise-imgtext-text {
    font-family: Montserrat;
    font-size: 18px;
    width: 45vw;
    display: flex;
    align-items: center;
    padding-right: 3%;
    margin-bottom: 25px;
    margin-top: 0; }
  #cruise-imgtext-img .webpage-linkbutton {
    width: 16vw; }
    #cruise-imgtext-img .webpage-linkbutton a {
      font-size: 24px;
      color: white;
      font-family: Montserrat;
      text-align: center; }

@media only screen and (max-width: 1400px) {
  #cruise-imgtext-img img {
    width: 50vw;
    margin-right: 2%; }
  #cruise-imgtext-img .cruise-imgtext-text {
    padding-right: 2%;
    margin-bottom: 10px;
    margin-top: 0; }
  #cruise-imgtext-img .webpage-linkbutton {
    margin-top: 20px;
    margin-bottom: 0;
    width: 25vw; }
    #cruise-imgtext-img .webpage-linkbutton a {
      font-size: 22px; } }

/* Parent Container */
.content_img {
  position: relative;
  float: left;
  margin: 4px 10px 4px 0; }

/* Child Text Container */
.content_img div {
  position: absolute;
  bottom: 0;
  right: 0;
  background: black;
  color: white;
  margin-bottom: 5px;
  font-family: sans-serif;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear; }

/* Hover on Parent Container */
.content_img:hover {
  cursor: pointer; }

.content_img:hover div {
  width: 100%;
  height: 100%;
  padding: 8px 15px;
  margin: 0;
  visibility: visible;
  opacity: 0.7; }
  .content_img:hover div a {
    color: white; }

#cruise-flexbox {
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
  flex-direction: column; }

.cruise-column {
  flex: 33%;
  max-width: 100%;
  display: flex; }

.cruise-column img {
  vertical-align: middle; }

@media screen and (max-width: 800px) {
  .cruise-column {
    flex: 70%;
    max-width: 100%;
    flex-direction: column; } }

@media screen and (max-width: 600px) {
  .cruise-column {
    flex: 100%;
    max-width: 100%; } }

@media only screen and (max-width: 1196px) {
  #cruise-imgtext-img {
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    #cruise-imgtext-img img {
      width: 80vw;
      margin-right: 0;
      margin-top: 20px; }
    #cruise-imgtext-img .cruise-imgtext-text {
      padding-right: 0;
      margin: 20px 10px 0px 10px;
      width: 90vw;
      text-align: center; }
    #cruise-imgtext-img .webpage-linkbutton {
      margin-top: 0px;
      width: 350px; }
      #cruise-imgtext-img .webpage-linkbutton a {
        font-size: 22px;
        text-align: center; }
  .cruise-imgtext-textcontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; } }

@media only screen and (max-width: 480px) {
  #cruise-imgtext-img {
    padding: 0; }
    #cruise-imgtext-img img {
      width: 80vw;
      margin-top: 10px; }
    #cruise-imgtext-img .cruise-imgtext-text {
      margin: 10px 10px 0px 10px;
      width: 90vw;
      font-size: 13px; }
    #cruise-imgtext-img .webpage-linkbutton {
      width: 220px;
      margin-top: 10px; }
      #cruise-imgtext-img .webpage-linkbutton a {
        font-size: 22px; } }

.image {
  position: relative;
  width: 400px; }

.image__img {
  display: block;
  width: 100%; }

.image__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: black;
  font-family: 'Quicksand', sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s; }

.image__overlay--blur {
  backdrop-filter: blur(5px); }

.image__overlay--primary {
  background: rgba(206, 206, 206, 0.681); }

.image__overlay > * {
  transform: translateY(20px);
  transition: transform 0.25s; }

.image__overlay:hover {
  opacity: 1; }

.image__overlay:hover > * {
  transform: translateY(0); }

.image__title {
  font-size: 2em;
  font-weight: bold; }

.image__description {
  font-size: 1.25em;
  margin-top: 0.25em; }

.textOverImage {
  width: 200px;
  height: 200px;
  display: inline-block;
  background-size: cover;
  border-radius: 4px;
  margin: 4px;
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.textOverImage > input {
  display: none; }

.textOverImage:hover > h2, .textOverImage > input:checked + h2 + div {
  bottom: 4px;
  opacity: 1; }

.textOverImage > input:checked + h2 {
  bottom: -20px;
  opacity: 0; }

.textOverImage > h2 {
  margin: 0; }

.textOverImage-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 0 10px; }

.textOverImage-triple-small-container {
  display: flex;
  flex-direction: column; }

.textOverImage-double {
  width: 50vw;
  height: 50vh;
  background-size: cover;
  background-position: right 0 top 0;
  margin: 10px;
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.textOverImage-triple-large {
  width: 65vw;
  height: 52vh;
  background-size: cover;
  background-position: right 0 top 0;
  margin: 10px;
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.textOverImage-triple-small {
  width: 35vw;
  height: 25vh;
  background-size: cover;
  background-position: right 0 top 0;
  margin: 10px;
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.textOverImage-double-small {
  width: 40vw;
  height: 50vh;
  background-size: cover;
  background-position: right 0 top 0;
  margin: 10px;
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.textOverImage-double-large {
  width: 60vw;
  height: 50vh;
  background-size: cover;
  background-position: right 30% top 0;
  margin: 10px;
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.textOverImage > input {
  display: none; }

.textOverImage > h2 {
  font-family: Montserrat;
  position: absolute;
  background-color: rgba(196, 196, 196, 0.8);
  bottom: 4px;
  right: 4px;
  border-radius: 4px;
  padding: 5px;
  overflow: hidden;
  opacity: 1;
  transition: .3s;
  text-align: center;
  font-size: 15px;
  width: 30px; }

.textOverImage > h3 {
  font-family: Montserrat;
  text-transform: capitalize;
  position: absolute;
  bottom: 5px;
  left: 5px;
  margin-bottom: 0;
  opacity: 1;
  color: white;
  text-align: center;
  font-size: 12px; }

.textOverImage > div {
  font-family: Montserrat;
  position: absolute;
  background-color: rgba(196, 196, 196, 0.8);
  padding: 5px;
  overflow: hidden;
  opacity: 0;
  transition: .3s;
  text-align: center;
  font-size: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.close-cruise-installation {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 10px; }

.textOverImage:hover > h2, .textOverImage > input:checked + h2 + div {
  opacity: 1; }

.textOverImage > input:checked + h2 {
  bottom: -20px;
  opacity: 0; }

.textOverImage > h2 {
  margin: 0; }

.rep-photo-container {
  padding: 0 170px; }

.email-icon {
  padding-top: 3px; }

.carousel-1 {
  width: 100vw;
  padding: 0 1vw; }
  .carousel-1 .carousel-img-section {
    display: flex;
    justify-content: center; }
  .carousel-1 .carousel-item {
    height: 100%;
    width: 100%; }
  .carousel-1 .active {
    display: flex;
    justify-content: center;
    align-items: center; }

.dbl-carousel {
  padding: 0 5px; }

#carouselBookCategories-buttons {
  width: 5%; }
  #carouselBookCategories-buttons span {
    background-color: white;
    width: 30px; }

.dbl-carousel-img-container {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 2vw; }
  .dbl-carousel-img-container img {
    border: 0.5px solid black; }

.carousel-img-container {
  height: 100%;
  width: 25%;
  margin: 0 20px; }
  .carousel-img-container img {
    height: 100%;
    width: 100%; }

#carouselNewAdditions {
  margin-top: 10px; }

#carouselNewAdditions, #carouselBookCategories {
  background-color: #ececec;
  background-color: #e6e6e6; }

#carouselNewAdditions, #carouselLookbooks, #carouselBookCategories {
  margin-top: 30px;
  padding: 30px 0 40px 0; }
  #carouselNewAdditions p, #carouselLookbooks p, #carouselBookCategories p {
    font-size: 20px; }

#carouselBookCategories p, #carouselBookCategories-mobile p {
  margin-top: 15px;
  text-align: center;
  font-family: Montserrat;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0; }

#carouselExampleInterval {
  background-color: #f5f5f5;
  width: 100vw;
  padding: 50px 0; }

#kh-carousel-header, .carousel-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 28px; }
  #kh-carousel-header #kh-dfb, #kh-carousel-header .dfb, .carousel-header #kh-dfb, .carousel-header .dfb {
    font-size: 28px;
    text-transform: capitalize; }

#carouselExampleSlidesOnly, #carousel-cruise-books-mobile, #carouselNewAdditions-mobile, #carouselLookbooks-mobile, #carouselBookCategories-mobile {
  display: none; }

@media only screen and (max-width: 975px) {
  .kh-double {
    padding-bottom: 50px; }
  #carouselExampleSlidesOnly, #carousel-cruise-books-mobile, #carouselNewAdditions-mobile, #carouselLookbooks-mobile, #carouselBookCategories-mobile {
    display: block !important; }
    #carouselExampleSlidesOnly .carousel-inner, #carousel-cruise-books-mobile .carousel-inner, #carouselNewAdditions-mobile .carousel-inner, #carouselLookbooks-mobile .carousel-inner, #carouselBookCategories-mobile .carousel-inner {
      height: 70%;
      width: 70vw;
      margin: auto; }
  #carouselNewAdditions-mobile, #carouselLookbooks-mobile, #carouselBookCategories-mobile {
    margin-top: 30px; }
  #carouselNewAdditions-mobile, #carouselBookCategories-mobile {
    background-color: #ececec;
    background-color: #e6e6e6;
    padding: 30px 0; }
    #carouselNewAdditions-mobile .dfb, #carouselBookCategories-mobile .dfb {
      font-family: Montserrat;
      font-weight: bold;
      text-transform: uppercase; }
  #carouselLookbooks-mobile .dfb {
    font-family: Montserrat;
    font-weight: bold;
    text-transform: uppercase; }
  #carouselExampleInterval, #carousel-cruise-books-desktop, #carouselNewAdditions, #carouselLookbooks, #carouselBookCategories {
    display: none; }
  .rep-photo-container {
    padding: 0 100px; } }

@media only screen and (max-width: 768px) {
  .rep-photo-container {
    padding: 0; } }

.kh-gallery {
  margin: 20px 40px 40px 40px; }

#kelly-hoppen-mobile {
  display: none; }

.kh-info-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 50px; }
  .kh-info-section .kh-info-para,
  .kh-info-section a {
    font-size: 18px;
    font-family: Montserrat;
    text-align: center; }
  .kh-info-section a {
    margin-top: 10px;
    text-decoration: underline; }

.kh-sales-rep {
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  margin: 5% 15%; }
  .kh-sales-rep a {
    text-decoration: underline; }

@media only screen and (max-width: 768px) {
  .kh-info-section {
    padding: 20px 25px; }
    .kh-info-section .kh-info-para,
    .kh-info-section a {
      font-size: 15px; }
    .kh-info-section a {
      margin-top: 0; } }

@media only screen and (max-width: 790px) {
  #kh-video1 iframe {
    width: 740px;
    height: 330px;
    padding: 40px; }
  #kh-video1 #kh-video-text-desktop {
    display: none; }
  #kh-video-text-mobile {
    display: block;
    width: 100vw;
    padding: 45px;
    margin: 0 0 30px 0;
    font-family: Montserrat; } }

@media only screen and (max-width: 480px) {
  #kh-video1 iframe {
    width: 475px;
    height: 270px; }
  #kelly-hoppen-mobile {
    display: block; }
  #kelly-hoppen-desk {
    display: none; }
  .kh-info-section {
    padding: 15px 20px; }
    .kh-info-section .kh-info-para,
    .kh-info-section a {
      font-size: 12px; }
  .kh-sales-rep {
    font-size: 12px; }
  #kh-carousel-header #kh-dfb, #kh-carousel-header .dfb, .carousel-header #kh-dfb, .carousel-header .dfb {
    font-size: 20px; } }

.sol-cat-photos, .fabrics-page-row {
  flex-direction: row;
  margin: 0 10px; }
  .sol-cat-photos div, .fabrics-page-row div {
    width: 33%;
    margin: 0 10px 25px; }
    .sol-cat-photos div p, .fabrics-page-row div p {
      font-size: 16px; }

.home-icon-section {
  margin-top: 20px; }
  .home-icon-section .home-icon-section-icons {
    width: 4vw;
    margin-bottom: 1vw; }
  .home-icon-section div {
    width: 20%; }

@media only screen and (max-width: 791px) {
  .sol-cat-photos div p {
    font-size: 15px; } }

@media only screen and (max-width: 686px) {
  .sol-cat-photos, .fabrics-page-row {
    flex-direction: column; }
    .sol-cat-photos div, .fabrics-page-row div {
      width: 100%;
      padding: 0;
      margin: 0; }
      .sol-cat-photos div p, .fabrics-page-row div p {
        font-size: 16px; } }

@media only screen and (max-width: 480px) {
  .home-icon-section {
    margin-top: 0; }
    .home-icon-section .home-icon-section-icons {
      width: 10vw;
      margin-bottom: 0; } }

/* Set the size of the div element that contains the map */
#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */ }

#mobile-monthly-favorites {
  display: none; }

@media only screen and (max-width: 975px) {
  #mobile-monthly-favorites {
    display: block; }
    #mobile-monthly-favorites h5 {
      font-size: 13px; }
  #desktop-monthly-favorites {
    display: none; } }

@media only screen and (max-width: 320px) {
  #mobile-monthly-favorites {
    padding: 0; }
    #mobile-monthly-favorites h5 {
      font-size: 11px; } }

.product-image-bottom {
  display: none; }

.photo-box {
  max-width: 30%; }

.webpage-mainblurb {
  font-size: 18px;
  margin: 4% 10%; }

.webpage-link {
  font-size: 16px; }

@media only screen and (max-width: 975px) {
  .webpage-mainblurb-container {
    padding: 20px 50px; }
  .webpage-link {
    font-size: 16px; } }

@media only screen and (max-width: 686px) {
  .webpage-link {
    font-size: 16px; }
  .custom-gallery-img {
    margin-bottom: 10px; } }

@media only screen and (max-width: 480px) {
  .carousel-header {
    font-size: 20px; }
  .webpage-mainblurb-container {
    padding: 0; }
  .webpage-mainblurb {
    font-size: 13px;
    margin: 10px 15px; }
  .webpage-link {
    font-size: 13px;
    margin: 10px 0; } }

.digital-books-carousel {
  width: 30%; }

#carouselExampleInterval-digital-books {
  background-color: #949494;
  padding: 0 20px 10px 20px; }

.career-blurb-container {
  border-bottom: 1px #D4D4D4 solid;
  padding-top: 30px;
  padding-bottom: 40px; }

@media only screen and (max-width: 686px) {
  .career-photos {
    flex-direction: column; }
    .career-photos div {
      width: 100%; } }

.job-opening {
  background-color: #f9f7f7;
  padding: 80px 0;
  margin-bottom: 30px; }

.job-title {
  margin-left: 10%;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-size: 45px; }

.job-location {
  text-transform: capitalize;
  margin-left: 10%;
  font-size: 40px; }

.job-details {
  text-transform: capitalize;
  font-weight: 500; }

.job-info {
  margin-left: 10%; }
  .job-info .job-bullets {
    margin-left: 2%; }
    .job-info .job-bullets li {
      list-style-type: disc; }

.job-contact {
  margin-right: 5%; }

@media only screen and (max-width: 480px) {
  .job-opening {
    background-color: #f9f7f7;
    padding: 20px 0; }
  .job-title {
    font-size: 25px; }
  .job-location {
    font-size: 20px; }
  .job-info {
    margin-right: 5%; } }

#mc-sub-to-newsletter {
  display: flex;
  justify-content: center; }

#mc_embed_signup {
  text-align: center;
  font-size: 14px;
  font-family: Montserrat;
  margin-top: 70px; }

#mc_embed_signup_scroll h1 {
  font-size: 12px;
  padding: 10px 20px 15px 20px; }

#mc_embed_signup_scroll h2 {
  font-size: 20px;
  margin-bottom: 0;
  width: 40%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 10px 0 20px; }
  #mc_embed_signup_scroll h2 span {
    background: #fff;
    padding: 0 10px; }

.mc-field-group {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .mc-field-group .clear {
    display: flex;
    justify-content: center; }

#mce-responses {
  margin-bottom: 10px; }

#mce-success-response {
  font-size: 18px;
  background-color: #039503;
  color: white; }

#mce-error-response {
  font-size: 18px;
  display: block;
  background-color: #950303;
  color: white; }

#mc_embed_signup div.mce_inline_error {
  margin-top: 10px !important;
  width: 100%; }

#mce-EMAIL {
  width: 350px;
  border: 1px black solid;
  border-radius: 0;
  color: #424242;
  margin-right: 10px; }

#mc-embedded-close, #mc-embedded-subscribe {
  background-color: black;
  color: white;
  font-family: Montserrat;
  padding: 10px 20px !important;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid black;
  line-height: normal; }

@media only screen and (max-width: 976px) {
  #mc_embed_signup_scroll h2 {
    width: 60%; }
    #mc_embed_signup_scroll h2 span {
      background: #fff;
      padding: 0 10px; } }

@media only screen and (max-width: 700px) {
  #mc_embed_signup_scroll h1 {
    padding: 10px 10px 15px 10px;
    margin: 0; }
  #mc_embed_signup_scroll h2 {
    width: 80%;
    font-size: 18px; }
    #mc_embed_signup_scroll h2 span {
      background: #fff;
      padding: 0 10px; } }

@media only screen and (max-width: 577px) {
  #mc_embed_signup_scroll h1 {
    padding: 10px 10px 15px 10px;
    margin: 0; }
  #mc_embed_signup_scroll h2 {
    font-size: 15px;
    margin-bottom: 0;
    padding: 0;
    width: 60%; }
  .mc-field-group {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .mc-field-group input {
      padding: 10px; }
  #mce-EMAIL {
    width: 200px; }
  #mc-embedded-subscribe {
    font-size: 13px; } }

@media only screen and (max-width: 410px) {
  #mc_embed_signup_scroll h1 {
    margin-top: 10px; }
  #mc_embed_signup_scroll h2 span {
    padding: 0 5px; } }

.faq-category-name {
  margin-top: 45px;
  font-weight: bold;
  border-bottom: 1px gray solid; }

#faq-section {
  padding: 0 10%; }

.faq-column {
  padding: 0 50px 0 0; }

.accordion-body {
  font-family: Montserrat;
  font-size: 15px;
  color: #464646;
  padding: 1rem;
  width: 32vw;
  background-color: #f8f8f9; }

.accordion-button {
  padding: 1rem 0; }

.accordion-button:not(.collapsed) {
  color: black;
  padding-bottom: 20px; }

.accordion-button:focus {
  box-shadow: none;
  background-color: white !important; }

.accordion-item {
  border: none;
  margin-bottom: 10px; }

.accordion-header {
  border: none; }

.faq-column {
  align-items: center; }

@media only screen and (max-width: 850px) {
  #faq-section {
    flex-direction: column; }
  .faq-column {
    padding: 0; }
  #accordionFlushExample, .accordion-body, .accordion-collapse {
    width: 80vw !important; } }

@media only screen and (max-width: 480px) {
  #faq-section {
    flex-direction: column; }
  .faq-column {
    padding: 0;
    align-items: flex-start !important; }
  .accordion-button {
    width: 80vw; } }

#icons-cruise-commercial {
  display: flex;
  flex-direction: column;
  margin: 30px 0; }
  #icons-cruise-commercial div {
    display: flex; }
  #icons-cruise-commercial span {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: bold; }
  #icons-cruise-commercial .grey-xmark {
    margin: 0 8px 0 2px;
    width: 15px; }

.icon-commercial-cruise {
  width: 18px;
  margin-right: 5px; }

.candid-and-texts .candid-text {
  font-family: Montserrat; }
  .candid-and-texts .candid-text p {
    background-color: #f8f8f8;
    padding: 10% 20%;
    color: black;
    font-size: 16px;
    margin: 0;
    margin-top: 10%; }

#eco-term, #eco-term-body {
  font-size: 20px;
  color: #243b22; }

#eco-term-header {
  font-size: 22px;
  text-align: center;
  font-family: Montserrat;
  padding: 40px 60px;
  margin: 20px 0;
  background-color: #def1dd8f;
  color: #243b22; }

.dotted-text {
  font-size: 25px; }

#eco-term-body {
  background-color: #def1dd8f; }

.sustainable-container {
  margin-top: 4%; }

.sustainable-stack {
  background-color: #d7e4d6;
  display: flex;
  align-items: center;
  font-family: Montserrat;
  margin-top: 1%;
  padding-top: 2%;
  padding-bottom: 2%; }
  .sustainable-stack p {
    font-size: 1.8vw;
    color: #243b22; }
  .sustainable-stack .right {
    padding: 0 9% 0 0;
    width: 24vw; }
  .sustainable-stack .left {
    padding: 0 0 0 9%;
    width: 21vw; }
  .sustainable-stack .number {
    width: 30vw; }

.right-round {
  margin-right: 1%;
  border-radius: 0 150px 150px 0; }
  .right-round p {
    padding: 2% 6% 2% 9%; }

.left-round {
  margin-left: 1%;
  border-radius: 150px 0 0 150px; }
  .left-round p {
    padding: 2% 9% 2% 6%; }

.asymmetric-section {
  font-family: Montserrat; }
  .asymmetric-section p {
    line-height: 1.3;
    font-size: 1.5vw; }

.sustainable-paragraph {
  margin: 4% 20px 2% 20px;
  font-family: Montserrat;
  text-align: center;
  font-size: 1.2vw; }

.data-icon-section {
  font-family: Montserrat;
  font-size: 1.5vw;
  padding: 1% 5%; }

.mindclick-section {
  display: flex;
  flex-direction: column;
  background-color: #c0baae;
  margin: 80px 0px;
  font-family: Montserrat;
  padding: 2% 5%; }
  .mindclick-section p {
    width: 60vw;
    font-size: 1.5vw;
    margin: 0; }

@media only screen and (max-width: 850px) {
  #eco-term {
    padding: 1%; }
  #eco-term::after {
    background-size: 15px;
    width: 15px;
    height: 15px; }
  #eco-term, #eco-term-body, #eco-term-header {
    font-size: 1.8vw; }
  .dotted-text {
    font-size: 2vw; } }

@media only screen and (max-width: 650px) {
  #eco-term-item {
    padding-top: 1.5%;
    padding-bottom: 0;
    margin-bottom: 0; }
  #eco-term-header {
    padding: 5% 7%; } }

@media only screen and (max-width: 400px) {
  #eco-term::after {
    background-size: 10px;
    width: 10px;
    height: 10px; }
  .dotted-text {
    font-size: 9px; }
  #eco-term-header {
    margin-bottom: 15px; }
  .sustainable-stack {
    margin-top: 2%; }
    .sustainable-stack p {
      margin-top: 0;
      margin-bottom: 0rem;
      font-size: 7px; }
  .asymmetric-section {
    font-family: Montserrat; }
    .asymmetric-section p {
      line-height: 1.3;
      margin: 0; } }

.dotted-text {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #254548;
  line-height: 0.1em;
  margin: 7% 0  3%; }

.dotted-text span {
  background: #fff;
  padding: 0 10px;
  border: 1px solid #254548; }

.finished-product-container, .quick-ship-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 5%;
  flex-wrap: wrap;
  margin-top: 30px; }

.quick-ship-container {
  align-items: flex-start;
  padding: 0; }
  .quick-ship-container p {
    text-align: center;
    margin: 15px 25px; }
    .quick-ship-container p a {
      font-weight: bold;
      text-decoration: underline; }
  .quick-ship-container .quick-ship-link-hidden {
    display: none; }

.finished-product-item, .quick-ship-image {
  max-width: 30%;
  position: relative;
  display: inline-block;
  margin: 0 10px 60px 10px; }

.quick-ship-image {
  margin: 0 10px; }

.quick-ship-name {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0;
  text-transform: capitalize; }

.view-all-image {
  position: relative;
  margin: 1%;
  padding: 0 !important; }
  .view-all-image .carousel-header {
    margin-top: 2%;
    justify-content: flex-start;
    text-transform: capitalize;
    position: absolute;
    top: 43%;
    left: 32%; }

.finished-product-item .og-img {
  width: 100%; }

.finished-product-item .hover-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99; }

.finished-product-item:hover .hover-img {
  display: inline;
  width: 100%; }

.finished-product-name {
  font-size: 18px;
  margin-top: 10px;
  text-align: left;
  text-transform: capitalize; }

.new-finished-product-item, .new-view-all-tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: black;
  color: white;
  width: 90px;
  font-family: Montserrat;
  padding: 5px 0px 5px 20px;
  font-size: 18px; }

.instock-finished-product-item {
  position: absolute;
  left: 0px;
  top: 45px;
  z-index: 100;
  background: white;
  color: black;
  width: 105px;
  font-family: Montserrat;
  padding: 5px 0px 5px 20px;
  font-size: 14px; }

.instock2-finished-product-item {
  position: absolute;
  bottom: -13px;
  right: 0;
  z-index: 100;
  color: #a57e7e;
  color: #000;
  padding: 5px 0px 5px 20px;
  font-size: 14px;
  margin-top: 10px; }

#instock-flag {
  text-shadow: 1px 1px 2px black;
  margin: 30px 0 0 0; }
  #instock-flag span {
    font-size: 20px;
    padding-right: 0.5em;
    color: white;
    font-family: Montserrat;
    clip-path: polygon(0% 0%, calc(100% - 1em) 0%, 80% 50%, calc(100% - 1em) 100%, 0% 100%);
    border-radius: 0; }
  #instock-flag span:nth-child(1) {
    background: black;
    padding: 10px 50px 10px 20px; }

#in-stock {
  display: flex;
  align-items: center;
  margin-top: 30px; }
  #in-stock img {
    width: 10px;
    margin-right: 5px; }
  #in-stock span {
    font-family: Montserrat;
    font-weight: bold; }

@media only screen and (max-width: 1000px) {
  .finished-product-container, .quick-ship-container {
    padding: 0; }
  .finished-product-item {
    max-width: 45%;
    position: relative;
    display: inline-block; }
  .finished-product-item-blank {
    display: none; }
  .fpi-long {
    max-width: 100%; } }

@media only screen and (max-width: 768px) {
  .finished-product-container {
    flex-direction: row;
    justify-content: space-evenly; }
  .quick-ship-container {
    flex-direction: column;
    align-items: center; }
    .quick-ship-container .quick-ship-image {
      max-width: 80%; }
    .quick-ship-container .quick-ship-link-hidden {
      display: block; }
  .finished-product-item, .quick-ship-image {
    margin: 0 0 40px 0; }
  .candid-and-texts .candid-text p {
    font-size: 2vw;
    padding: 10%; }
  .quick-ship-link-visible {
    display: none; } }

@media only screen and (max-width: 686px) {
  .custom-gallery-img-blank {
    display: none; }
  .sol-cat-photos .view-all-image {
    width: 98%; } }

@media only screen and (max-width: 600px) {
  .finished-product-name {
    font-size: 16px;
    text-align: left; }
  .instock2-finished-product-item {
    bottom: -15px; } }

@media only screen and (max-width: 500px) {
  .finished-product-name {
    width: 50%; } }

@media only screen and (max-width: 480px) {
  .finished-product-container {
    margin-top: 15px; }
  .quick-ship-container .quick-ship-image p {
    font-size: 13px; }
  .new-finished-product-item {
    width: 60px;
    font-size: 13px;
    padding: 5px 10px 5px 10px; }
  .instock-finished-product-item {
    width: 60px;
    font-size: 13px;
    padding: 5px 10px 5px 10px; } }

@media only screen and (max-width: 975px) {
  .has-sidebar {
    display: flex;
    flex-direction: column; } }

.card-wrapper {
  margin: 0 10%;
  margin-top: 50px; }

.card {
  border: none; }

.finished-product-detail-dropdown-container {
  margin-top: 3%; }

.finished-product-detail-dropdown1 {
  width: 100%; }

.finished-product-detail-dropdown2 {
  width: 100%;
  font-size: 18px;
  font-family: Montserrat; }

.img-display {
  overflow: hidden; }

.img-showcase {
  display: flex;
  width: 100%;
  transition: all 0.5s ease; }

.img-showcase img {
  min-width: 100%; }

.img-select {
  display: flex;
  flex-direction: column; }

.img-item {
  margin-bottom: 0.5rem; }

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3) {
  margin-right: 0; }

.img-item:hover {
  opacity: 0.8; }

.product-content {
  padding: 2rem 0rem; }

.product-title {
  font-weight: 500;
  font-size: 40px;
  text-transform: capitalize;
  position: relative;
  color: black; }

.product-link {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  background: #256eff;
  color: #fff;
  padding: 0 0.3rem;
  transition: all 0.5s ease; }

.product-link:hover {
  opacity: 0.9; }

.product-rating {
  color: #ffc107; }

.product-rating span {
  font-weight: 600;
  color: #252525; }

.product-price {
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 700; }

.product-price span {
  font-weight: 400; }

.last-price span {
  color: #f64749;
  text-decoration: line-through; }

.new-price span {
  color: #256eff; }

.product-detail {
  padding: 10px 0; }

.product-detail h2 {
  text-transform: capitalize;
  color: #12263a;
  padding-bottom: 0.6rem; }

.product-detail p {
  font-family: Montserrat;
  font-size: 18px;
  padding: 0;
  opacity: 0.8; }

.product-detail ul {
  margin: 1rem 0;
  font-size: 0.9rem;
  font-family: Montserrat; }

.product-detail ul li {
  margin: 0;
  list-style: none;
  font-size: 18px;
  background-size: 18px;
  margin: 0.4rem 0;
  opacity: 0.9;
  padding: 0; }

.product-detail ul li span {
  font-weight: 400; }

.product-detail .finished-product-SI-color {
  opacity: 1;
  font-weight: 500; }

.purchase-info {
  margin: 1.5rem 0; }

.purchase-info input,
.purchase-info .btn {
  border: 1.5px solid #ddd;
  border-radius: 25px;
  text-align: center;
  padding: 0.45rem 0.8rem;
  outline: 0;
  margin-right: 0.2rem;
  margin-bottom: 1rem; }

.purchase-info input {
  width: 60px; }

.purchase-info .btn {
  cursor: pointer;
  color: #fff; }

.purchase-info .btn:first-of-type {
  background: #256eff; }

.purchase-info .btn:last-of-type {
  background: #f64749; }

.purchase-info .btn:hover {
  opacity: 0.9; }

.social-links {
  display: flex;
  align-items: center; }

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #000;
  border: 1px solid #000;
  margin: 0 0.2rem;
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.5s ease; }

.social-links a:hover {
  background: #000;
  border-color: transparent;
  color: #fff; }

.colors {
  display: flex;
  z-index: 3; }

.color-active {
  border: 1px solid #070707; }

.color-dot {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px; }
  .color-dot a {
    font-size: 18px;
    color: transparent !important;
    padding: 10% 40%; }

@media only screen and (max-width: 991px) {
  .img-item:nth-child(1),
  .img-item:nth-child(2),
  .img-item:nth-child(3) {
    margin: 4px 2px; } }

@media only screen and (max-width: 480px) {
  .color-dot {
    font-size: 14px;
    padding: 4px 0 0 4px; } }

/* Product Color */
.product-color {
  margin-bottom: 30px; }

.color-choose div {
  display: inline-block; }

.color-choose input {
  display: none; }

.color-choose input + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%; }

.color-choose input:checked + label span {
  background-image: url(images/check-icn.svg);
  background-repeat: no-repeat;
  background-position: center; }

@media screen and (min-width: 992px) {
  .card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
    border: none; }
  .card-wrapper {
    display: flex;
    justify-content: center;
    align-items: center; }
  .product-imgs {
    display: flex;
    flex-direction: row-reverse; }
  .product-content {
    padding-top: 0; }
  .img-display {
    margin-left: 0.5rem; } }

@media screen and (max-width: 991px) {
  .card-wrapper {
    margin-top: 30px; }
  .product-imgs {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .img-select {
    display: flex;
    flex-direction: row; }
  .img-display {
    margin-left: 0; } }

@media screen and (max-width: 480px) {
  .product-content {
    padding: 1rem; }
  .product-title {
    font-size: 2rem; }
  .product-detail p {
    font-size: 16px; } }

.card {
  margin: 0px;
  transition: .6s ease; }

.card-img-top {
  border-radius: 0; }

.card-block {
  padding: 10px; }

.scrollcards {
  background-color: #fff;
  overflow: auto;
  white-space: nowrap; }

div.scrollcards .card {
  display: inline-block;
  padding: 5px;
  text-decoration: none;
  height: auto;
  width: 24%; }

.hd-vegas {
  height: 40vh; }
  .hd-vegas p {
    font-size: 35px; }

@media screen and (max-width: 480px) {
  .hd-vegas {
    height: 30vh; }
    .hd-vegas p {
      font-size: 18px; } }

.login-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: rgba(0, 0, 0, 0.82);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100; }

.login-modal.open {
  display: flex; }

.login-modal-container {
  background-color: white;
  width: 90%;
  max-width: 600px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  animation: move 0.6s ease-out; }

.login-modal-content {
  display: flex;
  flex-direction: column;
  border: none; }

.login-modal-image {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 400px; }

.login-modal-body {
  padding: 2rem;
  position: relative;
  font-family: 'Montserrat', sans-serif; }

.login-popup-heading {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: inherit; }

.login-popup-body {
  font-size: 1rem;
  margin-bottom: 1.5rem; }

.login-modal-button {
  background-color: black;
  color: white;
  text-align: center;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s; }

.login-modal-button:hover {
  color: white; }

.close-modal {
  font-size: 4rem;
  position: absolute;
  border: none;
  color: black;
  cursor: pointer;
  top: 0;
  right: 0;
  background-color: #fff;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  font-weight: 300; }

/* scss-combine:modules/tabs */
.tab-title {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle; }
  .tab-title:last-child {
    margin-right: 0; }
  .tab-title.active > a {
    color: #333538;
    border-bottom-color: #333538; }
  .tab-title > a {
    display: inline-block;
    padding-bottom: 6px;
    color: rgba(15, 240, 0, 0);
    border-bottom-color: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px; }
    .tab-title > a:hover {
      color: #333538; }

.tabs-content-panel {
  display: none; }
  .tabs-content-panel.active {
    display: block; }

.tabs-content {
  padding-top: 30px;
  padding-bottom: 30px; }
  .quick-shop .tabs-content {
    padding-bottom: 0; }
  .tabs-content p {
    margin-top: 0; }

/* scss-combine:account/variables */
/* scss-combine:core/account */
/* scss-combine:account/components/layout */
.account-wrapper {
  font-size: 16px; }

.account-nav,
.account-body {
  vertical-align: top; }

@media screen and (min-width: 620px) {
  .account-body {
    float: right;
    width: 65%;
    padding-left: 0%; } }

.account-body > :first-child {
  margin-top: 0; }

.account-nav-hidden .account-body {
  float: none;
  width: 100%;
  padding-left: 0;
  margin-left: 0; }

@media screen and (max-width: 619px) {
  .account-nav {
    margin-bottom: 30px; } }

@media screen and (min-width: 900px) {
  .account-nav {
    width: 25%; } }

/* scss-combine:account/components/forms */
.account-wrapper .form-label-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px; }

.account-wrapper .form-field-checkbox .form-label-text,
.account-wrapper .form-field-radio .form-label-text {
  width: auto; }

.account-wrapper .form-field {
  margin-bottom: 15px; }

.account-wrapper .form-input {
  background-color: #e5e5e5; }
  .account-wrapper .form-input.account-form-half {
    width: 50%; }

.account-wrapper .form-actions {
  clear: both; }

@media screen and (min-width: 480px) {
  .account-form-column-container .form-field {
    float: left;
    width: 50%; }
    .account-form-column-container .form-field:nth-child(odd) {
      padding-right: 15px; }
    .account-form-column-container .form-field:nth-child(even) {
      padding-left: 15px; } }

/* scss-combine:account/components/table */
.account-wrapper table {
  width: 100%; }

.account-wrapper td,
.account-wrapper th {
  padding: 15px; }

.account-table-tight th,
.account-table-tight td {
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee; }

/* scss-combine:account/components/list */
.account-items {
  margin-bottom: 30px;
  width: 70vw; }

.account-item {
  position: relative;
  display: table;
  width: 100%;
  padding: 20px;
  background-color: #f6f6f6; }

.account-item-thumbnail,
.account-item-body,
.account-item-badge,
.account-item-actions {
  padding: 0; }
  @media screen and (min-width: 400px) {
    .account-item-thumbnail,
    .account-item-body,
    .account-item-badge,
    .account-item-actions {
      display: table-cell;
      vertical-align: bottom; } }

@media screen and (min-width: 400px) {
  .account-item-body,
  .account-item-actions {
    display: block; } }

.account-item-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100; }

.account-item-thumbnail {
  min-width: 100px; }
  .account-item-thumbnail img {
    height: auto;
    max-width: 100px; }

.account-item-body {
  width: 100%; }
  @media screen and (min-width: 400px) {
    .account-item-thumbnail + .account-item-body {
      padding-left: 15px; } }

.account-item-title {
  margin-top: 3px;
  font-size: 16px; }
  .account-item-title a {
    color: inherit; }

.account-item-title-large {
  font-size: 19.2px; }

.account-item-description {
  margin-top: 0;
  margin-bottom: 5px;
  color: black; }

.account-item-details {
  font-size: 16px;
  color: black; }

.account-item-detail {
  float: left;
  margin-top: 15px;
  margin-right: 30px; }

.account-item-detail-item-number {
  margin-right: 0;
  white-space: nowrap; }

.account-item-detail-title {
  display: block;
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #999999;
  text-transform: uppercase; }

.account-item-badge,
.account-item-actions {
  white-space: nowrap; }

/* scss-combine:account/components/header */
.account-header {
  display: table;
  width: 100%; }

.account-heading,
.account-toolbar {
  display: table-cell;
  vertical-align: baseline; }

.account-toolbar {
  text-align: center; }
  .account-toolbar * {
    display: inline; }

.account-tool {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0;
  background: transparent;
  cursor: pointer;
  color: inherit;
  font-family: Montserrat;
  text-transform: uppercase;
  padding: 13px 20px;
  font-size: 13px;
  margin-bottom: 15px;
  background-color: white;
  border: 1px solid #808080;
  color: black;
  line-height: normal; }
  .account-tool:hover {
    color: #000; }
  .account-tool:focus {
    outline: 0; }

/* scss-combine:account/components/navigation */
.account-nav-list {
  padding: 0;
  margin-bottom: 2%;
  list-style: none;
  border-radius: 4px;
  display: flex;
  justify-content: center; }

.account-nav-item {
  color: #000; }
  .account-nav-item.is-active {
    color: #333538;
    text-decoration: underline;
    font-weight: bold; }

@media screen and (max-width: 770px) {
  .account-nav {
    display: flex;
    justify-content: center; }
    .account-nav .account-nav-list {
      flex-direction: column;
      width: 80vw;
      text-align: center; }
      .account-nav .account-nav-list .account-nav-item {
        border-top: 1px solid #eeeeee;
        border: 1px solid #e5e5e5; }
        .account-nav .account-nav-list .account-nav-item:first-child {
          border-top: 0;
          border: 1px solid #e5e5e5; }
        .account-nav .account-nav-list .account-nav-item.is-active {
          color: #333538;
          border-left: 3px solid #333538;
          background-color: #e5e5e5; } }

.account-nav-link {
  display: block;
  padding: 15px 15px 10px 15px;
  color: inherit; }

.account-nav-badge {
  float: right; }

/* scss-combine:account/components/pagination */
.account-wrapper .pagination {
  margin-top: 15px; }

/* scss-combine:account/components/card */
.account-card {
  background: white; }
  .account-card .form-input {
    background-color: white; }

.account-card {
  padding: 15px;
  margin: 15px 0;
  border-radius: 4px; }

/* scss-combine:account/components/toggle */
.account-toggle-hidden {
  display: none; }

/* scss-combine:account/components/status */
.account-status {
  padding: 6px 10px 5px;
  margin: 0;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 1px;
  color: black;
  text-align: center;
  text-transform: uppercase;
  background: #8e8e8e; }

/* scss-combine:account/components/shipments */
.account-shipments {
  margin-bottom: 30px; }

.account-shipments-table th,
.account-shipments-table td {
  padding: 10px 0;
  text-align: left; }

.account-shipments-table th {
  padding: 15px 0 0;
  border-top: 1px solid #eeeeee; }

.account-wrapper .account-shipments-table {
  margin-top: 0;
  margin-bottom: 0; }

/* scss-combine:account/pages/address */
.account-page-add-address .account-content {
  padding-top: 15px;
  border-top: 1px solid #eeeeee; }

.account-address-detail {
  display: block; }

#address-container {
  width: 100vw; }

#address-search {
  font-size: 13px;
  border: 1px solid #808080;
  border-radius: 0;
  padding: 13px; }

input#address-search:focus {
  outline: none; }

input#address-search::placeholder {
  color: black;
  text-align: center; }

.address-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center; }
  .address-list .account-item {
    flex-grow: 1;
    max-width: 30%;
    background-color: #f6f6f6;
    border: none;
    margin: 0 10px 20px;
    padding: 20px 20px 20px 35px; }

@media screen and (max-width: 870px) {
  .address-list .account-item {
    max-width: 45%; } }

@media screen and (max-width: 696px) {
  .address-list .account-item {
    max-width: 100%; } }

.account-address-form {
  padding-top: 15px; }
  @media screen and (min-width: 900px) {
    .account-address-form .form-field {
      float: left;
      width: 50%;
      padding-right: 15px; }
      .account-address-form .form-field:nth-of-type(2n) {
        padding-right: 0;
        padding-left: 15px; }
      .account-address-form .form-field:nth-of-type(2n + 1) {
        clear: left; } }
  .account-address-form .form-actions {
    padding-top: 15px; }

/* scss-combine:account/pages/orders-receipt */
.account-page-orders-receipt .account-content {
  padding-top: 15px;
  border-top: 1px solid #eeeeee; }

.account-receipt-summary {
  float: left;
  width: 33%;
  padding-right: 30px; }

.account-receipt-summary-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 16px; }

.account-receipt-summary-address {
  line-height: 1.5; }

.account-receipt-detail {
  margin-bottom: 5px; }

.account-receipt-detail-title {
  color: #333333; }

.order-details {
  font-size: 13px; }

.account-receipt-comments {
  white-space: pre-line; }

.account-receipt-items {
  padding-top: 15px; }

.account-receipt-download {
  margin: 10px 0; }

.account-receipt-totals {
  display: table;
  width: 50%;
  margin-left: 50%; }

.account-receipt-total {
  display: table-row;
  margin-bottom: 15px; }

.account-receipt-total-title,
.account-receipt-total-value {
  display: table-cell;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eeeeee; }
  .account-receipt-total:first-of-type .account-receipt-total-title, .account-receipt-total:first-of-type
  .account-receipt-total-value {
    border-top: 0; }

.account-receipt-total-title {
  font-weight: normal;
  letter-spacing: 1px;
  color: #333333; }

.account-receipt-total-value {
  text-align: right; }

/* scss-combine:account/pages/recent-items */
/* scss-combine:account/pages/returns */
.account-return-table th {
  text-align: left; }
  .account-return-table th:last-of-type {
    text-align: right; }

.account-return-table .form-field {
  margin-bottom: 0; }

.account-return-fields {
  margin-top: 30px; }
  .account-return-fields .form-field-select {
    width: 50%; }

/* scss-combine:account/pages/wishlists */
.account-wishlists {
  margin-bottom: 30px; }

.account-wishlist {
  width: 90vw;
  margin-left: 50px; }

.account-product-item-title {
  text-align: center;
  margin-top: 3%; }

/* scss-combine:account/pages/messages */
.account-messages-table.table-clean {
  border-bottom: 1px solid #eeeeee;
  width: 70vw; }
  .account-messages-table.table-clean td {
    padding-right: 0;
    padding-left: 0;
    vertical-align: top;
    border-top: 1px solid #eeeeee; }

.account-messages-table-date {
  width: 22%;
  text-align: right; }

.account-message-subject {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500; }
  .account-message-is-reply .account-message-subject:before {
    padding-right: 5px;
    content: "\21c9"; }
  .account-message-is-read .account-message-subject {
    color: #333333; }

.account-message-content {
  padding-right: 30px;
  font-size: 16px;
  line-height: 1.5;
  color: black;
  white-space: pre-line; }
  .account-message-is-read .account-message-content {
    color: #4d4d4d; }

.account-message-date {
  color: #333333; }

.account-messages-form-subject {
  width: 50%; }

/* scss-combine:account/pages/download */
.account-download {
  padding: 15px 0 0;
  margin: 15px 0;
  border-top: 1px solid #eeeeee; }

.account-download-title {
  margin: 0;
  font-size: 1em; }

.account-download-link {
  color: inherit;
  text-decoration: underline; }

.account-download-filename {
  font-size: 1.2em; }

.account-download-filesize {
  padding-left: 5px;
  font-weight: normal;
  color: #333333; }

.account-download-description {
  padding-top: 10px;
  padding-bottom: 10px; }

.account-download-expiry {
  font-size: 0.9em;
  color: #333333; }

.account-download-expiry-item {
  display: block;
  padding-bottom: 5px; }
  .account-download-expiry-item:last-of-type {
    padding-bottom: 0; }

.my-orders-list {
  display: flex;
  flex-direction: column; }
  .my-orders-list .my-orders-container {
    margin-bottom: 10px;
    padding: 20px 30px 20px 20px;
    display: flex;
    align-items: flex-end; }
    .my-orders-list .my-orders-container .order-thumbnail {
      min-width: 110px; }
    .my-orders-list .my-orders-container .order-number {
      font-size: 13px;
      font-weight: bold; }
    .my-orders-list .my-orders-container .my-order-details {
      color: #2e2e2e;
      font-size: 13px; }
    .my-orders-list .my-orders-container .my-order-detail-value {
      font-size: 13px;
      text-transform: uppercase; }

#item-badge-mobile {
  display: none; }

.my-projects-list {
  display: flex;
  flex-direction: column; }
  .my-projects-list .my-project-container {
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end; }
    .my-projects-list .my-project-container .my-project .project-name {
      margin-bottom: 0 5px !important; }
      .my-projects-list .my-project-container .my-project .project-name a {
        font-weight: bold; }
  .my-projects-list .my-project-details {
    color: #2e2e2e;
    font-size: 13px;
    margin-bottom: 0; }

.my-project-detail-value {
  font-size: 20px; }

.project-buttons-list-mobile {
  display: none; }

.project-buttons-list-desktop {
  padding: 0;
  display: flex; }
  .project-buttons-list-desktop .project-form {
    margin: 0; }

.project-buttons {
  background-color: #e5e5e5 !important;
  color: black !important;
  border: 1px solid #e5e5e5;
  padding: 10px 20px !important;
  margin: 0 10px 0 0 !important; }

@media only screen and (max-width: 850px) {
  .project-buttons-list-mobile {
    display: flex; }
  .project-buttons-list-desktop {
    display: none; }
  #item-badge-mobile {
    display: block; }
  #item-badge-desktop {
    display: none; } }

@media only screen and (max-width: 619px) {
  .side-bar-project-orders, .my-orders-list, .my-projects-list {
    padding-left: 0; }
  .my-projects-list {
    width: 80vw; }
  .my-order-detail-value, .my-project-detail-value {
    font-size: 18px !important; }
  .account-wishlist {
    margin-left: 0;
    margin-top: 25px; } }

@media only screen and (max-width: 480px) {
  .my-projects-list .my-project-container {
    align-items: flex-start;
    flex-direction: column; }
  .project-buttons-list-mobile {
    padding: 0; }
  .account-item-detail-item-number {
    width: 100%; } }

.account-downloads-gallery-image {
  text-align: center; }

.account-downloads-gallery-thumbs {
  text-align: center; }

.account-downloads-gallery-thumb {
  display: inline-block;
  width: 10%;
  height: 10%;
  padding: 0 2px;
  vertical-align: middle;
  cursor: pointer; }
  .account-downloads-gallery-thumb img {
    width: 100%;
    height: auto; }

/* scss-combine:account/pages/invoice */
.account-invoice-date {
  margin-top: -20px;
  font-size: 16px; }

.account-invoice-addresses {
  margin-top: 30px;
  margin-bottom: 30px; }

.account-invoice-address {
  float: left;
  margin-right: 30px; }

.account-invoice-address-title {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 16px; }

.account-invoice-address-body {
  line-height: 1.5; }

.account-wrapper .account-invoice-table {
  margin-bottom: 0; }

.account-invoice-table th,
.account-invoice-table td {
  padding-right: 15px;
  text-align: left;
  vertical-align: top; }
  .account-invoice-table th:nth-of-type(0n + 3),
  .account-invoice-table td:nth-of-type(0n + 3) {
    width: 10%; }
  .account-invoice-table th:last-of-type,
  .account-invoice-table td:last-of-type {
    width: 160px;
    padding-right: 0;
    text-align: right; }

.account-invoice-table td:first-of-type {
  width: 85px; }

.account-invoice-item-thumbnail {
  width: 60px;
  height: auto; }

.account-invoice-item-name {
  margin-bottom: 5px;
  font-weight: bold; }

.account-invoice-total-title {
  font-weight: bold; }

.account-wrapper .account-invoice-totals {
  width: auto;
  margin-top: 0;
  margin-left: auto; }

.account-invoice-totals th,
.account-invoice-totals td {
  padding-right: 15px; }
  .account-invoice-totals th:last-of-type,
  .account-invoice-totals td:last-of-type {
    width: 160px;
    padding-right: 0;
    text-align: right; }

/* scss-combine:account/pages/settings */
.account-page-settings .alert:first-of-type {
  margin-top: 0; }

.account-page-settings .account-content {
  padding-top: 15px;
  border-top: 1px solid #eeeeee; }

.account-settings-form {
  padding-top: 15px; }
  .account-settings-form .form-field {
    float: left;
    width: 50%;
    padding-right: 7.5px;
    vertical-align: top; }
    .account-settings-form .form-field:nth-of-type(2n + 0) {
      padding-right: 0;
      padding-left: 7.5px; }
  .account-settings-form .form-actions {
    padding-top: 15px; }

/* scss-combine:account/pages/auth-login */
.account-page-login .alert {
  max-width: 860px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto; }

.account-login-wrapper {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 620px) {
    .account-login-wrapper {
      display: table;
      width: 100%;
      table-layout: fixed; } }

.account-page-login .account-sub-heading {
  margin: 0 0 20px;
  text-transform: uppercase;
  font-weight: 400; }

@media screen and (min-width: 620px) {
  .account-login,
  .account-create {
    display: table-cell;
    vertical-align: top; } }

@media screen and (max-width: 619px) {
  .account-login {
    margin-bottom: 30px; } }

@media screen and (min-width: 620px) {
  .account-login {
    padding: 15px 45px; } }

.account-login-button {
  margin-right: 15px; }

.account-create {
  padding: 15px;
  background: white; }

.account-create-intro:empty {
  display: none; }

.account-create-facts {
  padding-left: 20px;
  margin-bottom: 30px;
  list-style: disc !important; }
  .account-create-facts li:empty {
    display: none; }

/* scss-combine:account/pages/auth-forgot */
.account-page-forgot .account-body {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  float: none; }

.account-forgot-form {
  display: table;
  width: 100%;
  margin-top: 30px; }
  .account-forgot-form .form-field,
  .account-forgot-form .form-actions {
    display: table-cell;
    text-align: left;
    vertical-align: bottom; }
  .account-forgot-form .form-actions {
    width: 1px;
    padding-left: 10px; }

/* scss-combine:account/pages/auth-create */
.account-page-create .account-body {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto; }

.account-create-form .g-recaptcha > div {
  margin: 0 auto; }

@media screen and (min-width: 620px) {
  .account-create-form .form-field {
    float: left;
    width: 50%;
    padding-right: 15px; }
    .account-create-form .form-field:nth-of-type(2n) {
      padding-right: 0;
      padding-left: 15px; }
    .account-create-form .form-field:nth-of-type(2n + 1) {
      clear: left; } }

.account-create-details,
.account-create-address {
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee; }

.account-create-form-actions {
  text-align: center; }

.account-create-captcha {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 619px) {
    .account-create-captcha {
      margin-bottom: 15px; } }
  @media screen and (min-width: 620px) {
    .account-create-captcha {
      margin-right: 15px; } }

/* scss-combine:account/pages/auth-created */
.account-page-created .account-body {
  float: none;
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  .account-page-created .account-body p {
    margin-bottom: 30px;
    line-height: 1.5; }
  .account-page-created .account-body em {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    background: white; }

/* scss-combine:account/pages/auth-new-password */
.account-page-new-password .account-content {
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto; }

.new-password-requirements {
  margin-bottom: 30px;
  text-align: center; }

/* scss-combine:account/pages/gift-certificate */
.giftcard-nav {
  padding: 60px;
  margin-bottom: 60px;
  text-align: center; }

.giftcard-nav-item {
  display: inline-block;
  margin: 0 1em;
  color: #000; }
  .giftcard-nav-item.is-active {
    color: black; }

.giftcard-heading-container {
  margin-bottom: 60px;
  text-align: center; }

.giftcard-form-help-message {
  display: block;
  margin-top: 6px; }

.giftcard-form-preview iframe {
  width: 100%; }

.giftcard-single-theme {
  display: none; }

.giftcard-balance-container {
  max-width: 600px;
  margin: 0 auto; }

.form-giftcard-balance {
  position: relative; }
  .form-giftcard-balance .form-field-title {
    position: absolute;
    left: -9999px; }
  .form-giftcard-balance .form-field-control {
    display: block; }
    @media screen and (min-width: 630px) {
      .form-giftcard-balance .form-field-control {
        margin-right: calc(30% + 15px); } }
  @media screen and (min-width: 630px) {
    .form-giftcard-balance .form-actions {
      position: absolute;
      top: 0;
      right: 0;
      width: 30%; } }
  .form-giftcard-balance .button, .form-giftcard-balance .form-file-wrapper:before {
    width: 100%; }

.giftcard-redeem-steps {
  line-height: 1.5; }
  .giftcard-redeem-steps li {
    margin-bottom: 0.75em; }

/* scss-combine:account/account */
.account-nav {
  text-align: center;
  width: 100%; }

.account-content {
  padding-top: 0 !important;
  border-top: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90vw; }
  .account-content > .form {
    margin: 0;
    margin-bottom: 15px; }
    .account-content > .form .form-label {
      width: 100%;
      font-size: 16px; }
  .account-content .form-actions {
    padding: 0;
    margin: 0;
    border: 0;
    display: flex;
    align-items: center; }
  .account-content .account-forgot-form {
    display: block; }
    .account-content .account-forgot-form .form-field {
      display: inline-block;
      width: 100%;
      text-align: center; }
    .account-content .account-forgot-form .form-actions {
      display: inline-block;
      float: none;
      width: 35%; }
      .account-content .account-forgot-form .form-actions .button, .account-content .account-forgot-form .form-actions .form-file-wrapper:before {
        display: block;
        margin: 0 auto; }
  .account-content .product-grid-item {
    width: 20.83333%;
    margin-left: 2.08333%;
    margin-right: 2.08333%; }
    .account-content .product-grid-item:nth-child(4n + 1) {
      clear: left; }
    @media screen and (max-width: 1059px) {
      .account-content .product-grid-item {
        width: 27.77778%;
        margin-left: 2.77778%;
        margin-right: 2.77778%; }
        .account-content .product-grid-item:nth-child(4n + 1) {
          clear: none; }
        .account-content .product-grid-item:nth-child(3n + 1) {
          clear: none; } }
    @media screen and (max-width: 975px) {
      .account-content .product-grid-item {
        width: 41.66667%;
        margin-left: 4.16667%;
        margin-right: 4.16667%; }
        .account-content .product-grid-item:nth-child(3n + 1) {
          clear: none; }
        .account-content .product-grid-item:nth-child(2n + 1) {
          clear: left; } }
    .account-content .product-grid-item .product-item-compare,
    .account-content .product-grid-item .quick-shop-trigger {
      display: none; }
  .account-content .g-recaptcha > div {
    margin: 0 auto; }

.account-body {
  float: left;
  margin-left: 0;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center; }

.account-header > .account-heading {
  display: none; }

.price-rrp {
  text-decoration: line-through; }

@media screen and (max-width: 769px) {
  .account-login,
  .account-create {
    display: block;
    float: left;
    width: 100%;
    padding-left: 0; } }

.account-login .account-login-form .form-field:first-child,
.account-create .account-login-form .form-field:first-child {
  margin-top: 0; }

/* scss-combine:account/auth */
.account-page-login {
  text-align: left; }

/* scss-combine:components/header */
.main-header {
  position: relative;
  z-index: 15;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  background-color: white; }
  @media screen and (min-width: 976px) {
    .main-header {
      padding-top: 40px; } }
  @media screen and (max-width: 975px) {
    .main-header {
      z-index: 2; } }
  .main-header.header-alternate {
    padding-top: 0; }

.header-topbar {
  width: 100vw;
  height: 50px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */ }
  @media screen and (max-width: 975px) {
    .header-topbar {
      height: 45px;
      background-color: transparent; } }
  .header-topbar .header-topbar-inner {
    max-width: 9999px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    width: 100vw;
    font-size: 0;
    max-width: 100vw;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */ }
    .header-topbar .header-topbar-inner::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 975px) {
      .header-topbar .header-topbar-inner {
        height: 45px; } }

.header-inner {
  max-width: 9999px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0; }
  .header-inner::after {
    clear: both;
    content: "";
    display: block; }
  .logo-center .header-inner {
    font-size: 0;
    text-align: center; }

.header-branding {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  margin-bottom: 30px; }
  @media screen and (max-width: 975px) {
    .header-branding {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0;
      padding-top: 30px;
      padding-bottom: 30px;
      padding-left: 0;
      margin-bottom: 0; }
      .header-branding:last-child {
        margin-right: 0; } }
  .js .header-branding {
    visibility: hidden; }
    .js .header-branding.show-branding {
      visibility: visible; }
  .navigation-alternate .header-branding {
    display: inline-block;
    float: none;
    padding-right: 0;
    padding-left: 0;
    margin: 10px 25px 10px 30px;
    vertical-align: middle; }
    @media screen and (max-width: 975px) {
      .navigation-alternate .header-branding {
        display: none; } }
  .navigation-alternate.navigation-left .header-branding {
    padding-right: 30px; }
    .navigation-alternate.navigation-left .header-branding .header-branding-logo img {
      float: right; }
  .navigation-alternate.navigation-center .header-branding {
    padding-right: 0;
    text-align: center; }
    .navigation-alternate.navigation-center .header-branding .header-branding-logo {
      display: inline-block;
      text-align: center; }
  .logo-right .header-branding {
    margin-right: 0;
    float: right;
    padding-right: 30px;
    padding-left: 0; }
    .logo-right .header-branding .header-branding-logo {
      float: right; }
      @media screen and (max-width: 975px) {
        .logo-right .header-branding .header-branding-logo {
          float: none; } }
  .logo-center .header-branding {
    display: inline-block;
    float: none;
    width: 30%;
    padding-left: 0;
    margin-right: 0;
    margin-left: 35%;
    text-align: center; }
    @media screen and (max-width: 975px) {
      .logo-center .header-branding {
        width: 100%;
        margin-left: 0; } }

.header-branding-logo {
  float: left; }
  @media screen and (max-width: 975px) {
    .header-branding-logo {
      display: block;
      float: none;
      text-align: center; } }
  .logo-center .header-branding-logo {
    display: inline-block;
    float: none; }
  .navigation-alternate .header-branding-logo {
    width: 100%;
    text-align: left; }
  .header-branding-logo img {
    display: block; }
    @media screen and (max-width: 975px) {
      .header-branding-logo img {
        display: inline-block;
        margin-bottom: -6px; } }
    @media screen and (max-width: 975px) {
      .logo-center .header-branding-logo img {
        margin-bottom: 0; } }
    @media screen and (max-width: 975px) {
      .logo-center.header-alternate .header-branding-logo img {
        margin-bottom: -6px; } }
    .navigation-alternate .header-branding-logo img {
      display: inline-block;
      margin-bottom: -3px; }
    .retina-logo .header-branding-logo img {
      max-width: 200px;
      max-height: 85px; }
      @media screen and (max-width: 419px) {
        .retina-logo .header-branding-logo img {
          max-width: 180px; } }

.right-item {
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  justify-content: flex-end; }

.left-item {
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */ }

.header-branding-text {
  margin: 0;
  font-family: "Montserrat";
  font-weight: 300;
  line-height: 36px; }
  @media screen and (max-width: 975px) {
    .header-branding-text {
      text-align: center; } }
  .logo-right .header-branding-text {
    text-align: right; }
    @media screen and (max-width: 975px) {
      .logo-right .header-branding-text {
        text-align: center; } }
  .navigation-left .header-branding-text {
    float: right;
    text-align: right; }
  .header-branding-text a {
    color: rgba(15, 240, 0, 0); }
  .header-branding-text a:hover {
    text-decoration: none; }

.mobile-header-branding {
  display: none;
  padding: 30px 0;
  text-align: center; }
  @media screen and (max-width: 975px) {
    .mobile-header-branding {
      display: block; } }

.header-currency-selector {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-right: 0;
  position: relative;
  right: -15px; }
  .header-currency-selector:last-child {
    margin-right: 0; }
  @media screen and (max-width: 975px) {
    .header-currency-selector {
      display: none; } }
  .header-alternate .header-currency-selector {
    right: auto;
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    float: left;
    width: 20%;
    height: 45px;
    text-align: left;
    vertical-align: middle; }
    @media screen and (max-width: 975px) {
      .header-alternate .header-currency-selector {
        display: none; } }
  .header-currency-selector .form-select-wrapper {
    display: inline-block;
    float: right;
    width: auto;
    min-width: 0;
    padding: 0 20px 0 0;
    color: #000;
    text-align: right;
    background-color: transparent;
    border-color: transparent;
    transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .header-currency-selector .form-select-wrapper:hover {
      color: #fff; }
    .header-alternate .header-currency-selector .form-select-wrapper {
      float: left;
      height: 45px;
      font-size: 12px;
      font-weight: bold;
      line-height: 48px;
      text-align: left; }
    .header-currency-selector .form-select-wrapper::after {
      right: 2px;
      border-color: #424242; }
      .header-alternate .header-currency-selector .form-select-wrapper::after {
        top: 48%;
        right: 0;
        float: left;
        margin-left: 10px;
        border-color: #949494; }

.sales-rep-link {
  border-bottom: 0;
  font-size: 14px !important; }
  .sales-rep-link a {
    color: #fff; }

.rep-connect-banner-mobile {
  display: none; }

@media only screen and (max-width: 975px) {
  .rep-connect-banner-mobile {
    display: block;
    background: black;
    text-align: center;
    padding: 10px;
    position: sticky;
    top: 0;
    z-index: 500; }
    .rep-connect-banner-mobile a {
      color: white;
      font-family: Montserrat;
      font-size: 14px; } }

.other-nav {
  padding-right: 1vw; }

/* scss-combine:components/header-tools */
.header-tools {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-right: 0;
  position: relative;
  width: 100%;
  height: auto;
  font-family: Montserrat;
  display: flex;
  justify-content: center;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */ }
  .header-tools:last-child {
    margin-right: 0; }
  @media screen and (max-width: 975px) {
    .header-tools {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 45px;
      line-height: 45px;
      border-bottom: 1px solid #d1d1d1; }
      .header-tools:last-child {
        margin-right: 0; } }
  .header-alternate .header-tools {
    display: flex;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    float: right;
    right: 5px;
    left: -5px;
    margin-right: -10%;
    text-align: right;
    vertical-align: middle; }
    @media screen and (max-width: 975px) {
      .header-alternate .header-tools {
        width: 100%;
        text-align: left; } }
  .logo-right .header-tools {
    float: left;
    padding-right: 0;
    padding-left: 30px; }
    @media screen and (max-width: 975px) {
      .logo-right .header-tools {
        padding-left: 0; } }
  .header-alternate.logo-right .header-tools .header-tools-inner {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */ }
    @media screen and (max-width: 975px) {
      .header-alternate.logo-right .header-tools .header-tools-inner {
        float: left; } }
  .logo-center .header-tools {
    display: inline-block;
    float: none;
    width: 35%;
    padding-right: 0;
    font-size: 16px;
    vertical-align: top; }
    @media screen and (max-width: 975px) {
      .logo-center .header-tools {
        width: 100%; } }
  .header-alternate.logo-center .header-tools {
    width: auto; }
    @media screen and (max-width: 975px) {
      .header-alternate.logo-center .header-tools {
        width: 100%; } }
  .header-tools .cart-count {
    position: absolute;
    top: 3px;
    display: block;
    width: 14px;
    height: 14px;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    color: black;
    text-align: center;
    background-color: white;
    border-radius: 50%; }
    .header-alternate .header-tools .cart-count {
      position: absolute;
      top: 37%;
      right: 5px;
      width: 18px;
      height: 16px;
      margin-top: -8px;
      font-size: 12px;
      font-weight: bolder;
      line-height: 16px;
      color: black;
      background-color: white; }

@media screen and (min-width: 976px) {
  .header-tools-inner {
    float: right; } }

.header-alternate .header-tools-inner {
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  align-content: flex-end;
  flex-wrap: nowrap;
  float: right; }

.header-tools-inner .left-aligned-link {
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  align-content: flex-end; }

.logo-center .header-tools-inner {
  padding-right: 30px; }

.header-alternate.logo-center .header-tools-inner {
  padding-right: 0; }

.logged-in {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: absolute;
  right: 5%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */ }
  .logged-in .logout {
    padding: 2px 0; }
  .logged-in .projects_wishlist {
    margin-left: 5vw; }

.header-tools-item {
  position: relative;
  z-index: inherit;
  float: left;
  height: 30px;
  line-height: 30px; }
  @media screen and (max-width: 975px) {
    .header-tools-item {
      display: none; }
      .header-tools-item.navigation-toggle-mobile-container {
        display: block; } }
  .header-alternate .header-tools-item {
    height: 45px;
    font-size: 12px;
    line-height: 50px; }
  .header-alternate .header-tools-item.cart-toggle.has-cart-items {
    margin-left: 13px; }
  .header-tools-item.cart-toggle.visible {
    position: relative;
    top: -10px;
    height: 50px;
    line-height: 50px; }
    .header-alternate .header-tools-item.cart-toggle.visible {
      top: auto;
      height: 50px;
      line-height: 50px;
      background-color: transparent;
      border: 0; }
    .header-tools-item.cart-toggle.visible .cart-count {
      top: 13px; }
      .header-alternate .header-tools-item.cart-toggle.visible .cart-count {
        top: 50%; }
  .header-tools-item.visible {
    background-color: white;
    border: 1px solid #eeeeee;
    border-bottom-color: white; }
    .header-tools-item.visible + li {
      z-index: -1; }
      .header-alternate .header-tools-item.visible + li {
        z-index: 1; }
  .header-tools-item:nth-child(2) {
    border: 0; }
  .header-tools-item:last-child a {
    padding-right: 0; }
  .header-tools-item.navigation-toggle-mobile-container {
    float: left;
    border: 0;
    position: absolute;
    left: 0; }
    @media screen and (min-width: 976px) {
      .header-tools-item.navigation-toggle-mobile-container {
        display: none; } }
  .header-tools-item:focus {
    border: 0;
    outline: 0; }
  .header-tools-item .search-form {
    margin-right: 10px; }
  .header-tools-item .search-form-wrapper {
    display: inline-block;
    margin-right: 25px; }
    .header-tools-item .search-form-wrapper.visible {
      display: inline-block;
      float: right;
      vertical-align: middle; }
  .header-tools-item .search-input {
    position: relative;
    width: 10vw;
    height: 30px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid black;
    box-sizing: border-box;
    color: #fff !important;
    border-radius: 0; }
    .header-alternate .header-tools-item .search-input {
      top: -5px;
      line-height: 30px; }
    .header-tools-item .search-input::placeholder {
      color: #424242; }
    .header-tools-item .search-input:focus {
      color: #fff;
      font-weight: bold;
      outline: none;
      border-color: #fff; }
  .header-tools-item .search-submit {
    position: absolute;
    top: 2px;
    right: 35px;
    color: #000; }
  .header-tools-item > a {
    position: relative; }
    .header-tools-item > a .label {
      font-size: 11px !important;
      font-weight: bold;
      letter-spacing: 0.5px;
      color: #fff;
      text-transform: uppercase;
      transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .header-tools-item > a:hover .label {
      color: #fff; }
    .header-tools-item > a .hidden {
      display: none; }
    .header-tools-item > a [class^="icon"] {
      position: relative;
      top: 2px;
      width: 12px;
      height: 12px;
      color: #000; }
      .header-alternate .header-tools-item > a [class^="icon"] {
        color: #737373; }

.search-toggle {
  height: 30px;
  margin-left: -11.5vw; }

.main-header:not(.header-alternate) .search-toggle > a {
  padding-left: 0; }

/* scss-combine:components/cart/cart-preview */
.cart-preview-wrap {
  position: absolute;
  top: 48px;
  right: -1px;
  z-index: -1;
  display: none;
  width: 360px;
  text-align: left;
  background-color: white;
  border: 1px solid #eeeeee; }
  .cart-preview-wrap.visible {
    display: block; }
  .header-alternate .cart-preview-wrap {
    top: 50px;
    z-index: 1;
    border-top: 0; }

.cart-preview-title {
  padding: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee; }

.cart-preview-body {
  padding: 20px; }

.cart-preview-list {
  height: auto;
  max-height: 250px;
  overflow-y: scroll; }

.cart-preview-list-item {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 15px; }
  .cart-preview-list-item:last-child {
    margin-bottom: 0; }

.cart-preview-list-item-image-wrap {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .cart-preview-list-item-image-wrap:last-child {
    margin-right: 0; }

.cart-preview-list-item-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #d9d9d9; }
  .cart-preview-list-item-image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    float: left;
    width: 100%;
    margin: 0 auto;
    overflow: hidden; }
    .cart-preview-list-item-image a img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      position: relative;
      display: block;
      height: 100%;
      max-width: none; }

.cart-preview-list-item-details {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  padding-left: 10px; }
  .cart-preview-list-item-details:last-child {
    margin-right: 0; }

.cart-preview-list-item-name {
  margin-bottom: 5px;
  font-size: 15px;
  line-height: 1.5em; }

.cart-preview-list-item-price {
  font-size: 15px;
  line-height: 15px; }

.cart-preview-list-item-price-quantity {
  position: relative;
  top: -1px;
  display: inline-block;
  padding: 4px 6px;
  margin-left: 5px;
  font-size: 11px;
  line-height: 10px;
  color: #888888;
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 4px; }

.cart-preview-subtotal {
  padding: 0px;
  padding-bottom: 0px;
  font-size: 16px;
  line-height: 16px;
  border-top: 0px solid #d9d9d9; }
  .cart-preview-subtotal .label,
  .cart-preview-subtotal .total {
    display: inline-block;
    vertical-align: middle;
    display: none; }
  .cart-preview-subtotal .label::after {
    content: ":"; }
  .cart-preview-subtotal .total {
    float: right;
    font-weight: bold; }

.cart-preview-footer {
  float: left;
  width: 100%;
  padding: 20px;
  text-align: left;
  background-color: #fafafa;
  border-top: 1px solid #d9d9d9; }
  .cart-preview-footer .button, .cart-preview-footer .form-file-wrapper:before {
    float: left;
    width: 48%;
    margin-left: 0; }
    .cart-preview-footer .button:first-of-type, .cart-preview-footer .form-file-wrapper:first-of-type:before {
      margin-right: 2%; }
    .cart-preview-footer .button:last-of-type, .cart-preview-footer .form-file-wrapper:last-of-type:before {
      margin-left: 2%; }

.cart-preview-empty {
  padding: 40px;
  font-size: 16px;
  line-height: 16px;
  text-align: center; }

/* scss-combine:components/cart/apple-pay */
.apple-pay-checkout-button {
  display: none;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: white;
  background-image: -webkit-named-image(apple-pay-logo-black);
  border: 0.5px solid black; }
  .apple-pay-supported .apple-pay-checkout-button {
    display: block; }

/* scss-combine:components/sub-header */
.sub-header {
  max-width: 9999px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 2%;
  overflow: hidden;
  display: none; }
  .sub-header::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 975px) {
    .sub-header {
      padding-right: 20px;
      padding-left: 20px;
      text-align: center; } }

.breadcrumb-container {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding-top: 30px;
  display: none; }
  .breadcrumb-container:last-child {
    margin-right: 0; }

.breadcrumb-item {
  display: inline-block;
  font-size: 15px;
  color: #333538; }
  .breadcrumb-item:after {
    display: inline-block;
    padding-right: 8px;
    padding-left: 6px;
    color: #eeeeee;
    content: "/"; }
  .breadcrumb-item:last-child:after {
    content: none; }

/* scss-combine:components/footer */
.main-footer {
  -webkit-font-smoothing: antialiased;
  background-color: #000;
  padding: 4% 0; }
  @media screen and (max-width: 975px) {
    .main-footer {
      padding-bottom: 0; } }
  .main-footer .container {
    max-width: 9999px;
    margin-left: auto;
    margin-right: auto;
    padding: 32px 10%; }
    .main-footer .container::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (max-width: 975px) {
      .main-footer .container {
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0; } }

.footer-left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-right: 0 !important;
  width: 75%; }
  .footer-left:last-child {
    margin-right: 0; }
  @media screen and (max-width: 975px) {
    .footer-left {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-bottom: 10px; }
      .footer-left:last-child {
        margin-right: 0; } }

.footer-right {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end;
  align-items: flex-end;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  width: 25%; }
  .footer-right:last-child {
    margin-right: 0; }
  @media screen and (max-width: 975px) {
    .footer-right {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .footer-right:last-child {
        margin-right: 0; } }
  .footer-right img {
    width: 25px;
    margin: 0 5px; }

@media only screen and (max-width: 1115px) {
  .main-footer .container {
    padding: 32px 5%; } }

@media only screen and (max-width: 991px) {
  .main-footer .container {
    padding: 32px 3%; } }

@media only screen and (max-width: 975px) {
  .main-footer .footer-left {
    display: flex; }
  .main-footer .footer-right {
    align-items: center; } }

.footer-navigation {
  width: 15vw;
  float: left; }
  @media screen and (max-width: 975px) {
    .footer-navigation {
      width: 100%;
      margin-right: 0;
      margin-bottom: 50px;
      text-align: center; } }
  .footer-navigation h1 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10%;
    color: white; }
  .footer-navigation ul {
    text-align: left; }

.footer-navigation-list-item > a {
  display: block;
  padding: 12px 10px 12px 0;
  font-family: "Montserrat";
  font-size: 16px;
  line-height: inherit;
  color: white;
  text-transform: capitalize; }

@media only screen and (max-width: 480px) {
  .footer-navigation-list-item > a {
    font-size: 11px; } }

.home-bottom-hero {
  padding: 70px; }

.ig-container {
  margin-top: 4%;
  padding: 0 70px; }
  .ig-container .ig-photos {
    padding: 0; }
    .ig-container .ig-photos img:hover {
      opacity: 1; }
    .ig-container .ig-photos div {
      margin: 0 15px; }

.ig-tablet,
.ig-mobile {
  display: none; }

@media only screen and (max-width: 1000px) {
  .home-bottom-hero, .sol-cat-photos {
    padding: 35px 35px 0 35px; }
  .ig-container {
    padding: 0 35px; } }

@media only screen and (max-width: 768px) {
  .ig-desktop {
    display: none; }
  .ig-tablet {
    display: block; } }

@media only screen and (max-width: 600px) {
  .home-bottom-hero, .sol-cat-photos {
    padding: 20px;
    margin: 0; }
  .ig-container {
    padding: 0 15px; } }

@media only screen and (max-width: 480px) {
  .ig-container {
    margin-top: 6%; }
  .ig-tablet, .ig-desktop {
    display: none; }
  .ig-mobile {
    display: block; }
  .footer-navigation {
    display: flex;
    justify-content: center; }
    .footer-navigation h1 {
      font-size: 12px; } }

.footer-description {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  display: block;
  float: left;
  padding-right: 15%; }
  .footer-description:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1059px) {
    .footer-description {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      padding-right: 0; }
      .footer-description:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 975px) {
    .footer-description {
      width: 100%;
      padding-right: 0;
      text-align: center; }
      .footer-description p {
        padding-right: 10%;
        padding-left: 10%;
        margin-top: 10px; } }
  .footer-description p {
    color: white; }

.custom-gallery-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 15px; }

.custom-gallery-item {
  height: 40vh;
  flex-grow: 1;
  margin: 10px; }

.custom-gallery-item:last-child {
  flex-grow: 10; }

.custom-gallery-img {
  max-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom; }

@media (max-aspect-ratio: 1 / 1) {
  .custom-gallery-item {
    height: 30vh; } }

@media (max-height: 480px) {
  .custom-gallery-item {
    height: 80vh; } }

.cruise-install-double {
  margin-bottom: 25px;
  padding: 10px 10px 0; }

@media (max-aspect-ratio: 1 / 1) and (max-width: 480px) {
  .custom-gallery-flex {
    flex-direction: row; }
  .custom-gallery-item {
    height: auto;
    width: 100%; }
  .custom-gallery-img {
    width: 100%;
    max-height: 75vh;
    min-width: 0; }
  .cruise-install-double {
    margin: 0; } }

.footer-currency-selector {
  display: none;
  float: left;
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 975px) {
    .footer-currency-selector {
      display: block; } }
  .footer-currency-selector .footer-currency-selector-title {
    color: white; }
  .footer-currency-selector .form-select-wrapper {
    display: inline-block;
    width: auto;
    min-width: 0;
    padding-right: 40px;
    color: white;
    background-color: black; }
    .footer-currency-selector .form-select-wrapper::after {
      border-color: white; }

.footer-newsletter {
  width: 100%; }
  @media screen and (max-width: 975px) {
    .footer-newsletter {
      padding-top: 60px;
      padding-bottom: 75px;
      margin-top: 30px;
      text-align: center;
      background-color: #2c2d30; }
      .footer-newsletter .footer-section-title {
        color: white; } }

@media screen and (max-width: 975px) {
  .footer-newsletter-form {
    padding-right: 10%;
    padding-left: 10%; } }

.footer-newsletter-form .newsletter-signup-email {
  display: inline-block;
  width: 73%;
  min-width: 0;
  margin-right: 2%; }
  @media screen and (max-width: 769px) {
    .footer-newsletter-form .newsletter-signup-email {
      width: 63%; } }

.footer-newsletter-form .newsletter-signup-submit {
  display: inline-block;
  width: 25%; }
  @media screen and (max-width: 769px) {
    .footer-newsletter-form .newsletter-signup-submit {
      width: 35%; } }
  .footer-newsletter-form .newsletter-signup-submit input {
    height: 43px;
    background-color: #333333;
    border-color: #333333; }
    .footer-newsletter-form .newsletter-signup-submit input:hover {
      background-color: #1a1a1a;
      border-color: #1a1a1a; }

.footer-section-title {
  margin-top: 0;
  font-size: 16px;
  line-height: 16px;
  color: white; }

.footer-payment-icons {
  float: left;
  width: 100%;
  margin-top: 30px;
  text-align: right; }
  @media screen and (max-width: 975px) {
    .footer-payment-icons {
      padding-bottom: 35px;
      margin-top: 0;
      text-align: center;
      background-color: #2c2d30; } }

.footer-payment-icons-list {
  float: left;
  width: 100%; }
  .footer-payment-icons-list li {
    display: inline-block;
    margin-right: 10px;
    font-size: 25px;
    color: rgba(255, 255, 255, 0.4); }
    .footer-payment-icons-list li:last-of-type {
      margin-right: 0; }

.footer-address,
.footer-number,
.footer-link {
  float: left;
  width: 100%;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.4);
  text-align: right; }
  .footer-address a,
  .footer-number a,
  .footer-link a {
    color: rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .footer-address a:hover,
    .footer-number a:hover,
    .footer-link a:hover {
      color: white; }
  @media screen and (max-width: 975px) {
    .footer-address,
    .footer-number,
    .footer-link {
      padding: 0 10%;
      margin-top: 0;
      text-align: center;
      background-color: #2c2d30; } }

.footer-number {
  margin: 0; }
  @media screen and (max-width: 975px) {
    .footer-number {
      padding-bottom: 30px; } }
  .footer-number p {
    margin: 0; }

.footer-copyright {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: white;
  text-align: center;
  background-color: black; }
  .footer-copyright a {
    color: rgba(255, 255, 255, 0.4); }
    .footer-copyright a:hover {
      color: white; }
  .footer-copyright > * {
    display: inline-block;
    margin: 15px 7.5px;
    vertical-align: middle; }
    .footer-copyright > *:first-child {
      margin-right: 0; }
    .footer-copyright > *:nth-child(2)::before {
      position: relative;
      top: -2px;
      margin-right: 10px;
      font-size: 11px;
      color: rgba(255, 255, 255, 0.2);
      content: "\2022"; }
      @media screen and (max-width: 419px) {
        .footer-copyright > *:nth-child(2)::before {
          display: none; } }

.back-to-top {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-left: 10%;
  padding-bottom: 4%; }
  .back-to-top a {
    margin: 15px 0;
    padding: 0; }

.back-to-top-mobile {
  display: none; }

@media only screen and (max-width: 991px) {
  .main-footer .container {
    padding: 32px 3%; }
  .main-footer .footer-navigation {
    margin-right: 5px; }
  .main-footer .back-to-top {
    padding-left: 3%; } }

@media only screen and (max-width: 975px) {
  .main-footer .footer-left {
    display: flex; }
  .main-footer .footer-right {
    align-items: center; }
  .main-footer .back-to-top {
    display: none; }
  .main-footer .back-to-top-mobile {
    display: block; } }

/* scss-combine:components/banners */
.page-banner {
  letter-spacing: 1px;
  color: white;
  background-color: #85888b; }

.page-banner-inner {
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #585a5c;
  border-right: 0;
  border-left: 0; }
  .page-banner-inner:first-of-type {
    border-top: 0; }
    .page-banner-bottom .page-banner-inner:first-of-type {
      border-top: 1px solid #585a5c; }
  .page-banner-inner:last-of-type {
    border-bottom: 1px solid #585a5c; }
    .page-banner-bottom .page-banner-inner:last-of-type {
      border-bottom: 0; }
  .page-banner-inner > .banner {
    max-width: 9999px;
    margin-left: auto;
    margin-right: auto; }
    .page-banner-inner > .banner::after {
      clear: both;
      content: "";
      display: block; }
    .full-width-banners .page-banner-inner > .banner {
      max-width: 100%;
      padding: 0 30px; }
  .page-banner-inner p:first-of-type {
    margin-top: 0; }
  .page-banner-inner p:last-of-type {
    margin-bottom: 0; }

.shipping-banner {
  color: white;
  background-color: rgba(98, 194, 66, 0.6); }
  .shipping-banner .page-banner-inner {
    border-top: 1px solid #62c242; }
    .shipping-banner .page-banner-inner:last-of-type {
      border-bottom: 1px solid #62c242; }

/* scss-combine:components/alerts */
.alert {
  position: relative;
  letter-spacing: 1px;
  color: white;
  transition: opacity 0.3s ease;
  width: 100%; }
  @media screen and (max-width: 769px) {
    .alert {
      text-align: center; } }
  .alert.dismissed {
    opacity: 0; }
  .alert.hidden {
    display: none; }
  .narrow .alert {
    text-align: center; }
  .alert .alert-dismiss {
    position: absolute;
    top: 10px;
    right: 10px;
    color: inherit;
    cursor: pointer;
    opacity: 0.8; }
    .alert .alert-dismiss:hover {
      opacity: 1; }
    .alert .alert-dismiss svg {
      display: block;
      width: 13px;
      height: 13px;
      fill: white; }
  .alert.alert-success, .alert.alert-error, .alert.alert-info {
    padding: 15px 20px;
    margin: 15px 0;
    border: 1px solid #eeeeee; }
    .quick-shop .alert.alert-success, .quick-shop .alert.alert-error, .quick-shop .alert.alert-info {
      margin: 0 0 20px; }
  .alert.alert-success {
    background-color: rgba(98, 194, 66, 0.6);
    border-color: #62c242; }
  .alert.alert-error {
    background-color: rgba(255, 0, 0, 0.6);
    border-color: red; }
  .alert.alert-info {
    background-color: rgba(51, 53, 56, 0.6);
    border-color: #333538; }
  .alert a {
    color: white;
    text-decoration: underline; }

/* scss-combine:components/faceted-search */
.faceted-search {
  padding-right: 30px; }
  @media screen and (max-width: 975px) {
    .faceted-search {
      display: none;
      padding-right: 0;
      text-align: center; }
      .faceted-search.visible {
        display: block; } }

.faceted-sidebar-toggle {
  display: none;
  margin-bottom: 50px; }
  @media screen and (max-width: 975px) {
    .faceted-sidebar-toggle {
      display: inline-block; } }

.faceted-search-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  cursor: pointer; }
  .faceted-search-title:after {
    position: absolute;
    top: 50%;
    right: 17px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-top: 1px solid #666666;
    border-right: 1px solid #666666;
    content: "";
    transform: rotate(135deg); }

.faceted-search-filter.is-open .faceted-search-title:after {
  transform: rotate(315deg); }

.faceted-search-filter {
  padding: 23px 0;
  border-top: 1px solid #ced4da; }
  .faceted-search-filter:last-of-type {
    border-bottom: 1px solid #ced4da;
    margin-bottom: 30px; }

@media screen and (max-width: 975px) {
  .faceted-search-item {
    max-width: 280px;
    margin: 0 auto;
    border-top: 1px solid rgba(238, 238, 238, 0.5); }
    .faceted-search-item:first-of-type {
      border-top: 0; } }

.faceted-search-item a {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 975px) {
    .faceted-search-item a {
      width: 100%; } }

.faceted-search-item .facet-checkbox {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle; }
  @media screen and (max-width: 975px) {
    .faceted-search-item .facet-checkbox {
      position: absolute;
      top: 10px;
      left: 10px; } }

.faceted-search-item .faceted-search-item-label {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding-right: 50px;
  line-height: inherit;
  vertical-align: middle;
  font-family: Montserrat; }
  @media screen and (max-width: 975px) {
    .faceted-search-item .faceted-search-item-label {
      position: static;
      max-width: 240px;
      padding: 5px 0; } }

.faceted-search-item .faceted-search-item-count {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40px;
  color: rgba(24, 25, 26, 0.5);
  display: none; }
  @media screen and (max-width: 975px) {
    .faceted-search-item .faceted-search-item-count {
      position: absolute;
      top: 10px;
      right: 7px;
      width: auto;
      font-size: 14px;
      line-height: 1; } }

.facet-range-input-group {
  position: relative;
  padding-top: 10px;
  padding-right: 80px; }
  @media screen and (max-width: 975px) {
    .facet-range-input-group {
      max-width: 290px;
      margin: 0 auto; } }

.facet-range-inputs .form-field {
  float: left;
  width: 48%; }
  .facet-range-inputs .form-field:last-child {
    float: right; }
  .facet-range-inputs .form-field .form-input {
    width: 100%;
    height: 41px;
    min-height: 0; }
    .facet-range-inputs .form-field .form-input:focus {
      border-color: #333538;
      outline: none; }

.facet-submit {
  position: absolute;
  top: 10px;
  right: 0;
  width: 70px;
  height: 40px;
  padding-right: 0;
  padding-left: 0;
  font-family: "Montserrat";
  font-size: 13px;
  letter-spacing: 0;
  text-transform: none; }

.facet-rating .star {
  font-size: 12px;
  color: #eeeeee; }
  .facet-rating .star.checked {
    color: #333538; }

.facet-selected-filters {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee; }
  .facet-selected-filters .clear-all {
    display: inline-block;
    width: 100%;
    padding: 2px;
    clear: both;
    font-size: 14px;
    color: #333538; }

.selected-filter-items {
  float: left;
  width: 100%;
  margin-bottom: 18px; }

.selected-filter-item {
  position: relative;
  display: inline-block;
  float: left;
  padding: 10px 15px;
  margin: 0 7px 7px 0;
  font-size: 13px;
  color: black;
  background-color: #f2f2f2;
  border-radius: 4px;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .selected-filter-item .remove {
    position: relative;
    top: 1px;
    padding-left: 7px;
    font-size: 17px;
    line-height: 17px;
    color: #333538;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .selected-filter-item:hover {
    color: white;
    background-color: #333538; }
    .selected-filter-item:hover .remove {
      color: white; }

/* scss-combine:components/sorting */
.sorting {
  padding-right: 30px; }
  @media screen and (max-width: 975px) {
    .sorting {
      padding-right: 0; } }

.sorting-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700; }

.product-sort-select {
  margin-bottom: 45px; }

.product-grid-sorting {
  position: relative;
  margin-bottom: 45px; }
  @media screen and (max-width: 769px) {
    .product-grid-sorting {
      margin-bottom: 20px; } }
  .product-grid-sorting:before {
    position: absolute;
    top: 50%;
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #eeeeee;
    content: ""; }
  .product-grid-sorting .sorting {
    padding-right: 0;
    margin-top: -30px;
    text-align: center; }
  .product-grid-sorting .product-sort-select {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 33.333%;
    padding: 30px;
    margin-bottom: 0;
    background-color: white; }
    @media screen and (max-width: 975px) {
      .product-grid-sorting .product-sort-select {
        width: 50%; } }
    @media screen and (max-width: 769px) {
      .product-grid-sorting .product-sort-select {
        width: 100%;
        padding: 0; } }
  .product-grid-sorting .form-select-wrapper {
    height: 60px;
    line-height: 58px;
    background-color: white;
    border-color: #eeeeee; }

/* scss-combine:core/swatch */
.form-field-swatch .swatch-none .swatch {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.15); }
  .form-field-swatch .swatch-none .swatch svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

svg {
  width: 20px;
  height: 20px; }

svg.changeColor path {
  fill: red; }

/* scss-combine:components/navigation/nav-common */
.navigation-wrap {
  float: left;
  width: 100%;
  font-family: "Montserrat";
  background-color: white; }

.navigation {
  max-width: 9999px;
  margin-left: auto;
  margin-right: auto; }
  .navigation::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 975px) {
    .navigation {
      padding-right: 20px;
      padding-left: 20px; } }
  .navigation a {
    display: block;
    line-height: 15px;
    color: #000; }

.nav-menu {
  float: left;
  display: block;
  width: 76.76824%;
  padding: 0;
  list-style-type: none; }
  .nav-menu:last-child {
    width: 74.41059%; }
  @media screen and (max-width: 975px) {
    .nav-menu {
      width: 100% !important; } }
  .menu-open .nav-menu {
    display: block; }

.nav-menu-item {
  position: relative;
  float: left;
  width: 100%;
  border: 1px solid white;
  transition: color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .nav-menu-item > a {
    position: relative;
    padding: 15px;
    border-bottom: 1px solid transparent; }
  .nav-menu-item > a:hover {
    color: #222222; }
  .nav-menu-item > .nav-icon {
    display: none; }

.nav-menu-item.has-dropdown {
  position: relative; }
  .nav-menu-item.has-dropdown > a {
    padding-right: 40px; }
    .nav-menu-item.has-dropdown > a::after {
      position: absolute;
      top: 50%;
      right: 0;
      width: 0;
      height: 0;
      margin-top: -2px;
      margin-right: 15px;
      border-top: 5px solid #424242;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      content: "";
      transition: border-color 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .nav-menu-item.has-dropdown > a:hover::after {
      border-top-color: #222222; }
  .mobile .nav-menu-item.has-dropdown > ul {
    display: none; }
  .mobile .nav-menu-item.has-dropdown.menu-open > ul {
    display: block; }

.nav-menu-item.menu-open {
  z-index: 15;
  border-color: #d1d1d1; }
  .nav-menu-item.menu-open > a {
    position: relative;
    z-index: 2;
    color: #222222;
    background-color: white;
    border-bottom: 1px solid white; }
    .nav-menu-item.menu-open > a::after {
      border-top-color: #222222; }

.nav-submenu {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all, 0.1s, ease-in-out;
  position: relative;
  top: 100%;
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: white;
  visibility: hidden; }
  .nav-submenu.visible {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    visibility: visible; }
  .nav-submenu a {
    display: block;
    padding: 10px 15px; }
    .has-dropdown .nav-submenu a {
      padding-right: 35px; }

.nav-submenu-item.has-dropdown > a {
  position: relative; }

.nav-submenu-item.has-dropdown.menu-open > a::after {
  border-left-color: #333538;
  transform: rotate(90deg); }

.nav-submenu-item.has-dropdown:first-child > a::after {
  margin-top: -5px; }

.navigation-tier-tertiary {
  transition: all, 0.1s, ease-in-out;
  position: relative;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
  background-color: #f2f2f2;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .menu-open > .navigation-tier-tertiary {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px; }

.nav-icon {
  position: absolute;
  top: 8px;
  right: 15px;
  left: auto;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  font-size: 0.5rem;
  text-align: center;
  cursor: pointer; }
  @media screen and (max-width: 975px) {
    .nav-icon {
      right: 25px;
      color: #a6a6a6; } }
  .nav-icon::before {
    display: block;
    margin-top: 7px; }
  .nav-icon:hover {
    color: #222222; }

.js .nav-menu {
  visibility: hidden; }
  .js .nav-menu.show-menu {
    visibility: visible; }

/* scss-combine:components/navigation/nav-mobile */
@media screen and (max-width: 975px) {
  .navigation-wrap {
    position: fixed;
    top: 0;
    z-index: 1001;
    height: 100vh;
    padding: 0;
    overflow: hidden;
    background-color: rgba(51, 53, 56, 0.7);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); } }
  @media screen and (max-width: 975px) and (min-width: 976px) {
    .navigation-wrap {
      background: transparent;
      opacity: 0; } }

@media screen and (max-width: 975px) {
    .mobile-nav-open .navigation-wrap {
      opacity: 1; }
    .mobile-nav-closed .navigation-wrap {
      z-index: -2;
      background: transparent; }
  .navigation {
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
    width: 450px;
    height: 100vh;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: white;
    transform: translateX(-450px);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .navigation > .navigation-toggle-mobile-wrapper {
      padding-top: 12px;
      line-height: 20px;
      text-align: right; }
    .mobile-nav-open .navigation {
      z-index: 2;
      overflow-y: scroll;
      transform: translateX(0); }
  .mobile-actions {
    max-width: 9999px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-color: black; }
    .mobile-actions::after {
      clear: both;
      content: "";
      display: block; }
    .mobile-actions .mobile-action-item {
      float: left;
      display: block;
      width: 34.11922%;
      width: 50%;
      padding-top: 20px;
      padding-bottom: 20px;
      text-align: center;
      border-left: 1px solid #d1d1d1; }
      .mobile-actions .mobile-action-item:last-child {
        width: 31.76157%; }
      .mobile-actions .mobile-action-item:first-child {
        border: 0; }
      .mobile-actions .mobile-action-item:last-child {
        width: 50%; }
      .mobile-actions .mobile-action-item a {
        line-height: 24px; }
    .mobile-actions .cart-count-preview > a,
    .mobile-actions .cart-count-preview .cart-preview {
      display: inline-block; }
    .mobile-actions .cart-count-preview .cart-count {
      position: inherit;
      top: 0;
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-top: -32px;
      margin-right: -20px;
      font-size: 11px;
      font-weight: 400;
      line-height: 16px;
      color: black;
      text-align: center;
      background-color: white;
      border-radius: 50%; }
  .nav-menu {
    position: absolute;
    top: 50;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 450px;
    padding: 0; }
  .nav-menu-item {
    border: 0; }
    .nav-menu-item.menu-open {
      margin-bottom: -1px;
      background: #f7f7f7;
      border: 0; }
      .nav-menu-item.menu-open > a {
        margin-bottom: 20px;
        color: #000;
        background-color: transparent;
        border: 0;
        border-top: 1px solid transparent;
        border-bottom: 1px solid #bfbfbf; }
        .nav-menu-item.menu-open > a::after {
          border-top-color: #a6a6a6 !important; }
      .nav-menu-item.menu-open > .nav-icon {
        display: none; }
    .nav-menu-item:first-child a {
      border-top: 0; }
    .nav-menu-item > a {
      padding-top: 30px;
      padding-right: 20px;
      padding-bottom: 30px;
      padding-left: 20px;
      margin-right: 30px;
      margin-left: 30px;
      border-top: 1px solid #d1d1d1;
      transition: none; } }
    @media screen and (max-width: 975px) and (max-width: 769px) {
      .nav-menu-item > a {
        padding-top: 20px;
        padding-bottom: 20px; } }

@media screen and (max-width: 975px) {
  .nav-submenu {
    padding-top: 0;
    padding-bottom: 30px;
    background: transparent; } }
  @media screen and (max-width: 975px) and (max-width: 769px) {
    .nav-submenu {
      padding-bottom: 20px; } }

@media screen and (max-width: 975px) {
  .nav-submenu-item .nav-submenu-item {
    padding-left: 10px; }
  .nav-submenu-item > a {
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    margin-right: 30px;
    margin-left: 30px;
    color: #000; }
  .nav-submenu-item.has-dropdown {
    position: relative; }
    .nav-submenu-item.has-dropdown > a::after {
      right: auto;
      left: auto;
      margin-top: -5px;
      margin-left: 15px;
      border-left-color: #424242; }
    .nav-submenu-item.has-dropdown.menu-open > a::after {
      border-left-color: #222222; }
    .nav-submenu-item.has-dropdown .nav-icon {
      top: 4px;
      right: 40px; }
  .navigation-tier-tertiary {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #222222;
    transition: none; }
    .menu-open > .navigation-tier-tertiary {
      padding-top: 20px;
      padding-bottom: 20px;
      margin-top: 20px;
      margin-bottom: 20px; }
  .navigation-tier-tertiary-item > a {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 30px;
    margin-left: 30px;
    color: white; }
  .mobile-branding {
    width: 100%;
    padding-top: 0;
    padding-right: 50px;
    padding-bottom: 30px;
    padding-left: 50px;
    text-align: center;
    border-bottom: 1px solid #d1d1d1;
    display: none; }
    .mobile-branding > .header-branding-logo {
      max-width: 100%;
      text-align: center; }
      .mobile-branding > .header-branding-logo img {
        display: inline-block; }
    .mobile-branding > .header-branding-text a {
      font-size: 25px;
      line-height: 25px; } }

@media only screen and (max-width: 975px) and (max-width: 975px) {
  .header-branding-logo {
    margin-top: 35px; }
    .header-branding-logo img {
      margin-left: -100vw; } }

@media screen and (max-width: 975px) {
  .right-item,
  .left-item {
    justify-content: center; }
  .search-form-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px; }
    .search-form-wrapper .search-input {
      text-align: center;
      border: 0;
      border-bottom: 1px solid black;
      border-radius: 0px; }
    .search-form-wrapper.visible {
      display: inline-block;
      float: right;
      vertical-align: middle; }
    .header-alternate .search-form-wrapper {
      width: 40px;
      font-size: 14px; }
  .navigation-toggle-mobile-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0;
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 20px;
    font-size: 25px;
    line-height: 45px;
    vertical-align: top;
    background-color: transparent;
    border: 0; }
    .navigation-toggle-mobile-wrapper.close {
      font-size: 20px;
      padding: 10px !important; }
    .navigation-toggle-mobile-wrapper > span {
      position: relative;
      top: 1px;
      color: #000; }
  .main-header,
  .main-content,
  .main-footer,
  .page-banner {
    transform: translateX(0);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .mobile-nav-open .main-header,
  .mobile-nav-open .main-content,
  .mobile-nav-open .main-footer,
  .mobile-nav-open .page-banner {
    transform: translateX(450px); } }

@media screen and (max-width: 769px) {
  .navigation {
    width: 300px;
    transform: translateX(-300px); }
  .nav-menu {
    max-width: 300px; }
  .mobile-nav-open .main-header,
  .mobile-nav-open .main-content,
  .mobile-nav-open .main-footer,
  .mobile-nav-open .page-banner {
    transform: translateX(300px); } }

/* scss-combine:components/navigation/nav-desktop */
@media screen and (min-width: 976px) {
  .navigation-wrap {
    position: relative;
    float: none;
    height: auto;
    padding-bottom: 25px;
    overflow: visible; }
    .navigation-wrap.navigation-alternate {
      padding-bottom: 0; }
  .navigation {
    position: relative; }
    .navigation-alternate .navigation {
      font-size: 0; }
    .navigation-alternate.navigation-left .navigation {
      padding: 0 0 0 15px; }
    .navigation-alternate.navigation-center .navigation {
      padding: 0;
      text-align: center; }
  .overlay {
    position: absolute; }
  .mobile-actions,
  .navigation-toggle-mobile-wrapper,
  .mobile-search-wrapper,
  .mobile-branding,
  .navigation .mobile-list-item {
    display: none; }
  .nav-menu {
    margin-left: -15px; }
    .navigation-alternate .nav-menu {
      position: relative;
      right: 100px;
      display: inline-block;
      float: none;
      width: 80%;
      margin-left: 0;
      text-align: right;
      vertical-align: middle; }
    .navigation-center .nav-menu {
      right: auto;
      width: 100%;
      text-align: center; }
    .navigation-left.navigation-alternate .nav-menu {
      right: 0;
      text-align: left; }
    .nav-menu > li {
      width: auto;
      margin-right: 10px; }
      .navigation-alternate .nav-menu > li {
        display: inline-block;
        float: none; }
        .navigation-alternate .nav-menu > li.mobile-list-item {
          display: none; }
        .navigation-alternate .nav-menu > li:nth-last-child(2) {
          margin-right: 0; }
  .nav-submenu {
    position: absolute;
    min-width: calc(180px + 45px + 15px);
    margin: -1px 0 0 -1px;
    border: 1px solid #d1d1d1; }
    .navigation-alternate .nav-submenu {
      text-align: left; }
    .nav-submenu > li > a:hover {
      color: #222222; }
    .nav-submenu .nav-submenu {
      position: absolute;
      top: 0; }
      .nav-submenu .nav-submenu.fly-right {
        left: 239px; }
      .nav-submenu .nav-submenu.fly-left {
        right: 239px; }
  .nav-submenu-item {
    position: relative; }
  .nav-submenu-item.menu-open > a {
    color: #222222; } }

/* scss-combine:components/products/product-grid */
.product-grid-container {
  display: flex;
  justify-content: center;
  max-width: 9999px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 75px;
  padding-left: 30px; }
  .product-grid-container::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 975px) {
    .product-grid-container {
      padding-right: 20px;
      padding-left: 20px; } }

.product-grid-header {
  padding-bottom: 0;
  border-bottom: 0; }
  .product-grid-header.has-sidebar {
    padding-bottom: 75px;
    border-bottom: 1px solid #eeeeee; }

.product-grid-sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 27.49666%; }
  .product-grid-sidebar:last-child {
    margin-right: 0; }
  @media screen and (max-width: 975px) {
    .product-grid-sidebar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0;
      text-align: center; }
      .product-grid-sidebar:last-child {
        margin-right: 0; } }

.product-grid {
  overflow: hidden; }

.product-grid-list {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .product-grid-list:last-child {
    margin-right: 0; }
  .has-sidebar .product-grid-list {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 70.14568%;
    padding-left: 50px;
    padding-right: 0; }
    .has-sidebar .product-grid-list:last-child {
      margin-right: 0; }
    @media screen and (max-width: 975px) {
      .has-sidebar .product-grid-list {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
        .has-sidebar .product-grid-list:last-child {
          margin-right: 0; } }

.product-grid-list-items {
  position: relative; }
  @media screen and (max-width: 975px) {
    .product-grid-list-items {
      margin-left: -4.67626%;
      margin-right: -4.67626%; } }
  @media screen and (max-width: 769px) {
    .product-grid-list-items {
      margin-left: -4.34783%;
      margin-right: -4.34783%; } }
  .product-grid-list-items.row-of-five {
    margin-left: -2.63158%;
    margin-right: -2.63158%; }
  .product-grid-list-items.row-of-four {
    margin-left: -3.40237%;
    margin-right: -3.40237%; }
  .product-grid-list-items.row-of-three {
    margin-left: -4.67626%;
    margin-right: -4.67626%; }
  .product-grid-list-items.row-of-two {
    margin-left: -4.34783%;
    margin-right: -4.34783%; }
  @media screen and (max-width: 975px) {
    .product-grid-list-items.row-of-three, .product-grid-list-items.row-of-five {
      margin-left: -3.40237%;
      margin-right: -3.40237%; } }

.account-product-item {
  width: 30%;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  float: left;
  margin-bottom: 5%; }
  .account-product-item img {
    width: 100%; }

.account-product-item-remove {
  position: absolute;
  top: -15px;
  right: 0; }
  .account-product-item-remove input {
    background-color: black;
    color: white;
    border-radius: 0;
    border: none;
    font-size: 30px;
    font-weight: bold;
    padding: 0 10px;
    margin: 10px; }

.product-grid-item {
  position: relative;
  float: left;
  margin-bottom: 60px; }
  .row-of-five .product-grid-item {
    width: 14.81481%;
    margin-left: 2.59259%;
    margin-right: 2.59259%;
    /* scss-combine:product_grid_breakpoints */ }
    @media screen and (min-width: 976px) {
      .row-of-five .product-grid-item:nth-child(4n + 1) {
        clear: none; }
      .row-of-five .product-grid-item:nth-child(5n + 1) {
        clear: left; } }
    @media screen and (max-width: 975px) {
      .row-of-five .product-grid-item {
        width: 24.69136%;
        margin-left: 4.32099%;
        margin-right: 4.32099%;
        margin-bottom: 45px; } }
    @media screen and (max-width: 975px) and (min-width: 770px) {
      .row-of-five .product-grid-item:nth-child(2n + 1) {
        clear: none; }
      .row-of-five .product-grid-item:nth-child(3n + 1) {
        clear: none; } }
    @media screen and (max-width: 769px) {
      .row-of-five .product-grid-item {
        width: 42.55319%;
        margin-left: 3.7234%;
        margin-right: 3.7234%;
        margin-bottom: 30px; }
        .row-of-five .product-grid-item:nth-child(2n + 1) {
          clear: left; } }
  .row-of-four .product-grid-item {
    width: 18.51852%;
    margin-left: 3.24074%;
    margin-right: 3.24074%;
    /* scss-combine:product_grid_breakpoints */ }
    @media screen and (min-width: 976px) {
      .row-of-four .product-grid-item:nth-child(3n + 1) {
        clear: none; }
      .row-of-four .product-grid-item:nth-child(4n + 1) {
        clear: left; } }
    @media screen and (max-width: 975px) {
      .row-of-four .product-grid-item {
        width: 31.14383%;
        margin-left: 4.41676%;
        margin-right: 4.41676%;
        margin-bottom: 45px; } }
    @media screen and (max-width: 975px) and (min-width: 770px) {
      .row-of-four .product-grid-item:nth-child(2n + 1) {
        clear: none; }
      .row-of-four .product-grid-item:nth-child(3n + 1) {
        clear: none; } }
    @media screen and (max-width: 769px) {
      .row-of-four .product-grid-item {
        width: 42.55319%;
        margin-left: 3.7234%;
        margin-right: 3.7234%;
        margin-bottom: 30px; }
        .row-of-four .product-grid-item:nth-child(2n + 1) {
          clear: left; } }
  .row-of-three .product-grid-item {
    width: 31.14383%;
    margin-left: 4.41676%;
    margin-right: 4.41676%;
    /* scss-combine:product_grid_breakpoints */ }
    @media screen and (min-width: 976px) {
      .row-of-three .product-grid-item:nth-child(2n + 1) {
        clear: none; }
      .row-of-three .product-grid-item:nth-child(3n + 1) {
        clear: none; } }
    @media screen and (max-width: 975px) {
      .row-of-three .product-grid-item {
        width: 31.14383%;
        margin-left: 4.41676%;
        margin-right: 4.41676%;
        margin-bottom: 45px; } }
    @media screen and (max-width: 975px) and (min-width: 770px) {
      .row-of-three .product-grid-item:nth-child(2n + 1) {
        clear: none; }
      .row-of-three .product-grid-item:nth-child(3n + 1) {
        clear: none; } }
    @media screen and (max-width: 769px) {
      .row-of-three .product-grid-item {
        width: 42.55319%;
        margin-left: 3.7234%;
        margin-right: 3.7234%;
        margin-bottom: 30px; }
        .row-of-three .product-grid-item:nth-child(2n + 1) {
          clear: left; } }
  .row-of-two .product-grid-item {
    width: 42.55319%;
    margin-left: 3.7234%;
    margin-right: 3.7234%;
    /* scss-combine:product_grid_breakpoints */ }
    @media screen and (min-width: 976px) {
      .row-of-two .product-grid-item:nth-child(2n + 1) {
        clear: left; } }
    @media screen and (max-width: 975px) {
      .row-of-two .product-grid-item {
        width: 31.14383%;
        margin-left: 4.41676%;
        margin-right: 4.41676%;
        margin-bottom: 45px; } }
    @media screen and (max-width: 975px) and (min-width: 770px) {
      .row-of-two .product-grid-item:nth-child(2n + 1) {
        clear: none; }
      .row-of-two .product-grid-item:nth-child(3n + 1) {
        clear: none; } }
    @media screen and (max-width: 769px) {
      .row-of-two .product-grid-item {
        width: 42.55319%;
        margin-left: 3.7234%;
        margin-right: 3.7234%;
        margin-bottom: 30px; }
        .row-of-two .product-grid-item:nth-child(2n + 1) {
          clear: left; } }

.product-grid-no-results {
  display: flex;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  padding-bottom: 45px;
  text-align: center; }

.product-grid-item-thumbnail {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  background-color: transparent;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backface-visibility: hidden; }
  .product-grid-item-thumbnail.aspect-one-by-one {
    width: 100%;
    height: 0;
    padding-bottom: 100%; }
  .product-grid-item-thumbnail.aspect-four-by-five {
    width: 100%;
    height: 0;
    padding-bottom: 125%; }
  .product-grid-item-thumbnail.aspect-two-by-three {
    width: 100%;
    height: 0;
    padding-bottom: 150%; }
  .product-grid-item-thumbnail.aspect-three-by-two {
    width: 100%;
    height: 0;
    padding-bottom: 66.66667%; }
  .product-grid-item-thumbnail:hover {
    background-color: white; }
    .product-grid-item-thumbnail:hover > a {
      opacity: 0.8;
      transform: scale(1.05); }
  .product-grid-item-thumbnail > a {
    float: left;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background: 50% 50% transparent no-repeat;
    background-size: contain;
    opacity: 1;
    transform: scale(1, 1);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backface-visibility: hidden; }
    .product-grid-item-thumbnail > a.cropped-thumbnail-block {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .product-grid-item-thumbnail > a .cropped-thumbnail-image {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: auto;
      max-width: none; }
    .product-grid-item-thumbnail > a img {
      display: none; }
    .product-grid-item-thumbnail > a .no-image {
      background-color: white; }

@media all and (min-width: 770px) {
  .row-of-three .account-product-item, .row-of-three .product-grid-item {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%; } }

.account-product-item {
  margin-left: 1%;
  margin-right: 1%; }

.product-grid-item-rating-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center; }
  .product-grid-item-rating-wrap .product-grid-item-rating {
    position: relative;
    top: -45px;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .product-grid-item-thumbnail:hover .product-grid-item-rating-wrap .product-grid-item-rating {
      top: 15px;
      opacity: 1; }
    .product-grid-item-rating-wrap .product-grid-item-rating .star {
      color: #333538; }
    .product-grid-item-rating-wrap .product-grid-item-rating .star-empty {
      color: white; }
    .product-grid-item-rating-wrap .product-grid-item-rating.no-rating {
      font-size: 12px;
      letter-spacing: 1px;
      color: white;
      text-shadow: 0 0 9px rgba(51, 53, 56, 0.7);
      text-transform: uppercase; }

.product-grid-item-sale-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 45px;
  margin: -25px 0 0 -70px;
  line-height: 45px;
  color: rgba(15, 240, 0, 0);
  background-color: white;
  border-radius: 3px;
  opacity: 1;
  visibility: visible;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  backface-visibility: hidden; }
  .product-grid-item-thumbnail:hover .product-grid-item-sale-badge {
    opacity: 0;
    visibility: hidden; }

.product-item-compare,
.compare-remove-wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 769px) {
    .product-item-compare,
    .compare-remove-wrap {
      display: none; } }
  .product-item-compare > .form-field-checkbox,
  .product-item-compare .compare-remove,
  .compare-remove-wrap > .form-field-checkbox,
  .compare-remove-wrap .compare-remove {
    position: relative;
    bottom: -45px;
    display: inline-block;
    padding-top: 5px;
    padding-right: 12px;
    padding-bottom: 7px;
    padding-left: 12px;
    font-size: 14px;
    line-height: 14px;
    color: white;
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .product-item-compare > .form-field-checkbox .form-label-text,
    .product-item-compare .compare-remove .form-label-text,
    .compare-remove-wrap > .form-field-checkbox .form-label-text,
    .compare-remove-wrap .compare-remove .form-label-text {
      padding-left: 0;
      font-family: "Montserrat";
      font-style: normal;
      font-weight: 400;
      letter-spacing: 1px;
      color: white;
      text-transform: uppercase; }
      .product-item-compare > .form-field-checkbox .form-label-text::before,
      .product-item-compare .compare-remove .form-label-text::before,
      .compare-remove-wrap > .form-field-checkbox .form-label-text::before,
      .compare-remove-wrap .compare-remove .form-label-text::before {
        background-color: transparent;
        border: 2px solid white; }
    .product-item-compare > .form-field-checkbox .icon-close,
    .product-item-compare .compare-remove .icon-close,
    .compare-remove-wrap > .form-field-checkbox .icon-close,
    .compare-remove-wrap .compare-remove .icon-close {
      padding-left: 5px;
      font-size: 12px; }
    .product-grid-item-thumbnail:hover .product-item-compare > .form-field-checkbox, .product-grid-item-thumbnail:hover
    .product-item-compare .compare-remove, .product-grid-item-thumbnail:hover
    .compare-remove-wrap > .form-field-checkbox, .product-grid-item-thumbnail:hover
    .compare-remove-wrap .compare-remove {
      bottom: 15px;
      opacity: 1; }
  .product-item-compare .input-checkbox,
  .compare-remove-wrap .input-checkbox {
    display: inline-block;
    vertical-align: middle; }
  .product-item-compare .form-label-text,
  .compare-remove-wrap .form-label-text {
    padding-left: 4px;
    vertical-align: middle; }

.icon-close {
  font-size: 25px; }

.product-grid-item-details {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-family: Montserrat;
  height: 25px; }
  .product-grid-item-details h3 {
    margin-bottom: 5px;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize; }
    .product-grid-item-details h3 a {
      color: #333538; }
  .product-grid-item-details p {
    margin-top: 5px;
    font-size: 13px;
    font-weight: 400; }

.product-grid-item-price {
  font-size: 16px;
  color: #333538;
  text-transform: capitalize; }
  .product-grid-item-price .price-rrp {
    padding-right: 10px;
    color: rgba(51, 53, 56, 0.5);
    text-decoration: line-through; }
  .product-grid-item-price .price-tax-label {
    display: block;
    font-size: 12px;
    font-weight: lighter;
    color: #888888; }

/* scss-combine:components/products/product-images */
.product-slideshow {
  transform: translate3d(0, 0, 0); }
  @media screen and (max-width: 769px) {
    .product-slideshow {
      padding-right: 0;
      margin-bottom: 30px;
      text-align: center; } }
  .product-slideshow .spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 300px;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    @media screen and (max-width: 769px) {
      .product-slideshow .spinner {
        display: none; } }
    .quick-shop .product-slideshow .spinner {
      display: none; }
  .product-slideshow .product-single-sale-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    display: none;
    padding: 10px 20px;
    letter-spacing: 0.1em;
    color: #ebebeb;
    text-transform: uppercase;
    background-color: #333538; }

.product-slideshow-image {
  display: none; }

.product-slideshow-image.active {
  display: block; }

.product-slideshow-images {
  position: relative;
  min-height: 20px; }
  .product-slideshow-images.flickity-enabled ~ .product-single-sale-badge {
    display: block; }
  .product-slideshow-images.flickity-enabled ~ .spinner {
    opacity: 0;
    visibility: hidden; }
  .product-slideshow-images img {
    width: 100%;
    height: auto; }
  .product-slideshow-images .flickity-viewport {
    width: 100%;
    margin-bottom: 0;
    margin-left: 2px; }
    .product-slideshow-images .flickity-viewport img {
      display: block; }
  .product-slideshow-images .flickity-page-dots {
    position: absolute;
    bottom: 7.5px;
    display: none; }
    .visible-controls .product-slideshow-images .flickity-page-dots {
      display: block; }
  .product-slideshow-images .flickity-prev-next-button {
    display: none;
    background-color: transparent; }
    .product-slideshow-images .flickity-prev-next-button:hover .arrow {
      fill: #707274; }
    .visible-controls .product-slideshow-images .flickity-prev-next-button {
      display: block; }
  .product-slideshow-images .arrow {
    transition: fill 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    fill: #333538; }

.product-thumbnails {
  padding-left: 2px;
  margin-right: -7.5px;
  margin-left: -7.5px; }
  @media screen and (max-width: 769px) {
    .product-thumbnails {
      margin-bottom: 7.5px;
      font-size: 0;
      text-align: start; } }
  .flickity-enabled + .product-thumbnails {
    display: block; }

.product-thumbnail {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: inline-block;
  float: left;
  width: calc(25% - 15px);
  padding-bottom: calc(25% - 15px);
  margin-top: 15px;
  margin-right: 7.5px;
  margin-left: 7.5px;
  cursor: pointer;
  background-color: transparent;
  background-position: 50% 50%;
  background-size: cover;
  transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media screen and (max-width: 769px) {
    .product-thumbnail {
      display: inline-block;
      float: none;
      margin: 10px 5px;
      vertical-align: top; } }
  .product-thumbnail:hover {
    opacity: 0.75; }

.product-slideshow-zoom {
  display: block;
  width: 100%; }

/* scss-combine:components/products/product-details */
.product-details {
  float: left;
  width: 100%;
  margin-top: -90px; }
  @media screen and (max-width: 769px) {
    .product-details {
      margin-bottom: 15px;
      text-align: center; } }
  .product-details .button:last-child, .product-details .form-file-wrapper:last-child:before {
    margin-right: 0; }

@media (max-width: 770px) {
  .product-details {
    float: left;
    width: 100%;
    margin-top: 0; } }
  @media screen and (max-width: 770px) and (max-width: 769px) {
    .product-details {
      margin-bottom: 15px;
      text-align: center; } }

.single-product-alerts {
  clear: both; }
  .single-product-alerts > [class*="alert-"]:first-child {
    margin-top: 0; }
  .single-product-alerts > [class*="alert-"]:last-child {
    margin-bottom: 30px; }

.single-product-information {
  float: left;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee; }
  @media screen and (max-width: 769px) {
    .single-product-information {
      text-align: center; } }

.single-product-price {
  float: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  color: #333538;
  text-transform: capitalize; }
  @media screen and (max-width: 1059px) {
    .single-product-price {
      margin-bottom: 30px; } }
  @media screen and (max-width: 769px) {
    .single-product-price {
      text-align: center; } }
  .single-product-price span {
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 769px) {
      .single-product-price span {
        display: block; } }
  .single-product-price .price-rrp {
    position: relative;
    padding: 0 5px;
    font-size: 15px;
    line-height: 25px;
    color: #888888; }
    @media screen and (max-width: 769px) {
      .single-product-price .price-rrp {
        display: inline-block; } }
    .single-product-price .price-rrp:after {
      position: absolute;
      top: 50%;
      right: 0;
      left: 0;
      border-bottom: 1px solid #888888;
      content: ""; }
  .single-product-price .price-saved {
    padding-left: 0;
    font-size: 15px;
    color: #888888; }

.single-product-title {
  float: left;
  width: 100%;
  margin: 0;
  text-transform: none; }
  @media screen and (max-width: 975px) {
    .single-product-title {
      font-size: 25px; } }
  @media screen and (max-width: 769px) {
    .single-product-title {
      font-size: 20px;
      text-align: center; } }

.single-product-rating {
  float: left;
  width: 100%;
  margin-top: 15px;
  display: none; }
  @media screen and (max-width: 769px) {
    .single-product-rating {
      text-align: center; } }

.single-product-add-to-wishlist {
  float: left;
  width: 100%;
  margin-top: 15px;
  font-weight: 12px; }
  @media screen and (max-width: 769px) {
    .single-product-add-to-wishlist {
      text-align: center; } }
  .single-product-add-to-wishlist [class*="icon"] {
    position: relative;
    top: 1px;
    margin-right: 5px;
    font-size: 11px; }

@media (max-width: 1188px) {
  .single-product-add-to-wishlist [class*="icon"] {
    position: relative;
    top: 0;
    margin-right: 5px;
    font-size: 11px; } }

.show-projects {
  display: block !important; }

.single-product-sharing {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 5px; }
  @media screen and (max-width: 769px) {
    .single-product-sharing {
      text-align: center; } }
  .single-product-sharing .sharing-buttons {
    display: inline-block; }

.single-product-brand {
  float: left;
  width: 100%;
  margin-top: 15px; }

.single-product-meta-item {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin: 0.5rem 0; }

.single-product-meta-item-label {
  padding-right: 5px;
  font-size: 12px;
  color: #000;
  text-transform: uppercase; }

.single-product-meta-item-value {
  margin-top: 15px;
  font-size: 16px; }
  .single-product-meta-item-value.flammability-rating {
    line-height: 16px;
    margin-bottom: 15px;
    margin-top: 2px !important; }
  .quick-shop .single-product-meta-item-bulk-discounts .single-product-meta-item-value {
    display: none; }

#product-bulk-pricing-modal {
  display: none; }
  .quick-shop #product-bulk-pricing-modal {
    position: relative;
    display: block; }
  .quick-shop #product-bulk-pricing-modal .modal-title {
    display: none; }

.single-product-form {
  float: left;
  width: 100%; }
  @media screen and (max-width: 769px) {
    .single-product-form {
      text-align: center; } }

.single-product-add-to-cart {
  position: relative;
  display: inline-block;
  font-size: 0; }
  .single-product-add-to-cart .button, .single-product-add-to-cart .form-file-wrapper:before {
    position: relative;
    z-index: 10;
    margin-right: 10px; }

.view-product-button {
  display: none; }
  .quick-shop .view-product-button {
    display: inline-block; }

.single-product-tabs {
  margin-top: 60px; }

.product-video-container {
  width: 100%;
  margin-bottom: 15px; }
  .product-video-container iframe {
    display: block;
    width: 100%;
    min-height: 300px; }
    @media screen and (max-width: 975px) {
      .product-video-container iframe {
        min-height: 250px; } }
    @media screen and (max-width: 769px) {
      .product-video-container iframe {
        min-height: 200px; } }

/* scss-combine:components/products/product-options */
@media screen and (max-width: 769px) {
  .product-options,
  .product-customizations {
    text-align: center; } }

@media screen and (max-width: 769px) {
  .product-options .form-field,
  .product-customizations .form-field {
    width: 100%;
    padding: 0 20px; } }

.product-options .form-field-options,
.product-options .form-field-customizations,
.product-customizations .form-field-options,
.product-customizations .form-field-customizations {
  margin-bottom: 30px; }

.product-options .form-field-title,
.product-customizations .form-field-title {
  display: block;
  padding-bottom: 8px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #888888;
  text-transform: uppercase; }
  @media screen and (max-width: 769px) {
    .product-options .form-field-title,
    .product-customizations .form-field-title {
      text-align: center; } }

.product-options .form-select-wrapper,
.product-customizations .form-select-wrapper {
  border-radius: 4px; }

.form-field-textarea textarea {
  width: 100%; }

.form-field-radio .form-label {
  display: inline-block; }
  .form-field-radio .form-label:hover {
    cursor: pointer;
    user-select: none; }

.form-field-radio .form-input {
  display: inline-block; }
  .form-field-radio .form-input:hover {
    cursor: pointer;
    user-select: none; }

.form-field-radio .form-label-text {
  margin: 0 10px 0 3px;
  font-style: italic;
  color: #888888;
  text-transform: capitalize; }

.form-file-wrapper,
.form-selected-file {
  height: 53px;
  padding: 0 7px;
  line-height: 50px;
  border-radius: 4px; }
  .form-file-wrapper::after,
  .form-selected-file::after {
    height: 53px;
    padding: 0 25px;
    font-size: 16px;
    line-height: 50px;
    border: 0;
    border-radius: 0 4px 4px 0; }

.form-field-number .form-field-title,
.form-field-number .form-field-control,
.form-field-text .form-field-title,
.form-field-text .form-field-control,
.form-field-checkbox .form-field-title,
.form-field-checkbox .form-field-control,
.form-field-select .form-field-title,
.form-field-select .form-field-control,
.form-field-rectangle .form-field-title,
.form-field-rectangle .form-field-control {
  display: inline-block;
  padding-bottom: 0;
  vertical-align: middle; }
  @media screen and (max-width: 769px) {
    .form-field-number .form-field-title,
    .form-field-number .form-field-control,
    .form-field-text .form-field-title,
    .form-field-text .form-field-control,
    .form-field-checkbox .form-field-title,
    .form-field-checkbox .form-field-control,
    .form-field-select .form-field-title,
    .form-field-select .form-field-control,
    .form-field-rectangle .form-field-title,
    .form-field-rectangle .form-field-control {
      display: block;
      text-align: center; } }

.form-field-number .form-field-title,
.form-field-text .form-field-title,
.form-field-checkbox .form-field-title,
.form-field-select .form-field-title,
.form-field-rectangle .form-field-title {
  padding-right: 20px; }
  @media screen and (max-width: 769px) {
    .form-field-number .form-field-title,
    .form-field-text .form-field-title,
    .form-field-checkbox .form-field-title,
    .form-field-select .form-field-title,
    .form-field-rectangle .form-field-title {
      padding-right: 0;
      margin-bottom: 10px; } }

@media screen and (max-width: 769px) {
  .form-field-number .form-input,
  .form-field-text .form-input,
  .form-field-checkbox .form-input,
  .form-field-select .form-input,
  .form-field-rectangle .form-input {
    display: inline-block; } }

.form-field-checkbox .form-checkbox {
  display: inline-block; }
  .form-field-checkbox .form-checkbox:hover {
    cursor: pointer; }

.form-field-checkbox .form-label-text {
  font-style: italic;
  color: #888888;
  text-transform: capitalize;
  user-select: none; }
  .form-field-checkbox .form-label-text:hover {
    cursor: pointer; }

.form-field-date .form-field-control {
  display: block;
  margin-right: -5px;
  margin-left: -5px; }

.form-field-date .form-date-year,
.form-field-date .form-date-month,
.form-field-date .form-date-day {
  display: block;
  float: left;
  width: calc(33.3333% - 10px);
  margin-right: 5px;
  margin-left: 5px; }

.form-field-date .form-select-wrapper {
  min-width: 0; }

.form-field-rectangle {
  font-size: 0; }
  .form-field-rectangle .form-field-control {
    margin-bottom: -10px; }
  .form-field-rectangle .rectangle {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    user-select: none; }
    @media screen and (max-width: 769px) {
      .form-field-rectangle .rectangle {
        margin-right: 5px;
        margin-left: 5px; } }
  .form-field-rectangle .rectangle-text {
    display: block;
    height: 35px;
    min-width: 35px;
    padding: 0 10px;
    overflow: hidden;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #e4e4e4;
    border-radius: 4px;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .form-field-rectangle .form-input:focus + .rectangle-text {
    color: #333538; }
  .form-field-rectangle .form-input:checked + .rectangle-text {
    color: #333538;
    border-color: #333538; }
  .form-field-rectangle .form-input:hover + .rectangle-text {
    color: #333538;
    border-color: #333538; }

.form-field-swatch .form-field-control {
  display: block;
  margin: -5px 0; }

.form-field-swatch .swatch-wrap {
  position: relative;
  float: left;
  width: 35px;
  height: 35px;
  margin: 7px 15px 7px 0; }
  @media screen and (max-width: 769px) {
    .form-field-swatch .swatch-wrap {
      display: inline-block;
      float: none;
      margin: 6px 7px; } }
  .form-field-swatch .swatch-wrap:last-of-type {
    margin-right: 0; }
  .form-field-swatch .swatch-wrap .swatch {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    margin-right: 10px;
    border: 0 !important;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    user-select: none; }
    .form-field-swatch .swatch-wrap .swatch::before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      display: block;
      width: 35px;
      height: 35px;
      content: "";
      box-shadow: inset 0 0 0 1px #eeeeee;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .form-field-swatch .swatch-wrap .swatch::after {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      display: block;
      width: 35px;
      height: 35px;
      content: "";
      box-shadow: inset 0 0 0 3px white;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .form-field-swatch .swatch-wrap .form-input:hover + .swatch::before {
    box-shadow: inset 0 0 0 1px #333538; }
  .form-field-swatch .swatch-wrap .form-input:hover + .swatch::after {
    box-shadow: inset 0 0 0 4px white; }
  .form-field-swatch .swatch-wrap .form-input:checked + .swatch::before {
    box-shadow: inset 0 0 0 1px #333538; }
  .form-field-swatch .swatch-wrap .form-input:checked + .swatch::after {
    box-shadow: inset 0 0 0 4px white; }

.form-field-swatch .swatch-color {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover; }

.form-field-swatch .swatch-value {
  margin: 7px 0 7px 10px;
  font-style: italic;
  color: #888888;
  text-transform: capitalize; }

.form-field-swatch .two-colors .secondary {
  top: 50%; }

.form-field-swatch .three-colors .secondary {
  top: 33.33%; }

.form-field-swatch .three-colors .tertiary {
  top: 66.66%; }

.form-field-swatch .swatch-pattern-expanded {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  z-index: 5;
  display: none;
  padding: 3px;
  background-color: white;
  border: 1px solid #333538;
  border-radius: 3px;
  transform: translateX(-50%); }
  @media screen and (max-width: 769px) {
    .form-field-swatch .swatch-pattern-expanded {
      display: none !important; } }
  .form-field-swatch .swatch-pattern-expanded img {
    display: block;
    width: 150px;
    max-width: none; }

.form-field-swatch .swatch-wrap:hover .swatch-pattern-expanded {
  display: block; }

.form-field-product-list {
  width: 100%; }
  .form-field-product-list .form-field-control {
    background-color: white;
    border: 1px solid #e4e4e4;
    border-radius: 4px; }
    @media screen and (max-width: 769px) {
      .form-field-product-list .form-field-control {
        text-align: left; } }
  .form-field-product-list .form-label {
    position: relative;
    padding: 20px; }
    @media screen and (max-width: 769px) {
      .form-field-product-list .form-label {
        padding-bottom: 20px;
        margin-bottom: 20px; } }
    .form-field-product-list .form-label::after {
      position: absolute;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      border-top: 1px solid #e4e4e4;
      content: ""; }
    .form-field-product-list .form-label:last-child::after {
      display: none; }
    .form-field-product-list .form-label .product-picklist-image-wrap {
      padding: 5px;
      border: 1px solid #e4e4e4;
      border-radius: 3px;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .form-field-product-list .form-label img {
      display: block;
      opacity: 1;
      transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .form-field-product-list .form-label:hover {
      cursor: pointer; }
      .form-field-product-list .form-label:hover img {
        opacity: 0.7; }

.form-input.product-picklist-radio,
.product-picklist-item-body,
.product-picklist-image-wrap,
.product-picklist-label-text {
  display: inline-block;
  vertical-align: middle; }

.product-picklist-radio:checked + .product-picklist-item-body {
  color: #333538; }
  .product-picklist-radio:checked + .product-picklist-item-body .product-picklist-image-wrap {
    border-color: #333538; }
  .product-picklist-radio:checked + .product-picklist-item-body .form-label-text {
    color: #333538; }
    .product-picklist-radio:checked + .product-picklist-item-body .form-label-text::after {
      background-color: #333538; }

.product-picklist-item-body.picklist-none {
  margin-top: -10px;
  font-style: normal; }

.product-picklist-label-text {
  margin-left: 10px;
  font-style: italic; }

.product-picklist-image-wrap {
  max-width: 75px;
  margin-right: 10px; }

.product-picklist-image {
  display: block; }

.product-event.form-field {
  margin-bottom: 30px;
  padding-right: 0;
  padding-left: 0; }
  .product-event.form-field .form-field-control {
    display: block;
    margin-right: -5px;
    margin-left: -5px; }
    @media screen and (max-width: 769px) {
      .product-event.form-field .form-field-control {
        margin-right: 0;
        margin-left: 0; } }
  .product-event.form-field .form-select-wrapper {
    float: left;
    width: calc(33.3333% - 10px);
    margin-right: 5px;
    margin-bottom: 10px;
    margin-left: 5px; }
    @media screen and (max-width: 769px) {
      .product-event.form-field .form-select-wrapper {
        float: none;
        width: 50%;
        margin: 0 auto 10px; } }

.product-event-bounds {
  display: block;
  font-size: 12px;
  font-weight: lighter;
  color: #888888; }

.product-quantity {
  margin-bottom: 30px; }
  .product-quantity .form-field-title {
    display: inline-block;
    padding-right: 20px;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #888888;
    text-transform: uppercase;
    vertical-align: middle; }
    @media screen and (max-width: 769px) {
      .product-quantity .form-field-title {
        display: block;
        padding-right: 0;
        padding-bottom: 8px; } }
  .product-quantity .quantity-input-wrap {
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 769px) {
      .product-quantity .quantity-input-wrap {
        margin-left: -15px; } }
    .product-quantity .quantity-input-wrap .form-input {
      width: 70px;
      min-width: 0; }
      .product-quantity .quantity-input-wrap .form-input::-webkit-outer-spin-button, .product-quantity .quantity-input-wrap .form-input::-webkit-inner-spin-button {
        margin: 0;
        -webkit-appearance: none; }
  .product-quantity .product-quantity-toggle-wrapper {
    position: absolute;
    top: 5px;
    left: 75px; }
  .product-quantity .form-field-control {
    position: relative; }
  .product-quantity .quantity-toggle {
    display: block;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    letter-spacing: 0;
    text-align: center; }
  .product-quantity .quantity-decrement {
    margin-top: 2px; }
  .product-quantity .increment-icon,
  .product-quantity .decrement-icon {
    position: relative;
    top: -1px;
    font-size: 8px;
    line-height: 16px; }
  .product-quantity .increment-icon {
    left: 0.5px; }

.option-unavailable {
  opacity: 0.5; }
  .option-unavailable .form-label-text {
    text-decoration: line-through; }

/* scss-combine:components/products/product-reviews */
.reviews-header {
  padding-bottom: 15px;
  margin-bottom: 45px;
  border-bottom: 1px solid #eeeeee; }

.reviews-header-summary {
  display: inline-block;
  width: 100%;
  vertical-align: middle; }
  .reviews-header-summary .rating-stars {
    display: inline-block;
    padding-right: 20px;
    line-height: 1;
    vertical-align: middle; }
    @media screen and (max-width: 975px) {
      .reviews-header-summary .rating-stars {
        display: block; } }
  .reviews-header-summary .review-link {
    margin-left: 4px; }

.review-link {
  margin-top: 15px; }

.review-item {
  float: left;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eeeeee; }
  .review-item:first-of-type {
    padding-top: 0;
    border-top: 0; }

.review-item-header {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .review-item-header:last-child {
    margin-right: 0; }
  @media screen and (max-width: 975px) {
    .review-item-header {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .review-item-header:last-child {
        margin-right: 0; } }

.review-item-stars {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-right: 0; }
  .review-item-stars:last-child {
    margin-right: 0; }
  @media screen and (max-width: 975px) {
    .review-item-stars {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .review-item-stars:last-child {
        margin-right: 0; } }
  .review-item-stars .rating-stars {
    float: right; }
    @media screen and (max-width: 975px) {
      .review-item-stars .rating-stars {
        float: none;
        margin-bottom: 15px; } }

.review-item-body {
  float: left;
  width: 100%;
  margin-bottom: 0; }

.review-item-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px; }

.review-meta {
  display: inline-block;
  margin-bottom: 15px;
  color: rgba(136, 136, 136, 0.75); }

.reviews-rating-summary {
  display: inline-block;
  vertical-align: middle; }
  @media screen and (max-width: 975px) {
    .reviews-rating-summary {
      padding-left: 0; } }

.review-modal-container {
  display: none; }

.review-image-column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  padding-right: 8px; }
  .review-image-column:last-child {
    margin-right: 0; }
  @media screen and (max-width: 769px) {
    .review-image-column {
      display: none; } }

.review-image-container {
  position: relative;
  text-align: center; }
  .review-image-container .review-image {
    display: block;
    width: 100%; }

.review-image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  padding-bottom: 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.95); }

.review-form-column {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0; }
  .review-form-column:last-child {
    margin-right: 0; }
  @media screen and (max-width: 769px) {
    .review-form-column {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .review-form-column:last-child {
        margin-right: 0; } }
  .review-form-column .g-recaptcha {
    clear: both;
    padding-top: 15px; }
    @media screen and (max-width: 419px) {
      .review-form-column .g-recaptcha {
        margin-bottom: -15px;
        transform: scale(0.73);
        transform-origin: 0 0; } }

.review-form-heading {
  margin-top: 0;
  margin-bottom: 15px; }
  @media screen and (max-width: 419px) {
    .review-form-heading {
      font-size: 16px; } }

.write-review-form .form-field {
  margin-bottom: 15px; }
  .write-review-form .form-field.review-form-stars {
    padding-bottom: 15px;
    border-bottom: 1px solid #eeeeee; }
    .write-review-form .form-field.review-form-stars .form-inline-message {
      display: block; }
  .write-review-form .form-field#revfromname {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    float: left; }
    .write-review-form .form-field#revfromname:last-child {
      margin-right: 0; }
    @media screen and (max-width: 419px) {
      .write-review-form .form-field#revfromname {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .write-review-form .form-field#revfromname:last-child {
          margin-right: 0; } }
  .write-review-form .form-field#rating-email {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-right: 0;
    float: left; }
    .write-review-form .form-field#rating-email:last-child {
      margin-right: 0; }
    @media screen and (max-width: 419px) {
      .write-review-form .form-field#rating-email {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .write-review-form .form-field#rating-email:last-child {
          margin-right: 0; } }
  .write-review-form .form-field#rating-title {
    display: block;
    clear: both; }
  .write-review-form .form-field.form-field-submit {
    margin-top: 10px;
    text-align: center; }
  .write-review-form .form-field .review-form-submit {
    display: inline-block; }
  .write-review-form .form-field .form-inline-message {
    font-size: 12px;
    color: red; }

.write-review-form .review-form-captcha {
  text-align: center; }
  .write-review-form .review-form-captcha #recaptcha_widget_div {
    display: inline-block; }

.write-review-form .form-label {
  width: 100%; }

.write-review-form .form-label-text {
  padding-bottom: 5px;
  color: #333538; }

.write-review-form .form-input {
  width: 100%; }

.write-review-form .g-recaptcha > div {
  margin: 0 auto; }

.input-stars {
  position: relative;
  display: none; }
  .input-stars.form-field-error {
    padding-bottom: 20px; }
  .input-stars .star {
    display: inline-block;
    float: right;
    padding-right: 5px;
    cursor: pointer; }
    .input-stars .star:hover .icon-star,
    .input-stars .star:hover ~ .star .icon-star {
      color: #333538; }
  .input-stars .icon-star {
    width: 22px;
    height: 22px;
    color: rgba(0, 0, 0, 0.4); }
  .input-stars > input:checked ~ label .icon-star {
    color: #333538; }

.rating-stars .star {
  display: none;
  vertical-align: middle; }

.rating-stars.stars-small {
  font-size: 12px; }

.rating-stars.stars-medium {
  font-size: 17px; }

.rating-stars.stars-large {
  font-size: 22px; }

.rating-stars .star-empty {
  color: rgba(0, 0, 0, 0.2); }

.rating-stars .star-full {
  color: #333538; }

/* scss-combine:components/products/quick-shop */
.quick-shop-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 140px;
  height: 45px;
  margin: -25px 0 0 -70px;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 45px;
  color: white;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(35%);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-delay: 0.2s;
  backface-visibility: hidden; }
  .quickshop-enabled .quick-shop-trigger {
    display: inline-block; }
    @media screen and (max-width: 769px) {
      .quickshop-enabled .quick-shop-trigger {
        display: none; } }
  .product-grid-item-thumbnail:hover .quick-shop-trigger {
    background-color: rgba(51, 53, 56, 0.8);
    opacity: 1;
    visibility: visible;
    transform: translateY(0%); }
    .product-grid-item-thumbnail:hover .quick-shop-trigger:hover {
      background-color: #333538; }

.quick-shop-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1400;
  background-color: rgba(51, 53, 56, 0.85);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  @media screen and (max-width: 769px) {
    .quick-shop-wrapper {
      display: none; } }
  .quick-shop-wrapper.visible {
    opacity: 1;
    visibility: visible; }

.quick-shop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 100%;
  max-width: 9939px;
  max-height: calc(100% - 90px);
  padding: 30px 30px 0;
  overflow-y: scroll;
  background-color: white;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  max-width: calc(100% - 90px);
  max-height: calc(100% - 90px); }
  @media screen and (max-width: 1059px) {
    .quick-shop {
      max-width: calc(100% - 60px); } }
  @media screen and (max-width: 769px) {
    .quick-shop {
      display: none; } }
  .quick-shop.visible {
    opacity: 1; }
  .quick-shop .single-product-slideshow-wrapper {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 30px; }
    .quick-shop .single-product-slideshow-wrapper:last-child {
      margin-right: 0; }
  .quick-shop .single-product-slideshow-image {
    margin-bottom: 0; }
  .quick-shop .product-details-wrapper {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 30px; }
    .quick-shop .product-details-wrapper:last-child {
      margin-right: 0; }
  .quick-shop .product-thumbnails {
    display: block;
    padding-left: 2px;
    margin-right: -8px;
    margin-left: -8px; }
    .quick-shop .product-thumbnails .product-thumbnail {
      display: block;
      float: left;
      width: calc(25% - 16px);
      margin: 16px 8px 0; }
      .quick-shop .product-thumbnails .product-thumbnail img {
        width: 100%; }

.quick-shop-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2000;
  font-size: 25px;
  line-height: 1;
  color: #333538; }

.dropdown {
  float: right;
  position: relative; }

.drop-sensor {
  padding-bottom: 10px;
  padding-right: 10px; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px #222 solid;
  border-top: none;
  min-width: 130px;
  z-index: 1;
  top: 100%;
  right: 0; }

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  line-height: 15px; }

.dropdown-content a:hover {
  color: white;
  background-color: black; }

.dropdown:hover .dropdown-content {
  display: block; }

.drop-sensor:hover .dropdown-arrow {
  transform: rotate(-180deg);
  animation: rotation 0.2s 1 linear; }

.drop-sensor .dropdown-arrow {
  padding-top: 5px;
  padding-left: 3px;
  transform: rotate(0deg);
  animation: rotations 0.2s 1 linear; }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-180deg); } }

@keyframes rotations {
  from {
    transform: rotate(-180deg); }
  to {
    transform: rotate(0deg); } }

.custom-gallery-img:hover {
  opacity: 0.7; }

.dropdown-featured-cats {
  position: absolute;
  left: 50px;
  top: 25px;
  font-weight: bold;
  margin: 0; }

.individual-cat {
  margin-top: 40px; }

.nav-dropdown-photo {
  margin: 8px 0 15px; }

.all-fabrics-dropdown-content, .finish-product-dropdown-content, .digital-book-dropdown-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 0px 0 0;
  position: absolute;
  background-color: #fff;
  border: 1px #e5e2de solid;
  width: 100vw;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  left: 0; }

.all-fabrics-dropdown-content a, .finish-product-dropdown-content a, .digital-book-dropdown-content a {
  float: none;
  color: black;
  padding: 5px 10px 5px 0;
  text-decoration: none;
  display: block;
  text-align: left;
  line-height: 15px;
  cursor: pointer; }

.all-fabrics-dropdown-content a:hover, .finish-product-dropdown-content a:hover, .digital-book-dropdown-content a:hover {
  color: black; }

.all-fabrics-desktop:hover .all-fabrics-dropdown-content, .finish-product-desktop:hover .finish-product-dropdown-content, .digital-book-desktop:hover .digital-book-dropdown-content {
  visibility: visible;
  opacity: 1;
  z-index: 101; }

.all-fabrics-drop-sensor, .finish-product-drop-sensor, .digital-book-drop-sensor {
  padding: 47px 0 45px 0;
  border-bottom: 1px solid transparent;
  z-index: 100; }

.all-fabrics-desktop:hover .all-fabrics-drop-sensor, .finish-product-desktop:hover .finish-product-drop-sensor, .digital-book-desktop:hover .digital-book-drop-sensor {
  border-bottom: 0.1px solid black; }

.menu-mobile {
  display: none; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(-180deg); } }

@keyframes rotations {
  from {
    transform: rotate(-180deg); }
  to {
    transform: rotate(0deg); } }

@media only screen and (max-width: 1100px) {
  .all-fabrics-dropdown-content a, .finish-product-dropdown-content a, .digital-book-dropdown-content a {
    padding: 0px 10px 5px 0; } }

@media only screen and (max-width: 975px) {
  .all-fabrics-desktop, .finish-product-desktop, .digital-book-desktop, .menu-desktop {
    display: none; }
  .menu-mobile {
    display: block;
    padding: 15px;
    font-size: 15px !important; } }

.rep-states {
  margin-top: -5px !important;
  font-size: 12px; }

.image-cap {
  margin: 13px 0; }

@media only screen and (max-width: 975px) {
  .image-cap {
    margin: 10px 0; } }

@media only screen and (max-width: 975px) {
  .image-cap {
    margin: 5px 0; } }

.cd-h-timeline__events {
  position: relative; }

.cd-h-timeline__event {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  opacity: 0;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out; }

.cd-h-timeline__event--selected {
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0); }

.cd-h-timeline__event--enter-right,
.cd-h-timeline__event--leave-right {
  animation-name: cd-enter-right; }

.cd-h-timeline__event--enter-left,
.cd-h-timeline__event--leave-left {
  animation-name: cd-enter-left; }

.cd-h-timeline__event--leave-right,
.cd-h-timeline__event--leave-left {
  animation-direction: reverse; }

@keyframes cd-enter-right {
  0% {
    opacity: 0;
    transform: translateX(100%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }

@keyframes cd-enter-left {
  0% {
    opacity: 0;
    transform: translateX(-100%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }

.fabric-button {
  background-color: black;
  padding: 10px 20px;
  margin: auto;
  display: table;
  margin-top: 20px;
  margin-bottom: 20px; }
  .fabric-button .fabric-button-text {
    color: white;
    font-family: Montserrat;
    font-size: 18px; }

.digitalbooks-button-text {
  font-size: 18px;
  color: white;
  font-family: Montserrat;
  padding: 10px 20px;
  background-color: black; }

@media (max-width: 975px) {
  .login-modal-container {
    width: 95%;
    margin: 0 1rem;
    max-width: 100vw; }
  .login-modal-body {
    padding: 1rem; }
  .login-modal-image {
    height: 200px;
    object-fit: cover; }
  .login-popup-heading {
    font-size: 1.5rem; }
  .login-popup-body {
    font-size: 0.95rem; }
  .login-modal-button {
    padding: 1rem;
    font-size: 1rem; } }

@media only screen and (max-width: 480px) {
  .login-modal {
    align-items: flex-start; }
    .login-modal .login-modal-container {
      width: 85%;
      margin-top: 10%; } }

.fullscreen-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 1000; }

.block {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden; }

.residential {
  background: #000; }

.hospitality {
  background: #fff; }

.landing-content {
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center; }

.landing-logo {
  width: 45%;
  margin-bottom: 20px;
  z-index: 10002; }

.landing-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1001; }

.landing-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5);
  /* Apply a gray filter to slightly darken the image */
  transition: filter 0.3s ease-in-out;
  /* Smooth transition for hover effects */ }

/* Left Block */
.block.residential {
  flex: 1;
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.block.residential .landing-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
  /* Smooth fade-out for the image */ }

.block.residential::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  /* Transparent initially */
  transition: background-color 0.5s ease-in-out;
  /* Smooth transition to black */
  z-index: 2;
  /* Above the image */ }

.block.residential:hover .landing-image-container {
  opacity: 0;
  /* Fade out the image */ }

.block.residential:hover::before {
  background-color: black;
  /* Solid black background on hover */ }

/* Right Block */
.block.hospitality {
  flex: 1;
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.block.hospitality .landing-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out;
  /* Smooth fade-out for the image */ }

.block.hospitality::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  /* Transparent initially */
  transition: background-color 0.5s ease-in-out;
  /* Smooth transition to #C8A45C */
  z-index: 2;
  /* Above the image */ }

.block.hospitality:hover .landing-image-container {
  opacity: 0;
  /* Fade out the image */ }

.block.hospitality:hover::before {
  background-color: #fff;
  /* Desired gold-like background on hover */ }

.block.hospitality .landing-logo {
  position: relative;
  transition: opacity 0.3s ease-in-out;
  /* Smooth logo transition */ }

.block.hospitality:hover .landing-logo {
  content: url("https://cdn11.bigcommerce.com/s-pl8vz9wzk5/images/stencil/500x200/richloomcontract_logom_1632841071__73982.original.png");
  /* Change to the new logo */
  opacity: 1; }

.landing-logo {
  width: 20vw; }

/* Overlay styling */
.fullscreen-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 500;
  /* Below the modal */
  display: none;
  /* Hidden initially */ }

/* Lock body scrolling when modal is active */
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%; }

@media (max-width: 768px) {
  .fullscreen-modal {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0; }
  .block {
    height: 50vh;
    width: 100%;
    /* Full width */
    position: relative;
    overflow: hidden;
    /* Prevent content from spilling out */ }
  .landing-image-container {
    width: 100%;
    height: 100%;
    /* Make the container fill the block */
    position: relative; }
  .landing-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensure the image covers the container without distorting */
    position: absolute;
    top: 0;
    left: 0; }
  .landing-logo {
    position: relative;
    margin: auto;
    display: block;
    width: 80%;
    /* Prevent logos from being too large on mobile */ } }

#coming-soon-contact {
  min-height: 100vh;
  background-color: rgba(212, 212, 212, 0.705);
  display: flex;
  align-items: flex-start;
  justify-content: center; }

.coming-soon-form-wrapper {
  width: 50%;
  background-color: pink; }

.coming-soon-form-head {
  text-align: center; }
  .coming-soon-form-head .coming-soon {
    font-size: 10vh;
    margin: 5px; }

.coming-soon-name-form, .coming-soon-email-form {
  padding: 1rem 2rem;
  text-align: center; }

.coming-soon-form-head label {
  margin: 0rem 3rem; }

.coming-soon-form-wrapper button {
  width: 100%;
  padding: 1rem;
  margin-top: 3rem; }

#coming-soon-button {
  background-color: black;
  color: white;
  font-family: Montserrat; }

/* scss-combine:pages/page */
.page-container {
  display: flex;
  flex-direction: column;
  max-width: 9999px;
  margin-left: auto;
  margin-right: auto; }
  .page-container::after {
    clear: both;
    content: "";
    display: block; }

@media screen and (max-width: 480px) {
  .page-container {
    padding-bottom: 50px; } }

.page-header {
  max-width: 9999px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .page-header::after {
    clear: both;
    content: "";
    display: block; }

.page-heading {
  margin-top: 0; }

/* scss-combine:pages/product */
.single-product-wrap {
  max-width: 9999px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px; }
  .single-product-wrap::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 975px) {
    .single-product-wrap {
      padding-right: 20px;
      padding-left: 20px; } }

.single-product-left {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 55%; }

.single-product-right {
  padding-top: 70px;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .single-product-right:last-child {
    margin-right: 0; }
  @media screen and (max-width: 769px) {
    .single-product-right {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .single-product-right:last-child {
        margin-right: 0; } }

.single-product-login-request p {
  padding: 10px 12px;
  font-size: 20px;
  background-color: black;
  color: white;
  text-transform: uppercase; }

@media only screen and (max-width: 769px) {
  .single-product-right {
    padding-top: 0;
    margin-top: 0; } }

/* scss-combine:pages/category */
.category-details {
  max-width: 9999px;
  margin-left: auto;
  margin-right: auto; }
  .category-details::after {
    clear: both;
    content: "";
    display: block; }

.category-details-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 10059px;
  border-collapse: separate;
  border-spacing: 30px 0;
  table-layout: fixed;
  margin-bottom: 50px;
  display: none; }
  @media screen and (max-width: 1059px) {
    .category-details-wrap {
      padding-right: 30px;
      padding-left: 30px;
      margin-right: 0;
      margin-left: 0;
      border-spacing: 0; } }
  @media screen and (max-width: 975px) {
    .category-details-wrap {
      display: block;
      padding-right: 20px;
      padding-left: 20px; } }

.category-details-row {
  display: table-row; }
  @media screen and (max-width: 975px) {
    .category-details-row {
      display: block; } }

.category-image,
.category-info {
  display: table-cell;
  width: 50%;
  padding-right: 30px;
  vertical-align: middle; }
  @media screen and (max-width: 1059px) {
    .category-image,
    .category-info {
      padding-right: 37.5px; } }
  @media screen and (max-width: 975px) {
    .category-image,
    .category-info {
      display: block;
      width: 100%;
      padding-right: 0; } }

.category-info {
  padding-right: 0; }
  @media screen and (max-width: 1059px) {
    .category-info {
      padding-left: 0; } }
  @media screen and (max-width: 975px) {
    .category-info {
      padding-top: 45px;
      padding-bottom: 15px;
      padding-left: 0; } }
  @media screen and (max-width: 769px) {
    .category-info {
      padding-top: 15px; } }
  .has-image .category-info {
    padding-left: 30px; }
    @media screen and (max-width: 1059px) {
      .has-image .category-info {
        padding-left: 40px; } }
    @media screen and (max-width: 975px) {
      .has-image .category-info {
        padding-left: 0; } }
  .category-info p:last-of-type {
    margin-bottom: 0; }

@media screen and (max-width: 975px) {
  .category-image {
    text-align: center; } }

.category-image img {
  display: block; }
  @media screen and (max-width: 975px) {
    .category-image img {
      display: inline-block; } }

a {
  cursor: pointer; }

a img {
  cursor: pointer !important; }

.category-title {
  display: none;
  margin-bottom: 0;
  font-size: 35px;
  text-transform: capitalize; }
  @media screen and (max-width: 975px) {
    .category-title {
      font-size: 25px; } }
  @media screen and (max-width: 769px) {
    .category-title {
      font-size: 20px; } }
  .has-description .category-title {
    margin-bottom: 20px; }

.category-title,
.category-description {
  width: 100%;
  margin-top: 0; }
  @media screen and (max-width: 1059px) {
    .category-title,
    .category-description {
      width: 100%; } }
  @media screen and (max-width: 975px) {
    .category-title,
    .category-description {
      padding-right: 5%;
      padding-left: 5%;
      text-align: center; } }
  .has-image .category-title, .has-image
  .category-description {
    width: 100%; }
  .category-title img,
  .category-description img {
    display: none; }

.progress-overlay {
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.85); }
  .progress-overlay.visible {
    display: block; }
  .progress-overlay .inner {
    position: absolute;
    top: 150px;
    left: 50%;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    background-color: white;
    border: 1px solid #eeeeee;
    border-radius: 50%; }
  .progress-overlay .spinner {
    right: auto;
    left: 50%;
    width: 26px;
    height: 26px;
    margin: -13px 0 0 -13px; }

.facet-filter-wrapper {
  display: none; }
  .facet-filter-wrapper.is-open {
    display: block; }
  .facet-filter-wrapper .faceted-search-item {
    padding: 6px 0; }

.faceted-show-more-button {
  display: block;
  padding-top: 10px;
  font-weight: 700; }
  .faceted-show-more-button .toggle-link-text-on {
    display: none; }

.facet-filter-wrapper {
  display: none; }
  .facet-filter-wrapper.is-open {
    display: block; }

.faceted-search-option-columns {
  display: none; }

/* scss-combine:pages/blog */
.blog-container {
  max-width: 9999px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center; }
  .blog-container::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 975px) {
    .blog-container {
      padding-right: 20px;
      padding-left: 20px; } }

.blog-list {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%; }
  .blog-list:last-child {
    margin-right: 0; }
  @media screen and (max-width: 975px) {
    .blog-list {
      width: 100%;
      margin-left: 0; } }

.blog-post {
  max-width: 9999px;
  margin-left: auto;
  margin-right: auto; }
  .blog-post::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 975px) {
    .blog-post {
      padding: 2%; } }
  .blog-post:first-child .blog-post-title {
    margin-top: 0; }
  .blog-post:last-child .blog-post-content {
    border-bottom-width: 0; }

.blog-post-thumbnail {
  float: left;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 25px; }
  .blog-post-thumbnail > img {
    display: block;
    width: 100%;
    height: auto; }

.blog-post-content {
  width: 100%;
  padding-bottom: 60px;
  text-align: left;
  border-bottom: 1px solid #eeeeee; }
  @media screen and (max-width: 769px) {
    .blog-post-content {
      padding-bottom: 30px; } }
  .blog-post-content.summary {
    float: left;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 769px) {
      .blog-post-content.summary p {
        margin: 0; } }
  .blog-post-content p {
    width: 100%; }
  .blog-post-content iframe {
    display: block;
    margin: 0 auto; }
  .blog-post-content img {
    display: block;
    width: 110%;
    height: auto;
    max-width: 110%;
    margin: 30px 0 0 -5%; }
    @media screen and (max-width: 975px) {
      .blog-post-content img {
        width: 100%;
        margin-left: 0; } }
  .blog-post-content > *:first-child {
    margin-top: 8px !important; }
    .blog-post-content > *:first-child img {
      margin-top: 0; }

.blog-post-title {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center; }
  @media screen and (max-width: 1059px) {
    .blog-post-title {
      margin-top: 20px;
      font-size: 20px; } }
  @media screen and (max-width: 975px) {
    .blog-post-title {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%;
      margin-right: 0; }
      .blog-post-title:last-child {
        margin-right: 0; } }
  .single-post .blog-post-title {
    margin-top: 0; }
  .blog-post-title a {
    padding: 0 7px 2px;
    color: rgba(15, 240, 0, 0);
    border-bottom: 1px solid transparent;
    transition: border-bottom-color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .blog-post-title a:hover {
      border-bottom-color: #333538; }

.blog-post-meta {
  margin-bottom: 20px;
  color: #888888;
  text-align: center; }

.blog-post-date,
.blog-post-author {
  display: inline-block;
  vertical-align: middle; }

.blog-post-author:before {
  position: relative;
  top: -2px;
  padding: 0 5px;
  font-size: 12px;
  color: rgba(136, 136, 136, 0.6);
  content: "\2022"; }

.blog-post-tags {
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: center; }

.blog-post-tags-label {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle; }

.blog-post-tags-list {
  display: inline-block;
  vertical-align: middle; }
  .blog-post-tags-list .blog-post-tag {
    display: inline-block;
    margin-right: 10px; }
    .blog-post-tags-list .blog-post-tag:last-child {
      margin-right: 0; }

.blog-post-sharing {
  float: left;
  width: 100%;
  padding-top: 15px;
  margin-top: 30px;
  border-top: 1px solid #eeeeee; }
  @media screen and (max-width: 975px) {
    .blog-post-sharing {
      margin-top: 0;
      text-align: center;
      border-top: 0; }
      .blog-post-sharing .sharing-buttons {
        display: inline-block; } }

.blog-sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-right: 0;
  padding-left: 30px;
  margin-top: 74px;
  margin-bottom: 45px;
  text-align: left;
  transition: margin-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .blog-sidebar:last-child {
    margin-right: 0; }
  @media screen and (max-width: 975px) {
    .blog-sidebar {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      padding-top: 45px;
      padding-left: 0;
      margin-top: 0 !important;
      margin-right: 0;
      text-align: center;
      border-top: 1px solid #eeeeee; }
      .blog-sidebar:last-child {
        margin-right: 0; } }

.blog-sidebar-heading {
  display: block;
  margin-top: 0;
  font-family: "Montserrat";
  font-size: 12px;
  letter-spacing: 0.4em;
  color: #333538;
  text-transform: uppercase; }

.blog-sidebar-blog-post-date {
  display: block; }

/* scss-combine:pages/brands */
.brand-header-logo {
  text-align: center; }
  .brand-header-logo img {
    display: inline-block;
    max-width: 450px; }

.brands-grid {
  max-width: 9999px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px; }
  .brands-grid::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 975px) {
    .brands-grid {
      padding-right: 20px;
      padding-left: 20px; } }

.brands-grid-item-list {
  margin-left: -3.40237%;
  margin-right: -3.40237%; }

.brands-grid-item {
  width: 42.55319%;
  margin-left: 3.7234%;
  margin-right: 3.7234%;
  float: left;
  margin-bottom: 30px;
  background-color: #f9f9f9; }
  .brands-grid-item:nth-child(2n + 1) {
    clear: left; }
  @media screen and (min-width: 770px) {
    .brands-grid-item {
      width: 24.69136%;
      margin-left: 4.32099%;
      margin-right: 4.32099%;
      margin-bottom: 45px; }
      .brands-grid-item:nth-child(2n + 1) {
        clear: none; }
      .brands-grid-item:nth-child(3n + 1) {
        clear: none; } }
  @media screen and (min-width: 976px) {
    .brands-grid-item {
      width: 18.51852%;
      margin-left: 3.24074%;
      margin-right: 3.24074%;
      margin-bottom: 60px; }
      .brands-grid-item:nth-child(3n + 1) {
        clear: none; }
      .brands-grid-item:nth-child(4n + 1) {
        clear: left; } }

.brands-grid-item-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative; }
  .brands-grid-item-wrap > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .brands-grid-item-wrap .brands-grid-item-thumbnail,
  .brands-grid-item-wrap .brands-grid-item-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center; }

.no-brand-products {
  text-align: center; }

/* scss-combine:pages/search */
.search-header {
  text-align: center;
  padding-bottom: 20px; }

.seach-results-wrapper {
  max-width: 9999px;
  margin-left: auto;
  margin-right: auto; }
  .seach-results-wrapper::after {
    clear: both;
    content: "";
    display: block; }

.search-results {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .search-results:last-child {
    margin-right: 0; }
  .search-results.has-sidebar {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    .search-results.has-sidebar:last-child {
      margin-right: 0; }

.search-sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%; }
  .search-sidebar:last-child {
    margin-right: 0; }

.search-tabs {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
  margin-left: 30px; }
  @media screen and (max-width: 769px) {
    .search-tabs {
      text-align: center; } }

@media screen and (max-width: 975px) {
  .search-tabs {
    margin-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center; } }

.search-tab-title {
  display: inline-block;
  margin-bottom: -1px;
  cursor: pointer;
  border-bottom: 1px solid transparent; }
  .search-tab-title.active {
    border-bottom-color: #333538;
    font-size: 20px;
    text-transform: uppercase;
    margin: 25px 0; }
  .search-tab-title > a {
    display: block;
    padding: 15px 20px; }
    @media screen and (max-width: 419px) {
      .search-tab-title > a {
        padding: 6px 12px; } }
  .search-tab-title > *:first-child {
    margin-top: 0; }
  .search-tab-title > *:last-child {
    margin-bottom: 0; }

.layout-block {
  padding-top: 0;
  padding-bottom: 0; }

.search-tab-content {
  padding-top: 0; }
  .search-tab-content .alert {
    margin-top: 0;
    margin-bottom: 0; }

.search-tab-content-panel {
  max-width: 9999px;
  margin-left: auto;
  margin-right: auto;
  display: none; }
  .search-tab-content-panel::after {
    clear: both;
    content: "";
    display: block; }
  .search-tab-content-panel.active {
    display: block; }
  .search-tab-content-panel .alert {
    text-align: center; }

.search-results-content .search-result-item {
  padding: 50px 0;
  border-top: 1px solid #eeeeee; }
  .search-results-content .search-result-item:first-of-type {
    padding-top: 0;
    border-top: 0; }
  .search-results-content .search-result-item:last-of-type {
    padding-bottom: 0; }
  .search-results-content .search-result-item h3 {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1; }
    @media screen and (max-width: 975px) {
      .search-results-content .search-result-item h3 {
        line-height: 1.2; } }

.search-results-content .search-result-item-content {
  margin-bottom: 0; }

.search-results-content .search-result-item-more {
  margin-top: 20px; }

/* scss-combine:pages/compare */
.compare-tab {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
  float: left;
  width: 100%;
  text-align: center;
  background-color: white;
  border-top: 1px solid #d1d1d1; }
  .compare-tab.animating, .compare-tab.visible {
    display: block;
    transform: translateY(100%);
    transition: transform 0.2s ease; }
  .compare-tab.visible {
    transform: translateY(0); }

.item-limit {
  display: none; }

.compare-items-list {
  font-size: 0; }

.compare-product-item {
  position: relative;
  display: inline-block;
  width: 23%;
  margin: 1%;
  text-align: center; }

.compare-product-item-thumbnail {
  display: inline-block;
  width: 20%;
  vertical-align: middle; }

.compare-product-item-details {
  display: inline-block;
  width: 100%;
  vertical-align: middle; }

.compare-product-item-title {
  padding-left: 15px;
  margin-bottom: 0;
  text-transform: capitalize; }

.compare-tab-item-remove {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  width: 30px;
  height: 30px;
  font-size: 13px;
  line-height: 31px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%; }
  .compare-tab-item-remove:hover {
    color: #333538; }

.compare-tab-actions {
  float: left;
  width: 100%;
  padding: 20px 0;
  background-color: #ededed;
  border-top: 1px solid #d1d1d1; }
  .compare-tab-actions .button-alt {
    background-color: transparent; }

.compare-grid {
  max-width: 9999px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px; }
  .compare-grid::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 975px) {
    .compare-grid {
      padding-right: 20px;
      padding-left: 20px; } }

.compare-header {
  margin-bottom: 50px;
  text-align: center; }

.compare-grid-item-list {
  margin-left: -3.40237%;
  margin-right: -3.40237%; }
  .compare-grid-item-list.two-columns {
    padding: 0 20%; }
    @media screen and (max-width: 975px) {
      .compare-grid-item-list.two-columns {
        padding: 0 10%; } }
    @media screen and (max-width: 769px) {
      .compare-grid-item-list.two-columns {
        padding: 0; } }

.compare-grid-item {
  width: 42.55319%;
  margin-left: 3.7234%;
  margin-right: 3.7234%;
  float: left;
  margin-bottom: 60px; }
  @media screen and (max-width: 975px) {
    .compare-grid-item {
      margin-bottom: 45px; } }
  @media screen and (max-width: 769px) {
    .compare-grid-item {
      margin-bottom: 30px; } }
  .compare-grid-item:nth-child(2n + 1) {
    clear: left; }
  .two-columns .compare-grid-item {
    width: 42.55319%;
    margin-left: 3.7234%;
    margin-right: 3.7234%; }
    .two-columns .compare-grid-item:nth-child(2n + 1) {
      clear: left; }
    .two-columns .compare-grid-item:nth-child(3n + 1) {
      clear: none; }
  .three-columns .compare-grid-item {
    width: 24.69136%;
    margin-left: 4.32099%;
    margin-right: 4.32099%; }
    .three-columns .compare-grid-item:nth-child(2n + 1) {
      clear: none; }
    .three-columns .compare-grid-item:nth-child(3n + 1) {
      clear: none; }
    @media screen and (max-width: 975px) {
      .three-columns .compare-grid-item {
        width: 42.55319%;
        margin-left: 3.7234%;
        margin-right: 3.7234%; }
        .three-columns .compare-grid-item:nth-child(2n + 1) {
          clear: left; }
        .three-columns .compare-grid-item:nth-child(3n + 1) {
          clear: none; } }
  @media screen and (min-width: 770px) {
    .compare-grid-item {
      width: 24.69136%;
      margin-left: 4.32099%;
      margin-right: 4.32099%;
      margin-bottom: 45px; }
      .compare-grid-item:nth-child(2n + 1) {
        clear: none; }
      .compare-grid-item:nth-child(3n + 1) {
        clear: none; } }
  @media screen and (min-width: 976px) {
    .compare-grid-item {
      width: 18.51852%;
      margin-left: 3.24074%;
      margin-right: 3.24074%;
      margin-bottom: 60px; }
      .compare-grid-item:nth-child(3n + 1) {
        clear: none; }
      .compare-grid-item:nth-child(4n + 1) {
        clear: left; } }

/* scss-combine:pages/contact */
#form-contact-us .g-recaptcha {
  clear: both;
  padding-top: 30px; }
  @media screen and (max-width: 419px) {
    #form-contact-us .g-recaptcha {
      transform: scale(0.9);
      transform-origin: 0 0; } }

/* scss-combine:pages/sitemap */
.sitemap-list {
  padding: 0 10%;
  text-align: center; }
  @media screen and (max-width: 975px) {
    .sitemap-list {
      padding: 0; } }

.sitemap-item {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-bottom: 45px; }
  .sitemap-item:last-child {
    margin-right: 0; }
  .sitemap-item:nth-child(3n) {
    margin-right: 0; }
  .sitemap-item:nth-child(3n + 1) {
    clear: left; }
  @media screen and (max-width: 975px) {
    .sitemap-item {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .sitemap-item:last-child {
        margin-right: 0; } }

/* scss-combine:pages/cart */
.cart-container {
  max-width: 9999px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
  max-width: 75vw; }
  .cart-container::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 975px) {
    .cart-container {
      padding-right: 20px;
      padding-left: 20px; } }

.cart-page-content {
  position: relative; }

.cart-table {
  width: 100%;
  margin-bottom: 30px; }
  @media screen and (max-width: 975px) {
    .cart-table {
      margin-bottom: 0;
      border: 0; } }

@media screen and (max-width: 975px) {
  .cart-table-header {
    display: none; } }

.cart-table-header-item {
  padding: 30px;
  text-align: right;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee; }
  .cart-table-header-item.cart-table-header-item-title {
    text-align: left; }

@media screen and (max-width: 975px) {
  .cart-item {
    display: block;
    float: left;
    width: 100%;
    padding: 25px 15px;
    margin-bottom: 25px;
    border: 1px solid #eeeeee; } }

.cart-item-block {
  padding: 30px;
  text-align: right;
  border: 0;
  border-bottom: 1px solid #eeeeee; }
  @media screen and (max-width: 975px) {
    .cart-item-block {
      display: block;
      padding: 0;
      border: 0; } }
  .cart-item:nth-last-child(2) .cart-item-block {
    border: 0; }

.cart-item-image {
  width: 20%;
  text-align: left; }
  @media screen and (max-width: 975px) {
    .cart-item-image {
      float: left;
      width: 100%;
      padding-bottom: 20px; } }

.cart-item-image-wrap {
  position: relative; }
  @media screen and (max-width: 975px) {
    .cart-item-image-wrap {
      max-width: 175px;
      margin: 0 auto; } }
  @media screen and (max-width: 419px) {
    .cart-item-image-wrap {
      max-width: 100px;
      margin: 0 auto; } }
  .cart-item-image-wrap > a {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 975px) {
      .cart-item-image-wrap > a {
        height: auto;
        padding-bottom: 0;
        background-image: none !important; } }
    .cart-item-image-wrap > a img {
      display: none; }
      @media screen and (max-width: 975px) {
        .cart-item-image-wrap > a img {
          display: block; } }
  .cart-item-image-wrap .cart-item-remove {
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    width: 25px;
    height: 25px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    background-color: black;
    color: white;
    font-weight: bold; }

.cart-item-details {
  width: 46%;
  padding-right: 0;
  padding-left: 0;
  text-align: left; }
  @media screen and (max-width: 975px) {
    .cart-item-details {
      float: left;
      width: 100%;
      text-align: center; } }

.cart-item-details-wrap {
  display: table;
  width: 100%;
  padding: 20px 0; }
  @media screen and (max-width: 975px) {
    .cart-item-details-wrap {
      padding-top: 0; } }

.cart-item-details-wrap-inner {
  display: table-cell;
  vertical-align: middle; }
  @media screen and (max-width: 975px) {
    .cart-item-details-wrap-inner dl:last-of-type:after {
      display: inline-block;
      width: 80%;
      margin: 0 auto;
      margin-top: 20px;
      border-top: 1px dashed #eeeeee;
      content: ""; } }

.cart-item-name {
  margin-top: 0;
  margin-bottom: 10px; }
  @media screen and (max-width: 975px) {
    .cart-item-name {
      font-size: 16px; }
      .cart-item-name:after {
        display: block;
        width: 80%;
        padding-top: 20px;
        margin: 0 auto;
        border-bottom: 1px dashed #eeeeee;
        content: ""; } }

.cart-item-brand {
  display: inline-block;
  padding: 8px;
  font-size: 16px;
  line-height: 16px;
  background-color: #f9f9f9;
  border-radius: 4px; }

.cart-item-options {
  font-size: 12px; }
  .cart-item-options .cart-item-option-title {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0;
    clear: both;
    font-weight: bold;
    text-transform: capitalize; }
    .cart-item-options .cart-item-option-title:last-child {
      margin-right: 0; }
    @media screen and (max-width: 975px) {
      .cart-item-options .cart-item-option-title {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        text-align: right; }
        .cart-item-options .cart-item-option-title:last-child {
          margin-right: 0; } }
    .cart-item-options .cart-item-option-title:hover,
    .cart-item-options .cart-item-option-title:hover + .cart-item-option-description {
      background-color: #f9f9f9; }
  .cart-item-options .cart-item-option-description {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-right: 0;
    margin: 0;
    word-wrap: break-word; }
    .cart-item-options .cart-item-option-description:last-child {
      margin-right: 0; }
    @media screen and (max-width: 975px) {
      .cart-item-options .cart-item-option-description {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin: 0;
        text-align: left; }
        .cart-item-options .cart-item-option-description:last-child {
          margin-right: 0; } }

.cart-item-info {
  width: 10%; }
  @media screen and (max-width: 975px) {
    .cart-item-info {
      float: left;
      width: 100%;
      padding-bottom: 20px;
      text-align: center; }
      .cart-item-info .cart-item-value:before {
        content: attr(data-before); } }

.cart-item-discount {
  display: block;
  text-decoration: line-through; }
  .cart-item-discount .cart-preview-list-item-price-quantity {
    display: none; }

.cart-item-quantity {
  width: 14%; }
  @media screen and (max-width: 975px) {
    .cart-item-quantity {
      float: left;
      width: 100%;
      padding-bottom: 20px;
      text-align: center; } }
  .cart-item-quantity .form-input[type="number"] {
    position: relative;
    right: 25px;
    display: inline-block;
    width: 70px; }
  .cart-item-quantity .form-field-increments {
    position: relative; }
    @media screen and (max-width: 975px) {
      .cart-item-quantity .form-field-increments .button-group {
        position: relative;
        right: -12px;
        display: inline-block; } }
    .cart-item-quantity .form-field-increments button {
      position: absolute;
      top: 0;
      right: 0;
      width: 20px;
      height: 20px;
      padding: 0;
      margin: 0;
      letter-spacing: 0;
      text-align: center; }
      .cart-item-quantity .form-field-increments button > .increment-icon {
        position: relative;
        top: 0px;
        font-size: 10px; }
      .cart-item-quantity .form-field-increments button:first-of-type {
        top: auto;
        bottom: 0; }
    .cart-item-quantity .form-field-increments input[type="number"] {
      -moz-appearance: textfield; }
      .cart-item-quantity .form-field-increments input[type="number"]::-webkit-outer-spin-button, .cart-item-quantity .form-field-increments input[type="number"]::-webkit-inner-spin-button {
        margin: 0;
        -webkit-appearance: none; }

.cart-item-total {
  width: 10%; }
  @media screen and (max-width: 975px) {
    .cart-item-total {
      float: left;
      width: 100%;
      text-align: center; }
      .cart-item-total .cart-item-value:before {
        content: attr(data-before); } }

@media screen and (max-width: 975px) {
  .cart-item-gift-wrap {
    padding: 0;
    margin: 0;
    border: 0; } }

.cart-item-gift-wrap td {
  padding: 0;
  border: 0; }

.cart-item-gift-wrap .form-select-wrapper {
  display: inline-block;
  max-width: 320px; }

.cart-item-gift-wrap-text {
  display: block; }

.cart-page-footer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-left: 25.58941%;
  position: relative;
  float: left; }
  .cart-page-footer:last-child {
    margin-right: 0; }
  @media screen and (max-width: 975px) {
    .cart-page-footer {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .cart-page-footer:last-child {
        margin-right: 0; } }

.cart-actions {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  margin-top: 33px;
  text-align: left; }
  .cart-actions:last-child {
    margin-right: 0; }
  @media screen and (max-width: 975px) {
    .cart-actions {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-top: 0; }
      .cart-actions:last-child {
        margin-right: 0; }
      .cart-actions > h2 {
        margin-bottom: 30px;
        font-size: 16px;
        text-align: center; } }
  .cart-actions .cart-promo-codes,
  .cart-actions .cart-gift-certificate {
    margin-bottom: 30px;
    display: none; }
    @media screen and (max-width: 975px) {
      .cart-actions .cart-promo-codes,
      .cart-actions .cart-gift-certificate {
        margin-bottom: 25px;
        display: none; } }
  .cart-actions .form-input-wrapper {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .cart-actions .form-input-wrapper:last-child {
      margin-right: 0; }
    @media screen and (max-width: 975px) {
      .cart-actions .form-input-wrapper {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%; }
        .cart-actions .form-input-wrapper:last-child {
          margin-right: 0; } }
    .cart-actions .form-input-wrapper .form-input[type="text"] {
      width: 100%;
      margin: 0; }
  .cart-actions [type="submit"] {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0; }
    .cart-actions [type="submit"]:last-child {
      margin-right: 0; }

.cart-extras-tab {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px;
  border: 1px solid #eeeeee;
  display: none; }
  .cart-extras-tab:hover {
    cursor: pointer; }
  .cart-extras-tab:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -6px;
    margin-right: 16px;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid rgba(66, 66, 66, 0.5);
    content: "";
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .cart-extras-tab.hidden {
    display: none; }

.cart-extras {
  padding: 15px;
  border: 1px solid #eeeeee; }

.cart-extras-cancel {
  padding: 0;
  font-family: "Montserrat";
  font-size: 16px;
  border: 0; }
  .cart-extras-cancel:after {
    margin-right: 1px;
    transform: rotate(90deg); }

.cart-totals {
  position: relative;
  text-align: right; }
  @media screen and (max-width: 975px) {
    .cart-totals {
      margin-top: 60px; } }
  .cart-totals .form-input {
    width: 100%; }
  .cart-totals .button, .cart-totals .form-file-wrapper:before {
    width: 100%;
    margin-top: 30px; }
  .cart-totals .cart-total-subtotal,
  .cart-totals .cart-total-shipping,
  .cart-totals .cart-total-taxes,
  .cart-totals .cart-total-grandtotal,
  .cart-totals .cart-total-giftwrapping,
  .cart-totals .cart-total-coupons {
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee; }
    .cart-totals .cart-total-subtotal.no-provider,
    .cart-totals .cart-total-shipping.no-provider,
    .cart-totals .cart-total-taxes.no-provider,
    .cart-totals .cart-total-grandtotal.no-provider,
    .cart-totals .cart-total-giftwrapping.no-provider,
    .cart-totals .cart-total-coupons.no-provider {
      padding: 0;
      border: 0; }
  .cart-totals .cart-total-grandtotal {
    border-bottom: 0; }

.cart-totals-heading {
  margin-top: 30px;
  line-height: 1; }
  @media screen and (max-width: 975px) {
    .cart-totals-heading {
      font-size: 16px;
      text-align: center; } }

.cart-total-label {
  float: left;
  font-weight: bold; }
  .cart-total-label:after {
    content: ":"; }

.shipping-estimator {
  padding: 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: left;
  background-color: #f7f7f7;
  border-radius: 4px; }
  .shipping-estimator .form-label {
    margin-bottom: 5px; }
  .shipping-estimator .form-field {
    margin-bottom: 20px; }
    .shipping-estimator .form-field:last-of-type {
      margin-bottom: 0; }
    .shipping-estimator .form-field[class*="alert-"] {
      background-color: transparent; }
      .shipping-estimator .form-field[class*="alert-"] .form-label {
        color: black; }
    .shipping-estimator .form-field.alert-success .form-input,
    .shipping-estimator .form-field.alert-success .form-select {
      border-color: #62c242; }
    .shipping-estimator .form-field.alert-error .form-input,
    .shipping-estimator .form-field.alert-error .form-select {
      border-color: rgba(255, 0, 0, 0.8); }
    .shipping-estimator .form-field .alert-info {
      display: block;
      margin-top: 5px;
      background: transparent; }
  .shipping-estimator .form-select {
    width: 100%; }
    .shipping-estimator .form-select:focus {
      border-color: #333538;
      outline: none; }
  .shipping-estimator .form-input {
    display: inline-block;
    width: 100%;
    opacity: 1; }
  .shipping-estimator .shipping-estimate-submit {
    margin-top: 0; }
  .shipping-estimator .shipping-estimator-error {
    width: 80%;
    padding-top: 15px;
    margin: 0 auto;
    line-height: 1.2;
    color: rgba(255, 0, 0, 0.8);
    text-align: center; }
    .shipping-estimator .shipping-estimator-error:after {
      display: block;
      width: 60%;
      margin: 20px auto 0;
      border-bottom: 1px solid #eeeeee;
      content: ""; }
    .shipping-estimator .shipping-estimator-error:last-of-type:after {
      display: none; }

.shipping-quotes ul:first-of-type {
  margin-top: 30px; }

.shipping-estimate-show,
.shipping-estimate-hide {
  display: inline-block;
  cursor: pointer; }
  .shipping-estimate-show.hidden,
  .shipping-estimate-hide.hidden {
    display: none; }

.shipping-quotes-method .estimator-form-label,
.shipping-quotes-method .estimator-form-input {
  display: inline-block;
  float: left;
  margin-left: 0;
  vertical-align: middle; }
  .shipping-quotes-method .estimator-form-label label,
  .shipping-quotes-method .estimator-form-input label {
    width: 100%; }

.shipping-quotes-method .estimator-form-label {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  text-align: left; }
  .shipping-quotes-method .estimator-form-label:last-child {
    margin-right: 0; }
  .shipping-quotes-method .estimator-form-label [type="radio"] {
    position: relative;
    top: -1px;
    margin-right: 5px; }
  .shipping-quotes-method .estimator-form-label img {
    display: inline-block;
    vertical-align: middle; }

.shipping-quotes-method .estimator-form-input {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  text-align: right; }
  .shipping-quotes-method .estimator-form-input:last-child {
    margin-right: 0; }

.cart-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75); }
  .deactivated .cart-overlay {
    display: block; }
  .cart-overlay .spinner {
    right: auto;
    left: 50%;
    width: 16px;
    margin-left: -8px; }

.cart-additional-checkout-buttons {
  margin-top: 15px;
  text-align: right; }
  .cart-additional-checkout-buttons p {
    float: none !important;
    margin: 1.25rem 0;
    color: #888888; }
  .cart-additional-checkout-buttons form {
    clear: both; }

/* scss-combine:pages/gift-certificates */
.giftcard-nav {
  padding: 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #eeeeee; }
  @media screen and (max-width: 975px) {
    .giftcard-nav {
      padding-bottom: 20px;
      margin-bottom: 20px; } }

.giftcard-nav-item {
  display: inline-block;
  padding-bottom: 25px;
  margin-right: 30px;
  margin-bottom: -1px;
  margin-left: 0;
  line-height: 1;
  color: black;
  border-bottom: 1px solid transparent; }
  @media screen and (max-width: 975px) {
    .giftcard-nav-item {
      width: 100%;
      border-bottom: 0; } }
  .giftcard-nav-item:last-child {
    margin-right: 0; }
  .giftcard-nav-item.is-active {
    font-weight: bolder;
    color: #333538;
    border-bottom-color: #333538; }

.giftcard-heading {
  margin-bottom: 10px; }
  .giftcard-heading + p {
    padding-bottom: 25px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: bolder;
    border-bottom: 1px solid #eeeeee; }

.giftcard-form .form-input.form-radio {
  width: 1px; }

.form-giftcard-balance {
  float: left;
  width: 100%; }
  .form-giftcard-balance .form-field-control {
    float: none;
    width: auto; }
  .form-giftcard-balance .form-field {
    margin-top: 0; }
  .form-giftcard-balance .form-actions {
    margin: 0; }
    .form-giftcard-balance .form-actions .button, .form-giftcard-balance .form-actions .form-file-wrapper:before {
      margin-bottom: 0; }

.giftcard-form-preview iframe {
  padding: 10px;
  margin: 35px 0 15px;
  vertical-align: middle;
  background-color: white;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  box-shadow: inset 0 0 0 10px white, inset 0 0 0 11px #e4e4e4; }

/* scss-combine:pages/unavailable */
.maintenance-message {
  text-align: center; }

/* scss-combine:components/cart/item-gift-wrap */
.item-gift-wrap {
  margin-top: 20px; }

.item-gift-wrap-toggle {
  cursor: pointer; }

.item-gift-wrap-add {
  display: none; }
  .item-gift-wrap-add.visible {
    display: block; }

.gift-wrap-single,
.gift-wrap-multiple,
.gift-wrap-message {
  display: none; }
  .gift-wrap-single.visible,
  .gift-wrap-multiple.visible,
  .gift-wrap-message.visible {
    display: block; }

.gift-wrap-image-toggle {
  display: none;
  margin-left: 10px;
  color: #333538;
  cursor: pointer; }
  @media screen and (max-width: 419px) {
    .gift-wrap-image-toggle {
      margin: 10px 0 0; } }
  .gift-wrap-image-toggle.visible {
    display: inline-block; }
  .gift-wrap-image-toggle:hover {
    color: #888888; }

.gift-wrap-multiple .form-field {
  margin-bottom: 15px; }

.gift-wrap-multiple:last-child {
  margin-bottom: 0; }

.gift-wrap-form {
  padding: 30px;
  text-align: left;
  background: #f9f9f9;
  border-top: 1px solid #eeeeee; }
  @media screen and (max-width: 975px) {
    .gift-wrap-form {
      margin-top: -25px;
      margin-bottom: 25px;
      border: 1px solid #eeeeee;
      border-top: 0; } }
  .gift-wrap-form .form-label {
    width: 100%; }
  .gift-wrap-form .form-label-text {
    margin-bottom: 10px; }
  .gift-wrap-form .form-select {
    width: 100%; }

.gift-wrap-choice-title {
  margin: 0; }

.gift-wrap-choice-description {
  margin-top: 5px; }

.gift-wrap-options {
  margin-bottom: 15px; }
  .gift-wrap-options .form-label-text {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 7px; }

.gift-wrap-message-text-input {
  width: 100%; }

.gift-wrap-submit-button {
  margin-top: 15px; }

.gift-wrap-message {
  margin-top: 15px; }

/* scss-combine:components/snippets/social-feeds */
.social-feeds {
  max-width: 9999px;
  margin-left: auto;
  margin-right: auto; }
  .social-feeds::after {
    clear: both;
    content: "";
    display: block; }

.social-feeds-wrap {
  display: table;
  width: 100%;
  max-width: 10059px;
  padding-bottom: 105px;
  border-collapse: separate;
  border-spacing: 35px 0;
  table-layout: fixed; }
  @media screen and (max-width: 975px) {
    .social-feeds-wrap {
      border-spacing: 20px; } }
  @media screen and (max-width: 769px) {
    .social-feeds-wrap {
      display: block;
      padding-bottom: 0;
      border-spacing: 0; } }

.social-feeds-row {
  display: table-row;
  margin-right: 5px;
  margin-left: 5px; }
  @media screen and (max-width: 769px) {
    .social-feeds-row {
      display: block; } }

.social-feed {
  position: relative;
  display: table-cell;
  width: 50%;
  padding: 30px;
  background-color: #f9f9f9; }
  @media screen and (max-width: 769px) {
    .social-feed {
      display: block;
      width: 100%;
      margin-bottom: 90px; } }
  .social-feed .twitter-widget img {
    height: 16px;
    vertical-align: baseline; }

@media screen and (max-width: 975px) {
  .social-blog-posts li {
    text-align: center; } }

.social-heading {
  display: block;
  width: 100%;
  margin-top: 0; }
  @media screen and (max-width: 975px) {
    .social-heading {
      text-align: center; } }
  .social-heading [class^="icon"] {
    padding-right: 10px; }

.social-byline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  margin-top: 0;
  margin-bottom: -60px;
  line-height: 60px;
  text-align: center; }

.recent-blog-post p {
  margin-top: 10px;
  margin-bottom: 10px; }
  .recent-blog-post p:last-child {
    margin-bottom: 0; }

@media screen and (max-width: 975px) {
  .twitter-widget .tweet-box {
    text-align: center; } }

.twitter-widget .tweet-box a {
  word-wrap: break-word; }

/* scss-combine:components/snippets/sharing-buttons */
.sharing-buttons {
  display: block;
  padding-top: 7px;
  font-size: 0; }
  .blog-post-sharing .sharing-buttons {
    text-align: center; }

.sharing-buttons-label {
  position: relative;
  top: -1px;
  padding-right: 15px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: #888888;
  text-transform: uppercase; }

.sharing-button {
  display: inline-block;
  padding-right: 10px;
  font-size: 16px;
  line-height: 16px;
  color: rgba(136, 136, 136, 0.8);
  vertical-align: middle;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .sharing-button.facebook-like {
    margin-left: 5px; }
    .sharing-button.facebook-like .fb-like iframe {
      max-width: none; }
  .sharing-button:last-of-type {
    padding-right: 0; }
  .sharing-button:hover {
    color: #333538; }

/* scss-combine:components/snippets/newsletter-signup */
.newsletter-signup {
  max-width: 9999px;
  margin-left: auto;
  margin-right: auto; }
  .newsletter-signup::after {
    clear: both;
    content: "";
    display: block; }

.newsletter-signup-wrap {
  padding: 40px;
  margin-right: 30px;
  margin-left: 30px;
  text-align: center;
  background-color: #f9f9f9; }
  @media screen and (max-width: 975px) {
    .newsletter-signup-wrap {
      margin-right: 20px;
      margin-left: 20px; } }
  @media screen and (max-width: 769px) {
    .newsletter-signup-wrap {
      display: none; } }

.newsletter-signup-label {
  float: left;
  padding-right: 45px;
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: 0.05em; }
  @media screen and (max-width: 975px) {
    .newsletter-signup-label {
      width: 100%;
      padding-right: 0;
      padding-bottom: 20px;
      text-align: center; } }

.newsletter-signup-form {
  display: inline-block;
  vertical-align: middle; }
  .newsletter-signup-form form {
    float: right;
    width: 360px; }
    @media screen and (max-width: 975px) {
      .newsletter-signup-form form {
        width: 100%; } }

.newsletter-signup-email {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .newsletter-signup-email:last-child {
    margin-right: 0; }

.newsletter-signup-submit {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .newsletter-signup-submit:last-child {
    margin-right: 0; }
  .newsletter-signup-submit input {
    width: 100%;
    padding-right: 0;
    padding-left: 0; }
    @media screen and (max-width: 975px) {
      .newsletter-signup-submit input {
        background-color: rgba(51, 53, 56, 0.6);
        border-color: rgba(51, 53, 56, 0.6); }
        .newsletter-signup-submit input:hover {
          background-color: #333538; } }

.color-btns {
  display: flex;
  justify-content: flex-start; }

.color-btns #btn {
  padding: 10px 5px;
  background: #fff;
  border: 1px solid black;
  font-family: Montserrat;
  font-size: 16px;
  margin-top: 5px; }

.color-btns #btn:hover {
  background: #000;
  color: #fff;
  border: none; }

input {
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 10px; }

.wr {
  background: #f8f8f9;
  border-radius: 10px; }

.clpi-wrapper {
  margin: 5px 0 10px; }

.clpi-wrapper {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 2; }

.clpi-thumb {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-left: 10px;
  border: 1px solid #ced4da;
  border-radius: 3px;
  position: relative;
  cursor: pointer; }

#clpi-m {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none; }
  #clpi-m.clpi-m-show {
    display: block; }

#clpi-p {
  width: 308px;
  padding: 10px;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.06), 0 5px 15px rgba(0, 0, 0, 0.07);
  border: 1px solid #ecefff;
  border-radius: 5px;
  position: absolute;
  background: #fff;
  box-sizing: border-box; }

#clpi-w {
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 214px; }

#clpi-a {
  width: 200px;
  height: 200px;
  margin-right: 14px;
  background: red;
  position: relative;
  user-select: none; }

#clpi-o {
  width: 14px;
  height: 14px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  margin-top: -7px;
  margin-left: -7px;
  border: 2px solid #fff;
  border-radius: 100%;
  position: absolute;
  top: 200px;
  left: 0;
  pointer-events: none;
  z-index: 4; }

.clpi-b {
  display: none;
  justify-content: space-between;
  margin-top: 15px; }

#clpi-a:after,
#clpi-a:before,
#clpi-e-alpha:after,
#clpi-e-alpha:before,
#clpi-l:before,
.clpi-thumb:before,
.clpi-thumb:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none; }

#clpi-a:after {
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0)); }

#clpi-a:before {
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0)); }

.clpi-r {
  transform: rotate(-90deg);
  display: flex;
  flex-wrap: wrap;
  width: 200px;
  height: 75px;
  transform-origin: top right;
  position: absolute;
  right: 0;
  top: 1px; }
  .clpi-r input {
    position: relative;
    padding: 0;
    width: 200px;
    height: 30px;
    margin: 0;
    z-index: 3;
    opacity: 0;
    cursor: pointer; }

.clpi-e {
  height: 30px;
  position: relative;
  border: 1px solid #ecefff; }

.clpi-c {
  position: absolute;
  top: -2px;
  left: 100%;
  height: 34px;
  width: 8px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  margin-left: -4px;
  border: 2px solid #fff;
  box-sizing: border-box;
  pointer-events: none; }

.clpi-e-hsl {
  background: linear-gradient(to left, #FF0000 0%, #FF00FF 13%, #8000FF 25%, #0040FF 38%, #00FFFF 50%, #00FF40 63%, #0BED00 70%, #FFFF00 80%, #FF0000 100%);
  margin-bottom: 9px; }

#clpi-e-alpha {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #000 100%); }

#clpi-e-alpha:before,
#clpi-l:before,
.clpi-thumb:before {
  background-image: linear-gradient(45deg, #eee 25%, transparent 25%), linear-gradient(-45deg, #eee 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #eee 75%), linear-gradient(-45deg, transparent 75%, #eee 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
  z-index: -1; }

.clpi-thumb:after {
  background: #fff;
  z-index: -2; }

.clpi-u {
  width: 30px;
  height: 30px;
  background: linear-gradient(118deg, #21d4fd 0%, #b721ff 100%);
  cursor: pointer;
  border-radius: 90px;
  display: none; }

.clpi-l-support .clpi-u {
  display: block; }

.clpi-b-hex {
  position: relative; }
  .clpi-b-hex input {
    max-height: 100%;
    height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    width: 150px;
    box-shadow: none;
    font-size: 13px;
    font-family: Arial; }

.clpi-x {
  margin-top: 20px;
  display: none; }

.clpi-l-active .clpi-x {
  display: flex;
  align-items: flex-end; }

.clpi-z {
  width: 200px; }

.clpi-v {
  display: flex;
  justify-content: space-between; }

.clpi-o {
  background: #ddd;
  width: 14px;
  height: 14px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border: 2px solid #fff;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer; }

.clpi-o-active {
  box-shadow: 0 0 0 2px #0cf, 1px 1px 3px 1px rgba(0, 0, 0, 0.3); }

#clpi-l {
  position: relative;
  height: 30px;
  width: 100%;
  background: linear-gradient(to right, #000 0%, #fff 100%);
  border: 1px solid #eee; }

.clpi-l-angle {
  margin-left: 14px; }
  .clpi-l-angle input {
    width: 32px;
    height: 32px;
    margin: 0;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    border-radius: 90px;
    text-align: center;
    box-sizing: border-box;
    color: #999;
    font-size: 13px !important;
    font-family: Arial !important;
    padding: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none; }

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

.navigation-list-item {
  list-style: none; }

a {
  cursor: pointer !important; }

/* Container for flexboxes */
.sales-row {
  display: flex;
  flex-wrap: wrap; }

.history-timeline1 {
  display: flex;
  flex-wrap: wrap;
  background-color: #1e1e1e; }
  .history-timeline1:hover .tl-item {
    width: 23.3333%; }

.tl-item {
  transform: translate3d(0, 0, 0);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  height: 45vh;
  color: #fff;
  overflow: hidden;
  transition: width 0.5s ease;
  border: 2px solid white;
  flex: 25%; }
  .tl-item:before, .tl-item:after {
    transform: translate3d(0, 0, 0);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .tl-item:after {
    opacity: 1;
    transition: opacity 0.5s ease; }
  .tl-item:before {
    z-index: 1;
    opacity: 0;
    transform: translate3d(0, 0, 0) translateY(50%);
    transition: opacity 0.5s ease, transform 0.5s ease; }
  .tl-item:hover {
    width: 30% !important; }
    .tl-item:hover:after {
      opacity: 0; }
    .tl-item:hover:before {
      opacity: 1;
      transform: translate3d(0, 0, 0) translateY(0);
      transition: opacity 1s ease, transform 1s ease 0.25s; }
    .tl-item:hover .tl-content {
      opacity: 1;
      transform: translateY(0);
      transition: all 0.75s ease 0.5s; }
    .tl-item:hover .tl-bg {
      filter: grayscale(0); }
    .tl-item:hover .tl-year {
      opacity: 0;
      transition: all 0.2s ease 0.2s; }

.tl-content {
  transform: translate3d(0, 0, 0) translateY(25px);
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0;
  top: 0;
  opacity: 0;
  padding: 10px;
  height: 100%;
  cursor: default; }
  .tl-content h1 {
    font-family: Montserrat;
    text-transform: uppercase;
    color: white;
    font-size: 1.44rem;
    font-weight: 400; }
  .tl-content p {
    font-family: Montserrat; }

.tl-year {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: 600; }
  .tl-year p {
    font-family: Montserrat;
    font-size: 1.728rem;
    line-height: 0; }

.tl-bg {
  transform: translate3d(0, 0, 0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  transition: filter 0.5s ease;
  filter: grayscale(100%);
  opacity: 0.7; }

@media screen and (max-width: 800px) {
  .tl-item {
    flex: 50%; } }

@media screen and (max-width: 450px) {
  .tl-item {
    flex: 100%; } }

.history-timeline2 {
  width: 90%;
  height: 20px;
  list-style: none;
  text-align: justify;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, black 51%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0)), color-stop(51%, black), color-stop(57%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, black 51%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, black 51%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, black 51%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, black 51%, rgba(255, 255, 255, 0) 57%, rgba(255, 255, 255, 0) 100%); }

.history-timeline2:after {
  display: inline-block;
  content: "";
  width: 100%; }

.history-timeline2 li {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: black;
  text-align: center;
  line-height: 1.2;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.history-timeline2 li:before {
  display: inline-block;
  content: attr(data-year);
  font-size: 26px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.history-timeline2 li:nth-child(odd):before {
  top: -40px; }

.history-timeline2 li:nth-child(even):before {
  bottom: -40px; }

.history-timeline2 li:after {
  display: inline-block;
  content: attr(data-text);
  font-size: 16px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.history-timeline2 li:nth-child(odd):after {
  bottom: 0;
  margin-bottom: -10px;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%); }

.history-timeline2 li:nth-child(even):after {
  top: 0;
  margin-top: -10px;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }

#history-timeline3 {
  background-color: black; }

.ul-history-timeline3 {
  padding: 50px 0; }

.ul-history-timeline3 .liHistoryTimeline3 {
  position: relative;
  list-style-type: none;
  width: 6px;
  background-color: white;
  margin: 0 auto;
  padding-top: 50px;
  font-family: Montserrat; }

.ul-history-timeline3 .liHistoryTimeline3::after {
  background: white;
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0; }

.ul-history-timeline3 .liHistoryTimeline3 div {
  position: relative;
  width: 400px;
  padding: 15px;
  border-radius: 5px;
  bottom: 0;
  background: rgba(42, 50, 113, 0.28);
  background-color: black;
  background-color: white; }

.ul-history-timeline3 .liHistoryTimeline3:nth-child(odd) div {
  left: 45px; }

.ul-history-timeline3 .liHistoryTimeline3:nth-child(even) div {
  left: -445px; }

time {
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-bottom: 10px; }

.ul-history-timeline3 .liHistoryTimeline3 div {
  transition: all .5s ease-in-out; }

.ul-history-timeline3 .liHistoryTimeline3 .show div {
  transform: none;
  visibility: visible;
  opacity: 1; }

@media screen and (max-width: 900px) {
  .ul-history-timeline3 .liHistoryTimeline3 div {
    width: 140px; }
  .ul-history-timeline3 .liHistoryTimeline3:nth-child(even) div {
    left: -165px;
    /*250+45-6*/ }
  .history-timeline2 {
    display: none; } }

.onClickTextOverImage {
  width: 200px;
  height: 200px;
  background-size: cover;
  display: inline-block;
  margin: 4px;
  border-radius: 16px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
  position: relative; }

.onClickTextOverImage * {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2; }

.onClickTextOverImage div {
  z-index: 1;
  color: #fff;
  text-align: center;
  padding: 8px;
  padding-top: 35%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  opacity: 0;
  transition: .3s; }

.onClickTextOverImage div:target {
  opacity: 1;
  padding-top: 40%;
  z-index: 3; }

.textOverImage-history {
  width: 400px;
  height: 300px;
  display: inline-block;
  background-size: cover;
  border-radius: 0px;
  margin: 4px;
  position: relative;
  cursor: pointer;
  overflow: hidden; }

.textOverImage-history span {
  position: absolute;
  bottom: 0;
  right: 5px; }

.textOverImage-history > input {
  display: none; }

.textOverImage-history > div, .textOverImage-history > h2 {
  position: absolute;
  bottom: 20px;
  left: 4px;
  right: 4px;
  padding: 8px;
  overflow: hidden;
  opacity: 0;
  transition: .3s; }

.textOverImage-history:hover > h2, .textOverImage-history > input:checked + h2 + div {
  opacity: 0.9; }

.textOverImage-history > input:checked + h2 {
  bottom: -20px;
  opacity: 0; }

.textOverImage-history > div {
  background-color: rgba(70, 70, 70, 0.8);
  font-family: Montserrat;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  color: white; }

.textOverImage-history > h2 {
  margin: 0;
  font-family: Montserrat;
  position: absolute;
  background-color: rgba(109, 109, 109, 0.9);
  top: 0;
  bottom: 0;
  left: 0px;
  border-radius: 4px;
  padding-top: 130px;
  overflow: hidden;
  opacity: 0.8;
  transition: .3s;
  text-align: center;
  font-size: 25px;
  width: 100%; }

.textOverImage-history > h2:before {
  content: "";
  display: block;
  width: 20%;
  height: 2px;
  background: white;
  left: 10%;
  top: 48%;
  position: absolute; }

.textOverImage-history > h2:after {
  content: "";
  display: block;
  width: 20%;
  height: 2px;
  background: white;
  right: 10%;
  top: 48%;
  position: absolute; }

#history-accordionFlushExample {
  display: none; }

.history-accordion-body {
  font-family: Montserrat;
  font-size: 15px;
  color: #464646;
  background-color: #d1d1d1;
  text-align: center; }
  .history-accordion-body p {
    padding: 1rem; }

.history-accordion-button {
  padding: 1rem 0;
  background-color: black;
  width: 100%; }

.history-accordion-button:not(.collapsed) {
  color: black;
  background-color: white;
  background-color: black;
  color: white;
  width: 100%; }

.history-accordion-button:focus {
  box-shadow: none;
  width: 100%; }

.history-accordion-item {
  border: none;
  margin-bottom: 10px;
  text-align: center;
  width: 80vw; }

.history-accordion-header {
  border: 1px black solid;
  background-color: black;
  color: white; }

.history-accordion-button::after {
  display: none; }

/* Container for flexboxes */
.sales-row {
  display: flex;
  flex-wrap: wrap; }

/* Create four equal columns */
.sales-column {
  flex: 20%; }
  .sales-column h2, .sales-column h3, .sales-column p {
    font-family: Montserrat; }
  .sales-column h2 {
    margin-left: 20px;
    margin-top: 20px;
    font-size: 20px;
    text-transform: inherit;
    font-weight: 600; }
  .sales-column h3 {
    font-size: 14px;
    margin-left: 20px;
    text-transform: lowercase;
    word-break: break-all;
    inline-size: 90%;
    overflow-wrap: break-word; }
  .sales-column p {
    padding: 0 20px 20px 0;
    font-size: 14px;
    margin: 0px 0 0 20px; }
  .sales-column .sales-states {
    font-weight: bold;
    padding-top: 10px; }

/* 4 columns to 2 columns */
@media screen and (max-width: 800px) {
  .sales-column {
    flex: 45%; }
  .sc-blank {
    display: none; }
  .mobile-sales-padding {
    padding-bottom: 15px; } }

/* Stack on top of each other */
@media screen and (max-width: 800px) {
  .sales-column {
    margin: 0; }
    .sales-column h2 {
      font-size: 15px;
      margin-top: 10px;
      margin-left: 10px; }
    .sales-column h3 {
      margin-right: 13px;
      font-size: 13px;
      margin-left: 10px; }
    .sales-column p {
      font-size: 13px;
      margin-left: 10px; }
  .sc-blank2 {
    display: none; } }

#history-accordionFlushExample {
  display: none; }

@media only screen and (max-width: 850px) {
  #accordionFlushExample, .accordion-body, .accordion-collapse {
    width: 80vw !important; } }

@media only screen and (max-width: 480px) {
  .history-accordion-button {
    width: 80vw; }
  #history-accordionFlushExample {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw; } }

.history-term, .history-term-body {
  font-size: 20px;
  color: black; }

.history-term-header {
  font-size: 22px;
  text-align: center;
  font-family: Montserrat;
  padding: 40px 60px;
  margin: 20px 0;
  background-color: #def1dd8f;
  color: #243b22; }

.history-term-body {
  background-color: #def1dd8f; }

@media only screen and (max-width: 850px) {
  .history-term {
    padding: 1%; }
  .history-term::after {
    background-size: 15px;
    width: 15px;
    height: 15px; }
  .history-term, .history-term-body, .history-term-header {
    font-size: 1.8vw; } }

@media only screen and (max-width: 650px) {
  .history-term-item {
    padding-top: 1.5%;
    padding-bottom: 0;
    margin-bottom: 0; }
  .history-term-header {
    padding: 5% 7%; } }

@media only screen and (max-width: 400px) {
  .history-term::after {
    background-size: 10px;
    width: 10px;
    height: 10px; }
  .dotted-text {
    font-size: 9px; }
  .history-term-header {
    margin-bottom: 15px; } }

#carouselExampleIndicator_1 {
  padding: 30px 0;
  display: flex;
  justify-content: center; }

.carousel-indicators {
  bottom: 15px; }

.carousel-indicators button {
  position: relative; }
  .carousel-indicators button span {
    font-size: 16px;
    color: black;
    position: absolute;
    bottom: 10px;
    right: -12px;
    font-weight: bold;
    font-family: Montserrat; }

.carousel-indicators [data-bs-target] {
  text-indent: 0;
  margin-left: 30px;
  margin-right: 30px;
  background-color: black;
  width: 10px;
  height: 10px;
  border-radius: 100%; }

.carousel-item-history.active {
  display: flex !important;
  justify-content: center;
  justify-content: flex-end; }

.history-outer-wrapper {
  overflow: auto;
  white-space: nowrap;
  padding-top: 5%; }
  .history-outer-wrapper button {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px;
    text-decoration: none; }

.history-outer-wrapper::-webkit-scrollbar {
  height: 7px; }

.history-outer-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0); }

.history-outer-wrapper::-webkit-scrollbar-thumb {
  height: 7px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 50vw; }

.history-outer-wrapper::-webkit-scrollbar-thumb:hover {
  background-color: #000000;
  width: 50vw; }

.history-outer-wrapper::-webkit-scrollbar:vertical {
  display: none; }

.inner-wrapper {
  display: flex;
  padding-bottom: 10px; }

@media only screen and (max-width: 400px) {
  .history-outer-wrapper::-webkit-scrollbar-thumb {
    height: 7px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 40vw; }
  .history-outer-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #000000;
    width: 40vw; } }

.carousel-item-history img {
  width: 600px;
  height: 500px; }

.carousel-inner-history {
  width: 90%;
  height: 600px;
  padding: 0 15px; }

.carousel-caption {
  left: 0;
  bottom: 40%;
  right: 15%;
  width: 50%;
  top: 0; }
  .carousel-caption h5 {
    font-size: 2rem; }

.home-mobile-search, #menuToggle {
  display: none; }

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%; }
  to {
    margin-left: 0%;
    width: 100%; } }

@keyframes slideout {
  from {
    margin-left: 0%;
    width: 300%; }
  to {
    margin-left: 100%;
    width: 100%; } }

@media screen and (max-width: 975px) {
  .home-mobile-search {
    display: flex;
    justify-content: center;
    position: sticky;
    top: 4.5%;
    transform: none;
    z-index: 400;
    margin-top: 0;
    font-family: Montserrat;
    padding: 10px;
    background-color: black; }
    .home-mobile-search form .search-input {
      width: 60vw;
      border: 1px solid grey;
      border-radius: 5px;
      padding: 7px;
      font-size: 15px; }
    .home-mobile-search form button {
      background-color: black;
      color: white;
      border-radius: 5px;
      padding: 6px 8px 5px 8px; }
      .home-mobile-search form button img {
        height: 20px; }
      .home-mobile-search form button .show-for-sr, .home-mobile-search form button .sr-only, .home-mobile-search form button .form-field-product-list .form-radio, .form-field-product-list .home-mobile-search form button .form-radio,
      .home-mobile-search form button .form-field-product-list .form-checkbox, .form-field-product-list .home-mobile-search form button .form-checkbox,
      .home-mobile-search form button .form-field-radio .form-radio, .form-field-radio .home-mobile-search form button .form-radio,
      .home-mobile-search form button .form-field-radio .form-checkbox, .form-field-radio .home-mobile-search form button .form-checkbox,
      .home-mobile-search form button .form-field-checkbox .form-radio, .form-field-checkbox .home-mobile-search form button .form-radio,
      .home-mobile-search form button .form-field-checkbox .form-checkbox, .form-field-checkbox .home-mobile-search form button .form-checkbox, .home-mobile-search form button .sorting .form-label, .sorting .home-mobile-search form button .form-label, .home-mobile-search form button .product-grid-sorting .sorting-title, .product-grid-sorting .home-mobile-search form button .sorting-title, .home-mobile-search form button .form-field-rectangle .form-input, .form-field-rectangle .home-mobile-search form button .form-input, .home-mobile-search form button .form-field-swatch .form-input, .form-field-swatch .home-mobile-search form button .form-input,
      .home-mobile-search form button .form-field-swatch .form-label-text, .form-field-swatch .home-mobile-search form button .form-label-text, .home-mobile-search form button .has-image .brands-grid-item-text, .has-image .home-mobile-search form button .brands-grid-item-text {
        position: static !important; }
  #menuToggle {
    display: block !important; }
  #menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
  #menu li {
    padding: 10px 0;
    font-size: 22px; }
  /*
 * And let's slide it in from the left
 */
  #menuToggle input:checked ~ ul {
    transform: none; }
  .onclick-menu:focus {
    /* clicking on label should toggle the menu */
    pointer-events: none; }
  .onclick-menu:focus .onclick-menu-content {
    /*  opacity is 1 in opened state (see below) */
    opacity: 1;
    visibility: visible;
    display: inherit;
    animation: 0.5s alternate slidein;
    /* don't let pointer-events affect descendant elements */
    pointer-events: auto; }
  .onclick-menu-content {
    /* use opacity to fake immediate toggle */
    visibility: hidden;
    transition: visibility 0.5s;
    animation: 0.5s alternate slideout; }
  .onclick-menu-content li {
    list-style: none; } }

.Cruise-Finished-Product-submenu2 {
  display: none; }

@media screen and (max-width: 769px) {
  .Cruise-Finished-Product-submenu1 {
    display: none; }
  .Cruise-Finished-Product-submenu2 {
    display: block; } }

.mob-submenu-col, #rd1, #close1, #rd2, #close2, #rd3, #close3, #rd4, #close4 {
  display: none; }

@media screen and (max-width: 975px) {
  /* Mobile Submenu */
  #rd1, #close1, #rd2, #close2, #rd3, #close3, #rd4, #close4 {
    position: absolute;
    opacity: 0;
    z-index: -1;
    display: block; }
  .mob-submenu-col {
    flex: 1;
    width: 100%;
    display: block; }
    .mob-submenu-col:last-child {
      margin-left: 1em; }
    .mob-submenu-col h2 {
      text-align: left;
      padding: 1em;
      font-size: 16px;
      margin: 0;
      text-transform: capitalize; }
  .mob-submenu {
    overflow: hidden; }
  .mob-submenu-tab {
    width: 100%;
    color: black;
    font-family: Montserrat;
    overflow: hidden;
    margin-left: 0; }
    .mob-submenu-tab-label {
      display: flex;
      justify-content: space-between;
      padding: 1em;
      background: white;
      cursor: pointer;
      /* Icon */ }
      .mob-submenu-tab-label::after {
        content: "";
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
        width: 1em;
        height: 1em;
        text-align: center;
        transition: all .35s;
        margin-top: 5px; }
    .mob-submenu-tab-content {
      max-height: 0;
      color: black;
      background: white;
      transition: all .35s; }
    .mob-submenu-tab-close {
      display: none; }
  input:checked + .mob-submenu-tab-label::after {
    display: none; }
  input:checked + .mob-submenu-tab-label .mob-submenu-tab-close {
    display: flex;
    width: 62%;
    cursor: pointer;
    justify-content: flex-end; }
    input:checked + .mob-submenu-tab-label .mob-submenu-tab-close::after {
      content: "";
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      width: 1em;
      height: 1em;
      transform: rotate(180deg);
      margin-top: 5px; }
  input:checked ~ .mob-submenu-tab-content {
    max-height: 100vh; }
    input:checked ~ .mob-submenu-tab-content li {
      padding: 15px 0px 15px 30px;
      text-align: left;
      border-bottom: 1px solid #999;
      background-color: #cbcbcb; } }

@media screen and (max-width: 769px) {
  input:checked + .mob-submenu-tab-label .mob-submenu-tab-close {
    display: flex;
    width: 40%;
    cursor: pointer;
    justify-content: flex-end; } }

#hamburger-menu {
  height: 100%; }

#hamburger-menu span {
  display: block;
  width: 25px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }

#hamburger-menu span:first-child {
  transform-origin: 0% 0%; }

#hamburger-menu span:nth-last-child(2) {
  transform-origin: 0% 100%; }

#hamburger-menu input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323; }

#hamburger-menu input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2); }

#hamburger-menu input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px); }

.LEC-candid-and-texts {
  padding: 3%; }
  .LEC-candid-and-texts .LEC-candid-photo {
    padding-right: 3%; }
  .LEC-candid-and-texts .LEC-candid-text {
    font-family: Montserrat;
    padding-right: 0%; }
    .LEC-candid-and-texts .LEC-candid-text p {
      font-size: 1.56vw;
      margin-top: 3%;
      margin-bottom: 0; }

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

svg {
  filter: drop-shadow(3px 5px 2px rgba(0, 0, 0, 0.4)); }

.section {
  position: relative; }

.height100 {
  overflow: hidden;
  width: 100vw;
  height: 100vh; }

.heightM100 {
  width: 100vw;
  min-height: 100vh; }

.bg amp-img.cover {
  width: 100vw;
  height: 100vh; }

.layer.bg amp-img.cover img {
  object-fit: cover; }

.layer .card amp-img.cover img {
  object-fit: cover; }

.text-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
  z-index: 9999; }

.parallax-image-window {
  overflow: hidden; }

.parallax-image-window amp-img {
  margin-bottom: -30%; }

.row {
  display: grid;
  grid-template-columns: 1fr 1fr; }

.col {
  padding: 4%;
  position: relative; }

.col.two {
  min-height: 100vh; }

.card {
  position: relative;
  min-height: 400px; }

figure {
  position: relative; }

h1 {
  font-size: 160%;
  line-height: 1.3; }

h3 {
  font-size: 120%;
  line-height: 1.3; }

.card-title {
  position: absolute;
  transform: translatex(-50%) translatey(-50%);
  top: 50%;
  left: 50%;
  text-align: center; }

.stick {
  position: sticky;
  top: 0; }

.stick .card {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 500px; }

#s2l0i0 {
  opacity: 1; }

#s2l0i1 {
  opacity: 0; }

#s2l0i2 {
  opacity: 0; }

#s4l0i0 {
  opacity: 1; }

#s4l0i1 {
  opacity: 0; }

#s4l0i2 {
  opacity: 0; }

.body-text {
  margin: 0 auto;
  width: 800px;
  padding: 30px; }

.project-pdf {
  display: inline-block;
  padding: 5px 10px;
  line-height: 1.8;
  color: #333333;
  background: #e5e5e5;
  border: 1px solid #e4e4e4 !important; }
  .project-pdf a {
    font-size: 16px;
    font-weight: inherit; }

.account-project-white-button {
  background-color: white;
  border: 1px solid #808080;
  color: black; }

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.10.0
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease; }

#baguetteBox-overlay.visible {
  opacity: 1; }

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center; }

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%; }

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif; }

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, -webkit-transform .4s ease;
  transition: left .4s ease, transform .4s ease;
  transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease; }

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight .4s ease-out;
  animation: bounceFromRight .4s ease-out; }

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft .4s ease-out;
  animation: bounceFromLeft .4s ease-out; }

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease; }

.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9); }

.baguetteBox-button#next-button {
  right: 2%; }

.baguetteBox-button#previous-button {
  left: 2%; }

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px; }

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0; }

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out; }

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); } }

body.template-product {
  font-family: Montserrat; }
  body.template-product .product-images-style h1 {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    text-transform: initial;
    padding-left: 0; }
  body.template-product .product-images-style .available-colors-wrap {
    margin-top: 35px;
    padding-left: 0; }
    body.template-product .product-images-style .available-colors-wrap.hidden {
      visibility: hidden; }
    body.template-product .product-images-style .available-colors-wrap h2 {
      font-size: 15px;
      font-weight: 700;
      color: #000 !important;
      text-transform: initial; }
  body.template-product .product-images-style .adjustable-width {
    width: 100%; }
  body.template-product .product-images-style .available-colors {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 6vw; }
    body.template-product .product-images-style .available-colors .available-colors-item {
      width: 20%;
      margin-bottom: 3%;
      position: relative;
      max-height: 10vw;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      margin: 1vw 2vw 1vw 0; }
      body.template-product .product-images-style .available-colors .available-colors-item:after {
        content: "";
        display: block;
        padding-bottom: 100%; }
      body.template-product .product-images-style .available-colors .available-colors-item > div {
        display: flex;
        align-items: center;
        overflow: hidden; }
        body.template-product .product-images-style .available-colors .available-colors-item > div img {
          transform: scale(1.6); }
      body.template-product .product-images-style .available-colors .available-colors-item:nth-child(3n + 2) {
        margin-bottom: 4%; }
      body.template-product .product-images-style .available-colors .available-colors-item:hover .full-name {
        display: block; }
      body.template-product .product-images-style .available-colors .available-colors-item .full-name {
        display: none;
        margin: 0;
        text-align: center;
        width: 100%;
        margin-top: -9px;
        position: absolute;
        top: 15px;
        background: rgba(255, 255, 255, 0.7);
        padding: 4px 2px;
        font-size: 1vw; }
      body.template-product .product-images-style .available-colors .available-colors-item .available-img {
        width: 100%; }
      body.template-product .product-images-style .available-colors .available-colors-item img {
        width: 100%;
        height: auto; }
  @media only screen and (max-width: 1188px) {
    body.template-product .product-images-style .available-colors-item {
      height: 10vw;
      width: 15% !important; } }
  body.template-product .single-product-alerts {
    margin-bottom: 0;
    margin-top: 0; }
  body.template-product .single-product-wrap {
    max-width: 1700px; }
    body.template-product .single-product-wrap h2 {
      font-size: 23px;
      font-weight: normal;
      color: #000;
      text-transform: initial; }
  body.template-product .product-images {
    max-height: 950px;
    max-width: 950px; }
    body.template-product .product-images > a img {
      width: 100%;
      height: auto;
      max-width: 950px;
      max-height: 950px; }
    body.template-product .product-images img {
      width: 100%; }
  body.template-product .single-product-information .single-product-meta-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item {
      margin-top: 0 !important; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item.SKU.Color.Full.Name {
        order: -21; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item.single-product-meta-item-category {
        order: -20; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item.Product.Type {
        order: -19; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item.Collection {
        order: -18; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item.Design.Type {
        order: -17; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item.Color.Family {
        order: -16; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item.Print {
        order: -16; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item.Season.Introduction {
        order: -15; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item.Content {
        order: -14; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item.Care {
        order: -13; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item.Weight {
        order: -11; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item.Width {
        order: -12; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item.Repeat {
        order: -10; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item.Direction {
        order: -9; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item.Design.direction {
        order: -8; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item.Country.Origin {
        order: -7; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item.Flammability {
        order: -6; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item.Lightfastness {
        order: -5; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item.Hydrolisis {
        order: -4; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item.Abrasion {
        order: -3; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item.ACT {
        order: -2; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item:first-of-type {
        margin-top: 0 !important; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item .single-product-meta-item-label {
        font-size: 15px;
        font-weight: bold;
        color: #000 !important;
        text-transform: initial;
        display: block;
        float: left;
        padding-right: 0;
        margin-right: 5px; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item .single-product-meta-item-value, body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item .single-product-meta-item-value a {
        font-size: 15px;
        color: #000 !important;
        text-transform: initial;
        display: block;
        float: left;
        margin-top: 0; }
      body.template-product .single-product-information .single-product-meta-wrap .single-product-meta-item #change-units {
        display: inline-block;
        font-size: 11px;
        position: relative;
        top: -3px;
        text-decoration: underline;
        cursor: pointer; }
  body.template-product .single-product-right {
    width: 35%; }
  body.template-product .single-product-form {
    margin-top: 30px; }
  body.template-product .single-product-information {
    border-bottom: none;
    margin-bottom: 0; }
    body.template-product .single-product-information .download-pdf a {
      text-decoration: none;
      color: #000;
      font-weight: bold; }
  body.template-product .download-pdf {
    display: none;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px; }
    body.template-product .download-pdf a {
      font-size: 16px;
      font-weight: 700; }
  body.template-product .coordinating-fabrics {
    padding: 2%;
    margin-right: 35px;
    position: relative; }
    body.template-product .coordinating-fabrics i {
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      opacity: 0; }
      body.template-product .coordinating-fabrics i.icon-arrow-left {
        left: 0; }
      body.template-product .coordinating-fabrics i.icon-arrow-right {
        right: 0; }
      body.template-product .coordinating-fabrics i:before {
        font-size: 35px;
        background: rgba(255, 255, 255, 0.3);
        color: #000; }
    body.template-product .coordinating-fabrics.arrow:hover i {
      opacity: 1; }
    body.template-product .coordinating-fabrics h2 {
      font-size: 15px;
      Font-weight: 700;
      margin: 15px 0;
      margin-top: 0;
      color: #000; }
    body.template-product .coordinating-fabrics .scroll-images {
      display: flex;
      overflow: auto;
      padding-bottom: 10px; }
      @media only screen and (max-width: 1366px) {
        body.template-product .coordinating-fabrics .scroll-images {
          justify-content: initial; } }
      body.template-product .coordinating-fabrics .scroll-images .scroll-images-item {
        flex: 0 0 123px;
        margin-right: 5%;
        overflow: hidden;
        height: 123px; }
        @media only screen and (max-width: 1366px) {
          body.template-product .coordinating-fabrics .scroll-images .scroll-images-item {
            flex: initial initial initial !important; } }
        body.template-product .coordinating-fabrics .scroll-images .scroll-images-item img {
          width: auto;
          height: auto;
          transform: scale(2); }
          @media only screen and (max-width: 1366px) {
            body.template-product .coordinating-fabrics .scroll-images .scroll-images-item img img {
              width: 103px !important;
              height: 103px; } }
  body.template-product .product-image-bottom {
    margin-top: 65px;
    position: relative; }
    body.template-product .product-image-bottom h2 {
      font-size: 240x;
      color: #000;
      font-family:   "Montserrat", San Serif !important; }
    body.template-product .product-image-bottom .image-wrap img {
      width: 100%;
      height: auto; }
  body.template-product .care-instructions-full-width {
    margin-top: 25px;
    margin-bottom: 65px;
    position: relative; }
    body.template-product .care-instructions-full-width h2 {
      font-size: 20px; }
  body.template-product .care-instructions-mobile-width {
    margin-top: 25px;
    margin-bottom: 65px;
    position: relative;
    display: none; }
    body.template-product .care-instructions-mobile-width h2 {
      font-size: 20px; }
  body.template-product .single-product-title {
    margin-bottom: 15px; }
  body.template-product .single-product-add-to-wishlist {
    width: auto;
    margin-top: 5px;
    margin-right: 25px;
    position: relative;
    top: -40px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
    body.template-product .single-product-add-to-wishlist button {
      background: #fff;
      font-family: Montserrat;
      font-weight: bold;
      display: flex;
      font-size: 15px !important;
      color: #000;
      align-items: center;
      border-radius: 0;
      text-transform: capitalize; }
      body.template-product .single-product-add-to-wishlist button i {
        font-size: 24px;
        line-height: 2; }
    body.template-product .single-product-add-to-wishlist .project-names {
      background-color: white !important;
      color: black !important;
      padding: 10px 25px !important;
      width: 100% !important;
      border-right: 2px solid gray;
      border-left: 2px solid gray;
      border-top: 1px solid #838383;
      border-bottom: 1px solid #838383;
      margin-left: -10%;
      text-align: left; }
  body.template-product .single-product-add-to-cart {
    position: relative;
    top: -40px;
    margin-top: 5px; }
    body.template-product .single-product-add-to-cart .product-add-button {
      background: #fff;
      color: #000;
      border: none;
      font-weight: bold;
      text-transform: capitalize;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      padding: 0; }
      body.template-product .single-product-add-to-cart .product-add-button i {
        font-size: 24px;
        line-height: 2;
        margin-right: 5px; }
      body.template-product .single-product-add-to-cart .product-add-button span {
        font-size: 15px !important; }
  body.template-product .single-product-meta-item.Horizontal, body.template-product .single-product-meta-item.Vertical, body.template-product .single-product-meta-item.Repeat {
    display: none;
    order: -1; }
  body.template-product .width-custom {
    order: -1; }
  body.template-product .weight-custom {
    order: 0; }
  body.template-product #weight-custom .single-product-meta-item-value {
    min-width: 3rem; }
  body.template-product .empty-row {
    float: left;
    margin: 0;
    display: block;
    width: 100%; }
  body.template-product .single-product-add-to-wishlist {
    position: relative; }
    body.template-product .single-product-add-to-wishlist .wishlists-container {
      display: none;
      position: absolute;
      top: 40px;
      left: 31px;
      z-index: 100; }
      body.template-product .single-product-add-to-wishlist .wishlists-container button {
        font-size: 16px !important; }
  body.template-product .learn-more-link {
    font-size: 13px !important;
    text-decoration: underline;
    margin-top: 10px !important;
    margin-left: 15px; }
  body.template-product .product-icon {
    height: 30px;
    float: left; }
    body.template-product .product-icon--abra {
      margin-top: 2px; }
  body.template-product .single-product-slideshow-wrapper .product-images a {
    display: none; }
    body.template-product .single-product-slideshow-wrapper .product-images a:nth-of-type(1) {
      display: block; }

@media (max-width: 1188px) {
  .product-images-style {
    padding-left: 0; }
  .single-product-right {
    min-width: 100%;
    margin-right: 0; }
  body.template-product {
    width: 100%; }
    body.template-product .care-instructions-mobile-width {
      margin-top: 25px;
      margin-bottom: 65px;
      position: relative;
      display: block; }
      body.template-product .care-instructions-mobile-width h2 {
        font-size: 20px; }
  .single-product-left {
    width: 100%;
    margin-right: 0;
    float: none; }
  .care-instructions-full-width {
    margin-top: 25px;
    margin-bottom: 65px;
    position: relative;
    display: none; }
    .care-instructions-full-width h2 {
      font-size: 20px; }
  .care-instructions-mobile-width {
    margin-top: 25px;
    margin-bottom: 65px;
    position: relative;
    display: block; }
    .care-instructions-mobile-width h2 {
      font-size: 20px; }
  .single-product-information > div, .single-product-information .single-product-add-to-wishlist {
    text-align: left; }
  .single-product-information .quantity-input-wrap {
    margin-left: 0 !important; }
  .single-product-information .single-product-add-to-cart {
    display: block !important; }
  .product-image-bottom {
    left: 0 !important; }
    .product-image-bottom.hidden {
      visibility: hidden; }
  .coordinating-fabrics h2, .product-image-bottom h2 {
    text-align: left; }
  .care-instructions {
    left: 0 !important; }
    .care-instructions h2 {
      text-align: left; }
    .care-instructions div {
      text-align: left; }
  .single-product-add-to-wishlist {
    width: 100%;
    z-index: 20;
    margin-top: 0 !important; } }

@media only screen and (max-width: 480px) {
  .full-name {
    display: none !important; }
  .available-colors-item {
    width: 20% !important;
    height: 10vw !important;
    margin: 1vw 2vw 10vw 2vw !important; }
  .single-product-meta-wrap {
    width: 100vw; }
  .single-product-meta-item-label {
    margin-right: 5%; } }

.template-product .single-product-meta-item-label,
.template-product .single-product-meta-item-value {
  display: none; }

.menu-item-act {
  margin-bottom: 10px; }

@media only screen and (max-width: 435px) {
  .product-add-button {
    width: 100%; } }

.single-product-meta-item-value span {
  margin-bottom: 0px !important; }

body.template-category .product-price {
  display: none; }

body.template-category .product-item-compare {
  bottom: 7px !important; }

body.template-category .cropped-thumbnail-block {
  background-size: cover; }

body.template-category .faceted-search-item a {
  white-space: nowrap; }

body.template-category .compare-product-item-thumbnail {
  height: 83px;
  width: 83px; }
  body.template-category .compare-product-item-thumbnail img {
    height: 83px;
    width: 83px; }

body.template-category .compare-tab-item-remove {
  right: 25%; }
  @media screen and (max-width: 1400px) {
    body.template-category .compare-tab-item-remove {
      right: 20%; } }
  @media screen and (max-width: 1150px) {
    body.template-category .compare-tab-item-remove {
      right: 35px; } }
  @media screen and (max-width: 950px) {
    body.template-category .compare-tab-item-remove {
      right: 20px; } }
  @media screen and (max-width: 800px) {
    body.template-category .compare-tab-item-remove {
      right: 0; } }
  @media screen and (max-width: 650px) {
    body.template-category .compare-tab-item-remove {
      right: -10px; } }
  @media screen and (max-width: 500px) {
    body.template-category .compare-tab-item-remove {
      right: -15px; } }

.add-to-cart-multi a,
.add-to-cart-multi button {
  background-color: white;
  color: black;
  display: flex;
  align-items: center;
  padding: 13px 20px;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s; }

.add-to-cart-multi a:hover,
.add-to-cart-multi button:hover {
  color: black;
  background-color: white; }

.custom-alert {
  position: fixed;
  z-index: 1000;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;
  background-color: #62c242;
  color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  display: none;
  font-size: 16px; }

.custom-alert-error {
  background-color: red;
  color: white; }

.alert-cart-link {
  color: white;
  text-decoration: underline; }

.alert-cart-link:hover {
  color: white; }

body.template-search .product-price {
  display: none; }

body.template-search .cropped-thumbnail-block {
  background-size: cover; }

body.template-search .faceted-search-item a {
  white-space: nowrap; }

body.template-search .compare-product-item-thumbnail {
  height: 83px;
  width: 83px; }
  body.template-search .compare-product-item-thumbnail img {
    height: 83px;
    width: 83px; }

body.template-search .compare-tab-item-remove {
  right: 25%; }
  @media screen and (max-width: 1400px) {
    body.template-search .compare-tab-item-remove {
      right: 20%; } }
  @media screen and (max-width: 1150px) {
    body.template-search .compare-tab-item-remove {
      right: 35px; } }
  @media screen and (max-width: 950px) {
    body.template-search .compare-tab-item-remove {
      right: 20px; } }
  @media screen and (max-width: 800px) {
    body.template-search .compare-tab-item-remove {
      right: 0; } }
  @media screen and (max-width: 650px) {
    body.template-search .compare-tab-item-remove {
      right: -10px; } }
  @media screen and (max-width: 500px) {
    body.template-search .compare-tab-item-remove {
      right: -15px; } }

body.template-brand .product-price {
  display: none; }

body.template-brand .cropped-thumbnail-block {
  background-size: cover; }

body.template-brand .faceted-search-item a {
  white-space: nowrap; }

body.template-brand .compare-product-item-thumbnail {
  height: 83px;
  width: 83px; }
  body.template-brand .compare-product-item-thumbnail img {
    height: 83px;
    width: 83px; }

body.template-brand .compare-tab-item-remove {
  right: 25%; }
  @media screen and (max-width: 1400px) {
    body.template-brand .compare-tab-item-remove {
      right: 20%; } }
  @media screen and (max-width: 1150px) {
    body.template-brand .compare-tab-item-remove {
      right: 35px; } }
  @media screen and (max-width: 950px) {
    body.template-brand .compare-tab-item-remove {
      right: 20px; } }
  @media screen and (max-width: 800px) {
    body.template-brand .compare-tab-item-remove {
      right: 0; } }
  @media screen and (max-width: 650px) {
    body.template-brand .compare-tab-item-remove {
      right: -10px; } }
  @media screen and (max-width: 500px) {
    body.template-brand .compare-tab-item-remove {
      right: -15px; } }

body.template-wishlist .download-pdf {
  display: inline-block;
  padding: 5px 10px;
  line-height: 1.8;
  color: #333333;
  background: #e5e5e5;
  border: 1px solid #e4e4e4; }
  body.template-wishlist .download-pdf a {
    font-size: 16px; }

.add-to-cart-wishlist {
  display: flex;
  justify-content: center; }

.add-to-cart-wishlist a {
  background-color: lightgray;
  color: black;
  display: flex;
  align-items: center;
  padding: 13px 20px;
  font-family: Montserrat;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

.show-more-button {
  background: black;
  color: white;
  padding: 10px 10px;
  width: 300px;
  display: block;
  text-transform: uppercase;
  font-weight: bold; }
  .show-more-button:hover {
    color: white; }

.show-more-count {
  font-size: 14px;
  margin-bottom: 5px;
  display: block; }

.facet-selected-filters-hidden {
  display: none; }
  .facet-selected-filters-hidden.visible {
    display: block; }

.cart-count_icon {
  margin-top: -26px !important;
  right: 0 !important;
  left: 10px; }

.wallcovering-section-desktop .wallcovering-section {
  width: 100vw;
  display: flex; }
  .wallcovering-section-desktop .wallcovering-section span {
    font-size: 25px; }
  .wallcovering-section-desktop .wallcovering-section p {
    display: flex;
    flex-direction: column;
    justify-content: center; }

.wallcovering-section-image {
  background: #666;
  width: 50%;
  height: 100%; }

.wallcovering-blurb {
  background-color: #eee;
  width: 100vw;
  margin: 0;
  padding: 2% 3%; }

.wallcovering-section-mobile {
  display: none; }

@media screen and (max-width: 980px) {
  .wallcovering-section-desktop {
    display: none; }
  .wallcovering-section-mobile {
    display: block; }
    .wallcovering-section-mobile .wallcovering-section {
      background-color: #eee;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      margin-bottom: 10%; }
      .wallcovering-section-mobile .wallcovering-section h2 {
        font-size: 18px;
        padding: 3% 3% 1%;
        text-transform: capitalize; }
      .wallcovering-section-mobile .wallcovering-section p {
        width: 100vw; }
      .wallcovering-section-mobile .wallcovering-section img {
        width: 100vw; }
      .wallcovering-section-mobile .wallcovering-section .wallcovering-blurb {
        width: 100vw;
        margin: 0;
        padding: 0 3% 3%; } }

@media screen and (max-width: 769px) {
  .product-item-compare,
  .compare-remove-wrap {
    display: block; }
    .product-item-compare > .form-field-checkbox,
    .product-item-compare .compare-remove,
    .compare-remove-wrap > .form-field-checkbox,
    .compare-remove-wrap .compare-remove {
      bottom: 0;
      opacity: 1; }
  .add-to-cart-multi a {
    font-size: 10px;
    padding: 10px 15px; } }

.view-fabrics-container {
  height: 100px;
  position: relative; }

.view-fabrics-button {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  background-color: black;
  padding: 15px 30px; }
  .view-fabrics-button a {
    cursor: pointer;
    color: white; }

.flexrow2-4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 2rem 5rem; }

.flexcolumn2-4 {
  flex: 30%;
  margin: 2% 2% 0; }

@media screen and (max-width: 992px) {
  .flexcolumn2-4 {
    flex: 40%; } }

@media screen and (max-width: 600px) {
  .flexrow2-4 {
    flex-direction: column; } }

/* New Rebranded Carousel + Layout */
.fabric-carousel-track-container, .collection-carousel-track-container {
  display: flex;
  overflow: visible;
  position: relative;
  width: 80%; }

.fabric-carousel-track, .collection-carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out; }

.carousel-container {
  display: flex;
  text-align: center;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  margin: 5% 0; }

.carousel-text-box {
  flex: 0 0 30%;
  padding: 20px 20px 20px 5%;
  box-sizing: border-box;
  z-index: 100;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left; }

.carousel-text-box h2 {
  font-weight: 600;
  margin-bottom: 10px;
  word-wrap: break-word;
  text-transform: capitalize;
  width: 85%; }

.carousel-text-box a {
  font-size: 1.2rem;
  text-decoration: underline;
  font-weight: 500;
  display: inline-block;
  margin-top: 10px; }

.carousel-track-container {
  flex: 2;
  position: relative;
  display: flex;
  overflow: hidden; }

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out; }

.carousel-slide {
  min-width: 30vw;
  margin-right: 20px;
  text-align: left;
  padding-bottom: 1%; }

.carousel-slide img {
  width: 100%; }

.carousel-slide p {
  margin-top: 10px;
  font-size: 1.2rem; }

.carousel-btn {
  position: absolute;
  top: 43%;
  background: none;
  border-radius: 100%;
  cursor: pointer;
  font-size: 2rem;
  z-index: 10;
  color: white; }

.carousel-btn.left {
  left: 3%; }

.carousel-btn.right {
  right: 15%; }

.carousel-tracker-bar {
  width: 60%;
  height: 5px;
  background-color: #ccc;
  position: absolute;
  bottom: 0;
  left: 30%;
  border-radius: 5px;
  overflow: hidden;
  z-index: 5; }

.tracker-progress {
  height: 100%;
  width: calc(100% / 6);
  background-color: #333;
  position: absolute;
  left: 0;
  transition: left 0.3s ease; }

.home-featured-collection {
  background-color: #f4f4f3; }
  .home-featured-collection img {
    width: 50%; }
  .home-featured-collection h2 {
    font-weight: 600; }
  .home-featured-collection .text-area {
    width: 40%;
    margin-left: 5%; }
    .home-featured-collection .text-area p {
      font-family: Crimson Text;
      font-size: 1.2rem;
      margin-bottom: 5%; }

.hotel-container-mobile {
  display: none; }

.hotel-container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50vh; }

.image-section {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition: background 0.3s ease-in-out;
  height: 100%; }

.marriot-image {
  background: url("https://cdn11.bigcommerce.com/s-pl8vz9wzk5/images/stencil/original/image-manager/marriot-backgroundimg.jpeg?t=1744298443") center/cover no-repeat; }

.hilton-image {
  background: url("https://cdn11.bigcommerce.com/s-pl8vz9wzk5/images/stencil/original/image-manager/321572691.jpg?t=1740497934") center/cover no-repeat; }

.ihg-image {
  background: url("https://cdn11.bigcommerce.com/s-pl8vz9wzk5/images/stencil/original/image-manager/ihg-backgroundimg.png?t=1744298438") center/cover no-repeat; }

.choice-image {
  background: url("https://cdn11.bigcommerce.com/s-pl8vz9wzk5/images/stencil/original/image-manager/cambria-hotel-fort-lauderdale-beach-1.jpg?t=1749743974") center/cover no-repeat; }

/* Dark overlay that changes on hover */
.image-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* Initially transparent */
  transition: background 0.3s ease-in-out; }

.image-section:hover::before {
  background: black;
  /* Turns fully black on hover */ }

.hotel-logo {
  position: relative;
  z-index: 1;
  /* Keeps logo above the dark effect */
  max-width: 250px;
  /* Adjust size as needed */ }

.image-section h1 {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  z-index: 1; }

.text-section {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  background-color: #F4F4F3; }

.hotel-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* Two equal columns */
  gap: 10px 20px;
  /* Adjust spacing */
  font-size: 1.2rem;
  margin-left: 10%; }
  .hotel-list a:hover {
    text-decoration: underline; }

.single-column-hotel {
  grid-template-columns: 1fr;
  justify-items: start; }

.hotel-logos {
  position: absolute;
  display: flex;
  flex-direction: column;
  right: 15%;
  align-items: center;
  width: 15%; }

.center-left-image-text {
  position: absolute;
  left: 5%;
  text-align: left;
  width: 50%;
  color: white; }
  .center-left-image-text h2 {
    color: white;
    font-weight: 600;
    font-size: 2rem;
    text-transform: capitalize;
    margin-bottom: 0; }
  .center-left-image-text p {
    font-size: 1.2rem;
    margin-bottom: 25px; }
  .center-left-image-text .white-button {
    padding: 2% 5%;
    font-weight: 500;
    border-radius: 5%;
    font-size: 1.2rem;
    background-color: white;
    color: black; }

.center-left-image-text-mobile {
  display: none; }

.bottom-left-image-text {
  position: absolute;
  left: 5%;
  text-align: left;
  width: 35%;
  color: white; }
  .bottom-left-image-text h2 {
    color: white;
    font-weight: 600;
    font-size: 2rem;
    text-transform: capitalize;
    margin-bottom: 0; }
  .bottom-left-image-text p {
    font-size: 1.2rem;
    margin-bottom: 25px; }
  .bottom-left-image-text .white-button {
    padding: 2% 5%;
    font-weight: 500;
    border-radius: 5%;
    font-size: 1.2rem;
    background-color: white;
    color: black; }

.horizontal_line {
  width: 50%;
  height: 5px;
  border-top: 1px solid black;
  line-height: 80%; }

.black-button {
  padding: 2% 5%;
  font-weight: 500;
  border-radius: 5%;
  font-size: 1.2rem;
  background-color: black;
  color: white; }
  .black-button:hover {
    color: white; }

.hero-image {
  position: relative;
  text-align: center;
  color: white; }

.centered-hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.2rem; }

.main-hero-mobile {
  display: none; }

@media (max-width: 745px) {
  .main-hero-mobile {
    display: block; }
  .main-hero-desktop {
    display: none; }
  .carousel-tracker-bar {
    width: 80%;
    left: 10%; }
  .carousel-container {
    max-width: 100%;
    flex-direction: column;
    margin: 5% 0 15%; }
    .carousel-container .carousel-text-box {
      padding-left: 10%; }
  .collection-carousel-track-container, .fabric-carousel-track-container {
    margin: 0 10%; }
  .carousel-slide {
    min-width: 65vw;
    margin-right: 15px; }
  .carousel-btn {
    position: absolute;
    top: 40%;
    background: none;
    border-radius: 100%;
    cursor: pointer;
    font-size: 2rem;
    z-index: 10;
    color: white; }
  .carousel-btn.right {
    right: 0; }
  .carousel-btn.left {
    left: 0; }
  .home-featured-collection {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .home-featured-collection img {
      width: 100%; }
    .home-featured-collection .text-area {
      margin: 5% 0 15%;
      width: 80%; }
  .bottom-left-image-text, .center-left-image-text {
    width: 90%; }
  .center-left-image-text, .hotel-logos, .hotel-container-desktop {
    display: none; }
  .center-left-image-text-mobile, .hotel-logos-mobile, .hotel-container-mobile {
    display: block; }
  .hotel-container-mobile .hotel-list {
    width: 100vw;
    margin-left: 5%;
    padding: 5% 0 10%; }
  .hotel-container {
    flex-direction: column;
    height: auto; }
    .hotel-container .hotel-logo-mobile {
      position: absolute;
      margin-top: 25%;
      width: 40%; }
  .centered {
    width: 100%; }
    .centered p {
      margin: 0; }
  .footer-copyright {
    font-size: 13px; } }

.burger-menu {
  color: black;
  border: none;
  padding: 10px 15px;
  font-size: 24px;
  cursor: pointer;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none; }

.burger-menu.active {
  color: black; }

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 650px;
  background: white;
  display: none;
  align-items: center;
  justify-content: flex-start;
  z-index: 999; }

.menu-overlay.active {
  display: flex; }

.menu-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 5%;
  margin-bottom: 5%; }

.menu-logo img {
  width: 250px; }

.menu-content {
  display: flex;
  width: 100%;
  height: 100%;
  color: black;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-top: 5%; }

.menu-sections {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  height: 100%;
  margin-left: 5%; }

.menu-section {
  flex: 1;
  padding: 20px;
  cursor: pointer;
  text-align: center;
  min-width: 150px;
  text-align: left; }

.menu-section h3 {
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 1.2rem; }

.menu-section a {
  font-size: 1rem;
  line-height: inherit; }
  .menu-section a:hover {
    text-decoration: underline; }

.menu-image {
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  height: 100%; }

.menu-image img {
  object-fit: cover;
  height: 100%;
  width: 100%; }

@media (max-width: 975px) {
  #menuToggleButton {
    display: none; } }

.close-menu {
  position: absolute;
  top: 13%;
  left: 5%;
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  color: black;
  font-weight: 100;
  padding: 0; }

#menuToggleButton {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0; }
  #menuToggleButton .burger-line {
    display: block;
    width: 100%;
    background-color: black;
    transition: all 0.3s ease-in-out; }

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 5%;
  background-color: white;
  width: 100%; }

.header-left {
  display: flex;
  align-items: center;
  gap: 25%;
  width: 20%; }

.burger-line {
  width: 20px;
  height: 2px;
  background-color: black; }

.view-all-fabrics {
  font-size: 16px;
  text-decoration: none;
  color: black; }

.header-branding {
  display: flex;
  justify-content: center;
  flex-grow: 1;
  width: 60%; }

.navigation-alternate .header-branding-logo {
  text-align: center; }

.header-right {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 20%;
  justify-content: flex-end; }

.header-icon img {
  width: 20px;
  height: auto; }

.header-tools-item .search-form-wrapper {
  margin-right: 0; }

.header-tools-item .search-form-wrapper.visible {
  float: left; }

.header-tools-item .search-input {
  border-bottom: 1px solid white;
  color: black !important; }

.header-tools-item .search-input:focus {
  border-color: lightgray;
  color: black; }

.header-alternate .header-tools-item .search-input {
  top: 0;
  font-size: 14px; }

.cart-count_icon {
  margin-top: -26px !important;
  right: 15px !important;
  left: unset;
  top: 10px; }

.new-mobile-menu {
  display: none;
  width: 100%;
  background: white;
  color: black;
  top: 0;
  text-align: left; }

.new-mobile-menu a {
  display: block;
  padding: 16px;
  color: black;
  text-decoration: none; }

.submenu, .sub-submenu {
  display: none;
  background: white;
  margin-left: 5%; }

@media screen and (max-width: 975px) {
  .header-container {
    display: none; }
  .new-mobile-menu {
    display: block; }
  .menu-overlay, .menu-overlay.active, #menuToggleButton {
    display: none; } }

li#Tier_1,
li#Tier_2 {
  display: none !important; }

#SideCategoryShopByTier,
#resetFilterSidebar {
  display: none !important; }

#scrollToTopButton {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 12px 18px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  display: none;
  z-index: 9999; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.hiddenFilter {
  display: none; }

.filterPagination.top {
  margin-bottom: 10px; }

.filterPagination li a {
  border: none; }

a.filterPage.active {
  background: none !important;
  color: black !important;
  text-decoration: underline !important; }

.product-grid-list-wrapper {
  display: flex !important;
  flex-direction: column !important; }

@media (min-width: 1276px) {
  a.filterPage {
    min-width: unset !important; } }

@media (max-width: 1275px) {
  .filterPagination.bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .filterPagination > li.filterPaginationCounter {
    flex-basis: unset;
    text-align: start;
    margin-bottom: 10px; }
  .filterPagination > li:not(.filterPaginationCounter) {
    flex: 0 1 auto; }
  a.filterPage {
    margin-left: -12px !important;
    margin-right: -12px !important; }
  a.filterPagePrevious {
    margin-right: 0px !important; }
  a.filterPageNext {
    margin-left: 0px !important; } }

@media (max-width: 768px) {
  .filterPagination.bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .filterPagination > li.filterPaginationCounter {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 10px; } }

.filterPagination.top .filterPaginationCounter {
  display: none !important; }

.filterPagination.top li {
  display: none !important; }

.filterPagination.top li.filterPagePrevLI,
.filterPagination.top li.filterPageNextLI {
  display: inline-block !important; }

.filterPagination.top li:has(a.filterPage.active) {
  display: inline-block !important; }

.filterPagination.top a.filterPage.active {
  background: none !important;
  color: black !important;
  text-decoration: underline !important;
  pointer-events: none; }

.filterPagination.top li a {
  border: none;
  padding: 0 8px; }

.filterPagination .filterPagePrevious {
  font-size: 0;
  position: relative; }

.filterPagination .filterPagePrevious::after {
  content: '<';
  font-size: 16px;
  top: 0;
  left: 0; }

.filterPagination .filterPageNext {
  font-size: 0;
  position: relative; }

.filterPagination .filterPageNext::before {
  content: '>';
  font-size: 16px;
  top: 0;
  left: 0; }

.filterPagination.bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.filterPagination.bottom li {
  order: 1; }

.filterPagination.bottom .filterPaginationCounter {
  order: 99;
  flex-basis: 100%;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  opacity: 0.7; }

.filterPageNextLI .filterPageNext i.icon,
.filterPagePrevLI .filterPagePrevious i.icon {
  display: none; }

.edge-pagination[style*="display: none"] {
  display: none !important; }

.edge-pagination.disabled a {
  pointer-events: none;
  opacity: 0.4; }

.sales-page-header h1 {
  text-align: center;
  text-transform: capitalize;
  font-size: 40px; }

.sales-page-header p {
  text-align: center;
  font-size: 20px; }

.rep-section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  margin-top: 80px;
  text-transform: capitalize; }

.rep-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto; }

.rep-card {
  background-color: #f2f2f2;
  text-align: center;
  padding: 50px 35px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05); }

.rep-avatar {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  background-color: #dcdcdc;
  margin-bottom: 20px; }

.rep-card h3 {
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize; }

.rep-card p {
  margin: 5px 0;
  font-size: 14px; }

@media (max-width: 1040px) {
  .rep-container {
    grid-template-columns: repeat(2, 1fr);
    max-width: 85vw; } }

@media (max-width: 852px) {
  .sales-page-header h1 {
    font-size: 30px; }
  .sales-page-header p {
    text-align: center;
    font-size: 16px; }
  .rep-container {
    grid-template-columns: 1fr;
    max-width: 77vw; }
    .rep-container .rep-card {
      padding: 50px 20px; }
  .rep-section-title {
    font-size: 25px;
    margin-top: 50px; } }

.intro-image-container {
  align-content: center;
  flex-shrink: 1;
  flex: 1;
  margin: 5%; }

.image-container {
  align-content: center;
  width: 100%;
  flex-shrink: 1;
  padding: 10px; }
  .image-container p {
    font-family: Montserrat; }
  .image-container a {
    font-family: Montserrat; }

.features-section {
  margin: 0 auto;
  background-color: #ffffff; }
  .features-section .mobile-banner {
    display: none; }

.features-section-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 60px;
  text-transform: inherit;
  font-weight: 500; }

.feature-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #F4F4F3; }

.feature-row.reverse {
  flex-direction: row-reverse; }

.feature-image {
  width: 50%;
  height: 100%; }

.feature-text {
  flex: 1 1 40%;
  margin: 0 5%; }

.feature-image img {
  width: 100%;
  height: 100%; }

.feature-text h3 {
  font-size: 1.8rem;
  margin-bottom: 5%;
  text-transform: capitalize; }

.feature-text p {
  font-size: 1.1rem;
  line-height: 1.3;
  margin-bottom: 12px;
  font-family: Crimson; }

.mobile-wallcovering-imgtext {
  display: none; }

/* General Styles */
.group-carousel-container {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin: auto;
  flex: 2;
  padding: 5% 0;
  background-color: #f3f3f3; }

/* Text Box */
.group-carousel-text-box {
  flex: 0 0 30%;
  padding: 20px 20px 20px 5%;
  box-sizing: border-box;
  z-index: 100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left; }

.group-carousel-text-box h2 {
  font-weight: 600;
  margin-bottom: 10px;
  word-wrap: break-word;
  text-transform: capitalize;
  width: 85%; }

.group-carousel-text-box a {
  font-size: 1.2rem;
  text-decoration: underline;
  font-weight: 500;
  display: inline-block;
  margin-top: 10px; }

/* group-Carousel Wrapper */
.group-carousel-wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
  overflow: visible; }

/* Extra Wrapper to Position Scrollbar */
.group-carousel-scroll-area {
  width: 100%;
  overflow-x: auto; }

/* group-Carousel */
.group-carousel {
  display: flex;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  width: 100%;
  overflow-x: auto;
  gap: 1rem;
  /* Slides */ }
  .group-carousel .slide {
    flex: 0 0 calc(50% - 2rem);
    scroll-snap-align: start;
    position: relative;
    margin-bottom: 15px; }
  .group-carousel .slide img {
    width: 100%;
    height: auto;
    display: block; }
  .group-carousel p {
    margin-top: 10px;
    font-size: 1.2rem; }

/* Show Scrollbar Below Images */
.group-carousel::-webkit-scrollbar {
  height: 4px; }

.group-carousel::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 4px;
  margin-top: 50px;
  /* Creates a gap between images and scrollbar */
  height: 4px; }

.group-carousel::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 4px;
  padding-right: 5px;
  height: 4px; }

/* Navigation Buttons */
.group-carousel-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 3;
  background: none; }

.group-carousel-btn.left {
  left: 5px; }

.group-carousel-btn.right {
  right: 3%; }

.group-carousel .slide:last-child {
  margin-right: 10%; }

.collection-card img {
  width: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(70%);
  /* Darkens the image */
  transition: filter 0.3s ease-in-out; }

.collection-container-header {
  margin-top: 5%; }

.collection-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 2% 5% 5%; }
  .collection-container .collection-card {
    position: relative;
    overflow: hidden;
    cursor: pointer; }
  .collection-container .collection-card:hover img {
    filter: brightness(100%); }

@media (max-width: 975px) {
  .home-image {
    padding: 0 5%; }
  .feature-row {
    height: 300px; } }

@media (max-width: 865px) {
  .mobile-wallcovering-imgtext {
    display: block; }
  .image-container-remove {
    display: none; }
  .features-section {
    background-color: #f3f3f3; }
    .features-section .features-section-title {
      display: none; }
    .features-section .mobile-banner {
      display: block; }
    .features-section .feature-row {
      margin: 5% 10%;
      border-bottom: 1px solid black;
      height: auto;
      padding: 5% 0; }
      .features-section .feature-row .feature-image {
        display: none; }
      .features-section .feature-row .feature-text {
        margin: 0; }
        .features-section .feature-row .feature-text h3 {
          font-weight: 600; } }

/* Responsive adjustments */
@media (max-width: 768px) {
  .intro-image-container {
    margin: 0 10%; }
    .intro-image-container h2 {
      text-align: center;
      margin: 1rem 0 2rem; }
    .intro-image-container p {
      line-height: 22px; }
    .intro-image-container .black-button {
      display: none; }
  .feature-row,
  .feature-row.reverse {
    flex-direction: column; }
  .feature-image,
  .feature-text {
    flex: 1 1 100%; }
  .feature-text {
    text-align: left; }
  .collection-container-header {
    margin-top: 10%; }
  .collection-container {
    grid-template-columns: repeat(2, 1fr);
    /* 2x2 grid */
    margin: 5% 5% 10%; }
  .black-button {
    font-size: 1rem; }
  .carousel-tracker-bar {
    width: 80%;
    left: 10%; }
  .carousel-slide {
    min-width: 65vw;
    margin-right: 15px; }
  .carousel-btn {
    position: absolute;
    top: 40%;
    background: none;
    border-radius: 100%;
    cursor: pointer;
    font-size: 2rem;
    z-index: 10;
    color: white; }
  .carousel-btn.right {
    right: 0; }
  .carousel-btn.left {
    left: 0; }
  .group-carousel-container {
    flex-direction: column;
    padding: 5% 0 10% 10%;
    align-items: flex-start; }
    .group-carousel-container .carousel-text-box {
      padding-left: 0; }
  .group-carousel-text-box {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    padding-right: 0; }
  .group-carousel-text-box h2 {
    width: 100%; }
  .group-carousel-btn.right {
    right: 10%; }
  .group-carousel .slide {
    flex: 0 0 70%; }
  .group-carousel .slide:last-child {
    margin-right: 30px; }
  .collection-card img {
    filter: brightness(100%);
    /* Darkens the image */ } }

@media (max-width: 480px) {
  .group-carousel-btn {
    display: none; } }
