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

.secondary-background {
  background-color: #009174 !important;
}

.tertiary-background {
  background-color: #B44F17 !important;
}

.logo-green-background {
  background-color: #006346 !important;
}

.logo-gray-background {
  background-color: #C4CED2 !important;
}

.type-color-background {
  background-color: #3B3E3F !important;
}

.white-background {
  background-color: #fff !important;
}
@media (max-width: 660px) {
  .white-background .light-text {
    color: #767676 !important;
  }
}
@media (max-width: 660px) {
  .white-background .white-button {
    border-color: #767676 !important;
  }
}

*:where(:not(iframe, canvas, img, svg, video, audio, svg *, circle, rect, path, line, ellipse, polygon, polyline, text, tspan, textPath, g, use, symbol, defs, clipPath, mask, filter, linearGradient, radialGradient, pattern, svg, foreignObject, marker, image, view, switch, title, desc, animate, animateTransform, animateMotion, set):not(.component-edit-container *)) {
  all: unset;
  display: revert;
}

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

ul {
  list-style: initial;
}

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

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

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

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

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

@font-face {
  font-family: "FeltThat";
  src: url("/fonts/feltthat/font.woff2") format("woff2"), url("/fonts/feltthat/font.woff") format("woff");
}
@font-face {
  font-family: "Gilroy Regular";
  src: url("/fonts/Gilroy-Regular.otf") format("opentype");
}
@font-face {
  font-family: "GilroySemi";
  src: url("/fonts/Gilroy-SemiBold.otf") format("opentype");
}
body {
  color: #3b3e3f;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.felt-that {
  font-family: "FeltThat", "Montserrat", sans-serif !important;
  font-weight: 400 !important;
  text-transform: initial !important;
  letter-spacing: 0 !important;
}

