@charset "UTF-8";
/**************************************
  Screen Size Variables
  use -min for min-width measuements
***************************************/
/**************************************
  Colors & Gray Scale
***************************************/
/* Backgrounds */
/* Messages */
/**************************************
Typography
***************************************/
/**************************************
Miscellaneous Values
***************************************/
/* Favorites Icon */
/* Modals */
/* Shadows */
/* Transitions */
.primary-background {
  background-color: #2a2925 !important;
}

.pale-grey-background,
.pale-gray-background {
  background-color: #c3d3d8 !important;
}

.pale-blue-background {
  background-color: #bfd9e2 !important;
}

.wasabi-green-background {
  background-color: #95b38d !important;
}

.navy-background {
  background-color: #04406f !important;
}

.terracotta-background {
  background-color: #e4af7d !important;
}

.orange-background {
  background-color: #f1634b !important;
}

.pink-background {
  background-color: #efa2ac !important;
}

.brown-background {
  background-color: #b78059 !important;
}

.yellow-green-background {
  background-color: #a1b92f !important;
}

.yellow-background {
  background-color: #ffc801 !important;
}

.teal-background {
  background-color: #77caae !important;
}

.dusty-rose-background {
  background-color: #d56f84 !important;
}

.dark-pink-background {
  background-color: #aa4354 !important;
}

.lavender-background {
  background-color: #9d9dc3 !important;
}

.pale-mustard-background {
  background-color: #dbb62c !important;
}

.medium-grey-background,
.medium-gray-background {
  background-color: #9f9fa2 !important;
}

.black-background {
  background-color: #000 !important;
}

.off-white-background {
  background-color: #f5f3e9 !important;
}

.white-background {
  background-color: #fff !important;
}

.primary-button {
  background-color: #2a2925 !important;
  border-color: #2a2925 !important;
  color: #fff !important;
}

.secondary-button {
  background-color: #57554C !important;
  border-color: #57554C !important;
  color: #fff !important;
}

.tertiary-button {
  background-color: #94cdde !important;
  border-color: #94cdde !important;
  color: #2a2925 !important;
}

