@font-face {
  font-family: "amithenregular";
  src: url("/fonts/amithen-webfont.eot");
  src: url("/fonts/amithen-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/amithen-webfont.woff2") format("woff2"), url("/fonts/amithen-webfont.woff") format("woff"), url("/fonts/amithen-webfont.svg#amithenregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**************************************
  Screen Size Variables
  use -min for min-width measuements
***************************************/
/**************************************
  Colors & Gray Scale
***************************************/
/* Backgrounds */
/* Messages */
/**************************************
  Typography
***************************************/
/**************************************
  Miscellaneous Values
***************************************/
/* Favorites Icon */
/* Modals */
/* Shadows */
/* Transitions */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

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

ul {
  list-style: initial;
}

nav ul,
.nav,
.nav ul {
  list-style: none;
}

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

strike {
  text-decoration: line-through;
}
shopping-container strike {
  margin-left: 0.5rem;
}

body {
  color: #212529;
  font-family: "proxima-sera", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h1,
.h1 {
  font-family: "proxima-nova", sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2,
.h2 {
  font-family: "proxima-nova", sans-serif;
  font-size: 2.75em;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3,
.h3 {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4,
.h4 {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.35em;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5,
.h5 {
  font-family: "proxima-nova", sans-serif;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6,
.h6 {
  font-family: "proxima-nova", sans-serif;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.intro {
  font-size: 1.25em;
}

@media (max-width: 1140px) {
  h1, .h1 {
    font-size: 2.5em;
  }
  h2, .h2 {
    font-size: 2em;
  }
  h3, .h3 {
    font-size: 1.5em;
  }
  h4, .h4 {
    font-size: 1.25em;
  }
}
@media (max-width: 840px) {
  h1, .h1 {
    font-size: 2em;
  }
  h2, .h2 {
    font-size: 2em;
  }
  h3, .h3 {
    font-size: 1.5em;
  }
  h4, .h4 {
    font-size: 1.25em;
  }
  .intro {
    font-size: 1em;
  }
}
h1, h2 {
  line-height: 1;
}

h5 {
  line-height: 1.5;
}

b,
strong {
  font-weight: bold;
}

ol li {
  list-style: decimal;
}

.text-muted {
  color: #495057;
}

i,
em {
  font-style: italic;
}

a {
  color: #343a40;
  transition: all 666ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

hr {
  border: 0;
  border-top: 1px solid #E6E7E8;
  margin: auto;
  width: 100%;
}

.text-grouping {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.text-grouping * {
  margin: 0;
}

blockquote {
  position: relative;
  padding: 3em;
  margin: auto;
  border: 0 none;
}
blockquote::before, blockquote::after {
  content: "\f347";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #212121;
  color: rgb(65, 99, 109);
  position: absolute;
  font-size: 30px;
}
blockquote::before {
  top: 1em;
  left: 0.5em;
}
blockquote::after {
  bottom: 1em;
  right: 0.5em;
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
}
blockquote cite, blockquote .cite {
  display: block;
  margin-top: 1em;
}

html {
  scroll-behavior: smooth;
}

.container,
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  max-width: initial;
  padding: 0;
}
.container:before, .container:after,
.container-fluid:before,
.container-fluid:after {
  display: none;
}
@media (max-width: 1140px) {
  .container,
  .container-fluid {
    padding: 0 1em;
  }
}
.standard-page .container,
.standard-page .container-fluid {
  max-width: 1140px;
}
@media (max-width: 590px) {
  .standard-page .container,
  .standard-page .container-fluid {
    padding: 0.5em;
  }
}
.pn-shop .container,
.pn-shop .container-fluid {
  max-width: initial;
}
header .container,
header .container-fluid {
  max-width: initial !important;
}

main {
  overflow-x: hidden;
}

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

.row {
  display: flex;
  gap: 2em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.row:before, .row:after {
  display: none;
}
.reverse .row {
  flex-direction: row-reverse;
}

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

.two-column-row {
  display: flex;
  gap: 2em;
}
.two-column-row > * {
  flex: 0 0 calc((100% - 2em) / 2);
}
@media (max-width: 590px) {
  .two-column-row {
    display: flex;
    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 {
  display: flex;
  gap: 2em;
}
.three-column-row > * {
  flex: 0 0 calc((100% - 4em) / 3);
}
@media (max-width: 840px) {
  .three-column-row {
    display: flex;
    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: 590px) {
  .three-column-row {
    display: flex;
    gap: 1em;
  }
  .three-column-row > * {
    flex: 0 0 calc((100% - 0em) / 1);
  }
}
.three-column-row > div {
  padding: 0;
}

.four-column-row {
  display: flex;
  gap: 2em;
}
.four-column-row > * {
  flex: 0 0 calc((100% - 6em) / 4);
}
@media (max-width: 840px) {
  .four-column-row {
    display: flex;
    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: 590px) {
  .four-column-row {
    display: flex;
    gap: 1em;
  }
  .four-column-row > * {
    flex: 0 0 calc((100% - 0em) / 1);
  }
}
.four-column-row > div {
  padding: 0;
}

.five-column-row {
  display: flex;
  gap: 2em;
}
.five-column-row > * {
  flex: 0 0 calc((100% - 8em) / 5);
}
@media (max-width: 840px) {
  .five-column-row {
    display: flex;
    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: 590px) {
  .five-column-row {
    display: flex;
    gap: 1em;
  }
  .five-column-row > * {
    flex: 0 0 calc((100% - 1em) / 2);
  }
}
.five-column-row > div {
  padding: 0;
}

.six-column-row {
  display: flex;
  gap: 2em;
}
.six-column-row > * {
  flex: 0 0 calc((100% - 10em) / 6);
}
@media (max-width: 840px) {
  .six-column-row {
    display: flex;
    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: 590px) {
  .six-column-row {
    display: flex;
    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-thirds-one-third {
    flex-direction: column;
  }
}
@media (max-width: 840px) {
  .one-third-two-thirds .column,
  .two-thirds-one-third .column {
    padding: 0;
  }
}

iframe {
  width: 100% !important;
}

.grid-section > div + div {
  margin-top: 2em;
}

.flex {
  display: flex;
}

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

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

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

.inline {
  display: inline;
}

.block {
  display: block;
}

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

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

.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-grow: 1;
  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: 0;
  }
  .pull-xs-right {
    float: right;
    order: 2;
  }
}
@media (min-width: calc(590px + 1px)) {
  .pull-sm-left {
    float: left;
    order: 0;
  }
  .pull-sm-right {
    float: right;
    order: 2;
  }
}
@media (min-width: calc(840px + 1px)) {
  .pull-md-left {
    float: left;
    order: 0;
  }
  .pull-md-right {
    float: right;
    order: 2;
  }
}
@media (min-width: calc(992px + 1px)) {
  .pull-lg-left {
    float: left;
    order: 0;
  }
  .pull-lg-right {
    float: right;
    order: 2;
  }
}
@media (min-width: calc(1140px + 1px)) {
  .pull-xl-left {
    float: left;
    order: 0;
  }
  .pull-xl-right {
    float: right;
    order: 2;
  }
}
.youtube-embed {
  aspect-ratio: 16/9;
  width: 100%;
}

.pointer {
  cursor: pointer;
}

[class*=col-] {
  float: left;
  min-height: 1px;
  padding-right: 1em;
  padding-left: 1em;
  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 {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: 0) and (max-width: 1140px) {
  .col-xs-12 {
    padding: 0 1em;
  }
}
@media (min-width: 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(590px + 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 {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: calc(590px + 1px)) and (max-width: 1140px) {
  .col-sm-12 {
    padding: 0 1em;
  }
}
@media (min-width: calc(590px + 1px)) {
  .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 {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: calc(840px + 1px)) and (max-width: 1140px) {
  .col-md-12 {
    padding: 0 1em;
  }
}
@media (min-width: calc(840px + 1px)) {
  .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(992px + 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 {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: calc(992px + 1px)) and (max-width: 1140px) {
  .col-lg-12 {
    padding: 0 1em;
  }
}
@media (min-width: calc(992px + 1px)) {
  .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(1140px + 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 {
    padding: 0;
    width: 100%;
  }
}
@media (min-width: calc(1140px + 1px)) and (max-width: 1140px) {
  .col-xl-12 {
    padding: 0 1em;
  }
}
@media (min-width: calc(1140px + 1px)) {
  .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: 590px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: calc(590px + 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: 992px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: calc(992px + 1px)) {
  .hidden-xl-up {
    display: none !important;
  }
}
@media (max-width: 1140px) {
  .hidden-xl-down {
    display: none !important;
  }
}
@media (max-width: 1140px) {
  .col-xl {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .col-lg {
    flex-direction: column;
  }
}
@media (max-width: 840px) {
  .col-md {
    flex-direction: column;
  }
}
@media (max-width: 590px) {
  .col-sm {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .col-xs {
    flex-direction: column;
  }
}
header {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1001;
}
header #logo {
  padding: 1em;
}
header #menu-mobile .glyphicon,
header #page-menu-mobile .glyphicon {
  display: none;
}
header .mobile-hamburger,
header .reveal > .close-btn {
  display: none;
}
@media (max-width: 1290px) {
  header .mobile-hamburger,
  header .reveal > .close-btn {
    display: block;
  }
}
@media (max-width: 1290px) {
  header .reveal > .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.5);
    font-size: 2em;
    font-weight: bold;
    padding: 0 0.5em 1em 1em;
    z-index: 9999;
  }
}
@media (min-width: calc(1290px + 1px)) {
  header .navigation .reveal {
    display: flex;
    gap: 0.25em;
    align-items: center;
    height: 100%;
    width: 100%;
    font-family: "proxima-nova", sans-serif;
  }
}
header .navigation [class*=col-] {
  float: 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: #626366;
  border-radius: 1em;
  display: block;
  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: #212529;
  display: none;
  height: initial !important;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 666ms cubic-bezier(0.42, 0, 0.58, 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(1140px + 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-collapse-grid {
  box-shadow: none;
  display: block;
  position: initial;
  transform: initial;
  transition: all 666ms cubic-bezier(0.42, 0, 0.58, 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 {
  color: #212529;
  display: inline-block;
  padding: 0.75em 1em;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "proxima-nova", sans-serif;
}
.dropdown > .btn-primary {
  color: #fff;
}
.dropdown-header {
  font-weight: bold;
  text-transform: capitalize;
  border-bottom: 1px solid #e1523d;
  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;
}
.dropdown-menu h3 {
  font-size: 1.25em;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-menu .spc {
  margin: 0;
}
.shopping-cart-dropdown .dropdown-menu, .modal .dropdown-menu {
  background: #fff;
  color: #212529;
}
@media (max-width: 1290px) {
  .shopping-cart-dropdown .dropdown-menu, .modal .dropdown-menu {
    background-color: #f0f0f0;
  }
}
.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;
}
@media (max-width: 590px) {
  .dropdown-menu cart-dropdown-menu {
    font-size: 0.875rem;
  }
}
.dropdown-menu cart-dropdown-menu > div {
  display: flex;
  flex-direction: column;
  max-height: 80vh;
}
@media (max-width: 475px) {
  .dropdown-menu cart-dropdown-menu > div {
    width: 100% !important;
    max-width: 450px;
  }
}
.dropdown-menu cart-dropdown-menu > div > .row .col-xs-6 {
  padding: 0;
}
.dropdown-menu cart-dropdown-menu .cart-dropdown-items-container {
  overflow-y: scroll;
}
.dropdown-menu cart-dropdown-menu .cart-dropdown-items-container > div {
  max-height: initial !important;
}
.dropdown-menu cart-dropdown-menu .cart-dropdown-menu-actions {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1em;
}
.dropdown-menu cart-dropdown-menu .cart-dropdown-menu-actions .btn-link {
  text-align: center;
}
.dropdown-menu cart-dropdown-menu .cart-dropdown-menu-actions .btn-link > .fa {
  display: block;
  margin-bottom: 0.5em;
}
.dropdown-menu cart-dropdown-menu .cart-dropdown-menu-actions .btn-block {
  font-size: 0.875rem;
}
.dropdown-menu cart-dropdown-menu .cart-dropdown-menu-actions .btn-success ~ .btn-danger, .dropdown-menu cart-dropdown-menu .cart-dropdown-menu-actions .btn-success {
  margin: 0 !important;
  width: calc(50% - 0.5rem);
}
@media (max-width: 480px) {
  .dropdown-menu cart-dropdown-menu .cart-dropdown-menu-actions .btn-success ~ .btn-danger, .dropdown-menu cart-dropdown-menu .cart-dropdown-menu-actions .btn-success {
    width: 100%;
  }
}
.dropdown-menu cart-dropdown-menu .cart-dropdown-menu-actions .m-b-1 {
  margin: 0 !important;
}
.dropdown span.badge.badge-sup {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.emun-nav {
  list-style: none;
  margin-left: auto;
}
.emun-nav > li {
  display: inline-block;
}

footer {
  background-color: #E6E7E8;
  font-family: "proxima-nova", sans-serif;
}
footer .container {
  margin: auto;
  max-width: 1140px;
  padding: 2em 1em;
}
footer .row {
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
}
footer .footer-logo {
  display: block;
  max-width: 200px;
  width: 100%;
}
footer a {
  color: inherit;
  display: inline-block;
  padding: 0.25em;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

#top-link-block {
  position: fixed;
  bottom: 0;
  right: 0;
}
#top-link-block a {
  width: 3.75em;
  height: 3.75em;
  font-size: 1.25em;
  display: block;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
}

shopping-multi-view-cards,
shopping-grid {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  gap: 2em;
}
shopping-multi-view-cards .grid-item,
shopping-grid .grid-item {
  margin: 0;
  float: initial;
  flex: 0 0 calc((100% - 6em) / 4);
}
@media (max-width: 992px) {
  shopping-multi-view-cards .grid-item,
  shopping-grid .grid-item {
    flex: 0 0 calc((100% - 4em) / 3);
  }
}
@media (max-width: 840px) {
  shopping-multi-view-cards .grid-item,
  shopping-grid .grid-item {
    flex: 0 0 calc((100% - 2em) / 2);
  }
}
@media (max-width: 590px) {
  shopping-multi-view-cards .grid-item,
  shopping-grid .grid-item {
    flex: 0 0 calc((100% - 1em) / 2);
  }
}
@media (max-width: 480px) {
  shopping-multi-view-cards .grid-item,
  shopping-grid .grid-item {
    flex: 0 0 calc((100% - 0em) / 1);
  }
}
shopping-multi-view-cards .img-wrap,
shopping-grid .img-wrap {
  position: relative;
}

.filters-open shopping-multi-view-cards .grid-item {
  flex: 0 0 calc((100% - 4em) / 3);
}
@media (max-width: 992px) {
  .filters-open shopping-multi-view-cards .grid-item {
    flex: 0 0 calc((100% - 2em) / 2);
  }
}

auto-query-refinements a {
  text-decoration: none;
}

sort-options {
  display: block;
}
sort-options .btn-primary {
  background-color: #E6E7E8;
  border-color: #E6E7E8;
  color: #343a40;
}
sort-options .btn-primary:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
sort-options .fa {
  margin-left: 0.5em;
}

.related-items,
.others-bought {
  margin-top: 3rem;
}
.related-items h2,
.others-bought h2 {
  margin-top: 3rem;
}

.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: 2em;
  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: 2em;
}
@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;
    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 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;
  }
}
product-list-shop-viewer .wishlist-actions .actions {
  display: flex;
  align-items: center;
  gap: 2em;
}

html:has(shopping-add-to-list > .open) {
  overflow: hidden;
  padding-right: 1em;
}

shopping-add-to-list .dropdown {
  position: initial !important;
}
shopping-add-to-list .open .wishlist-background {
  position: fixed;
  z-index: 1048;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.85;
}
shopping-add-to-list .open .close-btn {
  background: #e1523d;
  color: #fff;
  position: absolute;
  font-size: 2em;
  opacity: 1;
  top: -0.25em;
  right: -0.25em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 100;
  width: 2em;
  height: 2em;
  z-index: 9999;
  align-items: center;
  display: flex;
  justify-content: center;
}
shopping-add-to-list .wishlist-lists h2 {
  font-size: 1.5em;
}
shopping-add-to-list .wishlist-lists li:not(.create) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
shopping-add-to-list .wishlist-lists li:not(.create) a {
  padding: 0.5em 1em;
  text-decoration: none;
}
shopping-add-to-list .wishlist-lists li:not(.create) > a {
  flex-grow: 1;
  padding-left: 0;
}
shopping-add-to-list .wishlist-lists .create a {
  display: inline-block;
  padding: 2em 0;
}

.modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal .modal-dialog {
  margin: 2em auto;
}
.modal.fade .modal-dialog {
  transform: translateY(-150%);
}
.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: 768px) {
  .modal .row {
    flex-direction: column !important;
  }
}
.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% - 1em);
}
@media (max-width: 768px) {
  .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;
}
.modal-xs {
  max-width: 590px;
}
.modal-sm {
  max-width: 840px;
}
.modal-md {
  max-width: 992px;
}
.modal-lg {
  max-width: 1140px;
}
.modal-backdrop {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.8666666667);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.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:not(.ui-select-match-close) {
  background: #e1523d;
  color: #fff;
  position: absolute;
  font-size: 2em;
  opacity: 1;
  top: -0.25em;
  right: -0.25em;
  font-family: "proxima-nova", sans-serif;
  font-weight: 100;
  width: 2em;
  height: 2em;
  z-index: 9999;
  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 #E6E7E8;
  color: #212529;
  display: flex;
  justify-content: space-between;
  padding: 1em 1em 1em 2em;
  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 .close, .modal .modal-content modal-header .close {
  order: 9;
}
.modal .modal-content .modal-footer {
  padding: 1em;
  text-align: left;
  border-top: 1px solid #E6E7E8;
}
.modal .modal-content .modal-footer modal-footer {
  display: flex;
  justify-content: space-between;
}
.modal .modal-content .modal-footer modal-footer > div {
  width: 100%;
}
@media (max-width: 840px) {
  .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;
}
.modal .max-width-125, .modal .max-width-140 {
  max-width: initial !important;
}

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: 2em;
}
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] .input-group .input-group-addon,
modal-body [form-group] .input-group .input-group-addon,
.modal-body [form-group] .input-group .input-group-addon {
  display: none;
}
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;
}

h4.modal-title > span {
  color: #212529;
}

input,
select,
.ui-select-toggle,
.form-control.selection {
  padding: 0.666em 1em;
}

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

.formio-hidden {
  display: none !important;
}

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

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

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

login form {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
login-fieldset .input-group-addon {
  display: none;
}

.input-group .btn {
  height: 100%;
}

.formio-component-columns > .col:first-of-type {
  padding-left: 0;
}
.formio-component-columns > .col:last-of-type {
  padding-right: 0;
}

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

register-retailer .form-control {
  font: inherit;
  margin-bottom: 1em;
  background: #f0f0f0;
}
register-retailer .form-group [type=submit] {
  margin-left: 1em;
}
register-retailer h4, register-retailer label {
  text-transform: capitalize;
}
register-retailer .formio-component-columns .col-md-6 {
  padding: 0;
  width: calc(50% - 1em);
}
register-retailer .btn-toolbar {
  margin: 1em 0;
}
register-retailer .btn-toolbar .btn-primary {
  font-size: 0.75em;
  background: #fff;
  color: inherit;
  margin-left: 1rem;
}
register-retailer .btn-toolbar .btn-primary:hover {
  background-color: #e1523d;
  color: #fff;
}
register-retailer .choices__list--single {
  vertical-align: middle;
}
@media (max-width: 688px) {
  register-retailer .col {
    width: 100% !important;
  }
}
@media (max-width: 688px) {
  register-retailer .panel-body {
    padding-left: 0;
    padding-right: 0;
  }
}

.btn {
  border: 1px solid transparent;
  display: inline-block;
  font: inherit;
  outline: none;
  padding: 0.666em 1em;
  letter-spacing: 0.15em;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  touch-action: manipulation;
}
@media (max-width: 840px) {
  .btn {
    font-size: 0.875rem !important;
  }
}
.btn.btn-lg {
  font-size: 1.25em;
}

[role=button] {
  cursor: pointer;
}

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

.btn-default {
  background-color: #fff;
  border-color: #343a40;
  color: #212529;
  font-size: 1em;
  transition: all 666ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  background-color: #e1523d;
  border-color: #e1523d;
  color: #fff;
}

.btn-outline-dark {
  background-color: #fff;
  border-color: #343a40;
  color: #212529;
  font-size: 1em;
  transition: all 666ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active {
  background-color: #e1523d;
  border-color: #e1523d;
  color: #fff;
}

.btn-primary {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
  font-size: 1em;
  transition: all 666ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #e1523d;
  border-color: #e1523d;
  color: #fff;
}

.btn-secondary {
  background-color: #e1523d;
  border-color: #e1523d;
  color: #fff;
  font-size: 1em;
  transition: all 666ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}

.btn-qty {
  background-color: transparent;
  border-color: transparent;
  color: #343a40;
  font-size: 1em;
  transition: all 666ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-qty:hover, .btn-qty:focus, .btn-qty:active {
  background-color: transparent;
  border-color: transparent;
  color: #343a40;
}

.btn-link {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  font-size: 1em;
  transition: all 666ms cubic-bezier(0.42, 0, 0.58, 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: #343a40;
}

.btn-success {
  background-color: #5cb85c;
  border-color: #4cae4c;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1em;
  transition: all 666ms cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background-color: #449d44;
  border-color: #398439;
  color: #fff;
}

.btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
  color: rgba(0, 0, 0, 0.65);
  font-size: 1em;
  transition: all 666ms cubic-bezier(0.42, 0, 0.58, 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);
  font-size: 1em;
  transition: all 666ms cubic-bezier(0.42, 0, 0.58, 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;
  font-size: 1em;
  transition: all 666ms cubic-bezier(0.42, 0, 0.58, 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;
}

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

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

.edit-multi-item {
  height: 100%;
}

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

/* Original BREADCRUMBS */
@media (max-width: 630px) {
  .breadcrumb-trail {
    display: none;
  }
}
.breadcrumb-trail ol {
  display: flex;
  list-style-type: none;
  justify-content: center;
  align-items: center;
  padding: 2rem 0 0;
}
.breadcrumb-trail ol li {
  display: inline-block;
  font-size: 0.85em;
}
.breadcrumb-trail ol li::after {
  content: "/";
}
.breadcrumb-trail ol li:last-of-type::after {
  display: none;
}
.breadcrumb-trail ol li > a, .breadcrumb-trail ol li > span {
  color: #495057;
  display: inline-block;
  padding: 0.75em;
  text-decoration: none;
}
.breadcrumb-trail ol li > a:hover {
  text-decoration: underline;
}

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: #343a40;
    display: block;
    width: 100%;
  }
  cart-item-input .entry-container .btn-group > .btn:first-of-type:hover {
    color: #fff;
  }
}
cart-item-input .entry-container .input-group-addon.bg-primary {
  display: none;
}

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 {
    width: 100%;
  }
}
@media (max-width: 840px) and (max-width: 544px) {
  cart .cart-bottom .complete-order {
    position: initial;
  }
}
cart .row {
  display: flex;
}
cart .row .auto-add-block {
  width: initial;
  padding: 0;
}
cart .row > .input-group {
  flex-grow: 1;
}
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: 590px) {
  .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 .row {
  display: flex !important;
}

.checkout {
  max-width: 1140px;
  margin: auto;
}
@media (min-width: 1140px) {
  .checkout {
    padding: 1em;
  }
}
.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.5rem);
}
@media (max-width: 820px) {
  .checkout .col-sm-6, .checkout .col-lg-6 {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .checkout .col-md-12 {
    padding: 0;
  }
}
.checkout > .row {
  display: flex;
}
.checkout > .row:before, .checkout > .row:after {
  display: none;
}
@media (max-width: 840px) {
  .checkout > .row {
    flex-direction: column;
  }
  .checkout > .row > * {
    width: 100%;
  }
}
.checkout .order-block {
  display: flex !important;
  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-inner {
  gap: 1em;
}
.checkout .order-info [class*=col-] {
  position: initial;
}
.checkout .ui-select-placeholder,
.checkout .ui-select-match-text {
  display: block;
  transform: translateY(-50%);
}

.checkout-nuevo {
  display: block;
  font-size: 0.875rem;
}
.checkout-nuevo .bigger-120 {
  font-size: 1em !important;
}
@media (max-width: 400px) {
  .checkout-nuevo .col-xs-6 {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .checkout-nuevo .grid-image-container.xxs {
    height: initial;
  }
}
.checkout-nuevo cart-list .row {
  flex-wrap: nowrap;
  padding: 0 !important;
}
@media (max-width: 680px) {
  .checkout-nuevo cart-list .row {
    flex-wrap: wrap;
  }
}
@media (max-width: 590px) {
  .checkout-nuevo cart-list .row {
    flex-direction: column;
    align-items: center;
  }
}
.checkout-nuevo cart-list .row [class*=col-] {
  width: initial !important;
  flex: 2 1 0px;
  margin: 0 !important;
}
@media (max-width: 590px) {
  .checkout-nuevo cart-list .row [class*=col-] {
    flex: initial;
  }
}
.checkout-nuevo cart-list .row .ig-grid-item, .checkout-nuevo cart-list .row .qty-wrap {
  flex-grow: 1;
}
@media (max-width: 680px) {
  .checkout-nuevo cart-list .row .ig-grid-item, .checkout-nuevo cart-list .row .qty-wrap {
    width: 100% !important;
    max-width: 12em;
    padding: 0;
    flex: initial;
  }
}
@media (max-width: 590px) {
  .checkout-nuevo cart-list .row .ig-grid-item, .checkout-nuevo cart-list .row .qty-wrap {
    max-width: initial;
  }
}
.checkout-nuevo cart-list .row .hidden-lg-up {
  display: none !important;
}
.checkout-nuevo cart-list-header .input-group, .checkout-nuevo cart-list-header .input-group-btn {
  display: flex;
  gap: 1em;
  flex-wrap: nowrap;
}
@media (min-width: calc(992px + 1px)) {
  .checkout-nuevo cart-list-header input {
    visibility: visible !important;
  }
}
@media (min-width: calc(992px + 1px)) {
  .checkout-nuevo cart-list-header .input-group-addon:has([title="Search Order"]) {
    display: none;
  }
}
.checkout-nuevo .card {
  margin-top: 0;
  padding: 0;
  box-shadow: initial;
}
.checkout-nuevo .page-heading {
  width: 100%;
}
.checkout-nuevo h2 {
  font-size: 2em;
  font-weight: normal;
  margin-top: 0;
  width: 100%;
}
.checkout-nuevo h4 {
  font-size: 1.25em;
}
.checkout-nuevo .text-muted {
  color: #767676;
}
.checkout-nuevo .btn {
  font-size: inherit;
  border-radius: 0.25em;
  padding: 0.75em;
}
.checkout-nuevo .btn-default {
  border: 1px solid;
}
.checkout-nuevo .add-new-card-btn {
  border-color: transparent;
  margin-left: auto;
  display: block;
}
.checkout-nuevo .delete-btn {
  margin-top: 3em;
}
.checkout-nuevo .flex-row {
  align-items: flex-start;
  display: flex;
  gap: 4em;
}
.checkout-nuevo .flex-row .pull-right {
  margin-left: auto;
}
@media (max-width: 750px) {
  .checkout-nuevo .flex-row .pull-right {
    margin-left: initial;
  }
}
@media (max-width: 880px) {
  .checkout-nuevo .flex-row {
    gap: 2em;
  }
}
@media (max-width: 750px) {
  .checkout-nuevo .flex-row {
    flex-direction: column !important;
  }
}
.checkout-nuevo .flex-1 {
  flex-grow: 1;
  margin-top: 0;
  min-width: 18em;
}
@media (max-width: 750px) {
  .checkout-nuevo .flex-1 {
    width: 100%;
    max-width: 25em;
    margin: auto;
  }
}
@media (max-width: 340px) {
  .checkout-nuevo .flex-1 {
    min-width: initial;
    font-size: 0.75em;
  }
}
.checkout-nuevo .flex-2 {
  flex-grow: 2;
}
.checkout-nuevo .flex-2 > div + div {
  margin-top: 4em;
}
.checkout-nuevo .row {
  margin-left: 0;
  margin-right: 0;
  flex-wrap: wrap;
  gap: 1em;
}
.checkout-nuevo .payment-method {
  width: 100%;
}
.checkout-nuevo .same-address-row {
  margin-left: 1.25em;
  margin-top: 1em;
}
.checkout-nuevo .ship-date-block {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
}
.checkout-nuevo .acceptTerms {
  margin-bottom: 2em;
}
.checkout-nuevo .order-info-inner {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.checkout-nuevo .order-info-inner [form-group] {
  margin-top: 0;
}
.checkout-nuevo .continue-shopping-btn {
  margin-top: 1em;
}
.checkout-nuevo .panel {
  border: none;
  box-shadow: none;
}
.checkout-nuevo .panel .panel-heading {
  background-color: transparent;
  border: none;
  padding: 0;
}
.checkout-nuevo .panel .panel-body {
  padding: 0;
}
.checkout-nuevo .panel cart-summary {
  display: block;
  margin: 1em 0;
}
.checkout-nuevo datum .text-muted {
  color: #282825;
  font-weight: bold;
}
.checkout-nuevo .order-block {
  display: flex !important;
  flex-direction: column;
  gap: 1em;
  border-top: 1px solid #dcdcdc;
  padding-top: 2em;
}
.checkout-nuevo .order-block:before, .checkout-nuevo .order-block:after {
  display: none;
}
.checkout-nuevo .order-block button {
  align-items: center;
  display: flex;
  gap: 0.5em;
  width: 100%;
  justify-content: center;
}
.checkout-nuevo [form-group] {
  border: 1px solid transparent;
  margin-top: 1em;
}
.checkout-nuevo .form-group {
  margin-left: 0;
  margin-right: 0;
}
.checkout-nuevo .form-group .input-group {
  display: block;
  margin-top: 1em;
}
.checkout-nuevo .form-group .input-group .form-control {
  border-radius: 0.25em;
  padding: 0.666em 1.25em;
}
.checkout-nuevo .form-group .input-group .ui-select-container {
  border: none;
  padding: 0;
}
.checkout-nuevo .form-group .input-group .ui-select-container > div {
  display: flex;
  flex-flow: column-reverse;
}
.checkout-nuevo .form-group .input-group .ui-select-container > div input {
  border: 1px solid;
  width: 100% !important;
  display: block;
  border-radius: 0.25em;
  height: initial;
}
.checkout-nuevo .form-group .input-group-addon {
  border: none;
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: initial;
  z-index: 5;
}
.checkout-nuevo .form-group input, .checkout-nuevo .form-group select, .checkout-nuevo .form-group label {
  font-size: 1em;
}
.checkout-nuevo .form-group .input-group-alt-layout input ~ label, .checkout-nuevo .form-group .input-group-alt-layout select ~ label, .checkout-nuevo .form-group .input-group-alt-layout .ui-select-container ~ label {
  left: 1rem;
  padding: 0 0.25rem !important;
}
.checkout-nuevo .form-group .input-group-alt-layout input ~ label, .checkout-nuevo .form-group .input-group-alt-layout select ~ label {
  top: 0;
}
.checkout-nuevo discount-codes [form-group] {
  border: none;
}
.checkout-nuevo discount-codes .input-group {
  border: 1px solid;
  display: flex !important;
  justify-content: space-between;
  border-radius: 0.25em;
}
.checkout-nuevo discount-codes .input-group input {
  padding: 0 0 0 1em;
}
.checkout-nuevo discount-codes .input-group .btn {
  border: none;
  border-left: 1px solid;
  border-radius: initial;
}

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

.cta-text {
  position: absolute;
}

.top-left {
  top: 1em;
  left: 1em;
}

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

.top-right {
  top: 1em;
  right: 1em;
}

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

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

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

.bottom-left {
  bottom: 1em;
  left: 1em;
}

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

.bottom-right {
  bottom: 1em;
  right: 1em;
}

.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;
  }
}
.accordion .panel {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.accordion .heading {
  margin: 0;
  font-size: 1.33em;
}
@media (max-width: 840px) {
  .accordion .heading {
    font-size: 1.25em;
  }
}
@media (max-width: 590px) {
  .accordion .heading {
    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: #212529;
}
.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: 3rem;
  background-color: #f2f2f2;
  border-width: 1px 1px 1px 2px;
  border-style: solid;
  border-color: #f2f2f2;
  text-decoration: none !important;
}
@media (max-width: 840px) {
  .accordion .heading a, .accordion.accordion-careers a:not(.panel-body a), .accordion.accordion-dates .date {
    padding: 1rem 3rem 1rem 1rem;
  }
}
.accordion .heading a.collapsed, .accordion.accordion-careers a.collapsed {
  border-color: #f2f2f2;
}
.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: #212529;
}
.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;
}
@media (max-width: 840px) {
  .accordion-dates .heading a, .accordion-dates .date {
    height: 3rem;
  }
}
.accordion-dates .date {
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  flex-shrink: 0;
  justify-content: flex-end;
  padding: 1rem;
  text-align: right;
  width: 15em;
}
@media (max-width: 840px) {
  .accordion-dates .date {
    display: flex !important;
    font-size: 0.8em;
    padding-right: 1rem !important;
    width: 12em;
  }
}
@media (max-width: 590px) {
  .accordion-dates .date {
    justify-content: flex-start;
    padding-bottom: 0 !important;
  }
}
.accordion-dates .panel-group {
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}
.accordion-dates .panel-wrapper {
  align-items: flex-start;
  display: flex;
}
@media (max-width: 590px) {
  .accordion-dates .panel-wrapper {
    flex-direction: column;
  }
  .accordion-dates .panel-wrapper > div {
    width: 100%;
  }
}
.accordion-dates .panel {
  flex-grow: 1;
}
.accordion .panel-body {
  background-color: #e8e8e8;
  padding: 3em;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.accordion .panel-body:before, .accordion .panel-body:after {
  display: none;
}
@media (max-width: 840px) {
  .accordion .panel-body {
    padding: 1rem 3rem 1rem 1rem;
  }
}
.accordion .panel-body p {
  font-size: 1em;
}
.accordion .ion-plus:before {
  content: "-";
}
.accordion .collapsed .ion-plus:before {
  content: "+";
}

.faq-wrap .col-lg-6 {
  flex-grow: 1;
}
.faq-wrap .faq-menu a {
  text-decoration: none;
  display: inline-block;
}
.faq-wrap .faq-menu ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

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 {
  display: flex;
  align-items: center;
  margin-top: 1em;
  padding: 0.5em 0;
}
catalog-container catalog-details .container-fluid .navbar-collapse {
  display: flex !important;
  align-items: center;
  gap: 2em;
  margin-left: auto;
}
catalog-container catalog-details .container-fluid .navbar-collapse > ul {
  display: flex;
  align-items: center;
}
catalog-container catalog-details .container-fluid .navbar-collapse > ul a {
  display: block;
  padding: 0.25em;
  text-decoration: none;
}
catalog-container catalog-details .container-fluid .navbar-collapse > ul b {
  display: block;
  padding: 0.5em 0.333em;
}
catalog-container catalog-details .container-fluid .navbar-collapse > ul .dropdown-menu {
  width: 18em;
}
catalog-container catalog-details .navbar-form .input-group {
  display: flex;
}
catalog-container catalog-details .message-icon-container > *, catalog-container catalog-details .message-icon-container i {
  font-size: 1.25em !important;
  margin: 0 !important;
}

.proxima-nova {
  font-family: "proxima-nova", sans-serif;
}

.ernie,
.adobe-handwriting-ernie {
  font-family: "amithenregular", serif;
  font-weight: 400 !important;
  text-transform: initial !important;
}

.proxima-sera {
  font-family: "proxima-sera", sans-serif;
}

.grid-product-wrap,
.header-text {
  font-family: "proxima-nova", sans-serif;
}

product-highlights {
  display: none;
}

.homepage main > div {
  padding: 4em 1em;
}
.homepage main > div + div {
  border-top: 1px solid #E6E7E8;
}

.bring-happiness {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.bring-happiness h2 {
  font-family: "amithenregular", serif;
  text-transform: initial;
  font-weight: 400;
  font-size: 5em;
  text-align: center;
}
.bring-happiness .four-column-row {
  flex-flow: row wrap;
}
.bring-happiness .four-column-row .column {
  flex: initial;
  padding: 0;
  position: relative;
  flex: 0 0 calc((100% - 2em) / 2);
}
.bring-happiness .four-column-row .column img {
  display: block;
}
.bring-happiness .four-column-row .column .caption {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 3.5em;
  font-family: "amithenregular", serif;
  text-transform: initial;
  font-weight: 400;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}

.caption {
  font-weight: bold;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  margin-top: 0.5em;
}

a .img-responsive {
  border-bottom: 0.2em solid #343a40;
  transition: opacity 0.333s ease-in-out;
  opacity: 1;
}
a:hover .img-responsive {
  border-color: #e1523d;
  opacity: 0.75;
}
a:has(.caption) {
  text-decoration: none;
}
a:has(.caption):hover {
  text-decoration: underline;
}

.videos {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.videos .row {
  align-items: center;
  display: flex;
  justify-content: center;
}
.videos .row p {
  font-size: 1.25em;
}
.videos h2, .videos h3 {
  color: #495057;
}
.videos .btn-primary {
  margin-top: 1em;
}
.videos .grid-section > div {
  padding: 4em 0;
}
.videos .grid-section > div:first-of-type {
  padding-top: 0;
}
.videos .grid-section > div:last-of-type {
  padding-bottom: 0;
}
.videos .grid-section > div + div {
  margin: 0;
  border-top: 1px solid #E6E7E8;
}

.new-to-our-website {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}
.new-to-our-website h2 {
  color: #343a40;
}

.follow-on-instagram {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}

.navigation,
.emun-nav {
  align-items: center;
  display: flex;
}

.navigation {
  flex-grow: 1;
}

.promotion {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #e1523d;
  text-align: center;
  z-index: -1;
}
.promotion a {
  color: #fff;
  text-decoration: none;
}
.promotion .close-btn {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #fff;
  height: 2.5em;
  position: absolute;
  right: 0em;
  width: 3em;
}
.promotion .promo-banner-wrap {
  padding-right: 3em;
}
.promotion .promo-banner-link {
  display: inline-block !important;
  padding: 0.5rem;
  font-size: 0.875em;
}

.dropdown > a, .dropdown > button {
  letter-spacing: 0.15em;
  font-size: 0.9rem;
}
.dropdown-menu .col-md-3 {
  padding: 0;
}
.dropdown-menu .col-md-9 {
  padding: 0 0 0 2em;
}
.dropdown-menu .col-md-9 > div > div {
  display: flex;
  flex-flow: row wrap;
  gap: 2em;
}
.dropdown-menu .col-md-9 .action-set {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: calc(25% - 1.5em);
}
.dropdown-menu .col-md-9 .action-set .btn-info {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1em;
  font-weight: 700;
}
.dropdown-menu .col-md-9 .action-set .btn {
  background: initial;
  border: none;
  color: #212529;
  padding: 0.2em 0;
  text-align: left;
  white-space: initial;
}
.dropdown-menu .col-md-9 .action-set .btn.btn-default {
  letter-spacing: initial;
}
.dropdown-menu .col-md-9 .action-set .btn:hover {
  background: initial;
  color: #212529;
  text-decoration: underline;
}

.buckets .column > div {
  height: 100%;
}
.buckets .column > div > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.buckets .column > div > div h3 {
  color: #e1523d;
  text-align: center;
}

.standard-page h1 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 2rem 0 5rem;
  text-align: center;
}
.standard-page .product-description {
  text-align: left;
  margin-bottom: 0.5em;
}
.standard-page footer {
  margin-top: 2em;
}

.contact-icons {
  background-color: #E6E7E8;
  padding: 4em 0;
  margin: 4em auto;
  text-align: center;
}
.contact-icons .fa {
  font-size: 3em;
  margin-bottom: 0.25em;
  color: #e1523d;
}
.contact-icons .container {
  max-width: 1140px !important;
}

footer {
  color: #495057;
}
footer .social > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .social a {
  display: inline-block;
  padding: 0.5em 1em;
}
footer .copyright {
  background: #343a40;
  color: #fff;
}
footer .copyright p {
  max-width: 1140px;
  margin: auto;
  padding: 1em;
}
footer .form .input-group-alt-layout {
  margin: 1em 0 0.5em;
}
footer .form [type=text] {
  border: 1px solid;
  padding: 0.5em 1em;
  width: 100%;
}
footer .form label {
  background: #e6e7e8;
}
footer .form legend {
  font-size: 1.5em;
}
footer .form fieldset input,
footer .form fieldset label {
  display: inline-block;
}
footer .form [type=submit] {
  display: inline-block;
  margin-top: 0.5em;
  padding: 0.5em 2em;
  border: 1px solid;
}

#top-link-block {
  bottom: 40px;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

.svg-icon {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 3;
  vertical-align: text-bottom;
  --layer1: currentColor;
  --layer2: currentColor;
}
header .svg-icon {
  width: 1.5em;
  height: 1.5em;
}

.preferences-form {
  font-family: "proxima-nova", sans-serif;
}
.preferences-form fieldset legend {
  font-size: 1.5em;
}
.preferences-form fieldset label {
  display: inline-block;
  padding: 0.25em;
}

.sign-in-page h1 {
  font-family: "amithenregular", serif;
  text-transform: initial;
  font-weight: 400;
}
.sign-in-page .btn-register {
  display: none;
}
.sign-in-page .btn-registration {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.sign-in-page .block-header {
  background: #E6E7E8;
  padding: 1.25em 1.5em;
}
.sign-in-page .block-header h2 {
  font-size: 1em;
  text-transform: uppercase;
  margin: 0;
}
.sign-in-page .block-body {
  padding: 1.25em 1.5em;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.sign-in-page .block-body h3, .sign-in-page .block-body h4 {
  font-size: 1.25em;
  margin: 0;
}
.sign-in-page .divider {
  margin-bottom: 1.25em;
}

.mv-landing .show-filters {
  display: none;
}

shopping-multi-view {
  display: block;
  max-width: 1140px;
  margin: 2em auto 0;
}
shopping-multi-view .grid-item-badges {
  min-height: initial;
  float: right;
}
shopping-multi-view auto-query-header {
  display: block;
  margin-bottom: 1em;
}
shopping-multi-view auto-query-footer {
  display: flex;
  justify-content: center;
}
shopping-multi-view auto-query-footer page-sizes, shopping-multi-view auto-query-footer .page-count {
  display: none;
}
shopping-multi-view auto-query-filter-selector {
  font-size: 14px;
}
shopping-multi-view auto-query-filter-selector auto-query-text-filter .input-group-addon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5em;
}
shopping-multi-view auto-query-filter-selector auto-query-text-filter .form-control {
  padding-left: 1.75em;
}
shopping-multi-view auto-query-filter-selector .auto-query-nav-panel-btn {
  text-align: left;
  display: flex;
  white-space: initial;
  align-items: center;
  font-size: 12px;
  gap: 0.5em;
  padding: 0.25em;
}
shopping-multi-view auto-query-filter-selector .quantity-found {
  margin-left: auto;
}
shopping-multi-view .item-name {
  font-weight: bold;
  margin-bottom: 0.5em;
}
shopping-multi-view .btn-success.btn-lg {
  font-size: 1em;
  background-color: #343a40;
  color: #fff;
  border-color: #343a40;
}
shopping-multi-view .btn-success.btn-lg:hover {
  background-color: #e1523d;
}

shopping-multi-view-cards .actions-block,
shopping-grid .actions-block {
  display: flex;
  gap: 1em;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: opacity 0.333s ease-in-out;
}
shopping-multi-view-cards .actions-block .dropdown-menu,
shopping-grid .actions-block .dropdown-menu {
  top: 50%;
  left: 50%;
  overflow: initial;
  padding: 2em;
  position: fixed;
  transform: translate(-50%, -50%);
  max-width: 30em;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
shopping-multi-view-cards .actions-block .dropdown-menu ul,
shopping-grid .actions-block .dropdown-menu ul {
  list-style: none;
}
@media (max-width: 320px) {
  shopping-multi-view-cards .actions-block .dropdown-menu,
  shopping-grid .actions-block .dropdown-menu {
    font-size: 0.875rem;
  }
}
shopping-multi-view-cards .actions-block button,
shopping-grid .actions-block button {
  background: transparent;
  border: 1px solid #343a40;
  color: #343a40;
  margin: 0 !important;
}
shopping-multi-view-cards .actions-block button span,
shopping-grid .actions-block button span {
  display: none;
}
shopping-multi-view-cards .actions-block .btn-add-to-cart-shop,
shopping-grid .actions-block .btn-add-to-cart-shop {
  transform: translateX(-100%);
}
shopping-multi-view-cards .actions-block .btn-add-to-list,
shopping-grid .actions-block .btn-add-to-list {
  transform: translateX(100%);
  color: #343a40;
}
shopping-multi-view-cards .actions-block .btn-add-to-list:hover,
shopping-grid .actions-block .btn-add-to-list:hover {
  color: #fff !important;
}
shopping-multi-view-cards .actions-block .btn-add-to-list.in-list,
shopping-grid .actions-block .btn-add-to-list.in-list {
  border-color: #e1523d;
  color: #e1523d;
}
shopping-multi-view-cards a.zoom.label,
shopping-grid a.zoom.label {
  top: 1em;
  right: 1em;
  bottom: initial;
}
shopping-multi-view-cards .img-wrap,
shopping-grid .img-wrap {
  overflow: hidden;
}
shopping-multi-view-cards .img-wrap:hover .actions-block,
shopping-grid .img-wrap:hover .actions-block {
  opacity: 1;
}
shopping-multi-view-cards .img-wrap:hover img,
shopping-grid .img-wrap:hover img {
  opacity: 0.1;
}
shopping-multi-view-cards .img-wrap:hover .btn-add-to-cart-shop, shopping-multi-view-cards .img-wrap:hover .btn-add-to-list,
shopping-grid .img-wrap:hover .btn-add-to-cart-shop,
shopping-grid .img-wrap:hover .btn-add-to-list {
  transform: translateX(0);
}
shopping-multi-view-cards .img-wrap:hover hr,
shopping-grid .img-wrap:hover hr {
  background-color: #e1523d;
}
shopping-multi-view-cards .img-wrap:has(.open) .actions-block,
shopping-grid .img-wrap:has(.open) .actions-block {
  opacity: 1;
}
shopping-multi-view-cards .img-wrap:has(.open) img,
shopping-grid .img-wrap:has(.open) img {
  opacity: 0.1;
}
shopping-multi-view-cards .img-wrap:has(.open) .btn-add-to-cart-shop, shopping-multi-view-cards .img-wrap:has(.open) .btn-add-to-list,
shopping-grid .img-wrap:has(.open) .btn-add-to-cart-shop,
shopping-grid .img-wrap:has(.open) .btn-add-to-list {
  transform: translateX(0);
}
shopping-multi-view-cards .img-wrap:has(.open) hr,
shopping-grid .img-wrap:has(.open) hr {
  background-color: #e1523d;
}
shopping-multi-view-cards .img-wrap img,
shopping-grid .img-wrap img {
  opacity: 1;
  transition: opacity 0.333s ease-in-out;
}
shopping-multi-view-cards .img-wrap hr,
shopping-grid .img-wrap hr {
  background: #343a40;
  height: 0.25em;
  margin: 1em 0;
}

.one-column shopping-grid .grid-item {
  flex: initial;
  width: 100%;
}

cart-dropdown-menu text-switcher span {
  margin-left: 0.2em;
}

shopping-one-up div:has(> .quantity-header), shopping-one-up .info,
modal cart-item-quick-view div:has(> .quantity-header),
modal cart-item-quick-view .info {
  width: 19em;
}
@media (max-width: 480px) {
  shopping-one-up div:has(> .quantity-header), shopping-one-up .info,
  modal cart-item-quick-view div:has(> .quantity-header),
  modal cart-item-quick-view .info {
    width: 100%;
  }
}
shopping-one-up shopping-change-quantity,
modal cart-item-quick-view shopping-change-quantity {
  display: block;
  width: 19em;
}
@media (max-width: 480px) {
  shopping-one-up shopping-change-quantity,
  modal cart-item-quick-view shopping-change-quantity {
    width: 100%;
  }
}
shopping-one-up .grid-item-badges,
modal cart-item-quick-view .grid-item-badges {
  float: right;
}
shopping-one-up .short-label,
modal cart-item-quick-view .short-label {
  display: none;
}
shopping-one-up .long-label,
modal cart-item-quick-view .long-label {
  display: inline-block !important;
}
shopping-one-up .oneup-actions-block,
modal cart-item-quick-view .oneup-actions-block {
  margin-top: 2em;
}
shopping-one-up .oneup-actions-block .btn-add-to-cart-shop,
modal cart-item-quick-view .oneup-actions-block .btn-add-to-cart-shop {
  font-size: 1.5em;
}
@media (max-width: 480px) {
  shopping-one-up .oneup-actions-block .btn-add-to-cart-shop,
  modal cart-item-quick-view .oneup-actions-block .btn-add-to-cart-shop {
    font-size: 1.25em;
  }
}
shopping-one-up .oneup-actions-block .btn-add-to-list,
modal cart-item-quick-view .oneup-actions-block .btn-add-to-list {
  background: transparent;
  color: #343a40;
}
shopping-one-up .oneup-actions-block .btn-add-to-list:hover,
modal cart-item-quick-view .oneup-actions-block .btn-add-to-list:hover {
  background: #23272b;
  color: #fff !important;
}
shopping-one-up .oneup-actions-block .quantity-header,
modal cart-item-quick-view .oneup-actions-block .quantity-header {
  font-weight: bold;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.15em;
}
shopping-one-up .corner-ribbon.hidden,
modal cart-item-quick-view .corner-ribbon.hidden {
  display: block !important;
}

modal cart-item-quick-view shopping-add-to-list {
  position: relative;
}
modal cart-item-quick-view shopping-add-to-list .dropdown-menu.pull-right {
  left: 0;
  right: auto;
}
modal cart-item-quick-view .header-image, modal cart-item-quick-view .header-text {
  flex: 1 1 0px;
}
modal cart-item-quick-view .product-images-vertical .row {
  flex-flow: row nowrap;
}
@media (max-width: 840px) {
  modal cart-item-quick-view .row {
    flex-direction: column !important;
  }
}

.btn {
  font-family: "proxima-nova", sans-serif;
}

.btn:not(.dropdown .btn) {
  text-transform: uppercase;
}

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

.pn-policies ul {
  list-style: initial;
  padding-left: 1em;
}
.pn-about .single-column-row {
  max-width: 38em;
  margin: auto;
}
.pn-resource h2 {
  margin-top: 2em;
}
.pn-catalogs .two-column-row {
  display: flex;
  gap: 10em;
}
.pn-catalogs .two-column-row > * {
  flex: 0 0 calc((100% - 10em) / 2);
}
.pn-catalogs .two-column-row .column {
  text-align: center;
}

.sbi main p, .sbi main ul {
  font-size: 1.5rem;
}
.sbi h2.ernie {
  font-size: 4.5rem;
  text-align: center;
}
.sbi-header {
  text-align: center;
  padding: 0 1em 4em;
  border-bottom: 1px solid #E6E7E8;
}
.sbi-testimonial, .sbi-advantages, .sbi-how, .sbi-outro {
  padding: 4em 1em;
  border-bottom: 1px solid #E6E7E8;
}
.sbi-testimonial ul, .sbi-advantages ul, .sbi-how ul, .sbi-outro ul {
  list-style: initial;
  padding-left: 1.25em;
}
.sbi-how .two-column-row {
  align-items: center;
}
.sbi-how .two-column-row .column {
  width: initial;
}
.sbi-how .two-column-row .column img {
  max-width: 50%;
}
.sbi-how .grid-section > div:nth-of-type(odd) .two-column-row {
  flex-direction: row-reverse;
}
.sbi-how .grid-section > div + div {
  margin-top: 3em;
}

order-confirmation .title-v2 {
  font-size: 1.5rem;
}
@media (max-width: 590px) {
  order-confirmation .title-v2 {
    font-size: 1.25rem;
  }
}
order-confirmation .hr-lg, order-confirmation .col-md-6:has(> .ig-content-sm) {
  display: none;
}
order-confirmation .col-md-6, order-confirmation .col-md-4 {
  width: 100%;
  margin: 1rem auto;
  max-width: 480px;
}

.btn-make-payment {
  display: none;
}

.badges {
  position: absolute;
  top: 1.66rem;
  left: 1rem;
  z-index: 2;
}
shopping-one-up .badges {
  left: initial;
  right: 1rem;
}
.badges .corner-ribbon {
  transform: initial;
  position: initial;
  display: inline-block;
  width: initial;
  padding: 0.25rem 2rem;
  line-height: initial;
  margin-bottom: 0.5rem;
}

.header-image {
  position: relative;
}

shopping-one-up .outer-wrap {
  position: relative;
  overflow: hidden;
}
shopping-one-up .outer-wrap .corner-ribbon {
  font-family: "proxima-nova", sans-serif;
  z-index: 5;
}
@media (min-width: 500px) {
  shopping-one-up .outer-wrap .corner-ribbon {
    font-size: 1.25em;
    width: 280px;
    top: 68px;
    left: -55px;
  }
}

.bg-color-4 {
  color: #fff;
}

.pn-customer.appreciation .navbar-default, .pn-customer.appreciation .search-link {
  display: none;
}

.related-items, .others-bought {
  display: none;
}

[modal-title="Activity..."] .nav-tabs {
  display: flex;
}
[modal-title="Activity..."] .form-group.row {
  row-gap: 0;
  margin-bottom: 1rem;
}
[modal-title="Activity..."] .control-label {
  display: block;
}

.klaviyo-form-WsRiD5 {
  max-width: 24rem;
}

.mobile-label {
  display: none;
}

@media (max-width: 1290px) {
  header .flex-header {
    background-color: #fff;
    display: block;
    height: 8em;
    position: relative;
  }
  header #logo {
    padding: 0;
    width: 190px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  header #menu-mobile {
    position: absolute;
    top: 50%;
    left: 1em;
    transform: translateY(-50%);
    flex-direction: column;
  }
  header #menu-mobile .hidden {
    display: block !important;
  }
  header .navigation:has(.reveal) {
    display: block;
    position: absolute;
    transition: ease-in-out 0.5s;
    top: 100%;
    left: 0;
    right: 0;
    overflow-y: auto;
    background-color: #f0f0f0;
    transform: translateY(-100%);
    padding: 1em 0 2em;
    max-height: calc(100vh - 128px);
    z-index: -1;
  }
  header .navigation:has(.reveal) li.dropdown, header .navigation:has(.reveal) .emun-nav > li {
    border-bottom: 1px solid #E6E7E8;
    width: 100%;
    height: initial !important;
  }
  header .navigation:has(.reveal) .navbar-nav {
    display: flex;
    flex-flow: column;
  }
  header .navigation:has(.reveal) .column {
    width: 100%;
  }
  header .navigation:has(.reveal) .column:has(img) {
    display: none;
  }
  header .navigation:has(.reveal) .column .action-set {
    max-width: 234px;
    width: 100%;
  }
  header .navigation:has(.reveal) product-list-dropdown-menu .pull-right, header .navigation:has(.reveal) product-list-dropdown-menu .pull-left {
    margin: 0;
  }
  header .navigation:has(.reveal) product-list-dropdown-menu .btn-link {
    flex-direction: row;
    justify-content: flex-start;
    gap: 1em;
    flex-grow: 0;
  }
  header .navigation:has(.reveal) .dropdown-menu {
    background: #f0f0f0;
    box-shadow: initial;
    float: none !important;
    position: initial;
  }
  header .navigation:has(.reveal) .emun-nav {
    align-items: flex-start;
    flex-direction: column;
  }
  header .navigation:has(.reveal) .emun-nav .top-nav-list, header .navigation:has(.reveal) .emun-nav .search-link {
    text-align: left;
  }
  header .navigation:has(.reveal) .dropdown > a {
    display: block;
  }
  header .navigation:has(.reveal.in) {
    transform: translateY(0);
  }
  .modal .modal-content .close:not(.ui-select-match-close) {
    top: 0;
    right: 0;
  }
  .mobile-label {
    display: initial;
  }
}
@media (max-width: 840px) {
  .videos .row,
  .bring-happiness .row {
    flex-direction: column;
  }
  .videos .row .column,
  .bring-happiness .row .column {
    flex: initial;
  }
  .videos .row .column img,
  .bring-happiness .row .column img {
    max-width: initial;
    width: 100%;
  }
  .videos .row .column .caption,
  .bring-happiness .row .column .caption {
    font-size: 12vw;
  }
  .videos .row p,
  .bring-happiness .row p {
    font-size: 1em;
  }
}

@media (max-width: 840px) {
  .bring-happiness h2 {
    font-size: 3em;
  }
}

@media (max-width: 840px) {
  footer .row {
    flex-direction: column;
    align-items: center;
  }
  footer .social > div {
    flex-direction: row;
  }
  footer .h3 {
    font-size: 1.25em;
  }
  footer .form {
    width: 100%;
    max-width: 20em;
  }
  footer .form legend {
    font-size: 1em;
  }
}

@media (max-width: 840px) {
  modal .sign-in-page {
    width: 100% !important;
    margin: auto !important;
  }
}

@media (max-width: 590px) {
  .modal .modal-content .modal-footer modal-footer .clearfix {
    flex-direction: column;
    gap: 1.5em;
  }
  header #logo {
    max-width: 190px;
    width: 50%;
  }
}
@media (max-width: 840px) {
  shopping-multi-view .btn {
    font-size: 0.8em !important;
  }
}

@media (max-width: 992px) {
  shopping-one-up .thumb-images-box {
    width: 80px !important;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  shopping-one-up .thumb-images-box {
    width: 100% !important;
    padding: 0;
  }
}
@media (max-width: 992px) {
  shopping-one-up .thumb-images-box > div {
    width: 80px !important;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  shopping-one-up .thumb-images-box > div {
    padding: 0;
    width: 100% !important;
  }
}
@media (max-width: 840px) {
  shopping-one-up .row:has(> .header-image) {
    flex-direction: column;
    padding: 0 1em;
  }
}
@media (max-width: 840px) {
  shopping-one-up .row:has(> .thumb-images-box) {
    gap: 1em;
  }
  shopping-one-up .row:has(> .thumb-images-box) .main-images-box {
    width: calc(100% - 80px) !important;
  }
}
@media (max-width: 768px) {
  shopping-one-up .row:has(> .thumb-images-box) {
    flex-direction: column;
  }
  shopping-one-up .row:has(> .thumb-images-box) .main-images-box {
    width: 100% !important;
    padding: 0;
  }
}
@media (max-width: 590px) {
  shopping-one-up .product-description {
    font-size: 2em;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  shopping-one-up .product-description {
    font-size: 1.75em;
  }
}

.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 */