h1,
.h1 {
  font-family: "Gilroy Regular", sans-serif;
  font-size: 3.052em;
  font-weight: 600;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.additional-info h1,
.additional-info .h1,
.text-grouping h1,
.text-grouping .h1 {
  text-transform: initial;
}

h2,
.h2 {
  font-family: "Gilroy Regular", sans-serif;
  font-size: 2.441em;
  font-weight: 600;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.additional-info h2,
.additional-info .h2,
.text-grouping h2,
.text-grouping .h2 {
  text-transform: initial;
}

h3,
.h3 {
  font-family: "Gilroy Regular", sans-serif;
  font-size: 1.953em;
  font-weight: 600;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.additional-info h3,
.additional-info .h3,
.text-grouping h3,
.text-grouping .h3 {
  text-transform: initial;
}

h4,
.h4 {
  font-family: "Gilroy Regular", sans-serif;
  font-size: 1.563em;
  font-weight: 600;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.additional-info h4,
.additional-info .h4,
.text-grouping h4,
.text-grouping .h4 {
  text-transform: initial;
}

h5,
.h5 {
  font-family: "Gilroy Regular", sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.additional-info h5,
.additional-info .h5,
.text-grouping h5,
.text-grouping .h5 {
  text-transform: initial;
}

h6,
.h6 {
  font-family: "Gilroy Regular", sans-serif;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.additional-info h6,
.additional-info .h6,
.text-grouping h6,
.text-grouping .h6 {
  text-transform: initial;
}

@media (max-width: 800px) {
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.75em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.25em;
  }
  .intro {
    font-size: 1em;
  }
}
b,
strong {
  font-weight: bold;
}

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

ol li {
  list-style: decimal;
}

.text-muted {
  color: #767676;
}

i,
em {
  font-style: italic;
}

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

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

.intro {
  font-size: 1.25em;
}

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

.light-text {
  color: #fff;
}

.dark-text {
  color: #006346;
}

.footer-heading {
  font-size: 1.25em;
}

svg:not(.logo) path {
  fill: inherit;
  stroke: inherit;
}

use {
  fill: #3b3e3f;
  stroke: #3b3e3f;
}

html {
  scroll-behavior: smooth;
}

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

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

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

main {
  flex-grow: 1;
}

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

.container,
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  max-width: 1600px;
}
.container:before, .container:after,
.container-fluid:before,
.container-fluid:after {
  display: none !important;
}
@media (max-width: 1600px) {
  .container,
  .container-fluid {
    padding: 0 1rem;
  }
}
.standard-page .container,
.standard-page .container-fluid {
  max-width: 1600px;
  width: 100%;
}
.pn-shop .container,
.pn-shop .container-fluid {
  max-width: initial;
}
header .container, footer .container,
header .container-fluid,
footer .container-fluid {
  max-width: 1600px !important;
}

.standard-page .small-page .content, .standard-page .small-page.content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
}

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

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

.row {
  display: flex;
  gap: 2em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.row:before, .row:after {
  display: none !important;
}
@media (max-width: 660px) {
  .row {
    flex-direction: column;
  }
  .row * {
    flex: initial;
  }
}
.reverse .row, [reversedcolumn="1"] .row {
  flex-direction: row-reverse;
}
@media (max-width: 660px) {
  .reverse .row, [reversedcolumn="1"] .row {
    flex-direction: column;
  }
}

.flex-row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 660px) {
  .flex-row {
    flex-direction: column;
  }
  .flex-row * {
    flex: initial;
  }
}

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

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

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

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

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

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

.three-column-row {
  gap: 2em;
}
.three-column-row > * {
  flex: 0 0 calc((100% - 4em) / 3);
}
@media (max-width: 660px) {
  .three-column-row {
    gap: 2em;
  }
  .three-column-row > * {
    flex: 0 0 calc((100% - 0em) / 1);
  }
}
.three-column-row > div {
  padding: 0;
}

.four-column-row {
  gap: 2em;
}
.four-column-row > * {
  flex: 0 0 calc((100% - 6em) / 4);
}
@media (max-width: 800px) {
  .four-column-row {
    gap: 2em;
  }
  .four-column-row > * {
    flex: 0 0 calc((100% - 2em) / 2);
  }
}
@media (max-width: 660px) {
  .four-column-row {
    gap: 2em;
  }
  .four-column-row > * {
    flex: 0 0 calc((100% - 0em) / 1);
  }
}
.four-column-row > div {
  padding: 0;
}

.five-column-row {
  gap: 2em;
}
.five-column-row > * {
  flex: 0 0 calc((100% - 8em) / 5);
}
@media (max-width: 800px) {
  .five-column-row {
    gap: 2em;
  }
  .five-column-row > * {
    flex: 0 0 calc((100% - 2em) / 2);
  }
}
@media (max-width: 660px) {
  .five-column-row {
    gap: 2em;
  }
  .five-column-row > * {
    flex: 0 0 calc((100% - 0em) / 1);
  }
}
.five-column-row > div {
  padding: 0;
}

.six-column-row {
  gap: 2em;
}
.six-column-row > * {
  flex: 0 0 calc((100% - 10em) / 6);
}
@media (max-width: 1170px) {
  .six-column-row {
    gap: 2em;
    flex-wrap: wrap;
  }
  .six-column-row > * {
    flex: 0 0 calc((100% - 4em) / 3);
  }
}
@media (max-width: 480px) {
  .six-column-row {
    gap: 2em;
  }
  .six-column-row > * {
    flex: 0 0 calc((100% - 2em) / 2);
  }
}
.six-column-row > div {
  padding: 0;
}

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

.flex {
  display: flex;
}

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

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

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

@media (max-width: 480px) {
  img {
    max-width: 100%;
  }
}

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

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

.inline {
  display: inline;
}

.block {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hide {
  display: none;
}

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

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

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

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

@media (min-width: calc(480px + 1px)) {
  .pull-xs-left {
    float: left;
    order: 1;
  }
  .pull-xs-right {
    float: right;
    order: 2;
  }
}
@media (min-width: calc(660px + 1px)) {
  .pull-sm-left {
    float: left;
    order: 1;
  }
  .pull-sm-right {
    float: right;
    order: 2;
  }
}
@media (min-width: calc(800px + 1px)) {
  .pull-md-left {
    float: left;
    order: 1;
  }
  .pull-md-right {
    float: right;
    order: 2;
  }
}
@media (min-width: calc(1170px + 1px)) {
  .pull-lg-left {
    float: left;
    order: 1;
  }
  .pull-lg-right {
    float: right;
    order: 2;
  }
}
@media (min-width: calc(1440px + 1px)) {
  .pull-xl-left {
    float: left;
    order: 1;
  }
  .pull-xl-right {
    float: right;
    order: 2;
  }
}
.nowrap,
.no-wrap {
  white-space: nowrap;
}

.youtube-embed {
  aspect-ratio: 16/9;
  width: 100%;
}

.danger {
  color: #BE5048;
}

.progress-bar {
  height: 0.75rem;
  transition: width 0.6s ease;
}
.progress-bar-success {
  background-color: #006346;
}

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

.nav-tabs {
  border-bottom: 1px solid #f4f4f4;
  text-align: center;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.nav-tabs li a {
  border-bottom: 4px solid transparent;
  display: inline-block;
  font-weight: 600;
  padding: 0.75rem 0.5rem;
  text-decoration: none;
}
@media (max-width: 800px) {
  .nav-tabs li a {
    padding: 0.5rem 0.25rem;
  }
}
.nav-tabs li a i {
  color: #B44F17;
  font-size: 1.25em;
  margin-right: 0.5rem;
}
.nav-tabs li.active a {
  border-color: #B44F17;
}

.pointer {
  cursor: pointer;
}

table th {
  color: #3b3e3f;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
  line-height: 1rem;
}
table tr:nth-of-type(even) {
  background: #f2f9fc;
}
table th, table tr {
  padding: 1rem;
}

@media (max-width: 660px) {
  .jobs-table {
    font-size: 0.75rem;
  }
}

.full-width:has(.jobs-table) {
  width: 100%;
  max-width: 1074px;
  margin-left: auto;
  margin-right: auto;
}

browse-history {
  width: calc(100% - 2rem);
}
browse-history .col-xs-12 {
  float: none;
}

.cards-row {
  margin: 0;
  gap: 2rem;
}
.cards-row > * {
  flex: 0 0 calc((100% - 6rem) / 4);
}
@media (max-width: 800px) {
  .cards-row {
    gap: 2rem;
  }
  .cards-row > * {
    flex: 0 0 calc((100% - 4rem) / 3);
  }
}
@media (max-width: 660px) {
  .cards-row {
    gap: 1rem;
  }
  .cards-row > * {
    flex: 0 0 calc((100% - 1rem) / 2);
  }
}
@media (max-width: 480px) {
  .cards-row {
    gap: 1rem;
  }
  .cards-row > * {
    flex: 0 0 calc((100% - 0rem) / 1);
  }
}
.cards-row > * {
  width: initial;
}
.cards-row .text-truncate {
  white-space: wrap;
}

.label {
  padding: 0.25rem 0.5rem;
}

.badges {
  display: flex;
  flex-direction: column;
  text-align: left;
  align-items: flex-start;
  gap: 0.25rem;
  position: absolute;
  top: 0;
  padding: 0.25rem 0;
  z-index: 1;
  line-height: initial;
}
.badges span {
  border-radius: initial;
  padding: 0.1rem 0.5rem;
  font-size: 0.875rem;
  background: #006346;
  color: #fff;
}
.badges .ribbon-color-sale {
  background-color: #B44F17;
}
.badges .ribbon-color-best-seller {
  background-color: #4E301D;
}
.badges .highlights {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
shopping-one-up-heading .badges {
  position: initial;
  flex-flow: row wrap;
  gap: 0.5rem;
  align-items: center;
}

shopping-one-up-heading .badges .highlights {
  flex-flow: row wrap;
}

.ibox table {
  white-space: initial;
}

td:has(.btn-link) {
  white-space: nowrap;
}

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

@media (min-width: 0) {
  .col-xs-1 {
    width: 8.333333%;
  }
  .col-xs-2 {
    width: 16.666667%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-4 {
    width: 33.333333%;
  }
  .col-xs-5 {
    width: 41.666667%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-7 {
    width: 58.333333%;
  }
  .col-xs-8 {
    width: 66.666667%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-10 {
    width: 83.333333%;
  }
  .col-xs-11 {
    width: 91.666667%;
  }
  .col-xs-12 {
    width: 100%;
    padding: 0;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-pull-1 {
    right: 8.333333%;
  }
  .col-xs-pull-2 {
    right: 16.666667%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-4 {
    right: 33.333333%;
  }
  .col-xs-pull-5 {
    right: 41.666667%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-7 {
    right: 58.333333%;
  }
  .col-xs-pull-8 {
    right: 66.666667%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-10 {
    right: 83.333333%;
  }
  .col-xs-pull-11 {
    right: 91.666667%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-push-1 {
    left: 8.333333%;
  }
  .col-xs-push-2 {
    left: 16.666667%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-4 {
    left: 33.333333%;
  }
  .col-xs-push-5 {
    left: 41.666667%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-7 {
    left: 58.333333%;
  }
  .col-xs-push-8 {
    left: 66.666667%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-10 {
    left: 83.333333%;
  }
  .col-xs-push-11 {
    left: 91.666667%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-offset-0 {
    margin-left: 0;
  }
  .col-xs-offset-1 {
    margin-left: 8.333333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.666667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.333333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.666667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.333333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.666667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.333333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.666667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: calc(660px + 1px)) {
  .col-sm-1 {
    width: 8.333333%;
  }
  .col-sm-2 {
    width: 16.666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.333333%;
  }
  .col-sm-5 {
    width: 41.666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.333333%;
  }
  .col-sm-8 {
    width: 66.666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.333333%;
  }
  .col-sm-11 {
    width: 91.666667%;
  }
  .col-sm-12 {
    width: 100%;
    padding: 0;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.333333%;
  }
  .col-sm-pull-2 {
    right: 16.666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.333333%;
  }
  .col-sm-pull-5 {
    right: 41.666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.333333%;
  }
  .col-sm-pull-8 {
    right: 66.666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.333333%;
  }
  .col-sm-pull-11 {
    right: 91.666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.333333%;
  }
  .col-sm-push-2 {
    left: 16.666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.333333%;
  }
  .col-sm-push-5 {
    left: 41.666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.333333%;
  }
  .col-sm-push-8 {
    left: 66.666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.333333%;
  }
  .col-sm-push-11 {
    left: 91.666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: calc(800px + 1px)) {
  .col-md-1 {
    width: 8.333333%;
  }
  .col-md-2 {
    width: 16.666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.333333%;
  }
  .col-md-5 {
    width: 41.666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.333333%;
  }
  .col-md-8 {
    width: 66.666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.333333%;
  }
  .col-md-11 {
    width: 91.666667%;
  }
  .col-md-12 {
    width: 100%;
    padding: 0;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.333333%;
  }
  .col-md-pull-2 {
    right: 16.666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.333333%;
  }
  .col-md-pull-5 {
    right: 41.666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.333333%;
  }
  .col-md-pull-8 {
    right: 66.666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.333333%;
  }
  .col-md-pull-11 {
    right: 91.666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.333333%;
  }
  .col-md-push-2 {
    left: 16.666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.333333%;
  }
  .col-md-push-5 {
    left: 41.666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.333333%;
  }
  .col-md-push-8 {
    left: 66.666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.333333%;
  }
  .col-md-push-11 {
    left: 91.666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: calc(1170px + 1px)) {
  .col-lg-1 {
    width: 8.333333%;
  }
  .col-lg-2 {
    width: 16.666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.333333%;
  }
  .col-lg-5 {
    width: 41.666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.333333%;
  }
  .col-lg-8 {
    width: 66.666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.333333%;
  }
  .col-lg-11 {
    width: 91.666667%;
  }
  .col-lg-12 {
    width: 100%;
    padding: 0;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.333333%;
  }
  .col-lg-pull-2 {
    right: 16.666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.333333%;
  }
  .col-lg-pull-5 {
    right: 41.666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.333333%;
  }
  .col-lg-pull-8 {
    right: 66.666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.333333%;
  }
  .col-lg-pull-11 {
    right: 91.666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.333333%;
  }
  .col-lg-push-2 {
    left: 16.666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.333333%;
  }
  .col-lg-push-5 {
    left: 41.666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.333333%;
  }
  .col-lg-push-8 {
    left: 66.666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.333333%;
  }
  .col-lg-push-11 {
    left: 91.666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: calc(1440px + 1px)) {
  .col-xl-1 {
    width: 8.333333%;
  }
  .col-xl-2 {
    width: 16.666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.333333%;
  }
  .col-xl-5 {
    width: 41.666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.333333%;
  }
  .col-xl-8 {
    width: 66.666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.333333%;
  }
  .col-xl-11 {
    width: 91.666667%;
  }
  .col-xl-12 {
    width: 100%;
    padding: 0;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-pull-1 {
    right: 8.333333%;
  }
  .col-xl-pull-2 {
    right: 16.666667%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-4 {
    right: 33.333333%;
  }
  .col-xl-pull-5 {
    right: 41.666667%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-7 {
    right: 58.333333%;
  }
  .col-xl-pull-8 {
    right: 66.666667%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-10 {
    right: 83.333333%;
  }
  .col-xl-pull-11 {
    right: 91.666667%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-push-1 {
    left: 8.333333%;
  }
  .col-xl-push-2 {
    left: 16.666667%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-4 {
    left: 33.333333%;
  }
  .col-xl-push-5 {
    left: 41.666667%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-7 {
    left: 58.333333%;
  }
  .col-xl-push-8 {
    left: 66.666667%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-10 {
    left: 83.333333%;
  }
  .col-xl-push-11 {
    left: 91.666667%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-offset-0 {
    margin-left: 0;
  }
  .col-xl-offset-1 {
    margin-left: 8.333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
@media (max-width: 480px) {
  .hidden-xs-down {
    display: none !important;
  }
}
.hidden-sm-up:not(crm-container .hidden-sm-up) {
  display: initial;
}
@media (min-width: calc(480px + 1px)) {
  .hidden-sm-up:not(crm-container .hidden-sm-up) {
    display: none !important;
  }
}

.hidden-sm-down:not(crm-container .hidden-sm-down) {
  display: initial;
}
@media (max-width: 660px) {
  .hidden-sm-down:not(crm-container .hidden-sm-down) {
    display: none !important;
  }
}

.hidden-md-up:not(crm-container .hidden-md-up) {
  display: initial;
}
@media (min-width: calc(660px + 1px)) {
  .hidden-md-up:not(crm-container .hidden-md-up) {
    display: none !important;
  }
}

.hidden-md-down:not(crm-container .hidden-md-down) {
  display: initial;
}
@media (max-width: 800px) {
  .hidden-md-down:not(crm-container .hidden-md-down) {
    display: none !important;
  }
}

.hidden-lg-up:not(crm-container .hidden-lg-up) {
  display: initial;
}
@media (min-width: calc(800px + 1px)) {
  .hidden-lg-up:not(crm-container .hidden-lg-up) {
    display: none !important;
  }
}

.hidden-lg-down:not(crm-container .hidden-lg-down) {
  display: initial;
}
@media (max-width: 1170px) {
  .hidden-lg-down:not(crm-container .hidden-lg-down) {
    display: none !important;
  }
}

.hidden-xl-up:not(crm-container .hidden-xl-up) {
  display: initial;
}
@media (min-width: calc(1170px + 1px)) {
  .hidden-xl-up:not(crm-container .hidden-xl-up) {
    display: none !important;
  }
}

.hidden-xl-down:not(crm-container .hidden-xl-down) {
  display: initial;
}
@media (max-width: 1440px) {
  .hidden-xl-down:not(crm-container .hidden-xl-down) {
    display: none !important;
  }
}

@media (max-width: 1440px) {
  .col-xl {
    flex-direction: column;
  }
}
@media (max-width: 1170px) {
  .col-lg {
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .col-md {
    flex-direction: column;
  }
}
@media (max-width: 660px) {
  .col-sm {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .col-xs {
    flex-direction: column;
  }
}
header {
  background-color: #fff;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 500;
  padding: 0;
}
.nav-up header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
header .row {
  display: flex !important;
}
header .row:before, header .row:after {
  display: none !important;
}
header #logo {
  padding: 1em;
  width: 300px;
}
@media (max-width: 640px) {
  header #logo {
    width: 200px;
  }
}
header #menu-mobile .glyphicon,
header #page-menu-mobile .glyphicon {
  display: none;
}
header .mobile-hamburger,
header .reveal > .close-btn {
  display: none;
}
@media (max-width: 1375px) {
  header .mobile-hamburger,
  header .reveal > .close-btn {
    display: block;
  }
}
@media (max-width: 1375px) {
  header .reveal > .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.5);
    background-color: white;
    font-size: 2em;
    font-weight: bold;
    padding: 0.5rem;
    z-index: 9999;
    align-self: flex-start;
  }
}
header .search-field {
  display: flex;
  position: relative;
  border: 1px solid #3b3e3f;
  z-index: 1;
}
header .search-field .form-control {
  border: none;
  padding-left: 3rem;
  background-color: transparent;
}
header .search-field label {
  color: #3b3e3f;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  padding: 0.25rem;
  z-index: -1;
  width: auto;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
header .search-field label span {
  color: #3b3e3f;
}
@media (max-width: 500px) {
  header .search-field label span {
    display: none;
  }
}
header .search-field input:focus ~ label, header .search-field input:valid ~ label {
  background-color: transparent;
  top: 0;
  z-index: 1;
}
header .search-field .btn-primary {
  background: transparent;
  border: none;
  color: #767676;
  position: absolute;
  left: 0;
}
header .navigation .reveal {
  display: flex;
  gap: 0.25em;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
header .navigation .reveal [class*=col-] {
  float: none;
  padding: 0;
}
@media (max-width: 1375px) {
  header .navigation .reveal {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    height: 100vh !important;
    max-width: 400px;
    overflow-y: auto;
    background: white;
    transform: translateX(-150%);
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 4rem;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.23);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  header .navigation .reveal.in {
    transform: translateX(0);
  }
  header .navigation .reveal .navbar-nav {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 200%;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  header .navigation .reveal .navbar-nav:after {
    display: block;
    content: "← Back";
    position: absolute;
    top: -2.5rem;
    left: calc(50% + 1rem);
    cursor: pointer;
  }
  header .navigation .reveal .navbar-nav:has(.open) {
    transform: translateX(-50%);
  }
  header .navigation .reveal .navbar-nav > li {
    width: 50%;
  }
  header .navigation .reveal .navbar-nav > li > a {
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #f4f4f4;
    display: block;
    text-align: left;
  }
  header .navigation .reveal .navbar-nav > li > a span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none !important;
    padding: 0;
  }
  header .navigation .reveal .navbar-nav > li > a i {
    transform: rotate(-90deg);
  }
  header .navigation .reveal .navbar-nav .dropdown-menu {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    box-shadow: none;
    padding: 0;
  }
  header .navigation .reveal .navbar-nav .dropdown-menu .row {
    flex-direction: column;
  }
  header .navigation .reveal .navbar-nav .dropdown-menu product-tag-totals {
    display: block;
    margin-bottom: 2rem;
  }
}
header .navbar-toggle {
  align-items: center;
  display: flex;
  gap: 0.25em;
  padding: 0.5rem;
}
header .navbar-toggle > div {
  width: 1.5em;
}
header .navbar-toggle .icon-bar {
  background-color: #626366;
  border-radius: 1em;
  display: block;
  height: 2px;
  width: 100%;
}
@media (max-width: 1375px) {
  header .navbar-toggle .icon-bar {
    display: block !important;
  }
}
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: #3b3e3f;
  display: none;
  height: initial !important;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-delay: 0.1s;
}
header .navbar-collapse.in {
  display: block;
}
header .navbar-nav > li {
  display: inline-block;
  position: initial;
}
header #navbar-collapse-grid {
  box-shadow: none;
  display: block;
  position: initial;
  transform: initial;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-delay: 0.1s;
}
header #navbar-collapse-grid.in {
  display: block;
}
header #navbar-collapse-grid .navbar-nav {
  position: relative;
  text-align: center;
  width: 100%;
}
header #navbar-collapse-grid .navbar-nav .text-grouping {
  white-space: initial;
}
header #navbar-collapse-grid .navbar-nav .img-responsive {
  margin-left: -1em;
  width: calc(100% + 1.25em) !important;
}

.dropdown {
  position: relative;
}
.dropdown > a, .dropdown > button:not(.btn-primary) {
  color: #3b3e3f;
  display: inline-block;
  padding: 0.75em 1em;
  text-transform: uppercase;
  text-decoration: none;
}
.dropdown-header {
  font-weight: bold;
  text-transform: capitalize;
  border-bottom: 1px solid #009174;
  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: 1rem 2rem 1rem 1rem;
  position: absolute;
  left: 0;
  top: 100%;
  text-align: left;
  z-index: 1000;
}
.emun-nav .dropdown-menu {
  left: initial !important;
  right: -0.5rem !important;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-menu .btn-default {
  border: none;
  display: block;
  font-size: 1rem;
  letter-spacing: initial;
  padding: 0.5em 0;
  text-align: left;
  text-transform: initial;
  font-weight: normal;
  margin-bottom: 2px;
}
.dropdown-menu .btn-default:hover {
  color: inherit;
}
.dropdown-menu .btn-default:active, .dropdown-menu .btn-default:focus-visible {
  background-color: #f2f9fc;
}
.dropdown-menu .img-responsive-link {
  display: block;
}
.dropdown-menu .spc {
  margin: 0;
}
.shopping-cart-dropdown .dropdown-menu, .modal .dropdown-menu {
  background: #fff;
  color: #3b3e3f;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu.user-menu {
  padding: 1.5em 1em;
}
.dropdown-menu.user-menu a {
  color: inherit;
  text-decoration: none;
}
.dropdown-menu.user-menu a:hover {
  text-decoration: underline;
}
.dropdown span.badge.badge-sup {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.emun-nav {
  list-style: none;
  padding: 0;
  position: relative;
  display: flex;
  gap: 0.5rem;
}
.emun-nav .dropdown {
  position: initial;
}
.emun-nav .dropdown .dropdown-toggle {
  padding: 0;
}
.emun-nav > li {
  display: inline-block;
}
.emun-nav svg {
  height: 20px;
  width: 20px;
}
.emun-nav svg path {
  stroke: #3b3e3f;
}
.emun-nav button {
  min-width: 42px;
  min-height: 42px;
}

footer {
  background-color: #fff;
  padding: 4.5rem 0 0;
}
footer .row {
  display: flex !important;
  gap: 4rem;
  flex-direction: row;
}
footer .row:before, footer .row:after {
  display: none !important;
}
@media (max-width: 825px) {
  footer .row {
    flex-wrap: wrap;
    row-gap: 1rem;
  }
  footer .row .contact {
    flex-basis: 100%;
    order: -1;
  }
  footer .row .quick-links {
    flex: 1 1 0px;
  }
}
@media (max-width: 500px) {
  footer .row {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  footer panel {
    width: 100%;
    display: block;
  }
}
footer .footer-nav {
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 480px) {
  footer .footer-nav {
    text-align: center;
  }
}
footer .footer-nav > * {
  flex: 1 1 0px;
}
@media (max-width: 480px) {
  footer .footer-nav > * {
    width: 100%;
    flex: initial;
  }
}
footer .sub-footer {
  border-top: 1px solid #f4f4f4;
  background-color: #006346;
  color: #fff;
  width: 100%;
  margin-top: 2em;
}
footer .sub-footer > div {
  align-items: center;
  gap: 1em;
  display: flex;
  padding: 1rem 0;
}
@media (max-width: 700px) {
  footer .sub-footer > div {
    flex-direction: column;
    padding: 1rem;
    align-items: flex-start;
  }
}
footer .sub-footer > * {
  font-size: 0.75em;
}
@media (max-width: 800px) {
  footer .sub-footer {
    flex-flow: row wrap;
    justify-content: center;
  }
}
footer .footer-logo {
  display: block;
  max-width: 100%;
}
footer a {
  color: inherit;
  display: inline-block;
  padding: 0.25rem 0;
  text-decoration: none;
}
footer a:hover {
  font-weight: 500;
}
@media (max-width: 500px) {
  footer a {
    font-size: 0.875rem;
  }
}
footer h2 {
  font-size: 1.25rem;
  text-decoration: underline;
}
@media (max-width: 500px) {
  footer h2 {
    font-size: 1rem;
  }
}
footer form input {
  margin-bottom: 1rem;
  padding: 0.75rem 1rem !important;
  width: 100%;
}
footer .social .footer-heading {
  margin: 0;
}
footer .social > div {
  margin: 0.5rem 0 1rem -0.9rem;
}
footer .social a {
  width: 42px;
  height: 42px;
  padding: 0;
  display: inline-flex !important;
  align-items: center;
  display: flex;
  justify-content: center;
}

#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 .multi-view-right {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
}
shopping-multi-view .multi-view-right auto-query-header {
  margin-bottom: 1.25rem;
}
shopping-multi-view .multi-view-right auto-query-header > div {
  display: flex;
  gap: 1rem;
}
shopping-multi-view .multi-view-right auto-query-header > div:before, shopping-multi-view .multi-view-right auto-query-header > div:after {
  display: none !important;
}
shopping-multi-view .multi-view-right .listing {
  order: 2;
}
shopping-multi-view .multi-view-right auto-query-footer {
  order: 3;
}
shopping-multi-view .multi-view-left {
  width: 300px;
  flex-shrink: 0;
  padding-top: 1rem;
}
shopping-multi-view .multi-view-left .filters-close {
  display: none;
}
@media (max-width: 1100px) {
  shopping-multi-view .multi-view-left .filters-close {
    display: flex;
  }
}
shopping-multi-view .multi-view-left .auto-query-nav-panel-btn:before, shopping-multi-view .multi-view-left .auto-query-nav-panel-btn:after {
  display: none !important;
}
shopping-multi-view .multi-view-left .auto-query-nav-panel-btn span {
  line-height: 1.1;
}
shopping-multi-view .multi-view-left .filter:has(.toggle-switch) {
  display: inline-block;
  margin-right: 0.5rem;
}
@media (max-width: 1100px) {
  shopping-multi-view .multi-view-left {
    display: flex !important;
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    transform: translateX(-150%);
    height: 100%;
    width: 100%;
    max-width: 400px;
    background: #fff;
    z-index: 9999;
    padding: 3rem 0;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
  shopping-multi-view .multi-view-left .filters-wrap {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  shopping-multi-view .multi-view-left auto-query-filter-selector {
    display: block;
    padding: 0 1rem 1rem;
  }
}
@media (max-width: 1100px) {
  shopping-multi-view .multi-view-left.filters-open {
    transform: translateY(0);
  }
}
@media (max-width: 1100px) {
  shopping-multi-view .filters-background.filters-open {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9998;
    background-color: rgba(53, 56, 55, 0.4);
    -webkit-backdrop-filter: 0px;
            backdrop-filter: 0px;
  }
}
@media (min-width: 1101px) {
  shopping-multi-view .btn-mobile-filters {
    display: none;
  }
}

shopping-multi-view-cards,
shopping-grid,
shopping-multi-view-wishlist,
shopping-multi-view,
shopping-multi-view-masonry {
  max-width: 1600px;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  gap: 1rem;
}
@media (max-width: 800px) {
  shopping-multi-view-cards,
  shopping-grid,
  shopping-multi-view-wishlist,
  shopping-multi-view,
  shopping-multi-view-masonry {
    gap: 1em;
  }
}
shopping-multi-view-cards .multi-view-hide,
shopping-grid .multi-view-hide,
shopping-multi-view-wishlist .multi-view-hide,
shopping-multi-view .multi-view-hide,
shopping-multi-view-masonry .multi-view-hide {
  display: none !important;
}
shopping-multi-view-cards .mv-image,
shopping-grid .mv-image,
shopping-multi-view-wishlist .mv-image,
shopping-multi-view .mv-image,
shopping-multi-view-masonry .mv-image {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: white;
  margin-bottom: 0.5rem;
}
shopping-multi-view-cards shopping-add-to-list,
shopping-grid shopping-add-to-list,
shopping-multi-view-wishlist shopping-add-to-list,
shopping-multi-view shopping-add-to-list,
shopping-multi-view-masonry shopping-add-to-list {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  z-index: 1;
}

shopping-multi-view-cards,
shopping-grid,
shopping-multi-view-wishlist,
shopping-multi-view-masonry {
  background: #f4f4f4;
  padding: 1rem;
}
shopping-multi-view-cards a,
shopping-grid a,
shopping-multi-view-wishlist a,
shopping-multi-view-masonry a {
  color: inherit;
  text-decoration: none;
}
shopping-multi-view-cards .grid-item, shopping-multi-view-cards .mv-product,
shopping-grid .grid-item,
shopping-grid .mv-product,
shopping-multi-view-wishlist .grid-item,
shopping-multi-view-wishlist .mv-product,
shopping-multi-view-masonry .grid-item,
shopping-multi-view-masonry .mv-product {
  display: flex;
  flex-direction: column;
  margin: 0 !important;
  background-color: #fff;
  padding: 1rem;
  float: initial;
  flex: 0 0 calc((100% - 2rem) / 3);
}
@media (max-width: 800px) {
  shopping-multi-view-cards .grid-item, shopping-multi-view-cards .mv-product,
  shopping-grid .grid-item,
  shopping-grid .mv-product,
  shopping-multi-view-wishlist .grid-item,
  shopping-multi-view-wishlist .mv-product,
  shopping-multi-view-masonry .grid-item,
  shopping-multi-view-masonry .mv-product {
    flex: 0 0 calc((100% - 2rem) / 3);
  }
}
@media (max-width: 660px) {
  shopping-multi-view-cards .grid-item, shopping-multi-view-cards .mv-product,
  shopping-grid .grid-item,
  shopping-grid .mv-product,
  shopping-multi-view-wishlist .grid-item,
  shopping-multi-view-wishlist .mv-product,
  shopping-multi-view-masonry .grid-item,
  shopping-multi-view-masonry .mv-product {
    flex: 0 0 calc((100% - 1rem) / 2);
  }
}
@media (max-width: 480px) {
  shopping-multi-view-cards .grid-item, shopping-multi-view-cards .mv-product,
  shopping-grid .grid-item,
  shopping-grid .mv-product,
  shopping-multi-view-wishlist .grid-item,
  shopping-multi-view-wishlist .mv-product,
  shopping-multi-view-masonry .grid-item,
  shopping-multi-view-masonry .mv-product {
    flex: 0 0 calc((100% - 0rem) / 1);
  }
}
@media (min-width: calc(800px + 1px)) {
  .filters-closed shopping-multi-view-cards .grid-item, .filters-closed shopping-multi-view-cards .mv-product,
  .filters-closed shopping-grid .grid-item,
  .filters-closed shopping-grid .mv-product,
  .filters-closed shopping-multi-view-wishlist .grid-item,
  .filters-closed shopping-multi-view-wishlist .mv-product,
  .filters-closed shopping-multi-view-masonry .grid-item,
  .filters-closed shopping-multi-view-masonry .mv-product {
    flex: 0 0 calc((100% - 3rem) / 4);
  }
}
shopping-multi-view-cards .grid-item-badges, shopping-multi-view-cards .mv-product-badges,
shopping-grid .grid-item-badges,
shopping-grid .mv-product-badges,
shopping-multi-view-wishlist .grid-item-badges,
shopping-multi-view-wishlist .mv-product-badges,
shopping-multi-view-masonry .grid-item-badges,
shopping-multi-view-masonry .mv-product-badges {
  min-height: initial;
}
shopping-multi-view-cards .grid-item .info, shopping-multi-view-cards .mv-product .info,
shopping-grid .grid-item .info,
shopping-grid .mv-product .info,
shopping-multi-view-wishlist .grid-item .info,
shopping-multi-view-wishlist .mv-product .info,
shopping-multi-view-masonry .grid-item .info,
shopping-multi-view-masonry .mv-product .info {
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin-top: 0.5rem;
}
shopping-multi-view-cards .grid-item .mv-title, shopping-multi-view-cards .mv-product .mv-title,
shopping-grid .grid-item .mv-title,
shopping-grid .mv-product .mv-title,
shopping-multi-view-wishlist .grid-item .mv-title,
shopping-multi-view-wishlist .mv-product .mv-title,
shopping-multi-view-masonry .grid-item .mv-title,
shopping-multi-view-masonry .mv-product .mv-title {
  font-size: 1rem;
  font-weight: 500;
}
shopping-multi-view-cards .grid-item shopping-item-actions, shopping-multi-view-cards .mv-product shopping-item-actions,
shopping-grid .grid-item shopping-item-actions,
shopping-grid .mv-product shopping-item-actions,
shopping-multi-view-wishlist .grid-item shopping-item-actions,
shopping-multi-view-wishlist .mv-product shopping-item-actions,
shopping-multi-view-masonry .grid-item shopping-item-actions,
shopping-multi-view-masonry .mv-product shopping-item-actions {
  display: block;
  margin-top: 1rem;
}
shopping-multi-view-cards .grid-item shopping-item-actions .row, shopping-multi-view-cards .mv-product shopping-item-actions .row,
shopping-grid .grid-item shopping-item-actions .row,
shopping-grid .mv-product shopping-item-actions .row,
shopping-multi-view-wishlist .grid-item shopping-item-actions .row,
shopping-multi-view-wishlist .mv-product shopping-item-actions .row,
shopping-multi-view-masonry .grid-item shopping-item-actions .row,
shopping-multi-view-masonry .mv-product shopping-item-actions .row {
  gap: 0.5rem;
}
shopping-multi-view-cards .img-wrap,
shopping-grid .img-wrap,
shopping-multi-view-wishlist .img-wrap,
shopping-multi-view-masonry .img-wrap {
  position: relative;
}
shopping-multi-view-cards .img-wrap shopping-item-image,
shopping-grid .img-wrap shopping-item-image,
shopping-multi-view-wishlist .img-wrap shopping-item-image,
shopping-multi-view-masonry .img-wrap shopping-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

shopping-multi-view-wishlist {
  flex-wrap: nowrap;
}
shopping-multi-view-wishlist .grid-item {
  flex: 0 0 calc((100% - 3rem) / 4);
}

shopping-multi-view-masonry .grid-item {
  flex: 0 0 calc((100% - 3rem) / 4);
}
@media (max-width: 1170px) {
  shopping-multi-view-masonry .grid-item {
    flex: 0 0 calc((100% - 3rem) / 4);
  }
}
@media (max-width: 800px) {
  shopping-multi-view-masonry .grid-item {
    flex: 0 0 calc((100% - 2rem) / 3);
  }
}
@media (max-width: 660px) {
  shopping-multi-view-masonry .grid-item {
    flex: 0 0 calc((100% - 1rem) / 2);
  }
}
@media (max-width: 480px) {
  shopping-multi-view-masonry .grid-item {
    flex: 0 0 calc((100% - 0rem) / 1);
  }
}

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

shopping-add-to-cart {
  flex-grow: 1;
  display: flex;
  gap: 0.25rem;
}
shopping-add-to-cart .btn {
  text-transform: uppercase;
}

.grid-image-container {
  position: relative;
  height: initial;
  line-height: initial;
}
table .grid-image-container {
  min-width: 70px;
}

table .grid-image,
table .img-contain {
  min-width: 30px;
}

.aq-page-sort {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

auto-query-refinements-bar {
  display: block;
}
auto-query-refinements-bar .auto-refinements {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 480px) {
  auto-query-refinements-bar .auto-refinements {
    gap: 0.5rem;
    flex-wrap: wrap;
  }
}
auto-query-refinements-bar .auto-refinements .auto-refinement .label {
  margin: 0;
  background-color: #009174;
  color: #fff;
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  border-radius: 1rem;
  padding: 0.25rem 0.75rem 0.25rem 0.5rem;
}
auto-query-refinements-bar .auto-refinements .auto-refinement .label-primary {
  background: none;
  color: #3b3e3f;
  text-decoration: underline;
  border: none;
}
auto-query-refinements-bar a {
  text-decoration: none;
  font-size: 0.875rem;
}
auto-query-refinements-bar .clear-all {
  text-decoration: underline;
}
auto-query-refinements-bar .refinement-label {
  background: #D7D2CA;
  display: flex;
  gap: 0.5rem;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  border-radius: 1rem;
}

[uib-collapse]:has(auto-query-text-filter) {
  overflow: initial !important;
}

auto-query-criteria {
  margin-bottom: 2rem;
  display: block;
}

.filters-wrap h2,
.advanced-left h2,
auto-query-criteria h2 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin: 0;
}
.filters-wrap [uib-collapse],
.advanced-left [uib-collapse],
auto-query-criteria [uib-collapse] {
  max-height: initial !important;
}
.filters-wrap .panel,
.advanced-left .panel,
auto-query-criteria .panel {
  border-bottom: 1px solid #E2E8F0;
}
.filters-wrap .panel-heading,
.advanced-left .panel-heading,
auto-query-criteria .panel-heading {
  padding: 1rem 0.5rem;
}
.filters-wrap .auto-query-nav-panel-btn,
.advanced-left .auto-query-nav-panel-btn,
auto-query-criteria .auto-query-nav-panel-btn {
  font-size: 0.875rem;
  min-height: initial;
  white-space: initial;
  text-align: left;
  text-transform: capitalize;
  padding: 0.25rem 0 0.25rem 0.25rem !important;
  align-items: center;
}
.filters-wrap .auto-query-nav-panel-btn .pull-left,
.advanced-left .auto-query-nav-panel-btn .pull-left,
auto-query-criteria .auto-query-nav-panel-btn .pull-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.filters-wrap .auto-query-nav-panel-btn .pull-right,
.advanced-left .auto-query-nav-panel-btn .pull-right,
auto-query-criteria .auto-query-nav-panel-btn .pull-right {
  color: #767676;
}

.pagination {
  display: flex !important;
  gap: 1.5em;
  justify-content: center;
  list-style: none;
  align-items: center;
  margin: 0;
}
.pagination a {
  border: 1px solid transparent;
  border-radius: 50%;
  color: #767676;
  height: 42px;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.pagination .active a {
  background-color: #D7D2CA;
  border-color: #D7D2CA;
  color: black;
}

.mv-price-sale {
  color: #BE5048;
}

shopping-multi-view .listing .item .text,
shopping-grid .listing .item .text {
  margin: 0;
}

shopping-one-up,
cart-item-quick-view {
  display: block;
  max-width: 1600px;
  margin: auto;
}
shopping-one-up .image-column, shopping-one-up .text-column,
cart-item-quick-view .image-column,
cart-item-quick-view .text-column {
  flex: 1 1 0px;
}
shopping-one-up .text-column,
cart-item-quick-view .text-column {
  max-width: 38rem;
  display: flex;
  flex-direction: column;
  padding-right: 2rem;
}
shopping-one-up .text-column .column,
cart-item-quick-view .text-column .column {
  display: flex;
  flex-direction: column;
}
shopping-one-up .text-column p.product-price,
cart-item-quick-view .text-column p.product-price {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
shopping-one-up .text-column p.sign-in,
cart-item-quick-view .text-column p.sign-in {
  margin: 1rem 0 0;
  font-size: 1rem;
}
shopping-one-up .text-column h3,
cart-item-quick-view .text-column h3 {
  font-size: 1.25rem;
}
shopping-one-up .text-column .btn-link,
cart-item-quick-view .text-column .btn-link {
  font-size: 1rem;
  cursor: pointer;
  color: #006346;
  font-weight: 700;
  text-decoration: none;
  text-transform: initial;
}
shopping-one-up .text-column panel .btn-link,
cart-item-quick-view .text-column panel .btn-link {
  color: #3b3e3f;
}
shopping-one-up .text-column panel [ng-transclude=value],
cart-item-quick-view .text-column panel [ng-transclude=value] {
  display: none;
}
shopping-one-up .text-column .spec-header,
cart-item-quick-view .text-column .spec-header {
  margin: 0 1rem 0.1rem;
  font-weight: bold;
}
shopping-one-up .text-column datum + .spec-header,
cart-item-quick-view .text-column datum + .spec-header {
  margin-top: 1rem;
}
shopping-one-up .text-column .btn-panel,
cart-item-quick-view .text-column .btn-panel {
  border-bottom: 1px solid #e5e5e5;
  color: #3b3e3f;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: initial;
  line-height: 1.5rem;
  font-size: 1rem;
  padding: 0.75rem;
  width: 100%;
  display: flex;
  text-align: left;
}
shopping-one-up .text-column .btn-panel span:last-of-type,
cart-item-quick-view .text-column .btn-panel span:last-of-type {
  font-size: 2em;
  font-weight: 400;
  line-height: 0;
}
shopping-one-up .text-column .btn.btn-add-to-list,
cart-item-quick-view .text-column .btn.btn-add-to-list {
  border-radius: initial !important;
}
shopping-one-up .text-column .dropdown-menu,
cart-item-quick-view .text-column .dropdown-menu {
  right: 0;
  left: initial;
}
shopping-one-up h2,
cart-item-quick-view h2 {
  font-size: 1.5rem;
}
shopping-one-up .image-column .row,
cart-item-quick-view .image-column .row {
  gap: 0;
}
shopping-one-up .skus,
cart-item-quick-view .skus {
  display: flex;
  gap: 1rem;
}
shopping-one-up p,
cart-item-quick-view p {
  margin: 0;
}
shopping-one-up .product-brand,
cart-item-quick-view .product-brand {
  font-size: 0.875rem;
  color: #767676;
  letter-spacing: 0.28px;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
shopping-one-up .product-description,
cart-item-quick-view .product-description {
  font-size: 2rem;
  margin: 0 0 0.5rem;
  text-transform: initial;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
shopping-one-up .product-sku,
cart-item-quick-view .product-sku {
  color: #767676;
  font-size: 0.875rem;
  letter-spacing: 0.28px;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}
shopping-one-up .actions-block,
cart-item-quick-view .actions-block {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
shopping-one-up .quantity-label,
cart-item-quick-view .quantity-label {
  font-size: 1rem !important;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5em;
}
shopping-one-up no-customizer,
cart-item-quick-view no-customizer {
  display: flex;
  gap: 1rem;
  align-items: center;
}
shopping-one-up shopping-change-quantity, shopping-one-up numeric-input-group,
cart-item-quick-view shopping-change-quantity,
cart-item-quick-view numeric-input-group {
  display: block;
}
shopping-one-up shopping-add-to-list:not(product-slider shopping-add-to-list) .short-label,
cart-item-quick-view shopping-add-to-list:not(product-slider shopping-add-to-list) .short-label {
  display: none;
}
shopping-one-up shopping-add-to-list:not(product-slider shopping-add-to-list) .long-label,
cart-item-quick-view shopping-add-to-list:not(product-slider shopping-add-to-list) .long-label {
  display: inline-block !important;
}
shopping-one-up shopping-add-to-list:not(product-slider shopping-add-to-list) .btn-primary,
cart-item-quick-view shopping-add-to-list:not(product-slider shopping-add-to-list) .btn-primary {
  background-color: #fff;
  border-color: #009174;
  color: #006346;
  width: 100%;
}
shopping-one-up shopping-add-to-list:not(product-slider shopping-add-to-list) .btn-primary:hover,
cart-item-quick-view shopping-add-to-list:not(product-slider shopping-add-to-list) .btn-primary:hover {
  background: rgba(239, 163, 139, 0.18);
  border-color: #009174;
  color: #006346;
}
shopping-one-up shopping-change-quantity .btn-qty, shopping-one-up numeric-input-group .btn-qty,
cart-item-quick-view shopping-change-quantity .btn-qty,
cart-item-quick-view numeric-input-group .btn-qty {
  height: 100%;
  opacity: 1;
  padding: 0 1rem;
}
shopping-one-up .btn-add-to-cart-shop, shopping-one-up .btn-add-to-list,
cart-item-quick-view .btn-add-to-cart-shop,
cart-item-quick-view .btn-add-to-list {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
shopping-one-up .btn-add-to-cart-shop svg, shopping-one-up .btn-add-to-list svg,
cart-item-quick-view .btn-add-to-cart-shop svg,
cart-item-quick-view .btn-add-to-list svg {
  width: 24px;
  height: 24px;
  margin-right: 0.5rem;
}
shopping-one-up .btn-add-to-cart-shop svg use, shopping-one-up .btn-add-to-list svg use,
cart-item-quick-view .btn-add-to-cart-shop svg use,
cart-item-quick-view .btn-add-to-list svg use {
  stroke: #fff;
}
shopping-one-up .btn-add-to-cart-shop i, shopping-one-up .btn-add-to-list i,
cart-item-quick-view .btn-add-to-cart-shop i,
cart-item-quick-view .btn-add-to-list i {
  color: #006346;
}
shopping-one-up .btn-add-to-cart-shop,
cart-item-quick-view .btn-add-to-cart-shop {
  width: 100%;
}
shopping-one-up .btn-add-to-cart-shop:has(.personalize-btn),
cart-item-quick-view .btn-add-to-cart-shop:has(.personalize-btn) {
  border-color: #006346;
  color: #006346;
  background: #fff;
}
shopping-one-up .btn-add-to-list,
cart-item-quick-view .btn-add-to-list {
  border-color: #006346;
  padding: 0 0.5rem;
}
shopping-one-up shopping-one-up-details,
cart-item-quick-view shopping-one-up-details {
  display: block;
  border-top: 1px solid #e5e5e5;
  margin: 1rem 0;
}
shopping-one-up shopping-one-up-details .btn-link,
cart-item-quick-view shopping-one-up-details .btn-link {
  color: #3b3e3f;
  font-weight: 500;
}
shopping-one-up shopping-one-up-details ul,
cart-item-quick-view shopping-one-up-details ul {
  margin: 0 0 0 1rem;
  padding: 0;
}
shopping-one-up shopping-one-up-details ul li,
cart-item-quick-view shopping-one-up-details ul li {
  font-size: 1rem;
  margin: 0 0 0.5rem;
  padding: 0;
}
shopping-one-up shopping-one-up-details .features-one-up,
cart-item-quick-view shopping-one-up-details .features-one-up {
  margin-top: 1.5rem;
}
shopping-one-up panel .btn-link,
cart-item-quick-view panel .btn-link {
  align-items: center;
  border-bottom: 1px solid #f4f4f4;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  padding: 0.75em 0;
  text-align: left;
  text-transform: initial;
  width: 100%;
}
shopping-one-up panel .btn-link span:last-of-type,
cart-item-quick-view panel .btn-link span:last-of-type {
  font-size: 1em;
  font-weight: 400;
  line-height: 0;
}
shopping-one-up panel[panel-type=none] datum > div, shopping-one-up panel[panel-type=none] datum:last-of-type > div,
cart-item-quick-view panel[panel-type=none] datum > div,
cart-item-quick-view panel[panel-type=none] datum:last-of-type > div {
  padding: 0;
}
shopping-one-up panel [uib-collapse],
cart-item-quick-view panel [uib-collapse] {
  margin: 1rem 0;
}
shopping-one-up panel [uib-collapse] > div,
cart-item-quick-view panel [uib-collapse] > div {
  display: flex;
  flex-direction: column;
}
shopping-one-up panel datum > div,
cart-item-quick-view panel datum > div {
  display: flex;
  border-top: 1px solid;
  border-bottom: 1px;
  font-size: 0.875rem;
}
shopping-one-up panel datum > div > *,
cart-item-quick-view panel datum > div > * {
  padding: 0.25rem 1rem;
  flex: 2 1 0px;
}
shopping-one-up panel datum > div strong,
cart-item-quick-view panel datum > div strong {
  background: #fef7ea;
  flex: 0 0 33.33%;
  font-weight: normal;
}

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

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

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

.product-list-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.product-list-select img {
  width: 60px;
  display: block;
}

.btn-product-list-link {
  text-align: left;
}

product-list-shop-viewer {
  display: block;
  overflow: hidden;
}
product-list-shop-viewer .see-more-btn {
  margin-top: 2rem;
}

@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 0 1rem;
  list-style: none;
  justify-content: flex-start;
}

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

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 .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;
  width: 100%;
}

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results .list-results-header {
  align-items: flex-end;
  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;
  }
}
@media (max-width: 1221px) {
  product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text {
    flex: 2 1 0px;
    flex-direction: column;
  }
}
product-list-shop-viewer div#product-list-shop-viewer .tab-pane .list-results shopping-multi-view-wishlist .row .wishlist-text .wishlist-info {
  flex: 2 1 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

product-list-shop-viewer div#product-list-shop-viewer .tab-pane .btn-descriptive-text {
  font-size: 0.875rem;
  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;
  }
}
.list-results shopping-grid {
  overflow: hidden;
  padding-top: 1.5rem;
}

.wishlist-header h2,
.list-header {
  color: #3b3e3f;
  margin: 0.5rem;
}
.wishlist-header h2 a,
.list-header a {
  text-decoration: none;
}

.list-header-icons {
  display: flex;
}
.list-header-icons .btn-list-action {
  color: #3b3e3f;
  display: flex;
  align-items: center;
  gap: 0.25em;
}
.list-header-icons .btn-list-action .btn-descriptive-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.list-header-icons svg {
  width: 1.5rem;
  height: 1.5rem;
}

.wishlist-header,
.list-results-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn.btn-add-to-list {
  background-color: white;
  padding: 0;
  border: 1px solid;
  color: #006346 !important;
  border-radius: 50% !important;
  height: 42px;
  width: 42px;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}
.btn.btn-add-to-list.filled {
  background-color: #006346;
  color: #fff !important;
}
.btn.btn-add-to-list.filled i {
  color: #fff !important;
}

retailer-container {
  display: block;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4rem;
}
@media (max-width: 660px) {
  retailer-container {
    margin-top: 0;
    padding: 0 1rem;
  }
}
retailer-container .flex-row {
  gap: 2em;
}
@media (max-width: 660px) {
  retailer-container .flex-row {
    flex-direction: column !important;
  }
}
retailer-container datum {
  font-size: 0.875rem;
}
retailer-container .account-menu {
  min-width: 244px;
  width: 244px;
  padding-top: 3.75rem;
}
retailer-container .account-menu .dropdown {
  position: relative;
}
retailer-container .account-dashboard {
  overflow: hidden;
  flex-grow: 1;
}
retailer-container .account-dashboard .flex-row {
  gap: 2em;
  flex-direction: row !important;
  flex-wrap: wrap;
}
retailer-container .account-dashboard .flex-row > * {
  width: 270px;
}
@media (max-width: 660px) {
  retailer-container .account-dashboard .flex-row > * {
    width: calc(50% - 1em);
  }
}
@media (max-width: 480px) {
  retailer-container .account-dashboard .flex-row > * {
    width: 100%;
  }
}
retailer-container .account-dashboard .account-details-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 40px;
}
retailer-container .account-dashboard .account-details-container datum strong {
  display: inline-block;
  width: 180px;
}
retailer-container .account-dashboard h2 {
  color: #006346;
  font-size: 1.75rem;
  margin: 0;
}
@media (max-width: 800px) {
  retailer-container .account-dashboard h2 {
    font-size: 1.25rem;
  }
}
retailer-container #retailer-nav-desktop {
  border-color: #e5e5e5;
  font-size: 0.875rem;
}
retailer-container #retailer-nav-desktop .nav-stacked > li {
  padding: 0 1em;
  border: none;
}
retailer-container #retailer-nav-desktop .nav-stacked > li:hover {
  background-color: #009174;
  color: #fff;
}
retailer-container #retailer-nav-desktop .nav-stacked > li:hover a {
  border-color: #009174;
}
retailer-container #retailer-nav-desktop .nav-stacked > li:first-of-type {
  margin-top: 1.25em;
}
retailer-container #retailer-nav-desktop .nav-stacked > li a {
  color: currentColor;
  padding: 0.75rem 0;
  border-bottom: 1px solid #e5e5e5 !important;
}
retailer-container #retailer-nav-desktop .nav-stacked > li a:last-of-type {
  border: none;
}
retailer-container #retailer-nav-desktop .nav-stacked > li.btn-default {
  background-color: #006346;
  color: #fff;
}
retailer-container #retailer-nav-desktop .nav-stacked > li.btn-default a {
  border-color: #006346;
}
retailer-container #retailer-nav-desktop p {
  font-size: 12px;
  letter-spacing: 0.4px;
  padding: 1rem 1rem 0;
}
retailer-container .nav-pills > li.active > a, retailer-container .nav-pills > li.active > a:hover, retailer-container .nav-pills > li.active > a:focus {
  color: #006346 !important;
  background-color: transparent;
  font-weight: bold;
}
retailer-container .bucket-link {
  background-color: #F2F9FC;
  color: #006346;
  font-family: "Gilroy Regular", sans-serif;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 6px rgba(0, 0, 0, 0.23);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 2rem 1rem;
}
retailer-container .bucket-link h2 {
  font-size: 1.25rem;
  margin: 0;
  text-transform: uppercase;
}
retailer-container .bucket-link p {
  font-size: 0.875rem;
}
retailer-container .bucket-link svg {
  width: 2rem;
  height: 2rem;
  margin-bottom: 6px;
}
retailer-container .bucket-link svg use {
  stroke: #006346;
}
retailer-container auto-query-header {
  font-size: 0.875rem;
}
retailer-container auto-query-header .btn {
  padding: 0.75rem 1.5rem;
}
retailer-container .order-list-filter-bar {
  font-size: 0.875rem;
  justify-content: space-between;
}
retailer-container .order-list-filter-bar > .col-lg-6 {
  width: initial;
}
retailer-container .order-list-filter-bar .btn-green, retailer-container .order-list-filter-bar .btn-gray {
  border: 1px solid;
}
retailer-container .order-list-filter-bar .btn {
  padding: 0.5rem 0rem !important;
  width: 8em;
  text-transform: initial;
}
retailer-container .order-list-filter-bar h6 {
  font-size: 0.875rem !important;
  white-space: nowrap;
}
retailer-container .order-list-filter-bar h3 {
  font-size: 1rem !important;
}
retailer-container table th {
  background-image: none !important;
  background-color: #E1E6EA;
  border-bottom: none !important;
}
retailer-container table tr {
  background-color: transparent !important;
  border-bottom: 1px dotted #E1E6EA;
}
retailer-container .heading.main {
  font-size: 40px;
  margin-bottom: 2rem;
}
@media (max-width: 660px) {
  retailer-container .heading.main {
    font-size: 1.75rem;
  }
}
retailer-container .mail-icon {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
}
retailer-container .retailer-heading {
  margin-bottom: 2rem;
}
retailer-container .retailer-heading use {
  stroke: #DFF4F5;
}
retailer-container .retailer-heading a {
  text-decoration: none;
  font-weight: 500;
}
retailer-container .address-grid {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  margin-bottom: 56px;
}
retailer-container .address-grid .saved-address {
  width: calc(50% - 1rem);
  max-width: 425px;
  border: 1px solid #e5e5e5;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
retailer-container .address-grid .saved-address .text-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}
retailer-container .address-grid .saved-address .text-right .btn {
  padding: 0.25rem;
  text-transform: capitalize;
}
@media (max-width: 800px) {
  retailer-container .address-grid .saved-address {
    width: 100%;
  }
}
@media (max-width: 660px) {
  retailer-container .address-grid .saved-address {
    width: calc(50% - 1rem);
  }
}
@media (max-width: 480px) {
  retailer-container .address-grid .saved-address {
    width: 100%;
  }
}
retailer-container .address-grid address-info {
  display: block;
  font-size: 0.875rem;
}
retailer-container .address-grid .address-name {
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.24px;
  font-family: "Montserrat", sans-serif;
}
retailer-container .address-grid .address-phone {
  margin-top: 1rem;
}

.blog-page-header {
  text-align: center;
  margin: 3rem 0;
}
.blog-page-header p {
  font-size: 0.8rem;
  font-weight: 500;
  margin: 2rem auto 0 !important;
}
.blog-page-header a {
  font-size: 3.5rem;
  color: #94cdde;
  font-family: "FeltThat", cursive;
  text-decoration: none;
  display: block;
  line-height: 1;
}
.blog-page-header h1 {
  letter-spacing: 0 !important;
  font-size: 2.75rem !important;
  text-transform: none !important;
  margin: 1rem auto 0 !important;
  padding: 0 !important;
}
.blog-page-header h1:after {
  display: none;
}

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

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

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

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

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

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

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

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

modal,
.modal {
  display: block;
  border-radius: 8px;
  padding: 3rem 5.625rem 3.5rem;
}

@media (max-width: 660px) {
  modal {
    padding: 1.5rem;
  }
}

.modal {
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 1170px) {
  .modal {
    padding: 0;
  }
}
@media (max-width: 1170px) {
  .modal.promo-modal .promo-image-container {
    height: 25rem;
    position: initial;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .modal.promo-modal .promo-image-container {
    height: 20rem;
  }
}
@media (max-width: 1170px) {
  .modal.promo-modal .promo-text-container {
    padding: 1.5rem 2.75rem 2rem;
    height: initial;
    width: 100%;
    overflow-y: initial;
  }
}
@media (max-width: 480px) {
  .modal.promo-modal .promo-text-container {
    padding: 1rem;
  }
}
.modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 90vh;
  overflow: auto;
  max-width: 40rem;
}
.modal .modal-dialog.cart-item-quick-view, .modal .modal-dialog.modal-xl {
  max-width: initial;
}
.modal .modal-dialog:has([modal-title="Create an Address"]) modal-footer, .modal .modal-dialog:has([modal-title="Update an Address"]) modal-footer, .modal .modal-dialog:has([modal-title=Contact]) modal-footer {
  display: block;
  width: 100%;
}
.modal .modal-dialog:has([modal-title="Create an Address"]) modal-footer .btn-group, .modal .modal-dialog:has([modal-title="Update an Address"]) modal-footer .btn-group, .modal .modal-dialog:has([modal-title=Contact]) modal-footer .btn-group {
  margin: 0;
  display: flex;
  gap: 0.5rem;
  width: 100%;
}
.modal .modal-dialog:has([modal-title="Create an Address"]) modal-footer .btn-group > button, .modal .modal-dialog:has([modal-title="Update an Address"]) modal-footer .btn-group > button, .modal .modal-dialog:has([modal-title=Contact]) modal-footer .btn-group > button {
  flex: 1 1 0px;
}
.modal .modal-dialog:has([modal-title="Create an Address"]) modal-footer > button, .modal .modal-dialog:has([modal-title="Update an Address"]) modal-footer > button, .modal .modal-dialog:has([modal-title=Contact]) modal-footer > button {
  flex: 1 1 0px;
}
.modal.fade .modal-dialog {
  transform: translate(-50%, -250%);
}
.modal.in .modal-dialog {
  transform: translate(-50%, -50%);
}
.modal .row {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
}
.modal .row:before, .modal .row:after {
  display: none !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);
}
.modal .row > .clearfix {
  display: none;
}
.modal .modal-xs, .modal .modal-sm, .modal .modal-md, .modal .modal-lg, .modal .modal-xl, .modal .modal-dialog {
  width: calc(100% - 4em) !important;
}
@media (max-width: 480px) {
  .modal .modal-xs, .modal .modal-sm, .modal .modal-md, .modal .modal-lg, .modal .modal-xl, .modal .modal-dialog {
    width: calc(100% - 1em) !important;
  }
}
.modal .modal-xs {
  max-width: 660px;
}
.modal .modal-sm {
  max-width: 800px;
}
.modal .modal-md {
  max-width: 800px;
}
.modal .modal-lg {
  max-width: 1440px;
}
.modal-backdrop.in {
  opacity: 1;
  background-color: rgba(53, 56, 55, 0.4);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}
.modal .close:not(.alert .close):not(.ui-select-match-close) {
  background: #fff;
  border-radius: 2px;
  color: #006346;
  position: absolute;
  font-size: 2rem !important;
  top: 1rem;
  right: 1rem;
  font-weight: 100;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  display: flex;
  justify-content: center;
}
.modal [du-scroll-container] {
  max-height: initial !important;
  overflow: initial !important;
}
.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;
  margin: auto;
  padding: 4rem;
}
.modal .modal-content:has(modal) {
  padding: 0;
}
.modal .modal-content .modal-header, .modal .modal-content modal-header {
  align-items: center;
  background-color: #fff;
  border-bottom: none;
  color: #006346;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 0;
  text-align: center;
  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 !important;
}
.modal .modal-content .modal-header .ibox-tools.pull-right, .modal .modal-content modal-header .ibox-tools.pull-right {
  order: 2;
}
.modal .modal-content .modal-header .modal-title, .modal .modal-content modal-header .modal-title {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.modal .modal-content .modal-header .modal-title, .modal .modal-content .modal-header .modal-title > span, .modal .modal-content modal-header .modal-title, .modal .modal-content modal-header .modal-title > span {
  color: inherit;
}
.modal .modal-content .modal-header .close, .modal .modal-content modal-header .close {
  order: 9;
}
.modal .modal-content .modal-footer {
  padding: 1rem 0 0;
  text-align: left;
  display: flex;
  flex-flow: row-reverse;
  gap: 0.5rem;
}
.modal .modal-content .modal-footer:before, .modal .modal-content .modal-footer:after {
  display: none !important;
}
@media (max-width: 660px) {
  .modal .modal-content .modal-footer {
    flex-direction: column;
    gap: 1em;
  }
}
.modal .modal-content .modal-footer > button {
  flex: 1 1 0px;
  min-width: 8rem;
}
.modal .modal-content .modal-footer .btn {
  padding: 0 1rem;
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
@media (max-width: 660px) {
  .modal .modal-content .modal-footer .btn {
    width: 100%;
  }
}
.modal .modal-content .modal-footer modal-footer {
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  width: 100%;
}
.modal .modal-content .modal-footer modal-footer:has(.pull-right), .modal .modal-content .modal-footer modal-footer:has(.pull-left) {
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 660px) {
  .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 !important;
}
.modal .modal-content .modal-footer modal-footer .pull-right, .modal .modal-content .modal-footer modal-footer .pull-md-right {
  margin-left: 0.5em;
  display: flex;
  flex-flow: row-reverse;
  gap: 0.5rem;
}
.modal-xl .modal-content {
  max-width: initial;
  padding: 0;
}
.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 .close {
  color: #3b3e3f;
}
.modal.ekko-lightbox .modal-dialog {
  height: 100%;
  margin: 0 auto;
}
.modal.ekko-lightbox .modal-dialog .modal-content {
  box-shadow: none;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}
.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 {
  color: #006346;
  text-decoration: none;
  text-shadow: initial;
}
.modal.ekko-lightbox .modal-dialog .modal-content a:hover, .modal.ekko-lightbox .modal-dialog .modal-content a:focus, .modal.ekko-lightbox .modal-dialog .modal-content a.active {
  background: transparent;
  color: inherit;
}

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 !important;
}
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;
  min-width: initial !important;
}
order-header-fieldset [form-group] .form-group .ui-select-multiple .ui-select-search,
modal-body [form-group] .form-group .ui-select-multiple .ui-select-search,
.modal-body [form-group] .form-group .ui-select-multiple .ui-select-search {
  height: initial;
  margin-bottom: 0;
}
order-header-fieldset [form-group] .input-group button,
modal-body [form-group] .input-group button,
.modal-body [form-group] .input-group button {
  font-size: 12px;
  padding: 0.5em 1em;
}
order-header-fieldset [form-group] .input-group i.fa,
order-header-fieldset [form-group] .input-group i.before,
modal-body [form-group] .input-group i.fa,
modal-body [form-group] .input-group i.before,
.modal-body [form-group] .input-group i.fa,
.modal-body [form-group] .input-group i.before {
  margin: 0;
}
order-header-fieldset [form-group] .toggle,
modal-body [form-group] .toggle,
.modal-body [form-group] .toggle {
  width: 8em !important;
}
order-header-fieldset [form-group] .toggle-group label,
modal-body [form-group] .toggle-group label,
.modal-body [form-group] .toggle-group label {
  display: flex;
  align-items: center;
  justify-content: center;
}
order-header-fieldset .help-block ul,
modal-body .help-block ul,
.modal-body .help-block ul {
  margin: 0;
}

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

.youtube-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.youtube-modal-overlay {
  background: rgba(53, 56, 55, 0.4);
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.youtube-modal-content {
  position: relative;
  background: #fff;
  width: 100%;
  max-width: 80rem;
  padding: 2rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.youtube-modal .close {
  top: 0 !important;
  right: 0 !important;
  border-radius: 50% !important;
}

input,
select,
.ui-select-toggle,
textarea {
  padding: 0 1.5rem;
  font-size: 0.875rem;
  background-color: #f4f4f4;
  min-height: 42px;
}

.ui-select-toggle {
  background-color: transparent;
}

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

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

select.form-control {
  display: flex;
  align-items: center;
}
select option {
  color: #006346;
}

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

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

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

.formio-component-columns {
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0 2em;
}
.formio-component-columns > .col {
  padding: 0;
  width: 100%;
}
.formio-component-columns .formio-errors {
  width: 100%;
}
.formio-component-tabs .tab-content {
  padding-top: 40px;
}

input[type=checkbox] {
  accent-color: #006346;
  width: initial;
}

input[type=number] {
  padding-top: 0;
  padding-bottom: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.btn {
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Gilroy Regular", sans-serif;
  outline: none;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding: 0 1rem;
  min-height: 42px;
  min-width: 42px;
  letter-spacing: 0;
  gap: 0.5rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  touch-action: manipulation;
}
@media (max-width: 480px) {
  .btn {
    white-space: initial;
  }
}
.btn.btn-lg {
  font-size: 0.875rem;
  width: 100%;
}
.btn.btn-wide {
  padding: 0rem 3rem;
}

[role=button] {
  cursor: pointer;
}

[disabled],
[disabled] [role=button] {
  cursor: not-allowed;
}

.btn-default {
  background-color: #fff;
  border-color: #3b3e3f;
  color: #3b3e3f;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  background-color: #B44F17;
  border-color: #B44F17;
  color: #fff;
}
.btn-default:hover .fa, .btn-default:focus .fa, .btn-default:active .fa {
  color: #fff;
}

.btn-prod-size {
  background-color: #fff;
  border-color: #B44F17;
  color: #006346;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-prod-size:hover, .btn-prod-size:focus, .btn-prod-size:active {
  background-color: #B44F17;
  border-color: #B44F17;
  color: #fff;
}
.btn-prod-size:hover .fa, .btn-prod-size:focus .fa, .btn-prod-size:active .fa {
  color: #fff;
}

.btn-primary {
  background-color: #006346;
  border-color: #006346;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #009174;
  border-color: #009174;
  color: #fff;
}
.btn-primary:hover .fa, .btn-primary:focus .fa, .btn-primary:active .fa {
  color: #fff;
}

.btn-secondary {
  background-color: #fff;
  border-color: #009174;
  color: #006346;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #009174;
  border-color: #009174;
  color: #fff;
}
.btn-secondary:hover .fa, .btn-secondary:focus .fa, .btn-secondary:active .fa {
  color: #fff;
}

.btn-tertiary {
  background-color: #B44F17;
  border-color: #B44F17;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary:active {
  background-color: #009174;
  border-color: #009174;
  color: #fff;
}
.btn-tertiary:hover .fa, .btn-tertiary:focus .fa, .btn-tertiary:active .fa {
  color: #fff;
}

.btn-qty {
  background-color: transparent;
  border-color: transparent !important;
  color: #3b3e3f;
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-qty:hover, .btn-qty:focus, .btn-qty:active {
  background-color: #f4f4f4;
  border-color: transparent;
  color: #3b3e3f;
}
.btn-qty:hover .fa, .btn-qty:focus .fa, .btn-qty:active .fa {
  color: #3b3e3f;
}

.btn-link {
  background-color: transparent;
  border-color: transparent;
  color: inherit;
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  background-color: transparent;
  border-color: transparent;
  color: #006346;
}
.btn-link:hover .fa, .btn-link:focus .fa, .btn-link:active .fa {
  color: #006346;
}

.btn-success {
  background-color: #006346;
  border-color: #006346;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background-color: #009174;
  border-color: #009174;
  color: #fff;
}
.btn-success:hover .fa, .btn-success:focus .fa, .btn-success:active .fa {
  color: #fff;
}

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

.btn-danger {
  background-color: #BE5048;
  border-color: #BE5048;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background-color: #BE5048;
  border-color: #BE5048;
  color: #fff;
}
.btn-danger:hover .fa, .btn-danger:focus .fa, .btn-danger:active .fa {
  color: #fff;
}

.btn-warning {
  background-color: #6bb3c8;
  border-color: #6bb3c8;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background-color: #6bb3c8;
  border-color: #6bb3c8;
  color: #006346;
}
.btn-warning:hover .fa, .btn-warning:focus .fa, .btn-warning:active .fa {
  color: #006346;
}

shopping-change-quantity,
numeric-input-group {
  display: block;
  border: 1px solid;
  width: 6.5rem;
}
shopping-change-quantity .form-control, shopping-change-quantity input,
numeric-input-group .form-control,
numeric-input-group input {
  background: #fff;
  min-height: 40px;
  padding: 0 0.25rem;
}
shopping-change-quantity .btn,
numeric-input-group .btn {
  min-height: 40px;
  font-size: 0.75rem;
  padding: 0 !important;
  min-width: 32px;
}

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

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

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

.btn-close {
  background: transparent;
  color: #006346;
  position: absolute;
  font-size: 2em;
  top: 0;
  right: 0;
  font-weight: 100;
  width: 2em;
  height: 2em;
  align-items: center;
  display: flex;
  justify-content: center;
}

.dropdown {
  position: relative;
}
.dropdown > a, .dropdown > button:not(.btn-primary) {
  color: #3b3e3f;
  display: inline-flex;
  padding: 1rem 0.5rem;
  min-width: 42px;
  min-height: 42px;
  text-align: center;
  text-decoration: none;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  position: relative;
}
.dropdown > button:not(.btn-primary) {
  padding: 0 0.5rem;
}
.dropdown > .btn-default:hover {
  color: #fff !important;
}
.dropdown-header {
  font-weight: bold;
  text-transform: capitalize;
  border-bottom: 1px solid #009174;
  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: 12rem;
  overflow-y: auto;
  padding: 1rem 0;
  position: absolute;
  left: 0;
  top: 100%;
  text-align: left;
  z-index: 500;
}
.dropdown-menu.yamm {
  width: 100%;
}
.dropdown-menu.yamm .btn {
  font-size: 1.25rem;
  font-family: "Gilroy Regular", sans-serif;
}
.dropdown-menu.yamm .btn + .btn {
  margin-top: 5px;
}
.dropdown-menu a {
  margin: 0 0.25rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  text-decoration: none;
  font-size: 0.875rem;
  display: block;
  white-space: nowrap;
}
.dropdown-menu a:hover, .dropdown-menu a:active, .dropdown-menu a:focus-visible {
  background-color: #f5f5f5;
  border: none;
  color: rgba(0, 0, 0, 0.8);
}
.dropdown-menu .active a {
  color: #fff;
  background-color: #3B3E3F;
}
.dropdown-menu > .dropdown {
  max-width: 1600px;
  margin: auto;
  padding: 2rem 1rem;
}
@media (max-width: 1375px) {
  .dropdown-menu > .dropdown {
    padding: 1rem;
  }
}
@media (min-width: 1375px) {
  .open > .dropdown-menu, .dropdown:not(.yamm):hover > .dropdown-menu {
    display: block;
  }
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-menu .btn-default {
  text-align: left;
  letter-spacing: initial;
  text-transform: initial;
  font-weight: normal;
}
@media (max-width: 1375px) {
  .dropdown-menu .btn-default {
    background-color: transparent;
    margin: 0;
  }
}
.dropdown-menu .img-responsive-link {
  display: block;
}
.dropdown-menu .spc {
  margin: 0;
}
.shopping-cart-dropdown .dropdown-menu {
  background: #fff;
  color: #3b3e3f;
}
.modal .dropdown-menu {
  background: #fff;
  color: #3b3e3f;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu.user-menu {
  padding: 1.5em 1em;
}
.dropdown-menu.user-menu a {
  color: inherit;
  text-decoration: none;
}
.dropdown-menu.user-menu a:hover {
  text-decoration: underline;
}
.dropdown span.badge.badge-sup {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  transform: translate(25%, -25%);
  background-color: #006346;
  color: #fff;
  font-size: 0.75rem;
  line-height: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50% !important;
  height: 1.25rem;
  width: 1.25rem;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}

sort-options .btn-sort {
  width: 100%;
}

sort-options,
page-sizes {
  display: block;
  position: relative;
}
sort-options .fa,
page-sizes .fa {
  color: #767676;
  margin-left: auto;
}
sort-options .fa-sort, sort-options .fa-sort-amount-asc, sort-options .fa-sort-amount-desc,
page-sizes .fa-sort,
page-sizes .fa-sort-amount-asc,
page-sizes .fa-sort-amount-desc {
  display: none;
}
sort-options .dropdown-menu,
page-sizes .dropdown-menu {
  left: initial !important;
  min-width: 100%;
  padding: 0.5rem 0;
}
sort-options .btn-primary,
page-sizes .btn-primary {
  background-color: transparent;
  border-color: transparent;
  color: #3b3e3f;
  height: 42px;
  padding: 0 0.5rem;
}
sort-options .btn-primary:hover, sort-options .btn-primary:focus, sort-options .btn-primary:active,
page-sizes .btn-primary:hover,
page-sizes .btn-primary:focus,
page-sizes .btn-primary:active {
  background-color: #006346;
  border-color: #006346;
  color: #fff;
}
sort-options .btn-primary i,
page-sizes .btn-primary i {
  display: none !important;
}
sort-options li a,
page-sizes li a {
  color: #006346;
  font-size: 1rem;
  text-decoration: none;
}
sort-options li a:before,
page-sizes li a:before {
  display: inline-block;
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.5rem;
}
sort-options li.active a:before,
page-sizes li.active a:before {
  content: "\f192";
}
@media (max-width: 575px) {
  sort-options strong, sort-options .sort-by-label,
  page-sizes strong,
  page-sizes .sort-by-label {
    display: none;
  }
}

/* Original BREADCRUMBS */
.breadcrumb-trail {
  text-transform: capitalize;
}
.breadcrumb-trail ol {
  display: flex;
  list-style-type: none;
  max-width: 1440px;
  margin: 0 auto 1.5rem;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.875rem 1em;
}
.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:first-of-type a {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.breadcrumb-trail ol li:first-of-type a:after {
  content: "\f015";
  display: inline-block;
}
.breadcrumb-trail ol li:first-of-type span {
  display: none;
}
.breadcrumb-trail ol li > a, .breadcrumb-trail ol li > span {
  color: #767676;
  display: inline-block;
  padding: 0.75em;
  text-decoration: none;
}
.breadcrumb-trail ol li > a:hover {
  text-decoration: underline;
}

cart-item-input .table {
  white-space: initial;
}
cart-item-input img {
  height: auto;
}
cart-item-input .auto-add-block {
  gap: 0.5rem;
  flex-shrink: 0;
}
cart-item-input .auto-add-block > span {
  font-size: 0.875rem;
  min-width: 68px;
}
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 .row {
    flex-wrap: wrap;
  }
  cart-item-input .entry-container .row .input-group {
    flex-basis: 100%;
  }
}
@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: #006346;
    display: block;
    width: 100%;
  }
  cart-item-input .entry-container .btn-group > .btn:first-of-type:hover {
    color: #fff;
  }
}
cart-item-input .item-input-add {
  margin-top: 0.5rem;
  text-align: right;
}
cart-item-input .multi-search-results-wrap {
  border: none;
}
cart-item-input .multi-search-results-wrap .flex-row {
  padding: 0 0 1rem;
}
cart-item-input .multi-search-results-wrap .clearfix:after {
  display: block !important;
}

cart-promos h3 {
  margin: 1rem 0 1.5rem;
  color: #006346;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 35px;
  letter-spacing: 2px;
}
cart-promos h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.28px;
}
cart-promos .apply .btn {
  width: 100%;
  padding: 0;
  height: 42px;
}
cart-promos .promo-row {
  align-items: flex-end;
  margin-bottom: 1rem;
}
cart-promos .promo-row .col-lg-9 {
  padding: 0;
}
cart-promos .promo-container + .promo-container {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid;
}

.cart-list .row {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  gap: 1rem;
}
.cart-list .row:before, .cart-list .row:after {
  display: none !important;
}
.cart-list .row > div {
  flex: 1 1 0px;
}
.cart-list .row > cart-list-item-details {
  flex: 2 1 0px;
}
.cart-list .cart-item-row {
  border-bottom: 1px solid;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.cart-list .cart-item-row:before, .cart-list .cart-item-row:after {
  display: none !important;
}
@media (max-width: 660px) {
  .cart-list .cart-item-row {
    flex-direction: column;
  }
}
.cart-list .cart-item-row > * {
  flex: 1 1 0px;
}
.cart-list .cart-list-item-row {
  display: flex;
  gap: 0.5rem;
  border-top: 1px solid #e5e5e5;
  padding: 1rem 0;
  max-width: 50rem;
  flex-flow: wrap;
}
.cart-list .cart-list-item-row .grid-image-container {
  height: initial !important;
  line-height: initial !important;
}
.cart-list .cart-list-item-row .grid-image {
  max-width: 48px;
  max-height: 48px;
  border: 1px solid #e5e5e5;
}
.cart-list .cart-list-item-row .category-restrictions-message {
  width: 100%;
}
.cart-list-ship {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 0.5rem;
  background-color: #006346;
  margin-top: 0.5rem;
  border-radius: 0;
}
@media (max-width: 400px) {
  .cart-list-ship {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.cart-list cart-list-item-details a {
  color: #3b3e3f;
  text-decoration: none;
}
.cart-list cart-list-item-details .cart-list-product-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.28px;
}
.cart-list .qty-wrap {
  margin-left: auto;
}
.cart-list cart-list-item-actions svg {
  width: 24px;
  height: 24px;
}
.cart-list .cart-list-price {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.28px;
  text-align: right;
  width: 6rem;
}
.cart-list hr {
  display: none;
}
.cart-list .row + .row {
  margin-top: 2em;
}

.checkout {
  padding: 1rem;
}
@media (max-width: 768px) {
  .checkout {
    padding: 1rem 0;
  }
}
.checkout .row {
  margin-left: 0;
  margin-right: 0;
}
.checkout .order-info-block, .checkout .order-info-inner {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  align-items: flex-start;
  width: 100%;
}
@media (min-width: 701px) {
  .checkout .order-info-block, .checkout .order-info-inner {
    flex-flow: row wrap;
  }
}
.checkout .col-xs-12, .checkout .col-sm-12, .checkout .col-sm-6 {
  padding: 0;
}
.checkout .col-sm-6, .checkout .col-md-6, .checkout .col-lg-6 {
  width: calc(50% - 0.5rem);
}
@media (max-width: 700px) {
  .checkout .col-sm-6, .checkout .col-md-6, .checkout .col-lg-6 {
    width: 100% !important;
  }
}
.checkout > .row {
  display: flex !important;
  gap: 4rem;
  align-items: flex-start;
}
.checkout > .row:before, .checkout > .row:after {
  display: none !important;
}
@media (max-width: 800px) {
  .checkout > .row {
    flex-direction: column;
  }
  .checkout > .row > * {
    width: 100%;
  }
}
.checkout .order-block {
  display: flex;
  margin: 0;
}
.checkout .order-block:before, .checkout .order-block:after {
  display: none !important;
}
.checkout .order-block > * {
  padding: 0;
}
.checkout .shipping-address, .checkout .order-info {
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}
.checkout .shipping-address:before, .checkout .shipping-address:after, .checkout .order-info:before, .checkout .order-info:after {
  display: none !important;
}
.checkout .shipping-address .btn-default, .checkout .order-info .btn-default {
  margin: 1rem 0;
}
.checkout .order-info [class*=col-] {
  position: initial;
}
.checkout .ui-select-placeholder,
.checkout .ui-select-match-text {
  display: block;
  transform: translateY(-50%);
}

@media (max-width: 1170px) {
  checkout {
    display: block;
    padding: 0 1rem 100px;
  }
}
@media (max-width: 768px) {
  checkout {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 480px) {
  checkout {
    padding: 0 0 100px;
  }
}
checkout .alert-warning {
  background: #f4f4f4;
  border-color: #B44F17;
  color: #000;
  margin-top: 1rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
checkout .alert-warning .circle {
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #006346;
  border-radius: 50%;
}
checkout .alert-warning .circle svg {
  height: 1.25rem;
  width: 1.25rem;
}
checkout .alert-warning .circle svg use {
  stroke: #006346;
  fill: #006346;
}
checkout .alert-warning .alert-title {
  font-weight: 700;
}
checkout .ui-select-container {
  border: none;
  padding: 0;
}
checkout .ui-select-container > div {
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 0.5rem;
  padding: 0.44rem 0;
}
checkout .ui-select-container > div input {
  border: 1px solid;
  width: 100% !important;
  display: block;
  border-radius: 0.25em;
  height: initial;
}
checkout .ui-select-container > .ui-select-no-choice {
  padding: 0;
}
checkout .ui-select-match-item {
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
  width: -moz-max-content;
  width: max-content;
  text-transform: initial;
}
checkout .input-group:has(.ui-select-container) {
  z-index: 1;
}
checkout .row.shipping-address, checkout .row.order-info, checkout .row.payment-method {
  flex-direction: column;
}
checkout .row.shipping-address section:after, checkout .row.order-info section:after, checkout .row.payment-method section:after {
  display: block;
  content: "";
  clear: both;
}
@media (max-width: 660px) {
  checkout .row.shipping-address .row, checkout .row.order-info .row, checkout .row.payment-method .row {
    flex-direction: row;
  }
}
@media (max-width: 380px) {
  checkout .row.shipping-address .row, checkout .row.order-info .row, checkout .row.payment-method .row {
    flex-direction: column;
  }
}
@media (max-width: 660px) {
  checkout .row.shipping-address [class*=col-], checkout .row.order-info [class*=col-], checkout .row.payment-method [class*=col-] {
    padding: 0;
  }
}
@media (max-width: 380px) {
  checkout .row.shipping-address [class*=col-], checkout .row.order-info [class*=col-], checkout .row.payment-method [class*=col-] {
    width: 100%;
  }
}
checkout .row.shipping-address .btn, checkout .row.order-info .btn, checkout .row.payment-method .btn {
  width: 100%;
  text-align: center;
}
@media (min-width: 381px) {
  checkout .row.shipping-address .btn, checkout .row.order-info .btn, checkout .row.payment-method .btn {
    max-width: 200px;
  }
}
checkout .row.payment-terms {
  display: block;
  margin-top: 4rem;
}
checkout .row .shipping-address {
  display: flex;
}
checkout .billing-column {
  display: flex;
  gap: 1rem;
}
checkout .billing-column .address-label {
  width: 33.33%;
}
checkout cart-creditcard .col-md-12 {
  padding: 0;
}
checkout cart-creditcard div:has(> .table-responsive) div.table-responsive {
  display: block;
}

.checkout-left {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 1rem;
}
.checkout-left h2 {
  font-size: 22px;
}
.checkout-left h3 {
  font-size: 18px;
}
.checkout-left p {
  font-weight: 600;
}
.checkout-left div:has(> .col-sm-6) {
  display: flex;
  gap: 1rem;
}

multi-cart cart-summary datum + datum,
cart cart-summary datum + datum,
checkout cart-summary datum + datum {
  margin-top: 0.5rem;
}

multi-cart,
cart {
  display: block;
  max-width: 1600px;
  margin: auto;
  padding: 0 1rem;
}
@media (max-width: 660px) {
  multi-cart,
  cart {
    padding: 0 0.25rem;
  }
}
multi-cart .flex-row,
cart .flex-row {
  gap: 130px;
}
@media (max-width: 800px) {
  multi-cart .flex-row,
  cart .flex-row {
    gap: 4rem;
  }
}
@media (max-width: 660px) {
  multi-cart .flex-row,
  cart .flex-row {
    gap: 2rem;
    flex-direction: column !important;
  }
}
multi-cart .cart-header,
cart .cart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 48px;
}
multi-cart .cart-header .print-cart,
cart .cart-header .print-cart {
  color: #006346;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  gap: 1rem;
  align-items: center;
}
multi-cart .cart-header .print-cart svg,
cart .cart-header .print-cart svg {
  width: 24px;
  height: 24px;
}
multi-cart .cart-vendor,
cart .cart-vendor {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 50rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 800px) {
  multi-cart .cart-vendor,
  cart .cart-vendor {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 1rem;
  }
}
multi-cart .cart-vendor .btn-link,
cart .cart-vendor .btn-link {
  padding: 0;
}
multi-cart .heading.main,
cart .heading.main {
  font-size: 40px;
  margin: 0;
}
multi-cart h2,
cart h2 {
  color: #006346;
  font-size: 28px;
  letter-spacing: 2.8px;
  margin: 0;
}
@media (max-width: 800px) {
  multi-cart h2,
  cart h2 {
    font-size: 1.5rem;
  }
}
multi-cart .summary,
cart .summary {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.875rem;
}
multi-cart .summary-item,
cart .summary-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 0.5rem 0;
}
multi-cart .cart-actions,
cart .cart-actions {
  margin-top: 1rem;
}
multi-cart .btn-qty,
cart .btn-qty {
  margin: 0;
}
multi-cart value,
cart value {
  font-weight: 500;
}
multi-cart value.font-normal,
cart value.font-normal {
  font-weight: 400;
}
multi-cart hr,
cart hr {
  border-color: #e5e5e5;
}
multi-cart .cart-summary,
cart .cart-summary {
  flex: 1 1 0px;
}
multi-cart label,
cart label {
  font-weight: 500;
  letter-spacing: 0.24px;
  margin: 0;
  padding: 0 !important;
}
multi-cart .form-group,
cart .form-group {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 1.25rem !important;
  display: flex;
  align-items: center;
}
@media (max-width: 660px) {
  multi-cart .form-group,
  cart .form-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
multi-cart .form-group:has(textarea),
cart .form-group:has(textarea) {
  align-items: flex-start;
}
multi-cart .form-group:has(textarea) textarea,
cart .form-group:has(textarea) textarea {
  height: 83px;
}
@media (max-width: 660px) {
  multi-cart .form-group label, multi-cart .form-group .col-sm-8,
  cart .form-group label,
  cart .form-group .col-sm-8 {
    width: 100%;
    padding: 0.5rem 0 0.25rem;
  }
}
multi-cart panel[panel-type=none] datum > div,
cart panel[panel-type=none] datum > div {
  border: 1px solid #e5e5e5;
  padding: 0.75rem 1rem;
}
multi-cart .panel-body:has(checkout),
cart .panel-body:has(checkout) {
  background: #F9F9F9;
  padding: 1rem 1rem 3.5rem;
}
multi-cart .panel-body:has(checkout) .form-control,
cart .panel-body:has(checkout) .form-control {
  background: #f4f4f4;
  border-color: #f4f4f4;
  color: #3b3e3f;
}
multi-cart .checkout-panel-header,
cart .checkout-panel-header {
  margin-bottom: 25px;
  color: #006346;
  font-size: 1rem !important;
  text-transform: uppercase;
  line-height: 26px;
  font-weight: 500;
}
multi-cart .shipping-header,
cart .shipping-header {
  display: flex;
  align-items: flex-start;
}
multi-cart .shipping-header .btn,
cart .shipping-header .btn {
  padding-top: 0;
  padding-bottom: 0;
}
multi-cart .payment-terms .payment-terms-list,
cart .payment-terms .payment-terms-list {
  max-height: initial;
  overflow-y: auto;
}
multi-cart .payment-terms .payment-terms-list .list-group-item,
cart .payment-terms .payment-terms-list .list-group-item {
  background: transparent;
  border: none;
  padding: 0.5rem 0;
}
multi-cart .payment-terms .payment-terms-list .list-group-item label,
cart .payment-terms .payment-terms-list .list-group-item label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
multi-cart .payment-terms .checkout-panel-header,
cart .payment-terms .checkout-panel-header {
  margin-bottom: 0.5rem;
}
multi-cart .col-sm-6-ig,
cart .col-sm-6-ig {
  padding: 0;
}
multi-cart .col-sm-9 .row [class*=col-],
cart .col-sm-9 .row [class*=col-] {
  padding: 0;
}
multi-cart .alert-warning,
cart .alert-warning {
  background: #f4f4f4;
  border-color: #B44F17;
  color: #000;
  margin-top: 1rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
multi-cart .alert-warning .circle,
cart .alert-warning .circle {
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #006346;
  border-radius: 50%;
}
multi-cart .alert-warning .circle svg,
cart .alert-warning .circle svg {
  height: 1.25rem;
  width: 1.25rem;
}
multi-cart .alert-warning .circle svg use,
cart .alert-warning .circle svg use {
  stroke: #006346;
  fill: #006346;
}
multi-cart .alert-warning .alert-title,
cart .alert-warning .alert-title {
  font-weight: 700;
}
multi-cart input[type=checkbox],
cart input[type=checkbox] {
  width: auto;
  flex-grow: 0 !important;
  box-shadow: none !important;
}

.cart-summary-back,
.cart-summary-checkout-all,
.cart-summary-continue {
  width: 100%;
}

.cart-summary .cart-summary-continue {
  display: none;
}

.checkout-summary .cart-summary-back {
  display: none;
}
.checkout-summary .cart-summary-continue {
  display: block;
}

.saved-for-later {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.saved-for-later .saved-for-later-header {
  border-bottom: 1px dashed #767676;
  color: #767676 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: initial;
  margin: 2.5rem 0 1.5rem !important;
  position: relative;
  text-align: center;
  text-transform: initial;
}
.saved-for-later .saved-for-later-header span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0.25rem 1rem;
}
.saved-for-later p.saved-for-later-header {
  font-size: 0.875rem !important;
  margin-bottom: 0.5rem !important;
}
.saved-for-later .btn-link {
  background-color: #e5e5e5;
  padding: 8px !important;
}
.saved-for-later .btn-link:last-of-type {
  margin-bottom: 0 !important;
}
.saved-for-later .text-muted {
  color: #006346 !important;
}

.order-info-column svg {
  width: 1rem;
  height: 1rem;
}

cart-item-input .entry-container .row {
  display: flex !important;
  gap: 0.5rem;
}
cart-item-input .entry-container .row .btn-group {
  margin-left: auto;
}
cart-item-input .entry-container .row .btn-pagesize {
  padding: 0 1rem;
}
cart-item-input .entry-container .row .btn-pagesize:hover, cart-item-input .entry-container .row .btn-pagesize:active, cart-item-input .entry-container .row .btn-pagesize:focus {
  background: #d7d7d7;
}
cart-item-input .entry-container .row .input-group {
  position: relative;
  width: 100%;
}
cart-item-input .entry-container .row .input-group .input-group-addon {
  cursor: pointer;
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
cart-item-input .entry-container .entry-list-header {
  background: #006346;
  color: #fff;
  border-radius: 0;
  display: flex;
  width: 100%;
  margin-top: 1rem;
}
cart-item-input .entry-container .entry-list-header p {
  padding: 0.5rem;
  flex: 1 1 0px;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
cart-item-input .entry-container .entry-list-header p:first-of-type {
  flex: 3 1 0px;
  text-align: left;
}

cart-list-header {
  display: block;
  margin-bottom: 2rem;
}
cart-list-header .row {
  align-items: center;
  gap: 0.5rem !important;
}
@media (max-width: 600px) {
  cart-list-header [type=text] {
    display: none !important;
  }
}

.cart-list .badges {
  margin-bottom: 0.25rem;
}
.cart-list-buttons {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.cart-list-buttons .btn {
  padding: 0 1rem;
  margin-top: 0;
}
.cart-list .btn-share {
  background: #000;
  color: #fff;
  margin-right: auto;
}
.cart-list .btn-share:hover, .cart-list .btn-share:active, .cart-list .btn-share:focus {
  background: #3B3E3F;
}
.cart-list-header {
  background: #f4f4f4;
  border-radius: 0;
  display: flex;
}
.cart-list-header p {
  padding: 0.5rem;
  flex: 1 1 0px;
  font-size: 18px;
  font-weight: 700;
}
.cart-list-header p:first-of-type {
  flex: 3 1 0px;
  text-align: left;
}
.cart-list-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.5rem;
  padding: 1rem;
  border: 1px solid;
  position: relative;
  width: 100%;
}
.cart-list-item .cart-info {
  display: flex;
  flex: 1 1 0px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .cart-list-item .cart-info {
    flex: 1 1 30%;
  }
}
@media (max-width: 480px) {
  .cart-list-item .cart-info {
    flex: 1 1 34%;
  }
}
.cart-list-item .cart-info p {
  font-size: 0.875rem;
  color: #767676;
}
.cart-list-item .cart-info .total {
  font-weight: 700;
  font-size: 18px;
  color: #3b3e3f;
}
@media (max-width: 768px) {
  .cart-list-item .cart-info.total-group {
    margin-left: auto;
    flex: 0 1 30%;
  }
}
.cart-list-item .cart-info shopping-change-quantity, .cart-list-item .cart-info numeric-input-group {
  margin-bottom: 0.5rem;
}
.cart-list-item .btn-delete {
  position: absolute;
  right: 0;
  top: 0;
}
.cart-list-item .cart-info-left {
  align-items: flex-start;
  flex: 3 1 0px;
  display: flex;
  gap: 0.5rem;
}
@media (max-width: 768px) {
  .cart-list-item .cart-info-left {
    flex: 3 1 66%;
  }
}
.cart-list-item .cart-info-left cart-list-item-image {
  flex: 1 1 0px;
}
@media (max-width: 1100px) {
  .cart-list-item .cart-info-left cart-list-item-image {
    flex: initial;
  }
}
.cart-list-item .cart-info-left > div:not(.min-width-60) {
  flex: 2 1 0px;
}
.cart-list-item img {
  width: 100px;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .cart-list-item img {
    width: 75px;
  }
}
.cart-list-item .badges {
  margin-bottom: 0.25rem;
}
.cart-list-item .cart-info-title {
  font-size: 1rem;
  font-weight: 700;
}
.cart-list-item .upc {
  font-size: 0.875rem;
  color: #767676;
  margin-top: 0.25rem;
}
.cart-list .auto-add-block {
  margin-right: auto;
}

.cart-right {
  max-width: 420px;
  width: 100%;
  flex-shrink: 0;
  background-color: #f2f9fc;
  border-radius: 0;
}
.cart-right .item-count {
  background-color: #006346;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  font-size: 0.75rem;
}

.cart-bottom {
  align-items: flex-start;
  display: flex;
  gap: 2rem;
  max-width: 1600px;
  margin: 0.5rem auto 0;
}
.cart-bottom .cart-left {
  flex: 2 1 0px;
}
.cart-bottom .continue-shopping-btn {
  margin-top: 0.5rem;
  text-transform: initial;
}

.empty-cart {
  max-width: 800px;
  margin: auto;
}
.empty-cart .cart-left > .row {
  margin-bottom: 1rem;
}
.empty-cart .cart-left > .row > div {
  width: 100%;
}

.order-summary {
  display: block;
  padding: 1rem;
}
.order-summary .panel-heading {
  font-size: 22px;
  font-weight: 700;
}
.order-summary datum .text-muted {
  color: #3b3e3f;
  font-size: 18px;
  font-weight: 500;
}
.order-summary datum .text-right {
  font-size: 18px;
  color: #3b3e3f;
  font-weight: 400;
}

.coupon-input {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 1rem;
}
.coupon-input label {
  width: 100%;
}
.coupon-input input {
  margin: 0;
}
.coupon-input input[type=text] {
  flex-grow: 1;
}

.grand-total {
  margin-top: 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid #f4f4f4;
}
.grand-total div {
  display: flex;
  align-items: center;
}

.cart-top-actions {
  display: flex;
  gap: 5px;
  padding: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.cart-top-actions > button {
  flex-grow: 1;
  margin: 0;
}
.cart-top-actions .btn-link {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  font-weight: 700;
}

.btn-delete {
  background: transparent;
  color: #BE5048;
  font-weight: 400;
  text-transform: uppercase;
}
.btn-delete:hover, .btn-delete:active, .btn-delete:focus {
  background: #BE5048;
  color: #fff;
}
.btn-delete svg {
  height: 1rem;
  width: 1rem;
  flex-shrink: 0;
}
.btn-delete use {
  stroke: #fff;
}

.cart-right .checkout-slider {
  display: none;
}
@media (max-width: 992px) {
  .cart-right .checkout-slider {
    background-color: #006346;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin: 0;
    position: absolute;
    top: 6px;
    right: 0.5rem;
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  }
}
@media (max-width: 1300px) {
  .cart-right {
    max-width: 370px;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .cart-right {
    max-width: 320px;
  }
  .cart-right .cart-top-actions {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .cart-right .cart-top-actions .btn:first-of-type {
    flex-basis: 100%;
  }
}
@media (min-width: 993px) {
  .cart-right .cart-actions {
    margin-top: 1rem;
  }
}
@media (max-width: 992px) {
  .cart-right {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 50%;
    transition: linear 0.3s;
    max-width: 100%;
    max-height: 90vh;
    overflow: auto;
    z-index: 1036;
    display: flex;
    flex-direction: column;
    height: auto !important;
    transform: translate(-50%, calc(100% - 165px));
    padding-bottom: 140px;
  }
  retailer-container .cart-right {
    transform: translate(-50%, calc(100% - 115px));
  }
  .cart-right.in {
    transform: translate(-50%, 0);
  }
  .cart-right.in .cart-actions {
    top: initial;
    bottom: 0;
    position: initial;
    transform: initial;
  }
  .cart-right.in .grand-total {
    top: initial;
    bottom: 110px;
    position: initial;
  }
  .cart-right.in .cart-top-actions {
    visibility: initial;
  }
  .cart-right.in .cart-top-actions .btn {
    display: flex;
  }
  .cart-right.in .checkout-slider {
    transform: rotate(180deg);
  }
  .cart-right.collapsing .cart-top-actions .btn {
    display: none;
  }
  .cart-right.collapsing.in .cart-top-actions {
    visibility: initial;
  }
  .cart-right.collapsing.in .cart-top-actions .btn {
    display: flex;
  }
  .cart-right .cart-top-actions {
    padding: 60px 0.5rem 1rem;
    visibility: hidden;
  }
  .cart-right .cart-actions {
    background: #fff;
    transition: 0.3s linear;
    position: absolute;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 998;
    width: 100%;
    padding: 0.5rem;
  }
  .cart-right .grand-total {
    border-color: transparent;
    background: #fff;
    position: absolute;
    top: 1rem;
    z-index: 999;
    font-size: 18px;
    margin: 0;
  }
  .cart-right .grand-total div {
    gap: 1rem;
  }
  .cart-right .grand-total div:before, .cart-right .grand-total div:after {
    display: none !important;
  }
  .cart-right .promotions-panel {
    flex-grow: 1;
    overflow: auto;
  }
  .cart-right .panel-body {
    overflow-y: initial !important;
  }
  .cart-right .order-summary {
    padding: 1rem 0.5rem;
  }
}

checkout .cart-right .cart-dropdown-items-container {
  max-height: 450px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 992px) {
  checkout .cart-right {
    transform: translate(-50%, calc(100% - 120px));
    padding-bottom: 90px;
  }
  checkout .cart-right .cart-actions {
    top: 3.5rem;
  }
  checkout .cart-right .cart-top-actions {
    padding: 15px 0.5rem 0.5rem;
  }
  checkout .cart-right.in .grand-total {
    bottom: 65px;
  }
  checkout .cart-right .cart-dropdown-items-container {
    max-height: 272px;
  }
}
checkout .cart-right .cart-top-actions .btn:first-of-type {
  flex-basis: initial;
}
checkout .panel-body .row {
  display: flex;
  gap: 1rem;
  flex-flow: row wrap;
}
checkout .panel-body .row:before, checkout .panel-body .row:after {
  display: none !important;
}

@media (max-width: 992px) {
  .cart-left {
    padding-bottom: 170px;
  }
}

.address-row {
  display: flex;
  gap: 1rem;
  width: 100%;
}
.address-row > div {
  flex: 1 1 0px;
}
@media (max-width: 700px) {
  .address-row {
    flex-direction: column;
  }
}

.btn-change {
  background: none;
  float: right;
  width: initial !important;
  text-decoration: underline;
  min-height: initial;
}

.remove-cartitem-btn {
  border: none;
  margin-left: 0.5rem;
}

.shopping-cart-link {
  border: none;
  background: transparent;
  min-width: 42px;
  min-height: 42px;
}

.shopping-cart-dropdown-menu {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 0;
  border: 1px solid #767676;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: auto !important;
  bottom: 0;
  z-index: 1039;
  padding: 0;
  height: 100% !important;
  width: 100%;
  max-width: 500px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transform: translateX(150%);
}
.open .shopping-cart-dropdown-menu, .shopping-cart-dropdown-menu.in {
  transform: translate(0);
}
.shopping-cart-dropdown-menu .cart-dropdown-product-info a {
  border: none !important;
  padding: 0 !important;
  margin: 0 0 0.25rem !important;
  height: initial !important;
  text-decoration: none;
  justify-content: flex-start !important;
}

.shopping-cart-dropdown-menu,
.cart-dropdown-items-container {
  flex-grow: 1;
  overflow: auto;
  padding: 1rem 1rem 2rem;
}
.shopping-cart-dropdown-menu section,
.cart-dropdown-items-container section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.shopping-cart-dropdown-menu cart-dropdown-menu,
.cart-dropdown-items-container cart-dropdown-menu {
  display: block;
  height: 100%;
}
.shopping-cart-dropdown-menu multi-cart:has(.multi-cart-dropdown),
.cart-dropdown-items-container multi-cart:has(.multi-cart-dropdown) {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.shopping-cart-dropdown-menu .cart-slideout-menu,
.cart-dropdown-items-container .cart-slideout-menu {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.shopping-cart-dropdown-menu .btn-checkout,
.cart-dropdown-items-container .btn-checkout {
  margin-top: auto;
}
.shopping-cart-dropdown-menu .cart-dropdown-header,
.cart-dropdown-items-container .cart-dropdown-header {
  padding: 1rem;
  border-bottom: 1px solid #f4f4f4;
}
.shopping-cart-dropdown-menu .cart-header,
.cart-dropdown-items-container .cart-header {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.shopping-cart-dropdown-menu .cart-name,
.cart-dropdown-items-container .cart-name {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1rem;
}
.shopping-cart-dropdown-menu .cart-name .btn-edit-cart,
.cart-dropdown-items-container .cart-name .btn-edit-cart {
  border-radius: 50% !important;
  height: 42px;
  width: 42px;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #3b3e3f;
  color: #fff;
}
.shopping-cart-dropdown-menu .btn-primary,
.cart-dropdown-items-container .btn-primary {
  font-weight: 400;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.shopping-cart-dropdown-menu .cart-dropdown-item,
.cart-dropdown-items-container .cart-dropdown-item {
  border-radius: 0;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  position: relative;
}
.shopping-cart-dropdown-menu .cart-dropdown-item .row,
.cart-dropdown-items-container .cart-dropdown-item .row {
  align-items: flex-start;
  display: flex;
  gap: 1rem;
  padding-bottom: 0.25rem;
  flex-direction: row;
  margin-left: 0;
  margin-right: 0;
  padding-right: 1.5rem;
}
.shopping-cart-dropdown-menu .cart-dropdown-item .row:before, .shopping-cart-dropdown-menu .cart-dropdown-item .row:after,
.cart-dropdown-items-container .cart-dropdown-item .row:before,
.cart-dropdown-items-container .cart-dropdown-item .row:after {
  display: none !important;
}
.shopping-cart-dropdown-menu .cart-dropdown-item .remove-cartitem-btn,
.cart-dropdown-items-container .cart-dropdown-item .remove-cartitem-btn {
  display: none;
}
.shopping-cart-dropdown-menu .dropdown-minimums-item,
.cart-dropdown-items-container .dropdown-minimums-item {
  display: flex;
  align-items: flex-start;
}
.shopping-cart-dropdown-menu .dropdown-minimums-item panel,
.cart-dropdown-items-container .dropdown-minimums-item panel {
  flex-grow: 1;
}
.shopping-cart-dropdown-menu .dropdown-minimums-item panel .btn,
.cart-dropdown-items-container .dropdown-minimums-item panel .btn {
  width: 100%;
  justify-content: flex-start;
}
.shopping-cart-dropdown-menu .product-badge,
.cart-dropdown-items-container .product-badge {
  align-self: flex-start;
}
.shopping-cart-dropdown-menu .cart-dropdown-img,
.cart-dropdown-items-container .cart-dropdown-img {
  width: 100px;
  position: relative;
  flex-shrink: 0;
}
.shopping-cart-dropdown-menu .cart-dropdown-img img,
.cart-dropdown-items-container .cart-dropdown-img img {
  width: 100%;
}
.shopping-cart-dropdown-menu .cart-dropdown-img .item-count,
.cart-dropdown-items-container .cart-dropdown-img .item-count {
  position: absolute;
  right: 0;
  top: 0;
}
.shopping-cart-dropdown-menu .cart-dropdown-product-info,
.cart-dropdown-items-container .cart-dropdown-product-info {
  flex-grow: 1;
  font-size: 0.875rem;
}
.shopping-cart-dropdown-menu .btn-delete,
.cart-dropdown-items-container .btn-delete {
  border-radius: 50% !important;
  height: 24px;
  width: 24px;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  min-width: 24px;
  min-height: 24px;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 10;
  box-shadow: none;
}
.shopping-cart-dropdown-menu .cart-dropdown-product-title,
.cart-dropdown-items-container .cart-dropdown-product-title {
  font-size: 1rem;
  color: #000;
  line-height: 22px;
  font-weight: 500;
}
.shopping-cart-dropdown-menu .cart-dropdown-product-upc,
.cart-dropdown-items-container .cart-dropdown-product-upc {
  font-size: 0.75rem;
  color: #767676;
  font-weight: 700;
}
.shopping-cart-dropdown-menu .cart-dropdown-actions,
.cart-dropdown-items-container .cart-dropdown-actions {
  padding: 1rem;
  border-top: 1px solid #f4f4f4;
}
.shopping-cart-dropdown-menu .cart-dropdown-total,
.cart-dropdown-items-container .cart-dropdown-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 18px;
}
.shopping-cart-dropdown-menu .cart-dropdown-item-actions,
.cart-dropdown-items-container .cart-dropdown-item-actions {
  display: flex;
  font-size: 0.875rem;
  gap: 1rem;
  padding-top: 0.25rem;
}
.shopping-cart-dropdown-menu .total,
.cart-dropdown-items-container .total {
  font-size: 18px;
  font-weight: 700;
}
.shopping-cart-dropdown-menu .cart-dropdown-item-increment,
.cart-dropdown-items-container .cart-dropdown-item-increment {
  color: #767676;
}

discount-codes {
  display: block;
  padding: 0 0 1rem;
}
discount-codes .input-group {
  gap: 0.5rem;
}
discount-codes .input-group .btn {
  padding-left: 2rem;
  padding-right: 2rem;
}
discount-codes div {
  width: 100%;
}

advanced-cart .panel-wrapper,
.cart-list .panel-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
advanced-cart .panel-wrapper .panel,
.cart-list .panel-wrapper .panel {
  border: 1px solid;
  flex-grow: 1;
}
advanced-cart .panel-wrapper .panel-heading,
.cart-list .panel-wrapper .panel-heading {
  background-color: transparent;
  border-bottom: 1px solid;
  padding: 0 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
advanced-cart .panel-wrapper .panel-heading .btn-link,
.cart-list .panel-wrapper .panel-heading .btn-link {
  text-decoration: underline;
}
advanced-cart .panel-wrapper .panel-content,
.cart-list .panel-wrapper .panel-content {
  padding: 1rem;
}
advanced-cart .open-cart-header,
.cart-list .open-cart-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}
advanced-cart .open-cart-row,
.cart-list .open-cart-row {
  display: flex;
  justify-content: space-between;
}
advanced-cart .open-cart-right,
.cart-list .open-cart-right {
  max-width: 420px;
  width: 100%;
  margin-right: 1rem;
}
advanced-cart .img-previews,
.cart-list .img-previews {
  gap: 0.5rem;
}
advanced-cart .img-previews .img-preview,
.cart-list .img-previews .img-preview {
  width: 3.5rem;
}
advanced-cart input[type=checkbox],
.cart-list input[type=checkbox] {
  align-self: center;
}
advanced-cart .show-details-container,
.cart-list .show-details-container {
  border: 1px solid;
  padding: 0 1rem;
  margin-top: 1rem;
}
advanced-cart .cart-left > .input-group,
.cart-list .cart-left > .input-group {
  justify-content: flex-end;
  gap: 0.5rem;
}
advanced-cart .cart-list-item,
.cart-list .cart-list-item {
  align-items: flex-end;
  font-size: 0.875rem;
}
advanced-cart .cart-list-item .qty-wrap,
.cart-list .cart-list-item .qty-wrap {
  flex: 2 0 0px;
}
advanced-cart .cart-list-item .qty-wrap cart-list-item-actions,
.cart-list .cart-list-item .qty-wrap cart-list-item-actions {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
advanced-cart .cart-list-item cart-list-item-details,
.cart-list .cart-list-item cart-list-item-details {
  flex: 1 1 0px;
}
advanced-cart .cart-list-item .cart-list-item-header,
.cart-list .cart-list-item .cart-list-item-header {
  font-size: 1rem;
  font-weight: bold;
}
advanced-cart .cart-right,
.cart-list .cart-right {
  background-color: transparent;
}
advanced-cart .cart-right .panel-heading,
.cart-list .cart-right .panel-heading {
  background: #f5f5f5;
  justify-content: center;
  height: 42px;
  font-weight: bold;
}
advanced-cart .cart-right > panel,
.cart-list .cart-right > panel {
  padding: 0;
  margin-top: 1rem;
  display: block;
}
advanced-cart .cart-right > panel .panel-heading,
.cart-list .cart-right > panel .panel-heading {
  justify-content: initial;
  align-items: center;
}
advanced-cart .cart-right > panel .panel-heading panel-header,
.cart-list .cart-right > panel .panel-heading panel-header {
  align-items: center;
  justify-content: space-between;
  margin: 0;
  width: 100%;
  font-size: 1rem;
}
advanced-cart .nav-tabs,
.cart-list .nav-tabs {
  justify-content: flex-start;
}
advanced-cart .nav-tabs li a,
.cart-list .nav-tabs li a {
  padding: 0.5rem;
}
advanced-cart .panel-express,
.cart-list .panel-express {
  border: 1px solid;
  margin-top: 2rem;
  padding: 1rem;
}
advanced-cart .panel-express .panel-content,
.cart-list .panel-express .panel-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
advanced-cart .panel-express .danger,
.cart-list .panel-express .danger {
  font-size: 0.875rem;
}
advanced-cart .panel-express h2,
.cart-list .panel-express h2 {
  font-size: 1.5rem;
}

.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;
  min-width: 200px;
  padding: 0.75rem 2rem;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 380px) {
  .cta {
    width: 100%;
  }
}

.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: calc(660px + 1px)) {
  .hero-triptych .mobile-show {
    display: none;
  }
  .hidden-responsive-up {
    display: none;
  }
  .mobile-background {
    background-color: transparent !important;
  }
}
@media (max-width: 660px) {
  .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: 2rem 1rem 3rem;
  }
}
.accordion .panel {
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}
.accordion .heading {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
}
.accordion .heading a, .accordion .heading a.collapsed:hover {
  border-left-color: #212121;
}
.accordion .heading a, .accordion .heading a:focus, .accordion .heading a:active {
  color: #3b3e3f;
}
.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: 0.5rem 3rem;
  background-color: #fff;
  border-width: 1px 1px 1px 2px;
  border-style: solid;
  border-color: #fff;
  text-decoration: none !important;
}
.accordion .heading a.collapsed, .accordion.accordion-careers a.collapsed {
  border-color: #fff;
}
.accordion .panel-body {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1em;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.02rem;
  padding: 7px 1rem 1rem 3rem;
}
.accordion .panel-body:before, .accordion .panel-body:after {
  display: none !important;
}
.accordion .ion-plus:before {
  content: "-";
}
.accordion .collapsed .ion-plus:before {
  content: "+";
}
.accordion .accordion-plus {
  color: #006346;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-52%);
}
.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: #3b3e3f;
}
.accordion-careers a:hover {
  opacity: 0.8;
}
.accordion-dates .heading a, .accordion-dates .date {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}
.accordion-dates .date {
  background-color: #fff;
  border-color: #fff;
  flex-shrink: 0;
  justify-content: flex-end;
  padding: 0 1rem 0 0 !important;
  text-align: right;
  width: 15em;
}
@media (max-width: 800px) {
  .accordion-dates .date {
    width: 10rem;
  }
}
@media (max-width: 480px) {
  .accordion-dates .date {
    width: 5rem;
  }
}
.accordion-dates .panel-group {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.accordion-dates .panel-wrapper {
  align-items: flex-start;
  display: flex;
  position: relative;
  padding: 1rem 0;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 800px) {
  .accordion-dates .panel-wrapper {
    padding: 1rem;
  }
}
.accordion-dates .panel {
  flex-grow: 1;
}
.accordion-dates .panel-body {
  padding: 7px 0 0;
}
.accordion-dates .date-heading p {
  color: #767676;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
}
.accordion-dates .date-heading .heading {
  color: #006346;
  font-weight: 600;
  letter-spacing: 0.02rem;
  line-height: 1.5rem;
  font-size: 0.875rem;
}
.accordion-dates .date-heading a {
  color: #006346;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  letter-spacing: 0.02rem;
  padding: 7px 0 0;
  display: block;
  text-decoration: none;
}

.carousel {
  position: relative;
}

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

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

.carousel-indicators {
  position: absolute;
  bottom: -40px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #3b3e3f;
  border-radius: 10px;
  cursor: pointer;
  background-color: #006346;
  opacity: 0.2;
}
.carousel-indicators .active {
  opacity: 1;
}

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

.ui-carousel .track-wrapper {
  display: flex;
}
.ui-carousel .track {
  display: flex;
  align-items: stretch;
}
.ui-carousel .slide {
  display: flex;
  height: 100%;
  padding: 0 0.5rem;
}
.ui-carousel .slide .carousel-item {
  border-radius: 0.25rem;
}
.ui-carousel .slide .grid-item-text {
  height: initial;
}
.ui-carousel .slide .mv-item-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 1.5rem;
}
.ui-carousel .slide .mv-item-container .img-wrap {
  flex-grow: 1;
}
.ui-carousel .slide .carousel-item {
  width: 100%;
}
.ui-carousel .ui-icon-prev,
.ui-carousel .ui-icon-next {
  font-size: 1rem;
}
.ui-carousel .ui-icon-prev::before,
.ui-carousel .ui-icon-next::before {
  color: #006346;
}
.ui-carousel .carousel-prev .carousel-btn {
  left: -2.5rem;
}
.ui-carousel .carousel-prev .carousel-btn i:before {
  content: "\f053";
  padding-right: 0.25em;
}
.ui-carousel .carousel-next .carousel-btn {
  right: -2.5rem;
}
.ui-carousel .carousel-next .carousel-btn i:before {
  content: "\f054";
  padding-left: 0.25em;
}
.ui-carousel .carousel-next .carousel-btn, .ui-carousel .carousel-prev .carousel-btn {
  line-height: 1;
  background-color: #fff;
  border-radius: 50% !important;
  height: 2rem;
  width: 2rem;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: center;
}
.ui-carousel .carousel-next .carousel-btn [class*=" ui-icon-"], .ui-carousel .carousel-next .carousel-btn [class^=ui-icon-], .ui-carousel .carousel-next .carousel-btn [data-icon], .ui-carousel .carousel-prev .carousel-btn [class*=" ui-icon-"], .ui-carousel .carousel-prev .carousel-btn [class^=ui-icon-], .ui-carousel .carousel-prev .carousel-btn [data-icon] {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
}
.ui-carousel .carousel-next .carousel-btn [class*=" ui-icon-"]:before, .ui-carousel .carousel-next .carousel-btn [class^=ui-icon-]:before, .ui-carousel .carousel-next .carousel-btn [data-icon]:before, .ui-carousel .carousel-prev .carousel-btn [class*=" ui-icon-"]:before, .ui-carousel .carousel-prev .carousel-btn [class^=ui-icon-]:before, .ui-carousel .carousel-prev .carousel-btn [data-icon]:before {
  font-family: inherit !important;
  font-weight: inherit !important;
}

.custom-carousel {
  position: relative;
  padding: 0 3rem;
}
.custom-carousel-container {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}
.custom-carousel-slide {
  flex: 0 0 25%;
  box-sizing: border-box;
  padding: 1rem 1.5rem;
}
@media (max-width: 992px) {
  .custom-carousel-slide {
    flex: 0 0 33.33%;
    padding: 1rem;
  }
}
@media (max-width: 768px) {
  .custom-carousel-slide {
    flex: 0 0 50%;
  }
}
@media (max-width: 576px) {
  .custom-carousel-slide {
    flex: 0 0 100%;
  }
}
product-slider .custom-carousel-slide {
  flex: 0 0 20%;
}
.one-third-two-thirds product-slider .custom-carousel-slide {
  flex: 0 0 33.33%;
}
@media (max-width: 768px) {
  .one-third-two-thirds product-slider .custom-carousel-slide {
    flex: 0 0 50%;
  }
}
@media (max-width: 992px) {
  product-slider .custom-carousel-slide {
    flex: 0 0 25%;
  }
}
@media (max-width: 768px) {
  product-slider .custom-carousel-slide {
    flex: 0 0 33.333%;
  }
}
@media (max-width: 576px) {
  product-slider .custom-carousel-slide {
    flex: 0 0 50%;
  }
}
@media (max-width: 400px) {
  product-slider .custom-carousel-slide {
    flex: 0 0 100%;
  }
}
.custom-carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  font-size: 1.25rem;
  border-radius: 50% !important;
  height: 42px;
  width: 42px;
  padding: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  left: 0;
}
.custom-carousel-control.custom-carousel-control-next {
  right: 0;
  left: initial;
}
.custom-carousel-indicators {
  position: absolute;
  bottom: -40px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.custom-carousel-indicators li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 5px;
  text-indent: -999px;
  border: 1px solid #D9D9D9;
  border-radius: 2rem;
  cursor: pointer;
  background-color: #D9D9D9;
}
.custom-carousel-indicators li.custom-active {
  background-color: #2B2B2B;
  border-color: #2B2B2B;
  width: 44px;
}

.custom-main-images-box {
  overflow: hidden;
}

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

catalog-list h1 {
  font-size: 1.5rem;
}
catalog-list .row {
  flex-flow: wrap;
}
catalog-list-cards .row > div {
  width: calc(25% - 1.5em);
}
catalog-list-cards .grid-item .m-a-1 .smaller-80 {
  display: none;
}
catalog-list auto-query-header .input-group-btn > span {
  display: flex !important;
  align-items: center;
  gap: 0.5rem;
}
catalog-list page-sizes {
  display: flex;
  align-items: center;
}

.catalog-sign-in {
  max-width: 30rem;
  margin: 3rem 0 0 !important;
}
.catalog-sign-in h3 {
  font-size: 1.75rem;
  color: #006346;
  margin-bottom: 1rem;
  text-transform: initial;
}
@media (max-width: 800px) {
  .catalog-sign-in h3 {
    font-size: 1.25rem;
  }
}
.catalog-sign-in login form {
  align-items: center;
  gap: 3rem;
}
.catalog-sign-in login form login-fieldset {
  width: 100%;
}
.catalog-sign-in login form login-fieldset .input-group-addon {
  display: none;
}
.catalog-sign-in login form .btn-default {
  display: none;
}
.catalog-sign-in login form .btn-primary {
  margin: auto;
}
.catalog-sign-in login form [form-group] + [form-group] {
  margin-top: 2rem;
}
.catalog-sign-in .btn-primary {
  margin: 3rem auto 0;
  width: 230px;
}
.catalog-sign-in .btn-default {
  display: block;
  border: none;
}
.catalog-sign-in .btn-default:hover, .catalog-sign-in .btn-default:focus, .catalog-sign-in .btn-default:active {
  color: inherit;
  background-color: transparent;
  opacity: 0.75;
}
.catalog-sign-in .login-actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.catalog-sign-in .btn-problems {
  margin-top: -1rem;
}

.people-blocks {
  display: flex;
  flex-flow: row wrap;
  max-width: 1170px;
  margin: 0 auto 64px;
  text-align: center;
  gap: 2em;
}
.people-blocks > * {
  flex: 0 0 calc((100% - 6em) / 4);
}
@media (max-width: 800px) {
  .people-blocks {
    gap: 2em;
  }
  .people-blocks > * {
    flex: 0 0 calc((100% - 4em) / 3);
  }
}
@media (max-width: 660px) {
  .people-blocks {
    gap: 2em;
  }
  .people-blocks > * {
    flex: 0 0 calc((100% - 2em) / 2);
  }
}
@media (max-width: 480px) {
  .people-blocks {
    gap: 2em;
  }
  .people-blocks > * {
    flex: 0 0 calc((100% - 0em) / 1);
  }
}
.people-blocks .person {
  text-align: center;
  padding-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
}
.people-blocks .person .name {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  color: #006346;
  font-weight: 500;
  line-height: 1.5rem;
}
.people-blocks .person .title {
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.5rem;
  color: #006346;
  font-weight: 500;
}
.people-blocks img {
  display: block;
  margin: 0 auto 1em;
  width: 170px;
  border-radius: 50%;
}
.people-blocks .backdrop {
  background-color: rgba(53, 56, 55, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
}
.people-blocks .people-popup {
  display: none;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  height: 100%;
  max-height: 80vh;
  overflow: hidden;
  padding: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80vw !important;
  width: calc(100% - 2em);
  z-index: 9999;
}
@media (max-width: 660px) {
  .people-blocks .people-popup {
    max-width: initial !important;
    width: calc(100% - 1em);
  }
}
.people-blocks .people-popup.open {
  display: block;
}
.people-blocks .people-popup > div {
  height: 100%;
  overflow: auto;
  padding: 40px;
}
@media (max-width: 660px) {
  .people-blocks .people-popup > div {
    padding: 40px 20px;
  }
}
.people-blocks .people-popup .additional-info {
  padding-top: 3rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.people-blocks .people-popup .person-heading {
  background-color: #f2f9fc;
  clip-path: ellipse(5000px 2750px at 50% calc(100% - 2750px));
  padding: 4.75rem 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.people-blocks .people-popup .close-btn {
  font-size: 2rem;
  color: #006346;
  position: absolute;
  top: 0;
  right: 1rem;
  z-index: 5;
  padding: 1rem;
}
.people-blocks .people-popup .close-btn svg {
  width: 32px;
  height: 32px;
}
.people-blocks .people-popup .close-btn use {
  stroke: #006346;
}
.people-blocks .people-popup .name {
  color: #006346;
  font-size: 1.75rem;
  letter-spacing: 0.1rem;
}
.people-blocks .people-popup .title {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.people-blocks .people-popup .phone {
  color: #006346;
  font-weight: 500;
}
.people-blocks .people-popup h3 {
  color: #006346;
  font-size: 1.25rem;
  line-height: 1em;
}

employee-finder .employee-search-row {
  margin: 3rem auto 4rem;
  width: 30rem;
}
employee-finder .people-blocks .img-block {
  overflow: hidden;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 0 auto 1rem;
}
employee-finder .people-blocks .img-block img {
  border-radius: 0;
  margin: 0;
  width: 170px;
}
employee-finder .people-blocks .employee-popup {
  height: initial;
  max-width: 36rem !important;
}

.outro-strip {
  margin-top: 4rem;
  padding: 6rem 0;
}
.outro-strip + footer {
  margin-top: 0;
}
.outro-strip .row {
  align-items: center;
  justify-content: space-between;
}
.outro-strip .outro-column {
  flex-direction: column;
}
.outro-strip .text-column {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
@media (max-width: 660px) {
  .outro-strip .text-column {
    align-items: center;
  }
}
.outro-strip .felt-that {
  font-size: 3.5rem;
}
@media (max-width: 660px) {
  .outro-strip .felt-that {
    font-size: 3rem;
  }
}
.outro-strip h2, .outro-strip .heading.main {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 660px) {
  .outro-strip h2, .outro-strip .heading.main {
    font-size: 2rem;
  }
}
.outro-strip .heading.main {
  color: inherit;
}
.outro-strip .share-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
}
@media (max-width: 660px) {
  .outro-strip .share-row {
    flex-direction: column;
    align-items: center;
  }
}
.outro-strip .share-row a {
  text-decoration: none;
}

.top-header {
  padding: 0.5rem 1rem;
  background-color: #006346;
  color: #fff;
  margin-bottom: 0.5rem;
}
.top-header > div {
  display: flex;
  justify-content: space-between;
}

.site-search {
  flex-grow: 1;
}

.flex-header {
  display: flex;
  align-items: center;
  gap: 10%;
}
@media (max-width: 1375px) {
  .flex-header {
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: space-between;
    position: relative;
  }
  .flex-header product-search {
    flex-basis: 100%;
    order: 5;
    margin-bottom: 0.5rem;
  }
  .flex-header product-search input {
    border-radius: 2rem;
  }
  .flex-header > a {
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 850px) {
  .flex-header {
    justify-content: initial;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 0;
  }
  .flex-header > a {
    position: initial;
    transform: initial;
  }
  .flex-header .emun-nav {
    margin-left: auto;
  }
}
@media (max-width: 530px) {
  .flex-header {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

.homepage section + section {
  margin-top: 4rem;
}
.homepage .cta-header + section {
  margin-top: 1rem;
}

.cta-header {
  align-items: center;
}
.cta-header h2 {
  font-size: 1.5rem;
  margin: 0;
}

#logo use,
.footer-logo use,
.hamburger-logo use {
  stroke: transparent;
}

.caption-overlay {
  position: relative;
}
.caption-overlay .caption {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  background: #fff;
  border: 1px solid #3b3e3f;
  padding: 0.333rem 2rem;
  font-size: 1.25rem;
  z-index: 1;
}

.quad-box {
  flex-flow: row wrap !important;
  gap: 2rem;
  gap: 1rem 2rem !important;
}
.quad-box > * {
  flex: 0 0 calc((100% - 2rem) / 2);
}

@media (min-width: 501px) {
  footer .contact {
    margin-left: auto;
  }
}
footer .footer-logo {
  width: 285px;
}

.yamm > a {
  padding-bottom: 0;
}
.yamm > a span {
  padding-bottom: 0.333rem;
  border-bottom: 4px solid transparent;
}
.yamm:hover > a span, .yamm:focus > a span, .yamm:active > a span {
  border-color: currentColor;
}
.yamm .btn-info {
  font-size: 1rem;
  background: transparent;
  display: inline-flex;
  text-align: left;
  border: none;
  padding: 0;
  color: #3b3e3f;
  margin: 0;
}
.yamm .btn-info:hover, .yamm .btn-info:focus, .yamm .btn-info:active {
  background-color: transparent;
  text-decoration: underline;
}
@media (min-width: calc(1375px + 1px)) {
  .yamm.dropdown-menu {
    width: 100%;
    max-height: 75vh;
    overflow-y: auto;
  }
  .yamm.dropdown-menu:has(img) auto-query {
    -moz-column-count: 4;
         column-count: 4;
  }
  .yamm.dropdown-menu auto-query {
    display: block;
    -moz-column-count: 4;
         column-count: 4;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .yamm.dropdown-menu auto-query > div {
    -moz-column-break-inside: initial;
         break-inside: initial;
  }
  .yamm.dropdown-menu auto-query > div + div {
    margin-top: 2rem;
  }
  .yamm.dropdown-menu .sports-menu > div {
    -moz-column-break-inside: initial;
         break-inside: initial;
  }
  .yamm.dropdown-menu .column {
    width: 20%;
  }
  .yamm.dropdown-menu .column.col-md-12 {
    width: 100%;
  }
  .yamm.dropdown-menu .column > div > div {
    gap: 0;
  }
  .yamm.dropdown-menu .row {
    justify-content: center;
  }
}
.yamm.dropdown-menu .menu-title {
  border-radius: 0;
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0 0 0.25rem;
  padding: 0;
  border-bottom: 1px solid #626366;
}
.yamm.dropdown-menu .btn-default {
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  min-height: 24px;
}
.yamm.dropdown-menu .col-md-9 {
  flex-grow: 1;
  width: initial;
}
.yamm.dropdown-menu .col-md-3 {
  width: 100%;
}
@media (min-width: calc(1375px + 1px)) {
  .yamm.dropdown-menu .col-md-3 {
    width: 20%;
  }
}

.personalization-panel {
  padding: 2rem;
  border: 1px solid #006346;
  margin-bottom: 2rem;
}
.personalization-panel .icon {
  height: 32px;
  display: block;
}

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

.color-select,
.font-select {
  position: relative;
}
.color-select li,
.font-select li {
  display: flex;
  align-items: center;
  line-height: 0;
  padding: 0.25rem 2rem;
  cursor: pointer;
}
.color-select li:hover,
.font-select li:hover {
  background: #3399FF;
  color: #fff;
}
.color-select .dropdown-menu,
.font-select .dropdown-menu {
  padding: 0.5rem 0;
  border: 1px solid #767676;
  position: absolute;
  background-color: #f2f9fc;
  z-index: 999;
  display: none;
  font-size: 0.875rem;
  flex-direction: column;
  gap: 0;
  width: 100%;
  border-radius: 1rem;
}
.color-select.open .dropdown-menu,
.font-select.open .dropdown-menu {
  display: flex !important;
}

.font-select li {
  justify-content: center;
}

.btn-select {
  width: 100%;
  background: #f4f4f4;
  text-align: left;
  padding: 0 1rem !important;
  letter-spacing: initial;
}
.btn-select:focus, .btn-select:active {
  background-color: #f2f9fc;
  box-shadow: 0 0 0 2px #DFF4F5 !important;
}

.btn-preview {
  margin: 1rem 0 0 auto;
  display: block;
}

.downloads {
  margin-top: 1rem;
}
.downloads .btn {
  gap: 0.5rem;
  text-transform: capitalize;
  letter-spacing: initial;
  color: #3b3e3f;
  border-color: #3b3e3f;
  font-weight: initial;
}
.downloads .btn:hover {
  color: #fff;
}

shopping-one-up-heading {
  display: block;
  margin-bottom: 2rem;
}

.icons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
  gap: 1rem;
}
.icons .icon {
  width: 50px;
  height: 50px;
}
.icons p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 40%;
  flex: 1 1 0px;
}

.product-overview {
  padding: 1.5rem;
  background: #fef6e8;
  margin: 1rem 0 0;
  color: rgba(0, 0, 0, 0.85);
}
.product-overview h2 {
  font-size: 1.25rem;
}

sort-options .btn-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.availability {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
shopping-one-up .availability {
  gap: 2rem;
}
.availability span {
  color: #B44F17;
}

.description {
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price strong {
  font-size: 1rem;
}

.pricing {
  display: flex;
  gap: 2rem;
  margin-top: 0.5rem;
}
.pricing p {
  font-size: 1.5rem;
}

.aq-header-footer {
  margin-left: auto;
}
.aq-header-footer .pagination {
  gap: 0.5em;
}
.aq-header-footer .pagination a {
  border: none;
  border-radius: initial;
  color: #767676;
  height: 24px;
  min-width: 24px;
}
.aq-header-footer .pagination .active a {
  background-color: transparent;
  border-color: initial;
  color: #006346;
  text-decoration: underline;
}

.retailer-modern {
  border: 1px solid;
  border-bottom: 0;
}
.retailer-modern-heading {
  padding: 0.75rem 1rem;
  background: #f5f5f5;
  border-bottom: 0;
}
.retailer-modern-heading h2 {
  font-size: 1.25rem;
  margin: 0;
}
.retailer-modern-body > .row {
  gap: 0;
  align-items: stretch;
  border-top: 1px solid;
}
.retailer-modern-body > .row div {
  flex: 1 1 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  border-right: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
}
.retailer-modern-body > .row div:first-of-type {
  border-left: 0;
}
.retailer-modern-body > .row div:last-of-type {
  border-right: 0;
}
.retailer-modern-body > .row div a {
  margin-top: auto;
}
.retailer-modern-body h3 {
  margin: 0;
  font-size: 1rem;
}
.retailer-modern-body p {
  margin-bottom: 1rem;
}
.retailer-modern-body ul {
  list-style: none;
  display: flex;
  justify-content: center;
  border-top: 1px solid;
  padding: 0.5rem;
}
.retailer-modern-body ul .btn-default {
  width: 10rem;
  text-align: center;
}
.retailer-modern-rep {
  flex: 0 0 200px;
  border: 1px solid;
  padding: 1rem;
  text-align: center;
}
.retailer-modern-rep p {
  font-size: 1rem;
  font-weight: bold;
}
.retailer-modern-container {
  padding: 1rem;
  border: 1px solid;
  flex: 1 1 0px;
  min-width: 0;
}
.retailer-modern .panel-footer > div {
  border-top: 1px solid;
  padding: 2rem;
  align-items: flex-start;
}
.retailer-modern .panel-footer > .btn-default {
  border-left: 0;
  border-right: 0;
}

.loyalty-badge {
  margin: 0 0 0 1rem;
  background-color: #006346;
  color: #fff;
  display: inline-flex;
  gap: 1rem;
  align-items: center;
  border-radius: 1rem;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
}

.total-pieces {
  margin: 2rem 0;
}

.heading-component {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  margin: 4rem 4rem 0;
}
.heading-component h2 {
  font-size: 2rem;
  margin: 0;
}

.standard-page main > .content {
  display: flex;
  gap: 2rem;
  width: 100%;
  max-width: 1600px;
  margin: auto;
  padding: 0 1rem;
}
@media (max-width: 1090px) {
  .standard-page main > .content {
    flex-direction: column;
  }
}

.standard-page .container {
  flex: 1 1 0px;
  min-width: 0;
  padding: 0;
}

.category-nav {
  flex: 0 0 200px;
}
.category-nav p {
  font-weight: bold;
  font-size: 1.25rem;
}
.category-nav a {
  text-decoration: none;
  height: 24px;
  display: flex;
  align-items: center;
  margin-bottom: 0.333rem;
}

.remove-cartitem {
  display: none;
}

.grid-product-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
}

shopping-item-info {
  flex-grow: 1;
}

.info {
  height: 100%;
}

.price {
  margin-top: auto;
}

#language-select {
  border: 1px solid;
  background-color: transparent;
  align-items: center;
  margin-left: 0.5rem;
}

.top-nav a {
  display: inline-block;
  text-decoration: none;
  padding: 0.5rem;
}

.cart-listing {
  margin-top: 1rem;
}

.highlights {
  position: absolute;
  bottom: 0;
  left: 0.25rem;
  font-size: 0.875rem;
  display: flex;
  gap: 0.25rem;
}
shopping-one-up .highlights {
  position: initial;
}
.highlights .active {
  display: none;
}
.highlights span {
  background: #fff;
  border: 2px solid currentColor;
  padding: 0 0.25rem;
  line-height: 1.2;
}
.highlights .in-stock {
  display: none;
}
.highlights .in-current {
  color: #009174;
}
.highlights .on-open {
  color: #B44F17;
}
.highlights .reorder {
  color: #4E301D;
}
.highlights .case-pack {
  color: #006346;
}

product-search {
  flex-grow: 1;
}

.product-list-select {
  display: flex;
  margin-bottom: 1rem;
  justify-content: space-between;
}
.product-list-select img {
  width: 60px;
}

.league-row {
  text-align: center;
}
.league-row a {
  text-decoration: none;
  font-size: 1.25rem;
}
.yamm .league-row a {
  font-size: 1rem;
}

.pizzaTracker {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.pizzaTracker .step {
  display: flex;
  align-items: center;
  color: #626366;
}
.pizzaTracker .step .dot {
  background-color: currentColor;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  margin: 0;
}
.pizzaTracker .step .bar {
  width: 5rem;
  height: 0.333rem;
  background-color: currentColor;
}
.pizzaTracker .step.active {
  color: #006346;
}

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