.pale-grey-button,
.pale-gray-button {
  background-color: #c3d3d8 !important;
  border-color: #c3d3d8 !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

.pale-blue-button {
  background-color: #bfd9e2 !important;
  border-color: #bfd9e2 !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

.wasabi-green-button {
  background-color: #95b38d !important;
  border-color: #95b38d !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

.terracotta-button {
  background-color: #e4af7d !important;
  border-color: #e4af7d !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

.pink-button {
  background-color: #efa2ac !important;
  border-color: #efa2ac !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

.brown-button {
  background-color: #b78059 !important;
  border-color: #b78059 !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

.yellow-green-button {
  background-color: #a1b92f !important;
  border-color: #a1b92f !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

.yellow-button {
  background-color: #ffc801 !important;
  border-color: #ffc801 !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

.teal-button {
  background-color: #77caae !important;
  border-color: #77caae !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

.dusty-rose-button {
  background-color: #aa615b !important;
  border-color: #aa615b !important;
  color: #fff !important;
}

.lavender-button {
  background-color: #9d9dc3 !important;
  border-color: #9d9dc3 !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

.pale-mustard-button {
  background-color: #e3ca6e !important;
  border-color: #e3ca6e !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

.medium-grey-button,
.medium-gray-button {
  background-color: #9f9fa2 !important;
  border-color: #9f9fa2 !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

.off-white-button {
  background-color: #f5f3e9 !important;
  border-color: #f5f3e9 !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

.black-button {
  background-color: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}

.white-button {
  background-color: #fff !important;
  border-color: #fff !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

*:where(:not(iframe, canvas, img, svg, video):not(svg *):not(.component-edit-container *)) {
  all: unset;
  display: revert;
}

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

ul {
  list-style: initial;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
input,
select,
textarea,
[href] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

input[type=text], input[type=password], input[type=email] {
  cursor: text;
}

input[type=checkbox], input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  cursor: default;
}

.grecaptcha-badge {
  right: -90em !important;
}

strike {
  text-decoration: line-through;
}

body {
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.felt-that {
  font-family: "Jost", sans-serif !important;
  font-weight: 400 !important;
  text-transform: initial !important;
}

h1,
.h1 {
  color: #222;
  font-family: "Jost", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.h1 {
  font-size: 3rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  line-height: 1 !important;
}

.text-grouping h1 {
  margin: 0;
}

h2,
.h2 {
  color: #222;
  font-family: "Jost", sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.88px;
  line-height: 3rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.h2 {
  font-size: 2.5rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.88px !important;
  line-height: 3rem !important;
}

.text-grouping h2 {
  margin: 0;
}

h3,
.h3 {
  color: #222;
  font-family: "Jost", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.56px;
  line-height: 2.375rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.h3 {
  font-size: 2rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.56px !important;
  line-height: 2.375rem !important;
}

.text-grouping h3 {
  margin: 0;
}

h4,
.h4 {
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  line-height: 1.875rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.h4 {
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.48px !important;
  line-height: 1.875rem !important;
}

.text-grouping h4 {
  margin: 0;
}

h5,
.h5 {
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.56px;
  line-height: 1.375rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.h5 {
  font-size: 1.125rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.56px !important;
  line-height: 1.375rem !important;
}

.text-grouping h5 {
  margin: 0;
}

h6,
.h6 {
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 1.1875em;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.h6 {
  font-size: 0.9375rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px !important;
  line-height: 1.1875em !important;
}

.text-grouping h6 {
  margin: 0;
}

@media (max-width: 59em) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  h3 {
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
  h4 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
  h5 {
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }
  .intro {
    font-size: 1em;
  }
}
b,
strong {
  font-weight: bold;
}

ul, ol {
  padding-left: 1.25em;
}

ol li {
  list-style: decimal;
}

.text-muted {
  color: #767676;
}

i,
em {
  font-style: italic;
}

a {
  color: #2a2925;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

hr {
  border: 0;
  border-top: 1px solid rgba(78, 78, 78, 0.3);
  margin: auto;
  width: 100%;
}
hr.hr-xs {
  margin: 1rem auto;
}

.intro {
  font-size: 1.25em;
}

.text-grouping {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.light-text {
  color: #fff;
}

.dark-text {
  color: #2a2925;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

html {
  scroll-behavior: smooth;
}

*:not(.modal):focus-visible {
  background-color: #f2f9fc;
  box-shadow: 0 0 0 2px #2a2925 !important;
}

[contenteditable] {
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

#site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex-grow: 1;
}

#wide-col {
  width: 100%;
  padding: 0;
}

.dropdown {
  position: relative;
}

.container,
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1920px;
}
.container:before, .container:after,
.container-fluid:before,
.container-fluid:after {
  display: none;
}
.grid-section .container,
.grid-section .container-fluid {
  padding: 0;
}
.standard-page .container,
.standard-page .container-fluid {
  max-width: 1920px;
}
.pn-shop .container,
.pn-shop .container-fluid {
  max-width: initial;
}
header .container,
header .container-fluid {
  max-width: 1920px !important;
}

.standard-page main .small-page > .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 840px;
}

.container:has(.full-width),
.full-width main .container,
main .full-width .container {
  max-width: initial !important;
  padding: 0;
}

.content:has(.full-width),
.full-width main .content,
main .full-width .content {
  max-width: initial !important;
}

.row {
  display: flex;
  gap: 1em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.row:before, .row:after {
  display: none;
}
.reverse .row, [reversedcolumn="1"] .row {
  flex-direction: row-reverse;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-stretch {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

#left-col {
  flex-grow: 1;
}

.padding-standard {
  padding: 5em 1em;
}

.column:has([centeredcolumn]) {
  align-items: center;
  justify-content: center;
  display: flex;
}

[centeredcolumn="1"] .row {
  align-items: center;
  justify-content: center;
}

[roundcolumn="1"] {
  border-radius: 1rem;
}

.single-column-row > div {
  padding: 0;
  width: 100%;
}

.two-column-row {
  gap: 1em;
}
.two-column-row > * {
  flex: 0 0 calc((100% - 1em) / 2);
}
@media (max-width: 840px) {
  .two-column-row {
    gap: 1em;
    flex-wrap: wrap;
  }
  .two-column-row > * {
    flex: 0 0 calc((100% - 0em) / 1);
  }
  .two-column-row .img-responsive {
    width: 100%;
    max-width: initial;
  }
}
.two-column-row > div {
  padding: 0;
}

.three-column-row {
  gap: 1em;
}
.three-column-row > * {
  flex: 0 0 calc((100% - 2em) / 3);
}
@media (max-width: 840px) {
  .three-column-row {
    gap: 1em;
    flex-wrap: wrap;
  }
  .three-column-row > * {
    flex: 0 0 calc((100% - 1em) / 2);
  }
  .three-column-row .img-responsive {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 576px) {
  .three-column-row {
    gap: 1em;
  }
  .three-column-row > * {
    flex: 0 0 calc((100% - 0em) / 1);
  }
}
.three-column-row > div {
  padding: 0;
}

.four-column-row {
  gap: 1em;
}
.four-column-row > * {
  flex: 0 0 calc((100% - 3em) / 4);
}
@media (max-width: 840px) {
  .four-column-row {
    gap: 1em;
    flex-wrap: wrap;
  }
  .four-column-row > * {
    flex: 0 0 calc((100% - 1em) / 2);
  }
  .four-column-row img, .four-column-row .img-responsive {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 576px) {
  .four-column-row {
    gap: 1em;
  }
  .four-column-row > * {
    flex: 0 0 calc((100% - 0em) / 1);
  }
}
.four-column-row > div {
  padding: 0;
}

.five-column-row {
  gap: 1em;
}
.five-column-row > * {
  flex: 0 0 calc((100% - 4em) / 5);
}
@media (max-width: 840px) {
  .five-column-row {
    gap: 1em;
    flex-wrap: wrap;
  }
  .five-column-row > * {
    flex: 0 0 calc((100% - 2em) / 3);
  }
  .five-column-row .img-responsive {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 576px) {
  .five-column-row {
    gap: 1em;
  }
  .five-column-row > * {
    flex: 0 0 calc((100% - 1em) / 2);
  }
}
.five-column-row > div {
  padding: 0;
}

.six-column-row {
  gap: 1em;
}
.six-column-row > * {
  flex: 0 0 calc((100% - 5em) / 6);
}
@media (max-width: 840px) {
  .six-column-row {
    gap: 1em;
    flex-wrap: wrap;
  }
  .six-column-row > * {
    flex: 0 0 calc((100% - 2em) / 3);
  }
  .six-column-row .img-responsive {
    width: 100%;
    max-width: initial;
  }
}
@media (max-width: 576px) {
  .six-column-row {
    gap: 1em;
  }
  .six-column-row > * {
    flex: 0 0 calc((100% - 1em) / 2);
  }
}
.six-column-row > div {
  padding: 0;
}

@media (max-width: 840px) {
  .one-third-two-thirds,
  .two-thids-one-third {
    flex-direction: column;
  }
}

.grid-section > div {
  margin-left: auto;
  margin-right: auto;
}
.grid-section > div + div {
  margin-top: 2em;
}
.homepage .grid-section > div + div {
  margin-top: 1em;
}

.flex {
  display: flex;
}

.column > div > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-flex {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.flex-header {
  display: flex;
  flex-flow: row nowrap;
}

.img-responsive {
  display: block;
  width: 100%;
}

.img-center {
  display: block;
  margin: auto;
}

.img-right {
  display: block;
  margin-left: auto;
}

.rounded {
  border-radius: 50% !important;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

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

.no-bullets {
  list-style: none;
}

.inline-block {
  display: inline-block;
}
.inline-block label {
  display: inline-block;
}

.m-a-1 {
  margin: 1em;
}

.m-t-1 {
  margin-top: 1em;
}

.m-r-1 {
  margin-right: 1em;
}

.m-b-1 {
  margin-bottom: 1em;
}

.m-l-1 {
  margin-left: 1em;
}

.m-y-1 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.m-x-1 {
  margin-left: 1em;
  margin-right: 1em;
}

.p-a-1 {
  padding: 1em;
}

.p-t-1 {
  padding-top: 1em;
}

.p-r-1 {
  padding-right: 1em;
}

.p-b-1 {
  padding-bottom: 1em;
}

.p-l-1 {
  padding-left: 1em;
}

.p-y-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}

.p-x-1 {
  padding-left: 1em;
  padding-right: 1em;
}

.m-a-2 {
  margin: 2em;
}

.m-t-2 {
  margin-top: 2em;
}

.m-r-2 {
  margin-right: 2em;
}

.m-b-2 {
  margin-bottom: 2em;
}

.m-l-2 {
  margin-left: 2em;
}

.m-y-2 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.m-x-2 {
  margin-left: 2em;
  margin-right: 2em;
}

.p-a-2 {
  padding: 2em;
}

.p-t-2 {
  padding-top: 2em;
}

.p-r-2 {
  padding-right: 2em;
}

.p-b-2 {
  padding-bottom: 2em;
}

.p-l-2 {
  padding-left: 2em;
}

.p-y-2 {
  padding-top: 2em;
  padding-bottom: 2em;
}

.p-x-2 {
  padding-left: 2em;
  padding-right: 2em;
}

.m-a-3 {
  margin: 3em;
}

.m-t-3 {
  margin-top: 3em;
}

.m-r-3 {
  margin-right: 3em;
}

.m-b-3 {
  margin-bottom: 3em;
}

.m-l-3 {
  margin-left: 3em;
}

.m-y-3 {
  margin-top: 3em;
  margin-bottom: 3em;
}

.m-x-3 {
  margin-left: 3em;
  margin-right: 3em;
}

.p-a-3 {
  padding: 3em;
}

.p-t-3 {
  padding-top: 3em;
}

.p-r-3 {
  padding-right: 3em;
}

.p-b-3 {
  padding-bottom: 3em;
}

.p-l-3 {
  padding-left: 3em;
}

.p-y-3 {
  padding-top: 3em;
  padding-bottom: 3em;
}

.p-x-3 {
  padding-left: 3em;
  padding-right: 3em;
}

.m-a-4 {
  margin: 4em;
}

.m-t-4 {
  margin-top: 4em;
}

.m-r-4 {
  margin-right: 4em;
}

.m-b-4 {
  margin-bottom: 4em;
}

.m-l-4 {
  margin-left: 4em;
}

.m-y-4 {
  margin-top: 4em;
  margin-bottom: 4em;
}

.m-x-4 {
  margin-left: 4em;
  margin-right: 4em;
}

.p-a-4 {
  padding: 4em;
}

.p-t-4 {
  padding-top: 4em;
}

.p-r-4 {
  padding-right: 4em;
}

.p-b-4 {
  padding-bottom: 4em;
}

.p-l-4 {
  padding-left: 4em;
}

.p-y-4 {
  padding-top: 4em;
  padding-bottom: 4em;
}

.p-x-4 {
  padding-left: 4em;
  padding-right: 4em;
}

.v-align-middle {
  vertical-align: middle;
}

.hide {
  display: none;
}

.content-column {
  order: 1;
  flex-grow: 2;
}

.sidebar {
  flex: 0 0 20%;
  max-width: 20%;
}

.pull-left, .content-column.pull-left {
  float: left;
  margin-right: auto;
  order: 0;
}

.pull-right, .content-column.pull-right {
  float: right;
  margin-left: auto;
  order: 2;
}

@media (min-width: calc(480px + 1px)) {
  .pull-xs-left {
    float: left;
    order: 1;
  }
  .pull-xs-right {
    float: right;
    order: 2;
  }
}
@media (min-width: calc(576px + 1px)) {
  .pull-sm-left {
    float: left;
    order: 1;
  }
  .pull-sm-right {
    float: right;
    order: 2;
  }
}
@media (min-width: calc(840px + 1px)) {
  .pull-md-left {
    float: left;
    order: 1;
  }
  .pull-md-right {
    float: right;
    order: 2;
  }
}
@media (min-width: calc(1180px + 1px)) {
  .pull-lg-left {
    float: left;
    order: 1;
  }
  .pull-lg-right {
    float: right;
    order: 2;
  }
}
@media (min-width: calc(1440px + 1px)) {
  .pull-xl-left {
    float: left;
    order: 1;
  }
  .pull-xl-right {
    float: right;
    order: 2;
  }
}
.youtube-embed {
  aspect-ratio: 16/9;
  width: 100%;
}

nav ul {
  list-style: none;
  padding-left: 0;
}

.nav-tabs {
  border-bottom: 1px solid #f4f4f4;
  text-align: center;
  display: flex;
  justify-content: center;
  list-style: none;
}
.nav-tabs li a {
  border-bottom: 4px solid transparent;
  display: inline-block;
  font-weight: 600;
  padding: 0.666em 1.5em;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-tabs li a i {
  color: #94cdde;
  font-size: 1.25em;
  margin-right: 0.5rem;
}
.nav-tabs li.active a {
  border-color: #94cdde;
}

.pointer {
  cursor: pointer;
}

.grecaptcha-badge {
  right: -90em !important;
}

.review-addresses {
  display: flex;
  gap: 2rem;
}
.review-addresses > div {
  flex: 1 1 0px;
}

.dropdown-menu .active {
  font-weight: 600;
  color: black;
}

[class*=col-] {
  float: left;
  min-height: 1px;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  position: relative;
  width: 100%;
}

@media (min-width: 0) {
  .col-xs-1 {
    width: 8.333333%;
  }
  .col-xs-2 {
    width: 16.666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.333333%;
  }
  .col-xs-5 {
    width: 41.666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.333333%;
  }
  .col-xs-8 {
    width: 66.666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.333333%;
  }
  .col-xs-11 {
    width: 91.666667%;
  }
  .col-xs-12 {
    width: 100%;
    padding: 0;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-pull-1 {
    right: 8.333333%;
  }
  .col-xs-pull-2 {
    right: 16.666667%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-4 {
    right: 33.333333%;
  }
  .col-xs-pull-5 {
    right: 41.666667%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-7 {
    right: 58.333333%;
  }
  .col-xs-pull-8 {
    right: 66.666667%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-10 {
    right: 83.333333%;
  }
  .col-xs-pull-11 {
    right: 91.666667%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-push-1 {
    left: 8.333333%;
  }
  .col-xs-push-2 {
    left: 16.666667%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-4 {
    left: 33.333333%;
  }
  .col-xs-push-5 {
    left: 41.666667%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-7 {
    left: 58.333333%;
  }
  .col-xs-push-8 {
    left: 66.666667%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-10 {
    left: 83.333333%;
  }
  .col-xs-push-11 {
    left: 91.666667%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0;
  }
  .col-xs-offset-1 {
    margin-left: 8.333333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.666667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.333333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.666667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.333333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.666667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.333333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.666667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: calc(576px + 1px)) {
  .col-sm-1 {
    width: 8.333333%;
  }
  .col-sm-2 {
    width: 16.666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333%;
  }
  .col-sm-5 {
    width: 41.666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333%;
  }
  .col-sm-8 {
    width: 66.666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333%;
  }
  .col-sm-11 {
    width: 91.666667%;
  }
  .col-sm-12 {
    width: 100%;
    padding: 0;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.333333%;
  }
  .col-sm-pull-2 {
    right: 16.666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.333333%;
  }
  .col-sm-pull-5 {
    right: 41.666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333%;
  }
  .col-sm-pull-8 {
    right: 66.666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.333333%;
  }
  .col-sm-pull-11 {
    right: 91.666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.333333%;
  }
  .col-sm-push-2 {
    left: 16.666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.333333%;
  }
  .col-sm-push-5 {
    left: 41.666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333%;
  }
  .col-sm-push-8 {
    left: 66.666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.333333%;
  }
  .col-sm-push-11 {
    left: 91.666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: calc(840px + 1px)) {
  .col-md-1 {
    width: 8.333333%;
  }
  .col-md-2 {
    width: 16.666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
  .col-md-5 {
    width: 41.666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333%;
  }
  .col-md-8 {
    width: 66.666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333%;
  }
  .col-md-11 {
    width: 91.666667%;
  }
  .col-md-12 {
    width: 100%;
    padding: 0;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333%;
  }
  .col-md-pull-2 {
    right: 16.666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.333333%;
  }
  .col-md-pull-5 {
    right: 41.666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333%;
  }
  .col-md-pull-8 {
    right: 66.666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.333333%;
  }
  .col-md-pull-11 {
    right: 91.666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333%;
  }
  .col-md-push-2 {
    left: 16.666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.333333%;
  }
  .col-md-push-5 {
    left: 41.666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333%;
  }
  .col-md-push-8 {
    left: 66.666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.333333%;
  }
  .col-md-push-11 {
    left: 91.666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: calc(1180px + 1px)) {
  .col-lg-1 {
    width: 8.333333%;
  }
  .col-lg-2 {
    width: 16.666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333%;
  }
  .col-lg-5 {
    width: 41.666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333%;
  }
  .col-lg-8 {
    width: 66.666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333%;
  }
  .col-lg-11 {
    width: 91.666667%;
  }
  .col-lg-12 {
    width: 100%;
    padding: 0;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333%;
  }
  .col-lg-pull-2 {
    right: 16.666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.333333%;
  }
  .col-lg-pull-5 {
    right: 41.666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333%;
  }
  .col-lg-pull-8 {
    right: 66.666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.333333%;
  }
  .col-lg-pull-11 {
    right: 91.666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333%;
  }
  .col-lg-push-2 {
    left: 16.666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.333333%;
  }
  .col-lg-push-5 {
    left: 41.666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333%;
  }
  .col-lg-push-8 {
    left: 66.666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.333333%;
  }
  .col-lg-push-11 {
    left: 91.666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: calc(1440px + 1px)) {
  .col-xl-1 {
    width: 8.333333%;
  }
  .col-xl-2 {
    width: 16.666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333333%;
  }
  .col-xl-5 {
    width: 41.666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333%;
  }
  .col-xl-8 {
    width: 66.666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333333%;
  }
  .col-xl-11 {
    width: 91.666667%;
  }
  .col-xl-12 {
    width: 100%;
    padding: 0;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.333333%;
  }
  .col-xl-pull-2 {
    right: 16.666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.333333%;
  }
  .col-xl-pull-5 {
    right: 41.666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.333333%;
  }
  .col-xl-pull-8 {
    right: 66.666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.333333%;
  }
  .col-xl-pull-11 {
    right: 91.666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.333333%;
  }
  .col-xl-push-2 {
    left: 16.666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.333333%;
  }
  .col-xl-push-5 {
    left: 41.666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.333333%;
  }
  .col-xl-push-8 {
    left: 66.666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.333333%;
  }
  .col-xl-push-11 {
    left: 91.666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
@media (max-width: 480px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: calc(480px + 1px)) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: calc(576px + 1px)) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 840px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: calc(840px + 1px)) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1180px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: calc(1180px + 1px)) {
  .hidden-xl-up {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .hidden-xl-down {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .col-xl {
    flex-direction: column;
  }
}
@media (max-width: 1180px) {
  .col-lg {
    flex-direction: column;
  }
}
@media (max-width: 840px) {
  .col-md {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .col-sm {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .col-xs {
    flex-direction: column;
  }
}
header {
  background-color: #fff;
  width: 100%;
  z-index: 500;
}
header button {
  background-color: transparent;
}
header #menu-mobile .glyphicon,
header #page-menu-mobile .glyphicon {
  display: none;
}
header .mobile-hamburger,
header .reveal > .close-btn {
  display: none;
}
@media (max-width: 940px) {
  header .mobile-hamburger,
  header .reveal > .close-btn {
    display: block;
  }
}
@media (max-width: 940px) {
  header .site-search {
    max-width: initial;
  }
}
header .mobile-search {
  margin-top: 1rem;
}
header .mobile-search .site-search {
  max-width: initial;
}
@media (max-width: 940px) {
  header .reveal > .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 1em;
    font-weight: bold;
    padding: 0.5rem 1rem;
    z-index: 9999;
  }
}
@media (max-width: 940px) {
  header .navigation .reveal {
    display: flex;
    gap: 1rem;
    flex-grow: 1;
    text-align: center;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.23);
    flex-direction: column;
    max-width: 375px;
    overflow-y: auto;
    padding: 0 1.125rem 1.5rem;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    transform: translateX(-150%);
    width: 100%;
    z-index: 9999;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
}
header .navigation .reveal.in {
  transform: translateX(0);
}
header .navigation .reveal [class*=col-] {
  float: none;
}
header .navigation .row {
  display: flex !important;
}
header .navigation .row:before, header .navigation .row:after {
  display: none;
}
header .navbar-toggle {
  align-items: center;
  display: flex;
  gap: 0.25em;
}
header .navbar-toggle > div {
  width: 1.5em;
}
header .navbar-toggle .icon-bar {
  background-color: #57554C;
  border-radius: 1em;
  display: block !important;
  height: 2px;
  width: 100%;
}
header .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 0.25em;
}
header .navbar-toggle .menu-text {
  display: block;
}
header .navbar-collapse {
  background: #fff;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #222;
  display: none;
  height: initial !important;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-delay: 0.1s;
}
header .navbar-collapse.in {
  display: block;
}
header .navbar-collapse .site-search {
  position: relative;
}
@media (min-width: calc(1440px + 1px)) {
  header .navbar-collapse .site-search {
    width: 14rem;
  }
}
header .navbar-collapse .site-search form {
  position: relative;
}
header .navbar-collapse .site-search .form-control {
  box-shadow: none;
  width: 100%;
  height: 100%;
}
header .navbar-collapse .site-search fieldset {
  position: relative;
  pointer-events: all;
}
header .navbar-collapse .site-search button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2em;
  height: 1.5em;
  font-size: 1.5em;
  text-align: center;
  border: 0 none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .navbar-nav > li {
  display: inline-block;
  position: initial;
}
header .navbar-nav .dropdown > a {
  position: relative;
  padding: 0.75em 0;
}
header .navbar-nav .dropdown:hover > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 4px;
  width: 100%;
  background-color: #2a2925;
}
header #navbar-collapse-grid {
  box-shadow: none;
  display: block;
  position: initial;
  transform: initial;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-delay: 0.1s;
}
header #navbar-collapse-grid.in {
  display: block;
}
header #navbar-collapse-grid .navbar-nav {
  position: relative;
  text-align: center;
  width: 100%;
}
header #navbar-collapse-grid .navbar-nav .text-grouping {
  white-space: initial;
}
header #navbar-collapse-grid .navbar-nav .img-responsive {
  margin-left: -1em;
  width: calc(100% + 1.25em) !important;
}

.dropdown > a, .dropdown > button:not(.btn-primary) {
  color: #222;
  display: inline-block;
  padding: 0.75em 1em;
  text-decoration: none;
}
.dropdown.sort-dropdown-menu > .btn-filters-control {
  color: #fff;
}
.dropdown-header {
  font-weight: bold;
  text-transform: capitalize;
  border-bottom: 1px solid #57554C;
  margin-bottom: 0.5em;
}
.dropdown-menu {
  background-color: #fff;
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.23);
  display: none;
  list-style: none;
  margin: 0;
  min-width: 10em;
  padding: 1.5em 0.5em;
  position: absolute;
  left: 0;
  top: 100%;
  text-align: left;
  z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
@media (min-width: 941px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}
.dropdown-menu .btn-default {
  border: none;
  display: block;
  font-size: 1rem;
  letter-spacing: initial;
  padding: 0.5em 0;
  text-align: left;
  text-transform: initial;
  font-weight: normal;
}
.dropdown-menu .btn-default:hover {
  background-color: transparent;
  border: none;
  color: inherit;
  text-decoration: underline;
}
.dropdown-menu .img-responsive-link {
  display: block;
  position: relative;
}
.dropdown-menu .spc {
  margin: 0;
}
.shopping-cart-dropdown .dropdown-menu, .modal .dropdown-menu {
  background: #fff;
  color: #222;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu.user-menu {
  padding: 1.5em 1em;
}
.dropdown-menu.user-menu a {
  color: inherit;
  text-decoration: none;
}
.dropdown-menu.user-menu a:hover {
  text-decoration: underline;
}
.dropdown span.badge.badge-sup {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.emun-nav {
  list-style: none;
  padding: 0;
  position: relative;
}
.emun-nav > li {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 940px) {
  .emun-nav > li {
    display: block;
  }
}

footer {
  background-color: #2a2925;
  color: #fff;
  padding: 4.5rem 0 1.5rem;
  margin-top: 1rem;
}
footer .container {
  max-width: calc(1440px + 2rem) !important;
  margin: auto;
  padding: 0 1rem;
}
footer .footer-nav {
  display: flex !important;
  align-items: flex-start;
  gap: 4em;
}
@media (max-width: 1000px) {
  footer .footer-nav {
    gap: 2em;
    flex-direction: column;
  }
}
footer .footer-nav > nav {
  padding-right: 1rem;
  width: 100%;
  border-bottom: 2px solid;
}
@media (min-width: 1000px) {
  footer .footer-nav > nav {
    border-bottom: none;
    width: 160px;
  }
}
footer .footer-nav > div {
  margin-left: auto;
}
footer .sub-footer {
  border-top: 1px solid #f4f4f4;
  gap: 0.5em;
  display: flex;
  margin-top: 2em;
  padding: 2em 0;
  width: 100%;
  align-items: center;
}
@media (max-width: 480px) {
  footer .sub-footer {
    flex-direction: column;
  }
}
footer .sub-footer > * {
  font-size: 0.75em;
}
footer .footer-logo {
  display: block;
  max-width: 100%;
}
footer .footer-heading {
  color: #fff;
  font-size: 1.25em;
}
footer a {
  color: inherit;
  display: inline-block;
  padding: 0.25em;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .panel {
  background-color: transparent;
  box-shadow: none;
  margin: 0;
}
footer .panel .panel-title {
  color: inherit;
  text-transform: uppercase;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 23px;
}
footer .quick-links .footer-heading {
  color: inherit;
  font-size: 0.9375em;
  font-family: "Open Sans", sans-serif;
  line-height: 23px;
  text-transform: uppercase;
}
footer .quick-links a {
  font-size: 0.875rem;
  padding: 10px 0;
}
footer .forms {
  display: flex;
  width: 300px;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 1000px) {
  footer .forms {
    width: 100%;
  }
}
footer .forms h2 {
  color: inherit;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 23px;
  text-transform: initial;
}
footer .forms p {
  font-size: 0.875rem;
}
footer .forms img {
  width: 100%;
  max-width: 310px;
}
footer .forms form {
  margin-bottom: 2em;
}
@media (max-width: 480px) {
  footer .forms form {
    flex-direction: column;
    gap: 0.5rem;
  }
}
footer .forms [type=submit] {
  background-color: #7e9a89;
  width: initial;
  padding: 10px 29px;
  border: 2px solid transparent;
  text-align: center;
}
footer .forms .social h2 {
  font-size: 1.125rem;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
}
footer .forms .social a {
  border: none;
  padding: 0;
  font-size: 1.5rem;
  margin-right: 1rem;
}
footer .forms .social a:hover {
  border: none;
  color: #fff;
}

#top-link-block {
  position: fixed;
  bottom: 4.5rem;
  right: 1rem;
}
#top-link-block a {
  width: 2.75em;
  height: 2.75em;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
}

shopping-multi-view-cards,
shopping-grid {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  row-gap: 60px;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  width: 100%;
}
shopping-multi-view-cards > *,
shopping-grid > * {
  flex: 0 0 calc((100% - 6rem) / 4);
}
@media (max-width: 1180px) {
  shopping-multi-view-cards,
  shopping-grid {
    gap: 2rem;
  }
  shopping-multi-view-cards > *,
  shopping-grid > * {
    flex: 0 0 calc((100% - 4rem) / 3);
  }
}
@media (max-width: 840px) {
  shopping-multi-view-cards,
  shopping-grid {
    gap: 2rem;
  }
  shopping-multi-view-cards > *,
  shopping-grid > * {
    flex: 0 0 calc((100% - 2rem) / 2);
  }
}
@media (max-width: 340px) {
  shopping-multi-view-cards,
  shopping-grid {
    gap: 2rem;
  }
  shopping-multi-view-cards > *,
  shopping-grid > * {
    flex: 0 0 calc((100% - 0rem) / 1);
  }
}

shopping-multi-view-cards a,
product-slider a,
shopping-grid a {
  color: inherit;
  text-decoration: none;
}
shopping-multi-view-cards .grid-item,
product-slider .grid-item,
shopping-grid .grid-item {
  margin: 0;
  float: initial;
  flex: 0 0 calc((100% - 6em) / 4);
}
shopping-multi-view-cards .grid-item-badges,
product-slider .grid-item-badges,
shopping-grid .grid-item-badges {
  min-height: initial;
}
shopping-multi-view-cards .img-wrap,
product-slider .img-wrap,
shopping-grid .img-wrap {
  position: relative;
}
shopping-multi-view-cards .text,
product-slider .text,
shopping-grid .text {
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1rem;
  padding: 2rem 1rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
shopping-multi-view-cards .text .text-muted,
product-slider .text .text-muted,
shopping-grid .text .text-muted {
  font-weight: initial;
}
shopping-multi-view-cards .text .pricing strong,
product-slider .text .pricing strong,
shopping-grid .text .pricing strong {
  font-size: 1rem;
}
shopping-multi-view-cards .badges,
product-slider .badges,
shopping-grid .badges {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.333rem;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 1;
}
shopping-multi-view-cards .corner-ribbon,
product-slider .corner-ribbon,
shopping-grid .corner-ribbon {
  background-color: #57554C;
  border-radius: 0;
  color: #fff;
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
  min-width: 50px;
  padding: 0.25em 1em;
  position: initial;
  text-align: center;
  transform: initial;
  text-transform: uppercase;
  width: initial;
}
shopping-multi-view-cards .corner-ribbon.ribbon-color-1,
product-slider .corner-ribbon.ribbon-color-1,
shopping-grid .corner-ribbon.ribbon-color-1 {
  background-color: #57554C;
}
shopping-multi-view-cards .corner-ribbon.ribbon-color-2, shopping-multi-view-cards .corner-ribbon.ribbon-color-best-seller,
product-slider .corner-ribbon.ribbon-color-2,
product-slider .corner-ribbon.ribbon-color-best-seller,
shopping-grid .corner-ribbon.ribbon-color-2,
shopping-grid .corner-ribbon.ribbon-color-best-seller {
  background-color: #BF9056;
}
shopping-multi-view-cards .corner-ribbon.ribbon-color-3,
product-slider .corner-ribbon.ribbon-color-3,
shopping-grid .corner-ribbon.ribbon-color-3 {
  background-color: #94cdde;
}

shopping-add-to-list .btn {
  margin: 0;
}
shopping-multi-view shopping-add-to-list .btn {
  margin: 0;
}

shopping-multi-view {
  display: block;
  padding: 0 1rem;
}
@media (min-width: 769px) {
  shopping-multi-view {
    padding: 0 3rem;
  }
}

@media (min-width: 769px) {
  body:has(.shop-hero) .multi-view-left .filters-wrap {
    position: fixed;
    top: 150px;
  }
}
.multi-view-left {
  max-width: 266px;
  min-width: 266px;
  margin-top: -13px;
  color: #231f20;
}
@media (min-width: 769px) {
  .multi-view-left .filters-wrap {
    width: 266px;
  }
}
@media (max-width: 768px) {
  .multi-view-left {
    max-width: initial;
    width: 100%;
  }
}
.multi-view-left h2 {
  font-size: 1.5rem;
  border-bottom: 1px solid;
}
.multi-view-left .panel {
  margin: 0;
}
.multi-view-left .panel > div {
  max-height: 216px !important;
}
.multi-view-left .panel-heading {
  padding: 0;
}
.multi-view-left .filter-heading {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 1.25em;
  border-bottom: 1px solid rgba(78, 78, 78, 0.3);
}
.multi-view-left .panel-title {
  padding: 0.5em 0;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.32px;
  font-family: "Open Sans", sans-serif;
  margin: 1rem 0 0;
  line-height: 1.2;
  border: none;
}
.multi-view-left .panel-title .fa-angle-down:before {
  color: #57554C;
  content: "\f067";
}
.multi-view-left .panel-title .fa-angle-up:before {
  color: #57554C;
  content: "\f068";
}
.multi-view-left auto-query-tag-filter .btn, .multi-view-left auto-query-filter-selector .btn {
  display: block;
  letter-spacing: initial;
  text-transform: none;
  transition: color 0.2s ease-in-out;
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.25rem 0;
  min-height: initial;
  text-align: left;
}
.multi-view-left auto-query-tag-filter .btn i, .multi-view-left auto-query-filter-selector .btn i {
  margin-right: 0.25rem;
}
.multi-view-left auto-query-tag-filter .btn *, .multi-view-left auto-query-filter-selector .btn * {
  letter-spacing: initial;
}
.multi-view-left auto-query-filter-selector {
  display: block;
}

.multi-view-right {
  flex-grow: 1;
}

.grid-image-container {
  position: relative;
  height: initial;
  line-height: initial;
}

auto-query-refinements-bar {
  display: block;
  margin-bottom: 2em;
}
auto-query-refinements-bar a {
  text-decoration: none;
}
auto-query-refinements-bar a span.label {
  display: inline-block;
  padding: 1rem 0;
  font-weight: initial;
}

.auto-query-header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 2.5rem;
}
@media (max-width: 994px) {
  .auto-query-header-right {
    gap: 1.5rem;
  }
}
.auto-query-header-right .btn-view-by {
  font-size: 1rem;
  padding: 0.5rem;
  color: inherit;
  background: transparent;
}

sort-options,
page-sizes {
  align-items: center;
  gap: 12px;
  display: flex;
}
sort-options.m-l-1,
page-sizes.m-l-1 {
  margin-left: 0 !important;
}
sort-options .m-r-1,
page-sizes .m-r-1 {
  margin-right: 0 !important;
}
sort-options .sort-label, sort-options .pre-label,
page-sizes .sort-label,
page-sizes .pre-label {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}
sort-options .btn-primary, sort-options .btn-group .btn-link,
page-sizes .btn-primary,
page-sizes .btn-group .btn-link {
  background-color: transparent;
  border-color: rgba(78, 78, 78, 0.3);
  color: #222;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 2em;
  justify-content: space-between;
  text-transform: capitalize;
  padding: 0.333rem 1rem;
  font-weight: 400;
  border-width: 1px;
}
sort-options .btn-primary:hover, sort-options .btn-group .btn-link:hover,
page-sizes .btn-primary:hover,
page-sizes .btn-group .btn-link:hover {
  background-color: transparent;
  border-color: rgba(78, 78, 78, 0.3);
  color: #222;
}
sort-options .caret,
page-sizes .caret {
  display: none;
}
sort-options .fa-sort:before,
page-sizes .fa-sort:before {
  content: "\f078";
}
sort-options .btn *,
page-sizes .btn * {
  letter-spacing: initial;
  text-transform: capitalize;
}

.pagination {
  display: flex;
  gap: 1.5em;
  justify-content: center;
  list-style: none;
  align-items: center;
  margin-top: 3em;
}
.pagination .pagination-first, .pagination .pagination-last {
  display: none;
}
.pagination .pagination-prev a, .pagination .pagination-next a {
  width: initial;
  height: initial;
  padding: 0.25em 0.5em;
  border-color: #2a2925;
  border-radius: initial;
  display: block;
  width: 5em;
  text-align: center;
}
@media (max-width: 576px) {
  .pagination .pagination-prev a, .pagination .pagination-next a {
    width: 7rem;
  }
}
@media (max-width: 380px) {
  .pagination .pagination-prev a, .pagination .pagination-next a {
    width: 6rem;
  }
}
.pagination a {
  border: 1px solid transparent;
  display: flex;
  width: 2.5em;
  height: 2.5em;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  text-decoration: none;
}
.pagination .active a {
  background-color: #2a2925;
  border-color: #2a2925;
  color: #fff;
}
shopping-multi-view .pagination.ng-hide {
  display: flex !important;
}

shopping-one-up .one-up-row,
cart-item-quick-view .one-up-row {
  gap: 2rem;
  margin-bottom: 5rem;
}
@media (max-width: 576px) {
  shopping-one-up .one-up-row,
  cart-item-quick-view .one-up-row {
    flex-direction: column;
  }
}
shopping-one-up .image-column, shopping-one-up .text-column,
cart-item-quick-view .image-column,
cart-item-quick-view .text-column {
  flex: 1 1 0px;
}
@media (max-width: 840px) {
  shopping-one-up .image-column, shopping-one-up .text-column,
  cart-item-quick-view .image-column,
  cart-item-quick-view .text-column {
    width: 100%;
  }
}
shopping-one-up .text-column,
cart-item-quick-view .text-column {
  display: flex;
  flex-direction: column;
}
shopping-one-up .text-column .column,
cart-item-quick-view .text-column .column {
  display: flex;
  flex-direction: column;
}
shopping-one-up .text-column p.product-price,
cart-item-quick-view .text-column p.product-price {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  text-align: left;
}
shopping-one-up .text-column p.sign-in,
cart-item-quick-view .text-column p.sign-in {
  margin: 1rem 0 0;
  font-size: 1rem;
}
shopping-one-up .text-column .btn-link,
cart-item-quick-view .text-column .btn-link {
  font-size: 1rem;
  cursor: pointer;
  color: #2a2925;
  font-weight: 700;
  text-decoration: none;
  text-transform: initial;
}
shopping-one-up .text-column .btn-panel,
cart-item-quick-view .text-column .btn-panel {
  border-bottom: 1px solid rgba(78, 78, 78, 0.3);
  color: #222;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  letter-spacing: initial;
  line-height: 1.5rem;
  font-size: 1rem;
  padding: 0.75rem;
  width: 100%;
  display: flex;
  text-align: left;
}
shopping-one-up .text-column .btn-panel span:last-of-type,
cart-item-quick-view .text-column .btn-panel span:last-of-type {
  font-size: 2em;
  font-weight: 400;
  line-height: 0;
}
shopping-one-up .image-column .product-images-horizontal .row,
cart-item-quick-view .image-column .product-images-horizontal .row {
  flex-direction: column;
}
shopping-one-up .image-column .product-images-horizontal .row .mcs-items-container,
cart-item-quick-view .image-column .product-images-horizontal .row .mcs-items-container {
  text-align: left;
}
shopping-one-up .image-column .row,
cart-item-quick-view .image-column .row {
  gap: 0;
}
shopping-one-up p,
cart-item-quick-view p {
  margin: 0;
}
shopping-one-up .product-brand,
cart-item-quick-view .product-brand {
  font-size: 0.875rem;
  color: #767676;
  letter-spacing: 0.28px;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
shopping-one-up .product-description,
cart-item-quick-view .product-description {
  font-size: 1.75rem;
  margin: 1rem 0;
  text-transform: initial;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Open Sans", sans-serif;
}
shopping-one-up .product-sku,
cart-item-quick-view .product-sku {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
shopping-one-up .actions-block,
cart-item-quick-view .actions-block {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
shopping-one-up .quantity-label,
cart-item-quick-view .quantity-label {
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 0.5rem;
}
shopping-one-up shopping-add-to-list, shopping-one-up shopping-change-quantity, shopping-one-up numeric-input-group,
cart-item-quick-view shopping-add-to-list,
cart-item-quick-view shopping-change-quantity,
cart-item-quick-view numeric-input-group {
  display: block;
}
shopping-one-up .btn-checkout,
cart-item-quick-view .btn-checkout {
  margin-top: 1rem;
}
shopping-one-up shopping-add-to-list:not(product-slider shopping-add-to-list) .short-label,
cart-item-quick-view shopping-add-to-list:not(product-slider shopping-add-to-list) .short-label {
  display: none;
}
shopping-one-up shopping-add-to-list:not(product-slider shopping-add-to-list) .long-label,
cart-item-quick-view shopping-add-to-list:not(product-slider shopping-add-to-list) .long-label {
  display: inline-block !important;
}
shopping-one-up shopping-add-to-list:not(product-slider shopping-add-to-list) .btn-primary,
cart-item-quick-view shopping-add-to-list:not(product-slider shopping-add-to-list) .btn-primary {
  background-color: #fff;
  border-color: transparent;
  color: #2a2925;
  width: 100%;
}
shopping-one-up shopping-add-to-list:not(product-slider shopping-add-to-list) .btn-primary:hover,
cart-item-quick-view shopping-add-to-list:not(product-slider shopping-add-to-list) .btn-primary:hover {
  background: #f4f4f4;
  border-color: #f4f4f4;
  color: #2a2925;
}
shopping-one-up .btn-add-to-cart-shop, shopping-one-up .btn-add-to-list,
cart-item-quick-view .btn-add-to-cart-shop,
cart-item-quick-view .btn-add-to-list {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
shopping-one-up .btn-add-to-cart-shop svg, shopping-one-up .btn-add-to-list svg,
cart-item-quick-view .btn-add-to-cart-shop svg,
cart-item-quick-view .btn-add-to-list svg {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
}
shopping-one-up .btn-add-to-cart-shop svg use, shopping-one-up .btn-add-to-list svg use,
cart-item-quick-view .btn-add-to-cart-shop svg use,
cart-item-quick-view .btn-add-to-list svg use {
  stroke: #fff;
}
shopping-one-up .btn-add-to-cart-shop i, shopping-one-up .btn-add-to-list i,
cart-item-quick-view .btn-add-to-cart-shop i,
cart-item-quick-view .btn-add-to-list i {
  margin-right: 0.5rem;
}
shopping-one-up shopping-one-up-details,
cart-item-quick-view shopping-one-up-details {
  display: block;
  border-top: 1px solid rgba(78, 78, 78, 0.3);
  margin: 1rem 0;
}
shopping-one-up shopping-one-up-details .btn-link,
cart-item-quick-view shopping-one-up-details .btn-link {
  color: #222;
  font-weight: 500;
}
shopping-one-up shopping-one-up-details ul,
cart-item-quick-view shopping-one-up-details ul {
  margin: 1.5rem 0 1rem 2rem;
  padding: 0;
}
shopping-one-up shopping-one-up-details ul li,
cart-item-quick-view shopping-one-up-details ul li {
  font-size: 1rem;
  margin: 0 0 0.5rem;
  padding: 0;
}
shopping-one-up panel .btn-link,
cart-item-quick-view panel .btn-link {
  align-items: center;
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  padding: 0.75em 0;
  text-align: left;
  text-transform: initial;
  width: 100%;
}
shopping-one-up panel .btn-link span:last-of-type,
cart-item-quick-view panel .btn-link span:last-of-type {
  font-size: 2em;
  font-weight: 400;
  line-height: 0;
}
shopping-one-up panel[panel-type=none] datum > div, shopping-one-up panel[panel-type=none] datum:last-of-type > div,
cart-item-quick-view panel[panel-type=none] datum > div,
cart-item-quick-view panel[panel-type=none] datum:last-of-type > div {
  padding: 0;
  border: none;
}
shopping-one-up panel [uib-collapse],
cart-item-quick-view panel [uib-collapse] {
  margin: 1rem 0;
}
shopping-one-up panel [uib-collapse] > div,
cart-item-quick-view panel [uib-collapse] > div {
  display: flex;
  flex-direction: column;
}
shopping-one-up .corner-ribbon,
cart-item-quick-view .corner-ribbon {
  background-color: #57554C;
  transform: initial;
  position: initial;
}
shopping-one-up .corner-ribbon.ribbon-color-1,
cart-item-quick-view .corner-ribbon.ribbon-color-1 {
  background-color: #57554C;
}
shopping-one-up .corner-ribbon.ribbon-color-2, shopping-one-up .corner-ribbon.ribbon-color-best-seller,
cart-item-quick-view .corner-ribbon.ribbon-color-2,
cart-item-quick-view .corner-ribbon.ribbon-color-best-seller {
  background-color: #BF9056;
}
shopping-one-up .corner-ribbon.ribbon-color-3,
cart-item-quick-view .corner-ribbon.ribbon-color-3 {
  background-color: #94cdde;
}
shopping-one-up .badges,
cart-item-quick-view .badges {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.333rem;
  margin-bottom: 1rem;
}
shopping-one-up .badges .corner-ribbon,
cart-item-quick-view .badges .corner-ribbon {
  width: initial;
  line-height: 1;
  padding: 0.333em 1em;
}

cart-item-quick-view > .row {
  max-width: 1440px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 840px) {
  cart-item-quick-view > .row {
    flex-direction: column !important;
  }
}

.cart-item-quick-view .modal-title {
  display: none;
}

.product-info {
  position: absolute;
  right: 100px;
  top: -80px;
  background: #fff;
  color: #000;
  border-radius: 3px;
  min-width: 200px;
  padding: 5px;
  text-align: right;
  font-weight: 800;
  text-align: left;
  border: 1px solid #ddd;
  max-width: 300px;
}

product-list-shop-viewer {
  display: block;
  overflow: hidden;
}

@media (max-width: 1221px) {
  product-list-shop-viewer div#product-list-shop-viewer {
    width: 200%;
    transition: 0.25s ease-in-out 0.25s;
  }
}
@media (max-width: 1221px) {
  product-list-shop-viewer div#product-list-shop-viewer.wishlist-mobile {
    transform: translateX(-50%);
  }
}
product-list-shop-viewer div#product-list-shop-viewer ul {
  margin: 0;
  list-style: none;
}

product-list-shop-viewer div#product-list-shop-viewer .row {
  margin: 0 auto;
}

product-list-shop-viewer div#product-list-shop-viewer .nav-tabs {
  background: #e4e4e4;
  border-bottom: initial;
  display: flex;
  padding: 0;
}

product-list-shop-viewer div#product-list-shop-viewer .nav-tabs .other-lists {
  list-style: none;
  margin: 0;
}

product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li {
  float: none;
  margin: 0;
}

product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li a, product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a, product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a:hover, product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a:focus {
  border-top: 0.25em solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: none;
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  display: inline-block;
  margin: 0;
  padding: 0.5em 1em;
  font-size: 1.25em;
}

@media (max-width: 700px) {
  product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li a, product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a, product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a:hover, product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a:focus {
    font-size: 1em;
  }
}
product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a {
  border-color: #000 !important;
  background-color: #fff;
}

product-list-shop-viewer div#product-list-shop-viewer .nav-tabs > li.active a:focus {
  outline: none;
  outline-offset: initial;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane {
  display: none;
  flex-flow: row nowrap;
  gap: 4em;
}

@media (max-width: 1221px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane {
    gap: 0;
  }
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane.active {
  display: flex;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-tab {
  min-width: 18em;
  padding: 1em 0;
}

@media (max-width: 700px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-tab {
    min-width: initial;
  }
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-tab .shared-list {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-tab .active {
  background-color: #e4e4e4;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-tab a {
  display: block;
  padding: 0.5em 1em;
  text-transform: capitalize;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-tab .btn-new-list {
  background: #a0a0a0;
  color: #fff;
  font-size: 1.25em;
  margin-top: 1em;
  padding: 0.5em 1em;
  text-align: center;
  width: 100%;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-tab .rep-info {
  display: none;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results {
  flex-grow: 1;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header {
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  gap: 1em;
  padding: 1em;
}

@media (max-width: 700px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header {
    gap: 0.5em;
    flex-flow: row wrap;
  }
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header h4 {
  margin-right: auto;
  text-transform: capitalize;
}

@media (max-width: 700px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header h4 {
    flex: initial;
    order: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 700px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header .btn {
    font-size: 0.75em;
    order: 2;
  }
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header .btn-link {
  background: #a0a0a0;
  color: #fff;
}

@media (min-width: 1221px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header .btn-show-lists {
    display: none;
  }
}
@media (max-width: 700px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header .btn-show-lists {
    font-size: 1em;
    order: 1;
    margin-right: auto;
  }
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row {
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  display: flex;
  gap: 1em;
  margin: 0;
  padding: 1em 0;
}

@media (max-width: 700px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row {
    flex-direction: column;
  }
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row:before, product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row:after {
  display: none;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-image {
  flex: 1 1 0px;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text {
  display: flex;
  flex: 3 1 0px;
  gap: 1em;
}

@media (min-width: 1221px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text {
    align-items: center;
  }
}
@media (max-width: 1221px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text {
    flex: 2 1 0px;
    flex-direction: column;
  }
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text .wishlist-info {
  flex: 2 1 0px;
}

@media (max-width: 1221px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text .wishlist-info {
    flex: 1 1 0px;
  }
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text .wishlist-info h3 {
  margin-top: 0;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text .wishlist-actions {
  flex: 1 1 0px;
}

@media (max-width: 1221px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text .wishlist-actions {
    width: 100%;
    max-width: 24em;
  }
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .long-description {
  max-width: 40em;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .add-to-list-row {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .product-price {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 0.25em;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .msrp {
  font-size: 1em;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .availability > div {
  display: flex;
  max-width: 40em;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .availability > div > span.text-default:first-of-type {
  display: flex;
  flex-grow: 1;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .availability > div > span.text-default:first-of-type .available-on {
  margin-left: auto;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results product-one-up-color-options {
  display: none;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .btn-add-to-cart-shop {
  background-color: #000;
  color: #fff;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .btn-add-to-list .short-label {
  display: none;
}
product-list-shop-viewer .wishlist-actions .actions {
  display: flex;
  align-items: center;
  gap: 1em;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .btn-descriptive-text {
  font-size: 0.75em;
  margin-left: 0.25em;
  vertical-align: middle;
}

@media (max-width: 1221px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane > div {
    flex: 1 1 0px;
    width: initial;
  }
}
.blog-page-header {
  text-align: center;
  margin: 3rem 0;
}
.blog-page-header p {
  font-size: 0.8rem;
  font-weight: 500;
  margin: 2rem auto 0 !important;
}
.blog-page-header a {
  font-size: 3.5rem;
  color: #94cdde;
  font-family: "FeltThat", cursive;
  text-decoration: none;
  display: block;
  line-height: 1;
}
.blog-page-header h1 {
  letter-spacing: 0 !important;
  font-size: 2.75rem !important;
  text-transform: none !important;
  margin: 1rem auto 0 !important;
  padding: 0 !important;
}
.blog-page-header h1:after {
  display: none;
}

.blog-page p {
  font-size: 0.875rem;
}

.blog-page-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.social-share {
  margin: 2.5rem auto 3rem;
}
.social-share .btn-primary {
  margin-top: 3rem;
  width: 100%;
  max-width: 230px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.social-share h2 {
  color: #94cdde;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}
.social-share [socialshare] {
  text-decoration: none;
  background: #305463;
  color: #fff;
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.social-share-icons {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  margin-top: 1rem;
}

.listing {
  display: flex;
  flex-flow: row wrap;
  gap: 4rem 2rem;
}

.blog-landing-item {
  width: calc(50% - 1rem);
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
  .blog-landing-item {
    width: 100%;
  }
}
.blog-landing-item > a {
  color: #3b3e3f;
  text-decoration: none;
}

.blog-landing-info {
  padding: 2.5rem;
}
@media (max-width: 576px) {
  .blog-landing-info {
    padding: 1rem;
  }
}
.blog-landing-info .heading {
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 1.5rem;
}
.blog-landing-info .text {
  font-size: 0.75rem;
}

.author-date {
  padding-bottom: 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.modal {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.modal .modal-dialog:not(.filters) {
  top: 0;
  position: relative !important;
  margin: 2rem auto 0 !important;
  height: initial !important;
}
.modal.fade .modal-dialog {
  transform: translateY(-250%);
}
.modal.in .modal-dialog {
  transform: translateY(0);
}
.modal .row {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
}
.modal .row:before, .modal .row:after {
  display: none;
}
@media (max-width: 840px) {
  .modal .row {
    flex-direction: column;
    align-items: center;
  }
}
.modal .row.m-a-3 {
  margin: 0 !important;
}
.modal .row.m-a-3 .col-sm-offset-1 {
  margin: 0;
  width: 100%;
}
.modal .row .col-xl-6, .modal .row .col-lg-6, .modal .row .col-md-6, .modal .row .col-sm-6, .modal .row .col-xs-6 {
  padding: 0;
  width: calc(50% - 0.5rem);
}
@media (max-width: 576px) {
  .modal .row .col-xl-6, .modal .row .col-lg-6, .modal .row .col-md-6, .modal .row .col-sm-6, .modal .row .col-xs-6 {
    width: 100%;
  }
}
.modal .row > .clearfix {
  display: none;
}
.modal-xs, .modal-sm, .modal-md, .modal-lg, .modal-xl, .modal-dialog {
  width: calc(100% - 4em) !important;
  margin: 1rem auto 0;
}
.modal-xs {
  max-width: 576px;
}
.modal-sm {
  max-width: 840px;
}
.modal-md {
  max-width: 1180px;
}
.modal-lg {
  max-width: 1440px;
}
.modal-backdrop.in {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
.modal .modal-content {
  background-color: #fff;
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  position: relative;
}
.modal .modal-content .close {
  font-size: 2rem;
  font-family: "Jost", sans-serif;
  font-weight: 100;
  width: 2rem;
  height: 2rem;
  background: transparent;
  align-items: center;
  display: flex;
  justify-content: center;
}
.modal .modal-content .modal-header, .modal .modal-content modal-header {
  align-items: center;
  background-color: #fff;
  border-bottom: 1px solid #f4f4f4;
  color: #222;
  display: flex;
  justify-content: space-between;
  padding: 1em;
  width: 100%;
}
.modal .modal-content .modal-header:before, .modal .modal-content .modal-header:after, .modal .modal-content modal-header:before, .modal .modal-content modal-header:after {
  display: none;
}
.modal .modal-content .modal-header .ibox-tools.pull-right, .modal .modal-content modal-header .ibox-tools.pull-right {
  order: 2;
}
.modal .modal-content .modal-header .modal-title > span, .modal .modal-content modal-header .modal-title > span {
  color: inherit;
}
.modal .modal-content .modal-header .close, .modal .modal-content modal-header .close {
  order: 9;
}
.modal .modal-content .modal-footer {
  padding: 1em;
  text-align: left;
  border-top: 1px solid #f4f4f4;
  display: flex;
  gap: 0.5rem;
}
.modal .modal-content .modal-footer:before, .modal .modal-content .modal-footer:after {
  display: none;
}
.modal .modal-content .modal-footer modal-footer {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  flex-flow: row wrap;
}
.modal .modal-content .modal-footer modal-footer > div {
  white-space: nowrap;
}
.modal .modal-content .modal-footer modal-footer .pull-right {
  text-align: right;
}
@media (max-width: 576px) {
  .modal .modal-content .modal-footer modal-footer {
    flex-direction: column;
    gap: 1em;
  }
}
.modal .modal-content .modal-footer modal-footer .clearfix {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
.modal .modal-content .modal-footer modal-footer .clearfix:before, .modal .modal-content .modal-footer modal-footer .clearfix:after {
  display: none;
}
.modal .modal-content .modal-footer modal-footer .pull-right {
  margin-left: 0.5em;
}
.modal .shopping-search-prompt .modal-body {
  padding: 0;
}
.modal .shopping-search-prompt .modal-body modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65vh;
}
.modal .shopping-search-prompt .modal-body .search {
  width: 40em;
}
.modal .shopping-search-prompt .modal-body .search .input-group-alt-layout {
  flex-grow: 1;
}
.modal .shopping-search-prompt .modal-body .search .shopping-search-prompt-input {
  border-right: none;
}
.modal .shopping-search-prompt .modal-body .search .btn-search {
  border: 1px solid;
  border-left: none;
}
.modal.ekko-lightbox .modal-dialog {
  height: 100%;
  margin: 0 auto;
}
.modal.ekko-lightbox .modal-dialog .modal-content {
  box-shadow: none;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modal.ekko-lightbox .modal-dialog .modal-content .modal-header {
  background-color: transparent;
  border: none;
  justify-content: center;
}
.modal.ekko-lightbox .modal-dialog .modal-content .modal-header h4 {
  text-align: center;
}
.modal.ekko-lightbox .modal-dialog .modal-content .modal-body {
  flex-grow: 1;
}
.modal.ekko-lightbox .modal-dialog .modal-content .modal-body .ekko-lightbox-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.modal.ekko-lightbox .modal-dialog .modal-content a {
  text-decoration: none;
}

order-header-fieldset [form-group],
modal-body [form-group],
.modal-body [form-group] {
  margin-bottom: 1em;
}
order-header-fieldset [form-group] .form-group,
modal-body [form-group] .form-group,
.modal-body [form-group] .form-group {
  display: flex;
  flex-direction: column;
  margin: 0;
}
order-header-fieldset [form-group] .form-group:before, order-header-fieldset [form-group] .form-group:after,
modal-body [form-group] .form-group:before,
modal-body [form-group] .form-group:after,
.modal-body [form-group] .form-group:before,
.modal-body [form-group] .form-group:after {
  display: none;
}
order-header-fieldset [form-group] .form-group .dropdown-menu,
modal-body [form-group] .form-group .dropdown-menu,
.modal-body [form-group] .form-group .dropdown-menu {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
order-header-fieldset [form-group] .form-group [class*=col-]:not(.dropdown-menu [class*=col-]),
modal-body [form-group] .form-group [class*=col-]:not(.dropdown-menu [class*=col-]),
.modal-body [form-group] .form-group [class*=col-]:not(.dropdown-menu [class*=col-]) {
  width: 100%;
  padding: 0;
}
order-header-fieldset [form-group] .form-group label,
modal-body [form-group] .form-group label,
.modal-body [form-group] .form-group label {
  font-size: 0.75em;
  padding: 0;
  text-align: left;
}
order-header-fieldset [form-group] .form-group .ui-select-placeholder,
order-header-fieldset [form-group] .form-group .ui-select-match-text,
modal-body [form-group] .form-group .ui-select-placeholder,
modal-body [form-group] .form-group .ui-select-match-text,
.modal-body [form-group] .form-group .ui-select-placeholder,
.modal-body [form-group] .form-group .ui-select-match-text {
  transform: initial;
}
order-header-fieldset [form-group] .form-group .ui-select-match .btn,
modal-body [form-group] .form-group .ui-select-match .btn,
.modal-body [form-group] .form-group .ui-select-match .btn {
  font-size: 12px;
  margin: 0;
  padding: 0.5em 1em;
}
order-header-fieldset [form-group] .form-group .ui-select-match .ui-select-match-item,
modal-body [form-group] .form-group .ui-select-match .ui-select-match-item,
.modal-body [form-group] .form-group .ui-select-match .ui-select-match-item {
  padding: 0.1em 0.5em;
}
order-header-fieldset [form-group] .form-group .ui-select-multiple,
modal-body [form-group] .form-group .ui-select-multiple,
.modal-body [form-group] .form-group .ui-select-multiple {
  padding: 6px 0 6px 12px;
}
order-header-fieldset [form-group] .form-group .ui-select-multiple .ui-select-search,
modal-body [form-group] .form-group .ui-select-multiple .ui-select-search,
.modal-body [form-group] .form-group .ui-select-multiple .ui-select-search {
  height: initial;
  margin-bottom: 0;
}
order-header-fieldset [form-group] .input-group button,
modal-body [form-group] .input-group button,
.modal-body [form-group] .input-group button {
  font-size: 12px;
  padding: 0.5em 1em;
}
order-header-fieldset [form-group] .input-group i.fa,
order-header-fieldset [form-group] .input-group i.before,
modal-body [form-group] .input-group i.fa,
modal-body [form-group] .input-group i.before,
.modal-body [form-group] .input-group i.fa,
.modal-body [form-group] .input-group i.before {
  margin: 0;
}
order-header-fieldset [form-group] .toggle,
modal-body [form-group] .toggle,
.modal-body [form-group] .toggle {
  width: 8em !important;
}
order-header-fieldset [form-group] .toggle-group label,
modal-body [form-group] .toggle-group label,
.modal-body [form-group] .toggle-group label {
  display: flex;
  align-items: center;
  justify-content: center;
}
order-header-fieldset .help-block ul,
modal-body .help-block ul,
.modal-body .help-block ul {
  margin: 0;
}

.modal-body {
  padding: 1em;
}
.modal-body * {
  float: none !important;
}

input,
select,
textarea,
.ui-select-toggle,
.form-control.selection {
  font-size: 0.875rem;
  padding: 0 1em;
  outline: none;
  border: 1px solid;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  background-color: #f4f4f4;
  border-color: #ccc;
  height: 2.75rem;
}

textarea {
  min-height: 5.5rem;
}

.ui-select-container {
  background-color: #f4f4f4;
}
.ui-select-container > div {
  display: flex;
  flex-direction: column-reverse;
}
.ui-select-container.form-control.ui-select-multiple.ui-select-bootstrap {
  border: none;
  background: transparent;
}
.ui-select-container.form-control.ui-select-multiple.ui-select-bootstrap .ui-select-search {
  cursor: text;
  display: block;
  font: inherit;
  width: 100%;
  color: #222;
  border: 1px solid #ccc;
  padding-left: 1.25em;
  padding-right: 1.25em;
  background: #f4f4f4 !important;
  height: 2.75rem !important;
}
.ui-select-container.form-control.ui-select-multiple.ui-select-bootstrap .ui-select-search:focus {
  border-color: #5cabdd;
}

.ui-select-toggle {
  background-color: #f4f4f4;
}

.ui-select-match .btn-default {
  background-color: #2a2925;
  color: #fff;
  cursor: pointer;
  padding: 0.1em 0.5em 0.1em 0.1em !important;
  border: none;
  display: inline-flex;
  gap: 0.5em;
  align-items: center;
  text-transform: initial;
  font-size: 10px !important;
}
.ui-select-match .btn-default:hover {
  background-color: #2a2925;
  border: none;
  opacity: 0.85;
}

input:focus, textarea:focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  outline-color: #000;
}

input[type=number] {
  width: 3.25rem;
  padding: 0;
}

input[type=button], input[type=reset], input[type=submit], button {
  padding: 0.75rem 2rem;
  background-color: #2a2925;
  border: 2px solid;
  border-color: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.046875rem;
  line-height: normal;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  width: auto;
  display: inline-block;
  line-height: normal;
  margin: 0;
}

input[type=reset], input[type=submit] {
  height: auto !important;
}

input[type=checkbox],
input[type=radio] {
  height: 1.25rem;
  width: 1.25rem;
}
label:has(input[type=checkbox],
input[type=radio]) {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

input:focus, textarea:focus, select:focus {
  border-color: #5cabdd;
}

.radio {
  display: inline-block;
  padding: 1em;
}

.form-control {
  display: block;
  font: inherit;
  width: 100%;
  color: #222;
  border: 1px solid #ccc;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

select.form-control {
  display: flex;
  align-items: center;
}

.form-horizontal {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

[form-group] + [form-group] {
  margin-top: 1em;
}

login form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.formio-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.formio-component-columns > .col:first-of-type {
  padding-left: 0;
}
.formio-component-columns > .col:last-of-type {
  padding-right: 0;
}
.formio-component input[type=checkbox] {
  width: initial;
  height: initial;
  margin: 0;
}

.search-field .btn-primary {
  padding: 0.5em 0.75em;
  border-radius: initial;
}

.input-group {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.input-group-addon {
  display: none;
}

input[type=checkbox],
input[type=radio]:active,
input[type=radio]:checked,
input[type=radio].ng-valid-parse {
  accent-color: #2a2925;
}

register-retailer .formio-component-columns {
  flex-wrap: wrap;
}
@media (min-width: 701px) {
  register-retailer .formio-component-columns {
    -moz-column-gap: 1em;
         column-gap: 1em;
    row-gap: 0;
  }
}
@media (max-width: 700px) {
  register-retailer .formio-component-columns {
    flex-direction: column;
  }
}
register-retailer .formio-component-columns .col-md-6 {
  width: calc(50% - 0.5em);
}
@media (max-width: 700px) {
  register-retailer .formio-component-columns .col-md-6 {
    width: 100%;
  }
}
register-retailer .formio-component-columns .formio-errors {
  width: 100%;
}

.btn {
  border: 2px solid transparent;
  display: inline-block;
  font: inherit;
  outline: none;
  padding: 0.5rem 1rem;
  letter-spacing: 0.15em;
  text-align: center;
  text-decoration: none;
  touch-action: manipulation;
}
@media (max-width: 480px) {
  .btn {
    white-space: initial;
  }
}
.btn * {
  letter-spacing: 0.15em;
}
.btn.btn-lg {
  width: 300px;
}
.btn.btn-wide {
  padding: 0.666rem 3rem;
}

[role=button] {
  cursor: pointer;
}

input[disabled] {
  cursor: default;
  opacity: 0.75;
}

.btn-default {
  background-color: transparent;
  border-color: #57554C;
  color: inherit;
  letter-spacing: 0.046875rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  background-color: #57554C;
  border-color: #57554C;
  color: #fff;
}

.btn-primary {
  background-color: #2a2925;
  border-color: #2a2925;
  color: #fff;
  letter-spacing: 0.046875rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #57554C;
  border-color: #57554C;
  color: #fff;
}

.btn-secondary {
  background-color: #57554C;
  border-color: #57554C;
  color: #fff;
  letter-spacing: 0.046875rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #2a2925;
  border-color: #2a2925;
  color: #fff;
}

.btn-qty {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #222;
  letter-spacing: 0.046875rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-qty:hover, .btn-qty:focus, .btn-qty:active {
  background-color: #57554C;
  border-color: #57554C;
  color: #fff;
}

.btn-link {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  letter-spacing: 0.046875rem;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  background-color: transparent;
  border-color: transparent;
  color: #2a2925;
}

.btn-success {
  background-color: #2a2925;
  border-color: #2a2925;
  color: #fff;
  letter-spacing: 0.046875rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background-color: #57554C;
  border-color: #57554C;
  color: #fff;
}

.btn-info {
  background-color: #46b8da;
  border-color: #46b8da;
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: 0.046875rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background-color: #31b0d5;
  border-color: #269abc;
  color: #fff;
}

.btn-warning {
  background-color: #f0ad4e;
  border-color: #eea236;
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: 0.046875rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background-color: #ec971f;
  border-color: #d58512;
  color: #fff;
}

.btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
  color: #fff;
  letter-spacing: 0.046875rem;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background-color: #c9302c;
  border-color: #ac2925;
  color: #fff;
}

.btn-link {
  padding: initial;
}

.fa.fa-star::before {
  content: "\f004";
}

.fa.fa-star-o::before {
  content: "\f004";
}

.edit-multi-item {
  padding: 0.5rem 1rem;
  border: 2px solid transparent;
  font-size: 0.875rem;
}

[class^=btn] a,
[class*=" btn"] a {
  color: inherit;
}

a.zoom.label {
  position: absolute;
  z-index: 10;
  background-color: transparent;
  color: inherit;
  transition: 0.25s ease-in-out;
  padding: 0.5em;
}
a.zoom.label:hover {
  color: #fff;
  transform: scale(1.5);
}
a.zoom.label i.fa {
  margin: 0;
}

.growl-container .close {
  background: transparent;
  padding: 0.5rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: inherit;
  border: none;
}

.carousel-btn {
  color: #2a2925;
}

.btn-white {
  background-color: #fff;
}

.breadcrumb-trail ol {
  display: flex;
  list-style-type: none;
  max-width: 1440px;
  margin: 0 auto;
  align-items: center;
  padding: 0.875rem 1rem 0.875rem 0.5rem;
}
.breadcrumb-trail ol li {
  display: inline-block;
  font-size: 0.8125rem;
  letter-spacing: 0.26px;
}
.breadcrumb-trail ol li::after {
  content: "/";
}
.breadcrumb-trail ol li:last-of-type::after {
  display: none;
}
.breadcrumb-trail ol li:first-of-type a {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.breadcrumb-trail ol li:first-of-type a:after {
  content: "\f015";
  display: inline-block;
}
.breadcrumb-trail ol li:first-of-type span {
  display: none;
}
.breadcrumb-trail ol li > a, .breadcrumb-trail ol li > span {
  color: #767676;
  display: inline-block;
  padding: 0 0.75em;
  text-decoration: none;
}
.breadcrumb-trail ol li > a:hover {
  text-decoration: underline;
}
.breadcrumb-trail ol li.active {
  color: #222;
}

cart-item-input .entry-container > numeric-input-group {
  width: initial;
}
cart-item-input .entry-container > numeric-input-group .form-control {
  background: transparent;
}
@media (max-width: 480px) {
  cart-item-input .entry-container .btn-group {
    display: block;
    width: 100%;
  }
  cart-item-input .entry-container .btn-group > .btn {
    display: none;
  }
  cart-item-input .entry-container .btn-group > .btn:first-of-type {
    color: #2a2925;
    display: block;
    width: 100%;
  }
  cart-item-input .entry-container .btn-group > .btn:first-of-type:hover {
    color: #fff;
  }
}

cart {
  display: block;
}
cart .cart-bottom:before, cart .cart-bottom:after {
  display: none;
}
@media (max-width: 840px) {
  cart .cart-bottom {
    flex-direction: column;
  }
  cart .cart-bottom > * {
    width: initial;
    flex-grow: 1;
    padding: 0;
  }
  cart .cart-bottom .complete-order {
    left: 0;
    width: 100%;
  }
}
cart .row {
  display: flex;
}
cart .row:has(.alert-warning) {
  text-align: center;
}
cart .row .auto-add-block {
  width: initial;
  padding: 0;
}
cart .row > .input-group {
  flex-grow: 1;
}
cart-item-quick-view-image .row {
  flex-flow: row nowrap !important;
}
cart-item-input .entry-container {
  gap: 1em;
}
cart-item-input .row {
  margin: 0;
}
cart-item-input .row:before, cart-item-input .row:after {
  display: none;
}
@media (max-width: 340px) {
  cart-item-input .entry-container {
    align-items: flex-start;
    flex-direction: column;
  }
}
cart-item-input .entry-container > div.datum-wrapper {
  min-width: initial;
  max-width: initial;
  overflow: initial;
}
@media (max-width: 480px) {
  cart-item-input .entry-container .row {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  cart-item-input .entry-container .sku {
    width: 100%;
  }
}
@media (max-width: 480px) {
  cart-item-input .entry-container .sku .bg-primary {
    display: none;
  }
}
cart-item-input .entry-container .sku .btn {
  border: none;
}
@media (max-width: 480px) {
  cart-item-input .entry-container .btn-group {
    display: none;
  }
}

.cart-list .cart-item-row {
  border-bottom: 1px solid;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.cart-list .cart-item-row:before, .cart-list .cart-item-row:after {
  display: none;
}
@media (max-width: 576px) {
  .cart-list .cart-item-row {
    flex-direction: column;
  }
}
.cart-list .cart-item-row > * {
  flex: 1 1 0px;
}
.cart-list hr {
  display: none;
}
.cart-list .row + .row {
  margin-top: 2em;
}

cart-list-item-actions .remove-cartitem {
  margin-left: 1rem;
}

@media (min-width: 1920px) {
  .checkout {
    padding: 1em;
  }
}
.checkout-header.col-lg-6 {
  padding: 0;
}
.checkout .order-info-block {
  display: flex;
  flex-flow: row wrap;
  gap: 1em;
  align-items: flex-start;
  width: 100%;
}
.checkout .col-xs-12, .checkout .col-sm-12, .checkout .col-sm-6 {
  padding: 0;
}
.checkout .col-sm-6, .checkout .col-lg-6 {
  width: calc(50% - 0.5em);
}
.checkout > .row {
  display: flex;
  gap: 4rem;
}
.checkout > .row:before, .checkout > .row:after {
  display: none;
}
@media (max-width: 840px) {
  .checkout > .row {
    flex-direction: column;
    gap: 2rem;
    padding: 0 1rem;
  }
  .checkout > .row > * {
    width: 100%;
    flex: initial !important;
  }
}
.checkout > .row > div {
  width: initial;
}
.checkout > .row > div.col-md-7 {
  flex: 2 1 0px;
}
.checkout > .row > div.col-md-5 {
  flex: 1 1 0px;
}
.checkout .order-block {
  display: flex;
  margin: 0;
}
.checkout .order-block:before, .checkout .order-block:after {
  display: none;
}
.checkout .order-block > * {
  padding: 0;
}
.checkout .shipping-address, .checkout .order-info {
  flex-direction: column;
  margin: 0;
}
.checkout .shipping-address:before, .checkout .shipping-address:after, .checkout .order-info:before, .checkout .order-info:after {
  display: none;
}
.checkout .order-info [class*=col-] {
  position: initial;
}
.checkout .order-info-inner {
  gap: 1em;
}
.checkout .ui-select-placeholder,
.checkout .ui-select-match-text {
  display: block;
  transform: translateY(-50%);
}
.checkout .panel-title {
  font-size: 1.25rem;
}

cart-summary {
  display: block;
  margin-bottom: 2rem;
}
cart-summary h4 {
  font-size: 1rem;
}

.cta-w-bkgrnd-img {
  margin-bottom: 0;
  position: relative;
}

.cta-text {
  position: absolute;
}

.top-left {
  top: 15%;
  left: 10%;
}

.top-center {
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.top-right {
  top: 15%;
  right: 10%;
}

.center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.center-left {
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.center-right {
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.bottom-left {
  bottom: 15%;
  left: 10%;
}

.bottom-center {
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.bottom-right {
  bottom: 15%;
  right: 10%;
}

.cta {
  display: block;
  font-size: 1rem;
  margin-top: 1.5em;
  padding: 0.75em 3em;
  width: -moz-max-content;
  width: max-content;
}

.button-center {
  margin-left: auto;
  margin-right: auto;
}

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

.hero-wrapper-link {
  text-decoration: none;
  color: inherit;
}

.hero-triptych {
  min-height: 40em;
  display: flex;
  gap: 1em;
}

.hero-triptych > * {
  order: 1;
}

.hero-triptych > .left {
  order: 0;
}

.hero-triptych > .right {
  order: 2;
}

.hero-quad,
.middle-hero {
  display: flex;
  gap: 1em;
}

.middle-hero {
  flex-direction: column;
}

.middle-hero.top {
  flex-direction: column-reverse;
}

.hero-triptych:before,
.hero-triptych:after,
.hero-quad:before,
.hero-quad:after {
  display: none;
}

.hero-triptych > *,
.hero-quad > * {
  width: initial;
  flex: 1 1 0px;
}

.hero-triptych .triptych-text,
.hero-quad .quad-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2em 1.5em;
  font-size: 1.5em;
  gap: 1em;
}

.hero-triptych .mobile-show {
  display: block;
  order: 0;
  width: 100%;
}

@media (min-width: 1201px) {
  .mobile-show {
    display: none;
  }
}
@media (min-width: 769px) {
  .hero-triptych .mobile-show {
    display: none;
  }
  .hidden-responsive-up {
    display: none;
  }
  .mobile-background {
    background-color: transparent !important;
  }
}
@media (max-width: 768px) {
  .hero-triptych {
    flex-direction: column;
    height: initial;
  }
  .hero-triptych > * {
    flex: initial;
  }
  .left-hero,
  .right-hero {
    display: none;
  }
  .hidden-responsive-down {
    display: none;
  }
  .cta-text {
    position: initial;
    transform: initial;
    max-width: initial;
    width: 100%;
    padding: 1em;
  }
}
.shop-hero-container {
  min-height: 20.5rem;
  display: flex;
}
@media (max-width: 840px) {
  .shop-hero-container {
    flex-direction: column !important;
    min-height: 80vh;
  }
}
.shop-hero-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
}
@media (max-width: 840px) {
  .shop-hero-image {
    width: 100%;
    flex: 1 1 0px;
  }
}
.shop-hero-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 6.1875rem;
  width: 50%;
}
@media (max-width: 1180px) {
  .shop-hero-text {
    padding: 2rem 4rem;
  }
}
@media (max-width: 840px) {
  .shop-hero-text {
    flex: 1 1 0px;
    padding: 2rem;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .shop-hero-text {
    padding: 2rem 1rem;
  }
}
.shop-hero-text > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 30rem;
}
@media (max-width: 840px) {
  .shop-hero-text > div {
    max-width: initial;
  }
}
.shop-hero-text h1 {
  font-size: 2.75rem !important;
  line-height: 3rem !important;
}
@media (max-width: 576px) {
  .shop-hero-text h1 {
    font-size: 1.75rem !important;
    line-height: 2rem !important;
  }
}
.shop-hero-text hr {
  background-color: #2a2925;
  height: 3px;
  margin: 0;
  width: 7.8125rem;
}
.shop-hero-text * {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}

.accordion .panel {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.accordion.centered {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.accordion .heading {
  margin: 0;
  font-size: 1em;
}
.accordion .heading i {
  font-size: 2em;
  position: absolute;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%);
}
.accordion .heading a, .accordion .heading a.collapsed:hover {
  border-left-color: #212121;
}
.accordion .heading a, .accordion .heading a:focus, .accordion .heading a:active {
  color: #222;
}
.accordion .heading a:hover {
  opacity: 0.8;
}
.accordion .heading a, .accordion.accordion-careers a:not(.panel-body a), .accordion.accordion-dates .date {
  position: relative;
  display: block;
  padding: 1rem 3rem;
  background-color: #fff;
  border-width: 1px 1px 1px 2px;
  border-style: solid;
  border-color: #fff;
  text-decoration: none !important;
}
@media (max-width: 480px) {
  .accordion .heading a, .accordion.accordion-careers a:not(.panel-body a), .accordion.accordion-dates .date {
    padding-left: 1rem;
  }
}
.accordion .heading a.collapsed, .accordion.accordion-careers a.collapsed {
  border-color: #fff;
}
.accordion-careers a:not(.panel-body a), .accordion-careers a.collapsed:hover {
  border-left-color: transparent;
}
.accordion-careers a:not(.panel-body a), .accordion-careers a:focus, .accordion-careers a:active {
  color: #222;
}
.accordion-careers a:hover {
  opacity: 0.8;
}
.accordion-dates .heading a, .accordion-dates .date {
  height: 8rem;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.accordion-dates .date {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  flex-shrink: 0;
  justify-content: flex-end;
  padding: 1rem;
  text-align: right;
  width: 15em;
}
.accordion-dates .panel-group {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}
.accordion-dates .panel-wrapper {
  align-items: flex-start;
  display: flex;
}
.accordion-dates .panel {
  flex-grow: 1;
}
.accordion .panel-body {
  background-color: #f0f0f0;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.accordion .panel-body:before, .accordion .panel-body:after {
  display: none;
}
@media (max-width: 576px) {
  .accordion .panel-body {
    padding: 3rem 1rem;
  }
}
.accordion .panel-body p {
  font-size: 1em;
}
.accordion .ion-plus:before {
  content: "-";
}
.accordion .collapsed .ion-plus:before {
  content: "+";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  line-height: 1;
}
.open .carousel-inner > .item {
  display: block;
}
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active, .carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next, .carousel-inner > .active.right {
  left: 100%;
}
.carousel-inner > .prev, .carousel-inner > .active.left {
  left: -100%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50% !important;
  height: 2em;
  width: 2em;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 1;
  filter: alpha(opacity=50);
  font-size: 1.25em;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.carousel-control.left {
  left: 1em;
}
.carousel-control.right {
  right: 1em;
}
.carousel-control:hover, .carousel-control:focus {
  color: rgba(0, 0, 0, 0.65);
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right {
  display: inline-block;
}
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 768px) {
  .carousel-indicators {
    bottom: 20px;
  }
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  left: 2em;
  top: 1em;
  font-size: 1.5em;
  z-index: 10;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

catalog-container catalog-details .cardsLg .popover {
  z-index: 2;
}
catalog-container catalog-details .cardsLg .popover-inner {
  min-width: initial;
}
catalog-container catalog-details .container-fluid:has(.navbar-brand) {
  display: flex;
  align-items: center;
  margin-top: 1em;
  padding: 0.5em 0;
}
catalog-container catalog-details .container-fluid:has(.navbar-brand) .navbar-collapse {
  display: flex !important;
  align-items: center;
  gap: 1em;
  margin-left: auto;
}
catalog-container catalog-details .container-fluid:has(.navbar-brand) .navbar-collapse > ul {
  display: flex;
  align-items: center;
}
catalog-container catalog-details .container-fluid:has(.navbar-brand) .navbar-collapse > ul a {
  display: block;
  padding: 0.25em;
  text-decoration: none;
}
catalog-container catalog-details .container-fluid:has(.navbar-brand) .navbar-collapse > ul b {
  display: block;
  padding: 0.5em 0.333em;
}
catalog-container catalog-details .container-fluid:has(.navbar-brand) .navbar-collapse > ul .dropdown-menu {
  width: 18em;
}

.outro-strip {
  background-color: #94cdde;
  margin-top: 4em;
  padding: 6em 0;
}
.outro-strip .row {
  align-items: center;
  justify-content: space-between;
}
.outro-strip .text-column {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.outro-strip .felt-that {
  font-size: 3.5rem;
}
.outro-strip p {
  font-size: 2.5rem;
  line-height: 1;
}

* {
  letter-spacing: 0.02em;
}

header {
  position: sticky;
  top: 0;
}
header .navigation .navbar-nav {
  margin: auto;
  padding: 0 1em;
  display: flex;
  gap: 4rem;
  justify-content: center;
  position: relative;
}
@media (max-width: 1100px) {
  header .navigation .navbar-nav {
    gap: 1rem;
    justify-content: space-between;
  }
}
@media (max-width: 940px) {
  header .navigation .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
}
header .main-navigation .dropdown-menu {
  left: 0;
  right: 0;
}
@media (max-width: 940px) {
  header .main-navigation .dropdown-menu {
    box-shadow: initial;
    padding-top: 1rem;
    position: initial;
    text-align: center;
  }
  header .main-navigation .dropdown-menu .btn-default {
    text-align: center;
  }
  header .main-navigation .dropdown-menu.pull-right {
    float: none !important;
  }
}
header .main-navigation .dropdown-menu .row {
  justify-content: space-between;
}
@media (max-width: 940px) {
  header .main-navigation .dropdown-menu .row {
    gap: 2rem;
    flex-direction: column;
  }
  header .main-navigation .dropdown-menu .row .column:has(.img-responsive-link), header .main-navigation .dropdown-menu .row .img-responsive-link {
    display: none;
  }
}
@media (min-width: 941px) {
  header .main-navigation .dropdown-menu .row .column {
    width: 25%;
    padding: 0;
  }
}
header .main-navigation .dropdown-menu .row .column.col-md-6:first-of-type {
  flex-grow: 1;
}
header .main-navigation .dropdown-menu .row .column.col-md-6:first-of-type product-tag-totals > div {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (max-width: 940px) {
  header .main-navigation .dropdown-menu .row .column.col-md-6:first-of-type product-tag-totals > div {
    -moz-column-count: 1;
         column-count: 1;
  }
}
header .main-navigation .dropdown-menu .row .column:has(.wide-nav) {
  flex-grow: 1;
}
header .main-navigation .dropdown-menu .row .column:has(.wide-nav) product-tag-totals {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media (max-width: 940px) {
  header .main-navigation .dropdown-menu .row .column:has(.wide-nav) product-tag-totals {
    -moz-column-count: 1;
         column-count: 1;
  }
}
header .main-navigation .dropdown-menu .small-nav .row {
  justify-content: center;
}
header .main-navigation .dropdown-menu .small-nav .row .col-md-6:first-of-type {
  flex-grow: initial;
}
@media (max-width: 940px) {
  header .main-navigation .dropdown-menu cart-dropdown-menu > div {
    width: 100% !important;
  }
}
header .main-navigation .dropdown-menu cart-dropdown-menu .cart-dropdown-header {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
header .main-navigation .dropdown-menu .caption {
  background-color: transparent;
  color: inherit;
  padding: 0;
  text-decoration: underline;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
header .main-navigation .dropdown-menu p {
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
}
header .main-navigation .dropdown-menu a {
  font-size: 0.8125rem;
  color: #222;
  padding: 0.3em 0;
  text-decoration: none;
}
header .main-navigation .dropdown-menu a:hover {
  text-decoration: underline;
}
@media (max-width: 940px) {
  header .main-navigation .dropdown-menu a {
    padding: 0.75em 0;
  }
}
header .main-navigation .dropdown-menu a .img-responsive {
  border-radius: 1rem;
}
header .main-navigation .dropdown-menu > li {
  max-width: 1180px;
  margin: auto;
}
header .main-navigation .dropdown-menu .column > div > div {
  gap: 0.5rem;
}
header .flex-header {
  background: #fff;
  flex-direction: column;
}
header .top-header {
  display: flex;
  align-items: flex-end;
  flex-direction: column-reverse;
  gap: 0;
  max-width: 1920px;
  padding: 0 1em;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 940px) {
  header .top-header {
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
  }
}
header .top-header .mobile-hamburger {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
header .top-header a:has(#logo) {
  align-self: center;
}
header .top-header #logo {
  display: block;
  margin: 1rem 0 0.5rem;
  padding: 0;
}
header .top-nav {
  display: flex;
  margin-left: auto;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 940px) {
  header .top-nav {
    display: none;
    position: initial;
    transform: initial;
  }
}
header .top-nav.mobile-hamburger {
  display: none;
}
@media (max-width: 940px) {
  header .top-nav.mobile-hamburger {
    border-top: 1px solid rgba(78, 78, 78, 0.3);
    display: block;
    margin: initial;
    padding-top: 1rem;
  }
  header .top-nav.mobile-hamburger a {
    display: block;
  }
}
header .top-nav a {
  color: #222;
  padding: 0.75em 0;
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 941px) {
  header .top-nav a {
    font-size: 0.8125em;
    letter-spacing: 0.26px;
    padding: 5px 10px;
  }
}
header .top-nav a:hover {
  text-decoration: underline;
}
header .top-nav a:has(.fa-user-o), header .top-nav a:has(.fa-user) {
  font-size: 1rem;
}

@media (max-width: 940px) {
  cart-dropdown-menu > div {
    width: 100% !important;
  }
}
cart-dropdown-menu .cart-dropdown-header {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
cart-dropdown-menu .cart-dropdown-menu-actions {
  margin-bottom: 1.25rem;
}
cart-dropdown-menu .btn-block {
  background: #2a2925;
}

.standard-page main .container, .standard-page main .content {
  max-width: 1440px;
  margin: auto;
}

.nav--breadcrumb {
  list-style: none;
  padding: 0;
}
.nav--breadcrumb li {
  display: inline-block;
  font-size: 0.8125rem;
  letter-spacing: 0.26px;
}
.nav--breadcrumb li:after {
  content: " / ";
}
.nav--breadcrumb li:last-of-type:after {
  display: none;
}
.nav--breadcrumb li.active {
  font-weight: 500;
}

.hoodies {
  padding: 5em 0;
}
.hoodies .column > div {
  height: 100%;
}
.hoodies .column > div > div {
  height: 100%;
}
.hoodies .flex-column {
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
.hoodies .hoodies-logo {
  width: 240px;
}
.hoodies h2 {
  font-size: 2em;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  line-height: 1;
}
@media (max-width: 576px) {
  .hoodies h2 {
    font-size: 1.5rem;
  }
}
.hoodies h3 {
  font-size: 3.5em;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  line-height: 1;
}
@media (max-width: 576px) {
  .hoodies h3 {
    font-size: 2.5rem;
  }
}
.hoodies p {
  max-width: 30em;
  margin: auto;
}

.img-heading {
  margin-bottom: 7em;
}
.img-heading img {
  background: #fff;
  padding: 0 3em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 840px) {
  .img-heading img {
    width: 260px;
    padding: 0 0.5rem;
  }
}
.img-heading div:has(> img) {
  border-bottom: 2px solid #969696;
  max-width: 60em;
  margin: auto;
}

.featured-collections {
  text-align: center;
}
.featured-collections a {
  text-decoration: none;
}
.featured-collections .caption {
  font-size: 22px;
  padding: 15px 10px;
  font-weight: 500;
  text-transform: uppercase;
  color: #222;
}

.vertical-2-1-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 1em;
  height: 100%;
}
@media (max-width: 480px) {
  .vertical-2-1-1 {
    display: flex;
    flex-direction: column;
  }
}
.hoodies .vertical-2-1-1 > div {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 250px;
}
.hoodies .vertical-2-1-1 > div.fashion {
  grid-column: span 2;
}
@media (max-width: 900px) {
  .vertical-2-1-1 img {
    max-width: 360px;
  }
}
@media (max-width: 576px) {
  .vertical-2-1-1 img {
    max-width: 280px;
  }
}
@media (max-width: 300px) {
  .vertical-2-1-1 img {
    padding: 0 0.5rem;
  }
}

.horizontal-1-1-2 .column > div > div {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-template-rows: auto;
  grid-gap: 1em;
  height: 100%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
@media (max-width: 840px) {
  .horizontal-1-1-2 .column > div > div {
    grid-template-columns: 100%;
  }
}
.horizontal-1-1-2 .column > div > div .text-grouping > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  justify-content: center;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
}
.horizontal-1-1-2 .column > div > div .text-grouping > div p {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
}
.horizontal-1-1-2 .column > div > div .text-grouping:first-of-type {
  grid-row: 1;
  min-height: 360px;
}
.horizontal-1-1-2 .column > div > div .text-grouping:nth-of-type(2) {
  grid-row: 2;
  min-height: 360px;
}
.horizontal-1-1-2 .column > div > div .text-grouping:nth-of-type(3) {
  grid-row: 1/span 2;
}
@media (max-width: 840px) {
  .horizontal-1-1-2 .column > div > div .text-grouping:nth-of-type(3) {
    grid-row: 3;
    min-height: 360px;
  }
}

.out-of-qty {
  display: inline-block !important;
}

.btn-filters-control {
  display: flex;
  gap: 0.5rem;
  letter-spacing: initial;
  font-size: 14px;
  white-space: nowrap;
}
.btn-filters-control:before {
  display: inline-block;
  content: "\f1de";
  font-family: "Font Awesome 5 Free";
  color: #fff;
  font-weight: 900;
}

shopping-multi-view-cards > * {
  position: relative;
}
shopping-multi-view-cards shopping-add-to-list {
  position: absolute;
  top: 0.25rem;
  right: 0.5rem;
}
shopping-multi-view-cards shopping-add-to-list .btn-add-to-list {
  border: none;
  padding: 0 0.25rem;
  width: initial;
  color: inherit;
  background-color: transparent;
}
shopping-multi-view-cards shopping-add-to-list .btn-add-to-list:hover {
  background-color: transparent;
  color: #57554C;
}
shopping-multi-view-cards shopping-add-to-list .btn-add-to-list .short-label {
  display: none;
}
shopping-multi-view-cards shopping-add-to-list .btn-add-to-list .fa-lg {
  font-size: 0.9375rem;
}
shopping-multi-view-cards shopping-add-to-cart .input-group-btn .btn {
  padding: 0.5rem 0;
}
shopping-multi-view > .row {
  gap: 40px;
}
shopping-multi-view .zoom {
  display: none !important;
}
shopping-multi-view .grid-product-wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1em;
  height: 100%;
}
shopping-multi-view .img-container {
  position: relative;
  width: 100%;
}
shopping-multi-view .img-container .mv-image-anchor {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.92);
  color: #2a2925;
  font-size: 0.6875rem;
  font-weight: 500;
  padding: 12px 30px;
  text-transform: uppercase;
  text-align: center;
  visibility: hidden;
}
shopping-multi-view .img-container:hover .mv-image-anchor {
  visibility: visible;
}
shopping-multi-view .img-container .mv-image {
  width: 100%;
}
shopping-multi-view .mv-info {
  padding: 0;
}
shopping-multi-view .mv-info .product-name {
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 400;
}
shopping-multi-view .mv-info .product-id {
  font-size: 0.875rem;
  color: #8d8d8d;
}
shopping-multi-view .filter-heading {
  color: #2a2925;
}
shopping-multi-view shopping-item-actions {
  width: 100%;
  margin-top: auto;
}
shopping-multi-view shopping-item-actions .btn-add-to-cart-shop {
  background: #fff;
  border: 1px solid #8d8d8d;
  color: inherit;
  width: 100%;
}
shopping-multi-view shopping-item-actions .btn-add-to-cart-shop:hover {
  background: #2a2925;
  border-color: #2a2925;
}
shopping-multi-view shopping-item-actions .fa-shopping-cart {
  display: none;
}
shopping-multi-view shopping-item-info {
  width: 100%;
}
shopping-multi-view auto-query-header .dropdown-menu {
  width: 100%;
}
shopping-multi-view auto-query-header page-sizes {
  display: none;
  justify-content: center;
}
shopping-multi-view .auto-query-header {
  display: flex;
  align-items: stretch;
}
shopping-multi-view .auto-query-header-right {
  justify-content: space-between;
}
@media (min-width: 769px) {
  shopping-multi-view .auto-query-header .btn-filters-control {
    display: none;
  }
}
shopping-multi-view .auto-query-header .btn-view-by-dropdown, shopping-multi-view .auto-query-header .btn-sort {
  background-color: transparent;
  border: none;
  flex-shrink: 0;
  margin-left: auto;
  padding: 0.25em;
  padding-right: 0;
}
shopping-multi-view .auto-query-header .btn-view-by-dropdown:hover, shopping-multi-view .auto-query-header .btn-sort:hover {
  border: none;
}
@media (max-width: 576px) {
  shopping-multi-view .auto-query-header .btn-view-by-dropdown, shopping-multi-view .auto-query-header .btn-sort {
    padding: 0.5rem;
    font-size: 0.875rem;
  }
}
shopping-multi-view .auto-query-header page-sizes .btn-view-by-dropdown {
  width: 10em;
}
shopping-multi-view .auto-query-header .btn-view-by-dropdown {
  border: none;
}
shopping-multi-view .auto-query-header .btn-view-by-dropdown:hover {
  border: none;
}
shopping-multi-view .auto-query-header sort-options {
  margin-left: auto;
}
shopping-multi-view .auto-query-header sort-options, shopping-multi-view .auto-query-header page-sizes {
  height: 100%;
}
shopping-multi-view .auto-query-header sort-options .sort-dropdown-menu, shopping-multi-view .auto-query-header page-sizes .sort-dropdown-menu {
  height: 100%;
}
@media (max-width: 600px) {
  shopping-multi-view .auto-query-header sort-options .sort-dropdown-menu > span, shopping-multi-view .auto-query-header page-sizes .sort-dropdown-menu > span {
    display: none;
  }
}
shopping-multi-view .auto-query-header sort-options .sort-dropdown-menu .btn-filters-control, shopping-multi-view .auto-query-header page-sizes .sort-dropdown-menu .btn-filters-control {
  height: 100%;
}
shopping-multi-view .auto-query-header sort-options .sort-dropdown-menu .dropdown-menu, shopping-multi-view .auto-query-header page-sizes .sort-dropdown-menu .dropdown-menu {
  padding: 1.5rem;
  width: 225px;
}
shopping-multi-view .auto-query-header sort-options .sort-dropdown-menu .dropdown-menu a, shopping-multi-view .auto-query-header page-sizes .sort-dropdown-menu .dropdown-menu a {
  display: block;
  text-decoration: none;
  padding: 0.25rem;
}
@media (max-width: 768px) {
  shopping-multi-view sort-options .dropdown-menu {
    bottom: 3.25rem;
    top: initial;
  }
  shopping-multi-view auto-query-header {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    left: 0;
    background: #fff;
    box-shadow: 1px -1px 3px rgba(0, 0, 0, 0.5);
    padding: 0.75rem 0.5rem 0.5rem;
  }
  shopping-multi-view auto-query-header .auto-query-header {
    align-items: center !important;
  }
}

.multi-view-product:hover .btn-add-to-cart-shop {
  opacity: 1 !important;
}

.modal-dialog:has(cart-item-quick-view) {
  max-width: 50em;
}

.two-column-row:has(login) {
  max-width: 1440px;
  margin: auto;
  gap: 40px;
}
.two-column-row:has(login) .login-intro p {
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin: 1rem 0;
  font-weight: 700;
  letter-spacing: 0.56px;
  color: #57554C;
  font-family: "Open Sans", sans-serif;
}
.two-column-row:has(login) h2 {
  font-size: 1.75rem;
  line-height: 2.375rem;
  margin: 0;
  text-transform: initial;
}
.two-column-row:has(login) label {
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
}
.two-column-row:has(login) .btn-reset {
  color: #2a2925;
  font-size: 1rem;
  line-height: 1.5625rem;
  font-weight: 400;
  text-transform: initial;
  text-decoration: underline;
  display: inline-block;
  margin-left: auto;
  min-height: initial;
  padding: 0;
}
.two-column-row:has(login) div:has(> label) {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.two-column-row:has(login) div:has(> label) .input-group {
  width: 100%;
}
.two-column-row:has(login) .btn-register, .two-column-row:has(login) .btn-forgot {
  display: none;
}

.btn-clear {
  color: #2a2925;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding: 0;
  text-decoration: underline;
  text-transform: initial;
}
.btn-clear:hover {
  color: #57554C;
}

.pn-about .row:not(.footer-nav) {
  gap: 0;
}
.pn-about .row:not(.footer-nav) .two-column-row > * {
  flex: initial;
}

@media (max-width: 840px) {
  .pn-showroom .three-column-row {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .pn-careers [centeredcolumn] {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

.img-responsive-link .caption {
  background: #2a2925;
  color: #fff;
  padding: 1rem;
}

hr {
  display: block;
  width: 8rem;
  margin: auto;
  height: 3px;
  background-color: #2a2925;
}

.input-group-alt-layout input ~ label,
.input-group-alt-layout select ~ label,
.input-group-alt-layout .ui-select-container ~ label {
  font-size: 0.875rem;
}
@media (max-width: 1440px) {
  footer .input-group-alt-layout input ~ label,
  footer .input-group-alt-layout select ~ label,
  footer .input-group-alt-layout .ui-select-container ~ label {
    color: #fff;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    background: initial;
  }
}

@media (max-width: 1180px) {
  footer form {
    margin-top: 1rem;
  }
}

.shipping-location-picker-modal {
  max-width: 60rem !important;
}

no-customizer {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
no-customizer .btn-add-to-cart-shop {
  width: 100%;
}

.highlights {
  display: flex;
  flex-direction: column;
}

.undefined\;-undefined {
  display: none;
}

product-images > section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
product-images > section img {
  width: 100%;
}

shopping-one-up .one-up-row,
cart-item-quick-view .one-up-row {
  align-items: flex-start;
}
shopping-one-up .text-column,
cart-item-quick-view .text-column {
  max-width: 34rem;
  position: sticky;
  top: 12.75em;
}
shopping-one-up .text-column .btn-link,
cart-item-quick-view .text-column .btn-link {
  border: none;
}
shopping-one-up product-slider,
cart-item-quick-view product-slider {
  display: block;
  margin-top: 2rem;
}
shopping-one-up .one-up-shopping-actions,
cart-item-quick-view .one-up-shopping-actions {
  margin: 1rem 0;
}

.g-translate-block {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  color: #fff;
  z-index: 3;
}
.g-translate-block > div {
  display: flex;
}
.g-translate-block > div [type=radio] {
  visibility: hidden;
}
.g-translate-block > div label:hover {
  cursor: pointer;
}
@media (max-width: 940px) {
  .g-translate-block {
    position: initial;
    transform: initial;
    color: #222;
    padding: 0.5rem 0 0;
    margin-left: -1.5rem;
  }
}

#mobile-g-translate {
  display: none;
}

@media (max-width: 940px) {
  #desktop-g-translate {
    display: none;
  }
  #mobile-g-translate {
    display: initial;
  }
}
.pagination .pagination-prev a, .pagination .pagination-next a {
  border-color: transparent;
  width: initial;
}

#search-btn {
  padding: 0.75rem;
  color: inherit;
  border: none;
}

#search-collapse-grid {
  background-color: #fff;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: rgba(78, 78, 78, 0.3);
  height: initial !important;
  transform: translateY(-100%);
  z-index: 1;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
#search-collapse-grid.in {
  transform: translateY(0);
}
#search-collapse-grid .wrapper {
  max-width: 1440px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#search-collapse-grid .close-btn {
  display: block;
  color: inherit;
  padding: 0.5rem 0.75rem;
}
#search-collapse-grid .site-search {
  flex-grow: 1;
}
#search-collapse-grid .search-field {
  display: flex;
  flex-flow: row-reverse;
  flex-grow: 1;
  align-items: center;
}
#search-collapse-grid .search-field label {
  flex-shrink: 0;
  margin-right: 0.5rem;
}
#search-collapse-grid .search-field input {
  border-color: transparent;
  background-color: transparent;
  flex-grow: 1;
}
#search-collapse-grid .search-field .btn-primary, #search-collapse-grid .search-field .btn-primary:hover {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  min-height: 42px;
  min-width: 42px;
}

@media (max-width: 940px) {
  .search-field {
    display: flex;
    flex-wrap: wrap;
  }
  .search-field label {
    order: 0;
  }
  .search-field input {
    order: 1;
    flex-grow: 1;
    width: initial;
  }
  .search-field .btn {
    order: 2;
  }
}
retailer-container hr {
  display: none;
}
retailer-container retailer-heading {
  padding-left: 1.75rem;
  display: block;
}

discount-codes {
  margin-bottom: 2.5rem;
  display: block;
}

cart .cart-bottom {
  gap: 4rem;
  margin-top: 4rem;
}
cart .alert {
  margin-top: 2rem;
}

checkout,
retailer-container {
  display: block;
  margin-top: 4rem;
}

.alert-warning {
  background-color: #ececea;
  color: rgba(0, 0, 0, 0.85);
  border-color: rgba(0, 0, 0, 0.85);
}

.btn-view-by-th-large {
  display: none;
}

sort-options .dropdown-menu {
  width: 100%;
}
sort-options .dropdown-menu > li:first-of-type {
  display: none;
}
sort-options .sort-label {
  display: none !important;
}

.filters {
  max-width: 480px;
}
.filters h2 {
  font-size: 1.25rem;
  display: flex;
  justify-content: space-between;
}
.filters h2:before, .filters h2:after {
  display: none;
}
.filters .auto-query-nav-panel-btn {
  font-size: 0.875rem;
  font-weight: normal;
  text-align: left;
}
.filters panel [uib-collapse] {
  max-height: initial !important;
}

auto-query-refinements-panel .btn-link {
  display: none;
}

.mv-banner {
  display: none;
}
.mv-banner .content, .mv-banner .container {
  max-width: 1920px !important;
}

main:has(shopping-multi-view) .mv-banner {
  display: block;
}

.ng-aside.horizontal.right .modal-dialog.filters {
  right: initial;
}

.breadcrumb-trail {
  display: none;
}

.content:has(shopping-multi-view),
.container:has(shopping-multi-view) {
  max-width: 1920px !important;
}
.content:has(shopping-multi-view) shopping-multi-view .listing,
.container:has(shopping-multi-view) shopping-multi-view .listing {
  margin: auto;
}

.auto-query-header-right {
  gap: 0;
}

.btn-mobile-filters {
  display: none;
}

@media (max-width: 768px) {
  shopping-multi-view > .row > .multi-view-left.filters-open {
    position: fixed;
    z-index: 9999;
    background: #fff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    left: 1rem;
    right: 1rem;
    top: 1rem;
    bottom: 1rem;
    overflow-y: auto;
    width: initial;
    min-width: initial;
    padding: 2rem;
    margin: 0;
  }
  .btn-mobile-filters {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: inherit;
    background: transparent;
  }
  body:has(shopping-multi-view) .needsclick {
    bottom: 4rem !important;
    z-index: 1 !important;
  }
}
form-submission {
  display: block;
  margin: auto;
  max-width: 800px;
  width: 100%;
}
form-submission .formio-component-selectboxes .input-group {
  margin-top: 1rem;
  flex-direction: column;
  gap: 0.5rem;
  align-items: flex-start;
}

.auto-query-header-btns {
  display: none;
}

main:has(crm-container) {
  padding: 0 1.5rem;
}

.multi-price-sale,
shopping-multi-view .multi-price-sale {
  font-weight: normal;
}
.multi-price-sale strike,
shopping-multi-view .multi-price-sale strike {
  font-weight: normal;
}
.multi-price-sale:has(strike),
shopping-multi-view .multi-price-sale:has(strike) {
  font-weight: bold;
}

.payment-terms .col-lg-7 {
  padding: 0;
}
.payment-terms .payment-terms-list {
  max-height: initial;
  overflow-y: initial;
}
.payment-terms .list-group-item {
  border: none;
  padding: 0.5rem 0;
}

.heading.main {
  margin-top: 4rem;
}

change-password-fieldset [form-group] {
  margin: 1rem 0;
}

.ng-hide:has(.page-size-all) {
  display: block !important;
}
.ng-hide:has(.page-size-all) .page-size-all {
  font-weight: 600;
  color: black;
}

.auto-refinement {
  background: #57554c;
  color: #fff;
  border-radius: 2em;
  padding: 0.25em 0.5em;
  display: inline-flex;
  align-items: center;
  margin-right: 0.5em;
}
.auto-refinement .label {
  padding: 0;
  margin: 0;
}
.auto-refinement i {
  margin-left: 0.5em;
}

@media (min-width: 769px) {
  .shop-hero {
    width: calc(100% - 306px);
    margin-left: auto;
    padding: 0 3rem;
  }
}
.multi-view-left .filters-wrap {
  display: flex;
  flex-direction: column;
}

.filters-top-section {
  order: 3;
  margin-top: 1.5rem;
}
.filters-top-section .btn {
  width: 100%;
}

.update-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.333);
}

.update-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 1000;
  padding: 3rem 4rem 4rem;
  max-height: 90vh;
  overflow-y: auto;
}
.update-modal .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  color: currentColor;
  text-transform: lowercase;
  font-size: 2em;
  padding: 0;
  height: 42px;
  width: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.update-modal h4 {
  margin: 2rem 0 0.5rem;
}

.homepage main > section, .homepage main > div {
  max-width: 1920px;
  width: 100%;
  height: auto;
  margin: 35px auto 0;
  padding: 0 1em;
}
.homepage main img {
  border-radius: 1rem;
}
.homepage .home-bucket, .homepage div:has(> .home-bucket) {
  height: 100%;
  justify-content: center;
}

.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
  display: none;
}

@media print {
  .visible-print-block {
    display: block;
  }
  .visible-print-inline {
    display: inline;
  }
  .visible-print-inline-block {
    display: inline-block;
  }
  .hidden-print {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */