/* Version 1.1 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden],
.hidden {
  display: none !important;
}

body {
  margin: 0;
  padding: 0;
  width: 100vw;
}

img, svg {
  width: 100%;
  height: auto;
}

a, a:hover, a:focus {
  text-decoration: none;
  cursor: pointer;
}

button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  padding: 0;
  border-style: solid;
}

button:hover,
[type=button]:hover {
  cursor: pointer;
}

input {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
}

body {
  font-family: "roboto";
  background-color: rgba(206, 206, 206, 0.2);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "roboto slab";
  font-weight: 900;
  margin-block-start: 0;
  margin-block-end: 0;
}

p {
  font-family: "roboto";
  font-weight: 500;
  margin: 1rem 0;
}

button.primary,
[type=button].primary,
button.ui-button {
  background-color: #ffffff;
  color: #39814b;
  border-color: #ffffff;
  border-width: 0.2em !important;
  border-radius: 12px;
  padding: 10px 15px;
  margin: auto 5px;
  font-family: "roboto";
  font-weight: 700;
}

button.primary.alt,
[type=button].primary.alt {
  background-color: #39814b;
  color: #ffffff;
  border-color: #39814b;
}

button.secondary,
[type=button].secondary {
  background-color: #ffffff;
  color: #343434;
  border-color: #ffffff;
  font-family: "roboto slab";
  font-weight: 900;
}

button.pill,
[type=button].pill {
  border-radius: 24px;
}

button.solid,
[type=button].solid {
  border-width: 0;
}

button.outline,
[type=button].outline {
  border: solid;
  border-width: 0.2em;
}

.primary.outline {
  border-color: #39814b;
}

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

.buttons.align-left a:first-of-type button {
  margin-left: 0;
}

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

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

.full-width {
  width: 100%;
}

.gfield_label {
  font-family: "roboto";
  font-weight: 700;
}

input, textarea, select {
  border-radius: 8px;
  border: none;
  outline: none;
  box-shadow: none;
  display: block;
  width: 100%;
  min-height: 1.75em;
}

input[type=submit] {
  background-color: #39814b;
  color: #ffffff;
  border-color: #39814b;
  border-radius: 12px;
  font-weight: 700;
}

textarea, input[type=text], input[type=password], input[type=number], input[type=checkbox], input[type=radio], #srvletarea input[type=text], select {
  border: 2px solid #cecece;
  border-radius: 8px !important;
  padding: 0 0.5em;
}

input[type=text], input[type=password], input[type=submit], select {
  min-height: 36px;
}

input[type=checkbox] {
  width: 30px;
  min-height: 30px;
  max-height: 30px;
  display: inline-block;
  padding: 0;
  display: grid;
  place-content: center;
}

input[type=checkbox]::before {
  content: "";
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #39814b;
  background-image: url("../images/icon-check-white.svg");
  background-repeat: no-repeat;
  background-size: 0%;
  background-position: center center;
  border-radius: 8px;
  opacity: 0;
}

input[type=checkbox]:checked::before {
  background-size: 50%;
  opacity: 1;
}

input[type=checkbox]:hover,
input[type=radio]:hover {
  cursor: pointer;
}

input[type=radio] {
  width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  border-radius: 18px;
  margin-top: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.5em;
}

input[type=radio] + span {
  width: calc(100% - 16px - 0.5em);
  display: inline-block;
  vertical-align: top;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/icon-arrow-down.svg");
  background-position: calc(100% - 0.5em) center;
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

select:hover {
  cursor: pointer;
}

input.pill {
  border-radius: 24px;
}

label {
  display: block;
  margin-top: 1.25em;
  font-size: 0.875em;
}

input[type=submit] {
  border-radius: 8px;
  margin-top: 1em;
}

input[type=submit]:hover,
input[type=submit]:active {
  cursor: pointer;
}

table {
  width: 100%;
  margin: auto;
}

table p input[type=submit],
table p input.submit,
p input.submit_medium {
  max-width: 200px;
  height: 48px;
}

table.profMaintTable input {
  height: 36px !important;
  padding: 0;
  width: 100%;
  max-width: 100% !important;
}

div {
  box-sizing: content-box !important;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 99999;
}

header .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  min-height: 60px;
}

header .top a {
  color: #39814b;
  font-family: "roboto";
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .top a:hover,
header .top a:focus {
  color: #cecece;
}

header .logo {
  max-width: 125px;
  margin-left: 2vw;
  margin-right: 2vw;
}

header .logo svg {
  display: block;
}

header nav ul {
  padding: 0;
  margin: 0;
}

header nav:not(.commodity-nav) ul li {
  list-style: none;
  display: inline-flex;
  position: relative;
  height: 60px;
  align-items: center;
}

header nav.commodity-nav ul li {
  list-style: none;
  display: inline-flex;
  height: 60px;
  align-items: center;
}

header .primary-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .primary-nav .nav-button {
  display: none;
}

header .nav-wrapper button {
  padding: 6px 24px;
  border-radius: 8px;
  margin: auto;
  margin-left: 2vw;
}

header .nav-wrapper .featured-links {
  display: none;
}

header .nav-wrapper .featured-links a {
  font-family: "roboto";
  font-weight: 900;
}

header .nav-wrapper .search-bar {
  display: none;
}

header .top > .nav-wrapper {
  margin-right: 2vw;
  display: flex;
  align-items: center;
}

header nav.header-nav {
  display: none;
}

header .header-nav-button {
  margin-left: 2vw;
  margin-right: 1vw;
}

header .header-nav-button div {
  width: 1.25em;
  height: 0.25em;
  background-color: #cecece;
}

header .header-nav-button div.middle {
  margin: 0.2em 0;
}

header nav.header-nav ul li {
  position: relative;
}

header nav.header-nav ul li:hover {
  cursor: pointer;
}

header nav.header-nav ul li a {
  margin: 0 0 0 0.56em;
  font-weight: 800;
  color: #39814b;
  letter-spacing: 0.024em;
}

header nav.header-nav ul li:first-of-type a,
header nav.header-nav ul li ul.sub-menu li a {
  margin-left: 0;
}

header nav.header-nav > ul li:hover > a {
  background: rgba(206, 206, 206, 0.3);
  border-radius: 8px;
  padding: 8px 6px;
  margin-left: calc(-6px + 0.56em);
  margin-right: -6px;
  color: #39814b;
}

header nav.header-nav > ul li:first-of-type:hover > a {
  margin-left: -6px;
  margin-right: -6px;
}

header nav.header-nav ul li ul {
  display: none;
  top: 60px;
  z-index: 2;
  left: 0;
  position: absolute;
  background: #ffffff;
  padding: 0.5vw 1vw;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  -moz-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  min-width: 120px;
}

header nav.header-nav ul li:first-of-type ul {
  left: -1vw;
}

header nav.header-nav ul li:hover ul {
  display: block;
  z-index: 2;
  top: 60px;
}

header nav.header-nav ul li ul li {
  display: block;
  height: 30px;
}

header nav.header-nav ul li ul li:hover a,
header nav.header-nav ul li ul li:first-of-type:hover a {
  background: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  border-radius: none;
}

header .nav-wrapper .featured-links {
  display: none;
}

header .nav-wrapper .featured-links .user-menu {
  position: relative;
}

header .nav-wrapper .featured-links .user-menu-wrapper {
  position: absolute;
  top: 39px;
  right: 0;
  background: #ffffff;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  width: 100%;
  min-width: 300px;
  z-index: 999;
  -moz-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  display: none;
}

header .nav-wrapper .featured-links .user-menu ul {
  padding: calc(2vw - 1em) 0;
}

header .nav-wrapper .featured-links .user-menu ul li {
  height: 30px;
  display: block;
  padding: 0 2vw;
}

header .nav-wrapper .featured-links .user-menu ul li:empty {
  display: none;
}

header .nav-wrapper .featured-links .user-menu ul li.has-children {
  margin-bottom: 2vw;
  border-bottom: 2px solid rgba(206, 206, 206, 0.3);
}

header .nav-wrapper .featured-links .user-menu ul li.has-children span:after {
  content: "";
  background-image: url("../images/icon-arrow.svg");
  width: 12px;
  height: 12px;
  transform: rotate(180deg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 0.125em;
}

header .nav-wrapper .featured-links .user-menu ul li.has-children:hover {
  cursor: pointer;
}

header .nav-wrapper .featured-links .user-menu ul li.has-children.active {
  height: auto;
  margin-bottom: 0;
  border-bottom: none;
}

header .nav-wrapper .featured-links .user-menu ul li span {
  font-family: "roboto slab";
  font-weight: 900;
}

header .nav-wrapper .featured-links .user-menu ul li.has-children.active span:before {
  content: "";
  background-image: url("../images/icon-arrow.svg");
  width: 12px;
  height: 12px;
  transform: rotate(0deg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 0.25em;
}

header .nav-wrapper .featured-links .user-menu ul li.has-children.active span:after {
  display: none;
}

header .nav-wrapper .featured-links .user-menu ul li small.customerExtraInDropdown span {
  font-family: "roboto" !important;
  color: #a8a6a5;
  text-transform: uppercase;
  margin-top: 1em;
  letter-spacing: 0.05em;
  display: block;
}

header .nav-wrapper .featured-links .user-menu ul li a {
  color: #000000;
}

header .nav-wrapper .featured-links .user-menu ul li a:hover {
  color: #39814b;
}

header .nav-wrapper .featured-links .user-menu ul li ul {
  width: calc(100% + 2vw);
  margin-left: -2vw;
  padding-left: 2vw;
  padding-top: calc(2vw + 1px);
  margin-top: 1vw;
  border-bottom: none;
  border-top: 2px solid rgba(206, 206, 206, 0.3);
}

header .nav-wrapper .featured-links .user-menu ul li ul li {
  padding-left: 0;
}

header .nav-wrapper .featured-links .user-menu-toggle {
  color: #cecece;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-family: "roboto";
  font-weight: 900;
}

header .nav-wrapper .featured-links .user-menu-toggle:hover,
header .nav-wrapper .featured-links .user-menu-toggle:active,
header .nav-wrapper .featured-links .user-menu-toggle.active {
  color: #39814b;
  cursor: pointer;
  background: rgba(206, 206, 206, 0.3);
  border-radius: 8px;
  padding: 8px 6px;
  margin-left: calc(-6px + 0.56em);
  margin-right: -6px;
  color: #39814b;
}

header .nav-wrapper .featured-links .user-menu-wrapper .buttons {
  display: block;
  padding: 2vw;
  border-top: 2px solid rgba(206, 206, 206, 0.3);
}

header .nav-wrapper .featured-links .user-menu-wrapper button {
  margin-left: 0;
  width: 100%;
  margin: auto;
  display: block;
}

header .search-toggle,
header .cart-link {
  margin-left: 0.75em;
}

header .cart-link {
  margin-top: -0.25em;
}

header .search-toggle:hover,
header .cart-link:hover {
  cursor: pointer;
}

header .search-bar {
  position: fixed;
  width: 80vw;
  top: calc(-40px - 2vw);
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto auto auto;
}

header .search-bar {
  margin-top: 20vh;
  top: 0;
  z-index: 3;
}

header .search-bar .search-bar-wrapper {
  border-radius: 12px;
  background-color: #343434;
  -moz-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
}

header .search-bar input[type=text] {
  border: none;
  width: calc(100% - 40px);
  display: inline-block;
  margin-top: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #343434;
  color: #ffffff;
  font-size: 1.25em;
  font-family: "roboto";
  font-weight: 900;
}

header .nav-wrapper .search-bar button {
  width: 40px;
  height: 40px;
  border: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: transparent;
  background-image: url("../images/icon-search-white.svg");
  background-size: 24px 24px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .nav-wrapper .search-bar button:hover,
header .nav-wrapper .search-bar button:active {
  opacity: 1;
}

header .search-bar form, header .search-bar .form {
  display: flex;
  align-items: center;
  padding: 1vw;
}

/* header .bottom { display: flex; align-items: center; background-color: $base; min-height: 48px;}

header .bottom a { color: $secondary; @include secondary-button(); @include all();}

header .bottom li:hover a,
header .bottom li:focus a { color: $contrast;}

header nav.commodity-nav { margin-left: auto; margin-right: auto; padding: 0 2vw;}

header nav.commodity-nav ul { display: flex;}

header nav.commodity-nav ul li { flex: 0 0 auto; height: 48px;}

header nav.commodity-nav ul li > a:after { content: ''; position: absolute; width: 0; margin: auto; @include all();}

header nav.commodity-nav ul li:hover > a:after { content: ''; display: block; height: 3px; width: auto; background: $gray-light;}

header nav.commodity-nav ul li a { text-transform: uppercase; letter-spacing: .048em; font-weight: 700; font-size: 15.4px;}

header nav.commodity-nav ul > li:last-of-type a { margin-right: 0;}

header nav.commodity-nav ul li ul li a { @include primary(); color: $base; margin: 0;} */
header .bottom {
  display: flex;
  align-items: center;
  background-color: #343434;
  min-height: 48px;
}

header .bottom a {
  color: #cecece;
  font-family: "roboto slab";
  font-weight: 900;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header .bottom li:hover a,
header .bottom li:focus a {
  color: #ffffff;
}

header nav.commodity-nav {
  margin-left: auto;
  margin-right: auto;
  padding: 0 2vw;
}

header nav.commodity-nav ul li {
  flex: 0 0 auto;
  height: 48px;
}

header nav.commodity-nav ul li > a:after {
  content: "";
  position: absolute;
  width: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 50%;
}

header nav.commodity-nav > ul > li:hover > a:after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: #cecece;
  bottom: -1em;
  left: 0;
}

header nav.commodity-nav ul li a {
  text-transform: uppercase;
  margin: 0 4vw 0 0;
  letter-spacing: 0.048em;
  font-weight: 700;
  font-size: 15.4px;
  position: relative;
}

header nav.commodity-nav ul > li:last-of-type a {
  margin-right: 0;
}

header nav.commodity-nav ul li ul li a {
  font-family: "roboto";
  color: #343434;
  margin: 0;
}

header nav.commodity-nav ul li ul {
  display: none;
  top: 0px;
  left: 2vw;
  position: absolute;
  background: #343434;
  padding: 2vw 8vw 4vw 8vw;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  -moz-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  min-width: 120px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  max-height: 360px;
  overflow: scroll;
  gap: 1vw;
}

header nav.commodity-nav ul li ul {
  position: absolute;
  left: calc((64vw - 585px) / 2);
  right: calc((64vw - 585px) / 2);
  top: 108px;
  width: calc(585px + 20vw);
}

header nav.commodity-nav ul li:hover ul {
  display: grid;
  z-index: 2;
  top: 108px;
  grid-template-columns: auto auto auto auto;
}

header nav.commodity-nav ul li ul li {
  display: block;
  height: auto;
  min-width: 8vw;
  margin-bottom: 0.5vw;
}

header nav.commodity-nav ul li ul li a {
  text-transform: none;
  font-weight: 900;
  margin-left: 0;
  height: auto;
  display: inline-flex;
  align-items: flex-start;
}

header nav.commodity-nav ul li:hover ul li a {
  color: #cecece;
}

header nav.commodity-nav ul li:hover ul li a:hover {
  color: #ffffff;
}

header .bottom .menu-toggle {
  display: none;
  color: #ffffff;
  margin-right: 1vw;
}

header .bottom .menu-toggle span.button-text {
  font-family: "roboto";
  font-weight: 900;
  font-size: 0.75em;
  text-transform: uppercase;
  margin-top: 0.125em;
  letter-spacing: 0.05em;
  opacity: 0.5;
  position: absolute;
  right: calc(3vw + 2em);
}

header .bottom .menu-toggle .commodity-nav-button {
  position: absolute;
  right: 3vw;
  margin-left: 1em;
}

header .bottom .menu-toggle:hover {
  cursor: pointer;
}

header .header-nav-button {
  margin-left: 2vw;
  margin-right: 1vw;
}

header .header-nav-button:hover,
header .header-nav-button:active {
  cursor: pointer;
}

header .header-nav-button div,
header .commodity-nav-button div {
  width: 1.25em;
  height: 0.25em;
  background-color: #cecece;
}

header .commodity-nav-button div {
  width: 0.25em;
  border-radius: 0.125em;
  margin-right: 0.5em;
}

header .header-nav-button div.middle,
header .commodity-nav-button div.middle {
  margin: 0.2em 0;
}

header .mobile-nav-wrapper {
  display: none;
  position: absolute;
  top: 108px;
  right: 0;
  bottom: 0;
  left: 0;
}

header .multi-nav-wrapper {
  position: fixed;
  top: 108px;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  min-height: calc(100vh - 108px);
  overflow-y: scroll;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

header .mobile-nav-wrapper.active .multi-nav-wrapper {
  background: #39814b;
  z-index: 999;
}

header .nav-slide {
  padding: 4vw 0 8vw;
  background: #39814b;
  height: calc(100vh - 12vw - 108px);
}

header nav.mobile-nav ul.menu {
  padding: 4vw;
}

header nav.social-nav {
  margin: auto;
  display: block;
  padding: 0 calc(4vw + 0.5em) calc(8vw + 0.5em) calc(4vw + 0.5em);
}

header nav.social-nav ul li {
  height: 24px;
}

header .mobile-nav-wrapper .featured-links {
  display: flex;
  align-items: center;
  gap: 2%;
  width: 92%;
  margin: 0 auto;
}

header .mobile-nav-wrapper .featured-links a {
  flex-grow: 1;
  width: 50%;
}

header .mobile-nav-wrapper .featured-links a button {
  margin: 0;
  width: 100%;
  display: block;
}

header nav.mobile-nav ul.menu > li {
  display: block;
  font-size: 1.25em;
  height: auto;
  margin: 0.5em;
}

header nav.mobile-nav ul li a {
  margin-left: 0;
  color: #ffffff !important;
}

header nav.mobile-nav ul.sub-menu li {
  display: block;
  height: auto;
  margin: 0.5em 0 0 0;
}

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

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

.slick-list {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  display: block;
  margin: 0;
  margin-right: -2vw;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.slick-slide [dir=rtl],
[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-slide .slick-initialized,
.slick-initialized .slick-slide {
  display: block;
}

.slick-slide .slick-loading,
.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-slide .slick-vertical,
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick .slide {
  padding: 2vw;
}

.slick .slide.has-heading {
  padding-bottom: calc(2vw - 1.5em);
}

.slick .slide .heading {
  font-size: 1em;
  margin-top: 0.5em;
  text-align: center;
}

button.slick-arrow {
  opacity: 1;
}

.content {
  width: 100%;
  height: 100%;
}

button.slick-arrow {
  position: absolute;
  top: calc(50% - 20px);
  z-index: 2;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: none;
  outline: none;
  background-image: url("../images/icon-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25%;
  color: transparent;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-indent: -99999px;
}

button.slick-arrow:hover, button.slick-arrow:active {
  opacity: 1;
  cursor: pointer;
}

button.slick-prev {
  left: 2vw;
}

button.slick-next {
  right: 2vw;
  transform: rotate(180deg);
}

ul.slick-dots {
  list-style: none;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 1vw;
  left: calc(50% - 23px);
  right: 50%;
  z-index: 2;
  padding: 0;
}

ul.slick-dots button {
  width: 15px;
  height: 15px;
  border-radius: 8px;
  border: none;
  outline: none;
  color: #ffffff;
  background: #ffffff;
  margin: 0.25em;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul.slick-dots button:hover {
  cursor: pointer;
  opacity: 1;
}

ul.slick-dots li.slick-active button {
  opacity: 1;
}

.chevron-container {
  height: 100%;
  position: absolute;
  width: 100px;
}

.slick-right {
  right: 0;
  top: 0;
}

.slick-slider .info {
  color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 100vh;
  text-align: center;
  z-index: 10;
}

.slick-slider .info > div {
  display: inline-block !important;
  vertical-align: middle;
}

.slick-prev, .slick-next {
  background-color: #ffffff;
}

.slick-prev {
  right: auto;
}

.slick-next {
  left: auto;
}

.slick-prev:before {
  content: "";
}

.slick-slide:hover {
  box-shadow: none;
}

main {
  margin-top: 148px;
  padding-top: 4vw;
  padding-bottom: 4vw; /*padding: 2vw;*/
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #343434;
}

#srvletarea {
  margin: auto;
  padding-bottom: 0;
  width: 93.1428571429vw;
  line-height: 1.4em;
}

#srvletarea p, #srvletarea td, #srvletarea th, #srvletarea li {
  font-size: 12pt !important;
}

#srvletarea th {
  padding: 0 !important;
}

#srvletarea p {
  width: 100%; /*max-width: calc(500px + 8vw); */
  margin: 1em auto;
}

#srvletarea ul:not(:empty),
#srvletarea ol:not(:empty) {
  width: calc(100% - 40px); /*max-width: calc(500px + 8vw);*/
  margin: 1em auto;
  padding-left: 1em;
}

#srvletarea ul li {
  margin: 1em auto;
}

#srvletarea .header-search input[type=text] {
  border: none !important;
  border-radius: 0 !important;
  margin-right: 0.5em;
}

#srvletarea td {
  padding: 0 !important;
}

.filter-title, .header-end-item {
  font-size: 1em;
}

.header-flavor {
  margin-left: 2vw !important;
}

.header-flavorX {
  display: none;
}

.header-toolbar {
  display: block !important;
  border-bottom: none !important;
  padding: 0 !important;
}

.header-search,
.breadcrumb-banner {
  position: fixed !important;
  top: 108px;
  width: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  left: 0%;
  z-index: 9;
}

.header-search {
  min-height: 40px;
}

.header-search-title {
  display: none !important;
}

.header-search input[type=text],
.header-search input.submit,
.header-search input.search-advanced {
  display: inline-block;
  width: auto;
  margin-top: 0;
  border: none;
}

.header-search input[type=text],
.breadcrumb-banner input[type=text] {
  margin-left: 48%;
  text-align: right;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='40px' width='100%'><text x='0' y='24' fill='gray' font-size='14' font-family='sans-serif' font-weight='900'>Search the product catalog</text></svg>");
  background-repeat: no-repeat;
  background-position: 0.5rem center;
  font-size: 14px !important;
  font-weight: 900;
}

.header-search input[type=text],
.breadcrumb-banner input[type=text] {
  background-image: none;
}

.header-search input.submit,
.header-search input.search-advanced,
.breadcrumb-banner input.submit,
.breadcrumb-banner input.search-advanced {
  width: 30px;
}

.header-search input.submit,
.breadcrumb-banner input.searchsubmit {
  color: transparent !important;
  background-image: url("../images/icon-search.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent !important;
  opacity: 0.9;
  filter: brightness(0) saturate(100%) invert(19%) sepia(9%) saturate(10%) hue-rotate(348deg) brightness(43%) contrast(92%);
}

.header-search input.search-advanced,
.breadcrumb-banner input.search-advanced {
  color: transparent !important;
  background-color: transparent !important;
  background-image: url("../images/icon-filters.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 2vw;
}

.header-search-advanced {
  border: none !important;
  top: 100% !important;
}

.header-search-advanced > * {
  max-height: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
}

.header-search-advanced > .search-dropdowns {
  border-radius: 15px;
  border-color: #a8a6a5;
}

.search-advanced-close {
  border-color: #39814b !important;
  background-color: #39814b;
  color: #ffffff;
  font-weight: 700;
  border-radius: 15px;
}

.breadcrumb-banner {
  display: flex;
  align-items: center;
  width: calc(100% - 30px) !important;
}

div.breadcrumb {
  margin-bottom: 0 !important;
  border: none !important;
}

.breadcrumb-banner .search-wrap {
  width: 100%;
  padding-top: 0 !important;
  padding-right: 0 !important;
  display: flex;
  align-items: center;
  display: none !important;
}

.breadcrumb-banner .search-wrap .search-box {
  width: 100%;
  height: auto;
  display: inline-block;
  right: auto;
  left: auto;
  margin-left: auto;
  margin-right: auto;
  border: none !important;
}

.breadcrumb-banner input.searchsubmit {
  margin-top: 0 !important;
  padding: 0 !important;
  margin-right: 0 !important;
  width: 30px;
}

ul.breadcrumb {
  width: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.breadcrumb > li {
  display: inline !important;
}

.breadcrumb a, #srvletarea .breadcrumb li, .breadcrumb > li + li::before {
  font-size: 1rem !important;
}

h2.ecomPageHeading {
  margin-bottom: 4vw;
}

table.generalTable, table.login, table.catalogTable, table.catalogTableMiddle table.orderDetailTable, table.recapTable, table.creditDetailTable, table.reportsTable, table.checkoutTable, table.profmaintTable, .payment-wrapper {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 4vw;
  width: 93.1428571429vw;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: none !important;
  margin-bottom: 2vw;
}

.payment-wrapper {
  width: calc(100% - 8vw);
}

table.generalTable, table.reportsTable {
  border-spacing: 0.5em 1em;
}

table.generalTable {
  background-color: #ffffff !important;
}

/*table.generalTable th,
table.generalTable td,
table.reportsTable th,
table.reportsTable td { display: block;}

#srvletarea table.generalTable th,
#srvletarea table.reportsTable th { padding-bottom: .25em !important;}

#srvletarea table.reportsTable tr#downloadRow th { display: none;}

#srvletarea table.reportsTable tr#downloadRow td nobr { margin-top: .25em;}*/
th, th.ui-widget-header {
  background: transparent !important;
  color: #343434 !important;
  border: none !important;
}

td.regularheader, td .announcements, #calendarDiv table.ui-widget td.ui-widget-header, td.ui-state-default {
  background: transparent !important;
  color: #343434 !important;
  border: none !important;
}

td#downloadRow {
  height: auto;
}

.logincustmess {
  display: none;
}

.login-header {
  width: 93.1428571429vw;
  max-width: calc(500px + 8vw);
  margin: 0vw auto 2vw;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.login-header-alt {
  margin-bottom: 2vw;
}

.login-header .text {
  font-size: 0.9375em;
}

.login-wrapper {
  display: block;
}

.login-wrapper label {
  display: block;
  margin-top: 1.25em;
  font-size: 0.875em;
}

.login-inputs {
  display: block;
  background-color: #ffffff;
  border-radius: 24px;
  padding: 2vw;
  width: 88.1428571429vw;
  max-width: calc(500px + 4vw);
  margin: auto;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.login-wrapper .login-inputs-customer-id label {
  margin-top: 0;
}

.login-wrapper .login-inputs-remember {
  display: flex;
  align-items: center;
  margin-top: 1.25em;
  font-size: 0.875em;
}

.login-wrapper .login-inputs-remember input[type=checkbox] {
  margin-top: 0;
  margin-right: 0.5em;
}

.login-wrapper .login-forgot-password {
  text-align: center;
  margin-top: 1.5em;
}

.login-wrapper a.forgotpasslink {
  display: inline-block;
  margin: auto;
  font-size: 0.875em;
  color: #cecece;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.login-wrapper a.forgotpasslink:hover,
.login-wrapper a.forgotpasslink:focus {
  color: #39814b;
}

.login-flavor {
  width: 93.1428571429vw;
  max-width: calc(500px + 8vw);
  margin: 4vw auto 6vw auto;
  font-size: 0.9375em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.login-flavor a {
  color: #39814b;
}

#calendar_announcement table {
  background-color: #ffffff;
  border-radius: 24px;
  padding: 4vw;
  width: calc(100% - 8vw);
  margin: auto;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#calendarDiv .toprow table tr td:first-of-type {
  width: auto;
}

#calendarDiv table.ui-widget {
  background-color: #ffffff;
  border-radius: 24px;
  border-top-left-radius: 24px !important;
  padding: 4vw;
  width: 100%;
  margin: auto;
  border-spacing: 0;
  border-collapse: collapse;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}

#srvletarea #calendarDiv table.ui-widget thead tr td {
  padding: 1em;
}

#srvletarea #calendarDiv table.ui-widget thead tr td.ui-widget-header {
  background-color: #343434 !important;
  padding: 1em 0.5em !important;
  color: #ffffff !important;
  text-align: center;
  border-right: 2px solid rgba(206, 206, 206, 0.2) !important;
  width: 14.2857142857%;
}

#srvletarea #calendarDiv table.ui-widget thead tr td.ui-widget-header:last-of-type {
  border-right: none !important;
}

#calendarDiv #calendarDiv table.ui-widget td.ui-corner-all,
#calendarDiv table.ui-widget td.ui-corner-top,
#calendarDiv table.ui-widget td.ui-corner-right,
#calendarDiv table.ui-widget td.ui-corner-tr {
  border-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

#calendarDiv table.ui-widget thead tr td.ui-widget-header:first-of-type {
  border-top-left-radius: 15px !important;
}

#calendarDiv table.ui-widget thead tr td.ui-widget-header:last-of-type {
  border-top-right-radius: 15px !important;
}

#calendarDiv .calendar-buttons { /*width: 50%;*/
  gap: 2vw;
}

#calendarDiv table.ui-widget tbody tr td,
#calendarDiv table.ui-widget tbody tr td.ui-widget-header {
  border-right: 2px solid rgba(206, 206, 206, 0.1) !important;
  border-bottom: 2px solid rgba(206, 206, 206, 0.1) !important;
  padding: 0.5em !important;
}

#calendarDiv span.daynumber {
  font-size: 1em !important;
}

#calendarDiv table.ui-widget tbody tr td:last-of-type {
  border-right: none !important;
}

#calendarDiv table.ui-widget tbody tr td:first-of-type {
  background-color: rgba(206, 206, 206, 0.3) !important;
}

#calendarDiv table.ui-widget tbody tr td:first-of-type span.daynumber {
  opacity: 0.25;
}

#calendarDiv table.ui-widget tbody tr:last-of-type td {
  border-bottom: none !important;
}

.order-header {
  position: fixed;
  top: 108px;
  width: 100%;
  min-height: 48px;
  background-color: #ffffff;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  padding-left: 2vw;
  display: flex;
  align-items: center;
  font-size: 0.9375em;
  font-weight: 700;
  z-index: 999;
}

.order-body {
  margin-top: calc(48px - 2vw) !important; /*padding-top: 2vw;*/
  display: flex;
  align-items: flex-start;
  gap: 2vw;
}

.profile-items tbody {
  display: block;
}

.catalog-body {
  margin-top: 0;
  padding-top: 0;
  display: flex;
  align-items: flex-start;
  gap: 2vw;
}

.profile:not(.prod-desc) {
  width: 60%;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 0;
  position: fixed;
  left: -100%;
  -moz-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.12);
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.profile.active {
  left: 2vw;
}

.profile .filters {
  width: 100%;
}

.profile .filters:first-of-type {
  border-top: 2px solid rgba(206, 206, 206, 0.2);
  margin-top: 1em;
}

.profile .filter-header,
.profile .filter-title {
  font-size: 0.9375em;
  font-weight: 700;
  border-bottom: 2px solid rgba(206, 206, 206, 0.2);
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.profile .filter:last-of-type .filter-header {
  padding-top: 1em;
  border-bottom: 2px solid transparent;
  padding-bottom: 0;
}

.profile .filter-title {
  border-bottom: none;
  display: inline-block;
  margin-left: 2vw;
}

.profile .filter-clear {
  margin-left: 2vw;
  display: inline-block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  color: transparent;
  border: none !important;
  border-radius: 12px;
  padding: 0 !important;
}

.profile .filter-clear:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../images/icon-reset.svg");
  background-size: 18px;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}

.profile .filter-clear#text {
  display: none;
}

.profile .filter-header {
  width: 100%;
  overflow: hidden;
  height: auto !important;
}

.filter-categories,
.attribute-filter {
  border-top: 2px solid rgba(206, 206, 206, 0.2);
}

.profile .filter-header span {
  margin-left: 2vw;
}

.profile .filter-header:hover {
  cursor: pointer;
}

.profile .filter-header:after {
  content: "";
  margin-right: calc(2vw + 0.375em);
  top: 1.25em;
  width: 12px;
  height: 12px;
  z-index: 2;
  background-image: url("../images/icon-plus.svg");
  transform: rotate(45deg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.profile .keyword-filters span.filter-header,
.keyword-filters span {
  border-bottom: none;
  margin-left: 2vw;
  height: auto;
}

.keyword-filters span {
  height: 50px;
  display: flex;
  align-items: center;
}

.profile .keyword-filters span.filter-header:after {
  background-image: none;
}

input.keyword-filter {
  border: 2px solid #cecece;
  width: calc(100% - 4vw);
  margin: auto;
  margin-bottom: 1.5em;
  padding: 0.5em;
}

.profile .keyword-filters {
  border-bottom: 2px solid rgba(206, 206, 206, 0.2);
  margin-bottom: calc(0.4375em + 2px);
}

.profile .filter-header img {
  display: none;
}

.profile .filter:last-of-type .filter-header:after {
  top: 1.125em;
}

.profile .filter:last-of-type .filter-header,
.profile .filter:last-of-type .filter-header.active {
  border-bottom: 0px;
  padding-bottom: 1em;
}

.profile .filter-header.active:after {
  transform: rotate(0deg);
  width: 12px;
  height: 12px;
}

.profile .filter-body {
  border-bottom: 2px solid transparent;
  padding-left: 2vw;
  padding-right: 2vw;
}

.profile .filter-body.active {
  border-bottom: 2px solid rgba(206, 206, 206, 0.2);
}

.profile .filter-header:last-of-type {
  border-bottom: none !important;
}

.profile label {
  margin-top: 0;
  display: flex;
  align-items: center;
  margin: 0.25em 0;
  position: relative;
  font-size: 0.9375em;
}

.profile label:first-of-type {
  margin-top: 0;
}

.profile label:last-of-type {
  margin-bottom: 1em;
}

.profile .filter:last-of-type label:last-of-type {
  margin-bottom: 0;
}

.profile label:hover {
  cursor: pointer;
}

.profile label input[type=radio] {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border: none;
  border-radius: 0;
}

.profile label span {
  font-weight: 700;
}

.profile label.search-filter-option {
  margin-left: 2vw;
}

.filter-disable {
  display: none !important;
}

.profile-header {
  margin-bottom: 2vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile-toggle {
  width: 20px;
  height: 20px;
  position: absolute; /*left: calc(2vw + .125em);*/
  right: 2vw;
  background-image: url("../images/icon-filters.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.profile-toggle:hover {
  cursor: pointer;
}

div.submitCrossSell {
  min-height: 200px;
  height: 16vw;
  border-radius: 24px;
  overflow: hidden;
  margin: 0 0 0 0;
  background-size: cover;
  flex-grow: 1;
}

div.submitCrossSell a span {
  background-color: #343434;
  font-family: "roboto slab";
  font-weight: 900;
  color: #ffffff;
  padding: 1em;
  width: 100%;
  font-size: 1.125em;
}

.header-crosssell {
  display: block;
  width: calc(100% - 4vw);
  margin: auto;
  margin-bottom: 2vw;
  gap: 2vw;
}

.header-crosssell div.submitCrossSell {
  min-height: 200px;
  height: 16vw;
  border: none;
  padding: 0;
  border-radius: 24px;
  overflow: hidden;
  margin: 0 0 0 0;
  background-size: cover;
}

div.submitCrossSell a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.header-crosssell div.submitCrossSell > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  font-size: 1em;
}

.header-crosssell div.submitCrossSell > a > span {
  background-color: #343434;
  font-family: "roboto slab";
  font-weight: 900;
  color: #ffffff;
  padding: 1em;
  width: 100%;
  opacity: 1;
}

.productcell {
  width: calc(100% - 4em);
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 18px;
  margin-bottom: 2vw;
  overflow: hidden;
  height: 60px;
  font-size: 0.875em;
  padding: 1em 2em;
  gap: 2em; /*justify-content: space-between;*/
}

.productcell .item-image {
  width: 72px;
  height: auto;
}

.productcell .item-info {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 1em;
}

.productcell .item-info .item-title {
  color: #39814b;
  font-size: 1.2857125em;
}

.productcell .item-info .item-number {
  color: #a8a6a5;
  font-weight: 700;
  margin-top: 0.375em;
}

.productcell .item-table-info {
  display: flex;
  align-items: center;
}

.productcell .item-table-info .item-origin {
  font-weight: 900;
  color: #a8a6a5;
  margin-right: calc(1em + 5px);
  font-size: 1.071425em;
  display: none;
}

.productcell .item-table-info .item-price {
  font-weight: 900;
  color: #343434;
  margin-right: 1em;
  display: flex;
  align-items: center;
  font-size: 1.071425em;
}

.productcell .item-table-info .item-price span[class^=price] {
  color: #a8a6a5;
  font-size: 0.75em;
  margin-left: 0.5em;
}

.productcell button.primary {
  padding: 5px 15px;
  margin: 0 1em 0 0;
}

.quantity-input {
  display: flex;
  align-items: center;
}

.quantity-input input {
  display: inline-block;
  margin-top: 0;
  border-color: transparent;
  background-color: rgba(206, 206, 206, 0.3);
  text-align: center;
  font-weight: 900;
}

.quantity-input input:not([type=button]) {
  margin: 0 0.5em;
}

.productcell button.productcell-addtocart,
.quantity-input input[type=button] {
  min-width: 30px;
  width: 30px;
  min-height: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  font-size: 1.25em;
  border-width: 0.1675em;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.productcell .quantity-input input:first-of-type,
.productcell .quantity-input input:nth-of-type(2) {
  display: none;
}

.productcell .quantity-input input:first-of-type.active,
.productcell .quantity-input input:nth-of-type(2).active {
  display: inline-block;
}

.productcell .quantity-input input[type=button]:hover {
  background-color: #39814b;
  color: #ffffff;
}

.quantity-input input[type=button], .quantity-input input[type=button].quantity-increment, .quantity-input input[type=button].quantity-decrement {
  border: 0.1675em solid #39814b;
  border-top-right-radius: 50% !important;
  border-top-left-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
  background-color: transparent;
  color: #39814b;
}

.quantity-input input[type=text] {
  display: inline-block;
  margin-top: 0;
  border-color: transparent;
  background-color: rgba(206, 206, 206, 0.3);
  border: none;
  border-radius: 25px !important;
  text-align: center;
  font-weight: 900;
  margin: 0 0.5em;
}

.linkcell figure img,
img.productcell-image {
  border-radius: 15px;
  overflow: hidden;
}

.productcell h1.product-description,
.productdetail h1.product-description {
  margin-top: 1em;
  line-height: 1.25em;
}

.productcell h1.product-description small,
.productdetail h1.product-description small {
  margin-top: 1em;
  color: #a8a6a5;
  display: inline-block;
  margin-top: 0;
  font-size: 1.125rem;
  font-family: "roboto";
}

.header-end {
  position: fixed;
  top: 108px;
  left: 2vw;
  z-index: 10;
  height: 40px;
  display: flex;
  align-items: center;
}

.header-end-item {
  font-size: 14px !important;
  font-weight: 900 !important;
}

.ui-widget.ui-widget-content {
  border: none !important;
}

.ui-dialog {
  background-color: #ffffff !important;
  color: #343434;
  border-radius: 24px !important;
  overflow: hidden;
  padding: 2vw !important;
  position: fixed !important;
  top: 0 !important;
  left: 2vw !important;
  right: 2vw !important;
  bottom: 0 !important;
  margin-top: calc(2vw + 148px);
  margin-bottom: 2vw;
  z-index: 99999 !important;
  font-size: 14px !important;
  overflow: scroll;
}

.ui-dialog.ui-dialog-centered {
  left: 2vw !important;
  right: 2vw !important;
}

.ui-dialog .ui-dialog-content {
  padding: 0 !important;
}

.ui-dialog .container {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

button.ui-dialog-titlebar-close {
  border: none;
  background-color: transparent;
  background-image: url("../images/icon-close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  color: transparent;
  float: right;
}

.ui-state-error {
  margin-top: -4vw !important;
  margin-bottom: 4vw !important;
}

.profile-items {
  width: 100%;
}

.profile-items #tablecon {
  min-width: auto !important;
}

.generalTable, .login, .pricelistrequest, .catalogTable, .catalogTableMiddle .orderDetailTable, .recapTable, .creditDetailTable, .reportsTable, .checkoutTable {
  border: none !important;
}

table#itemsTable,
table.catalogTable,
table.catalogTableMiddle {
  display: block !important;
  width: 100%;
  max-width: 100%;
  padding: 0;
  background: transparent;
  display: table;
  border-collapse: separate; /*border-spacing: 0 2vw; margin-top: -2vw;*/
}

table.catalogTableMiddle,
table.catalogTableTop {
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  border-top: none !important;
}

table.catalogTableTop {
  margin-bottom: 2vw;
  margin-top: -1.2em;
}

span.maintButtonPosition {
  margin-left: auto !important;
  margin-right: auto !important;
}

table.catalogTable th:not[class=""] {
  display: none;
}

table.catalogTableTop tr th:first-of-type {
  display: none;
}

span.maintButtonPosition {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: block;
}

table.footer-buttons-table {
  padding: 0 2vw;
  position: fixed;
  z-index: 2;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.75) !important;
}

table.catalogTableMiddle.footer-buttons-table tr td {
  margin-bottom: 2em !important;
}

table.catalogTableMiddle.footer-buttons-table tr td:first-of-type {
  height: 0;
}

table.generalTable td, table.reportsTable td {
  position: relative;
}

table.reportsTable td > nobr {
  align-items: center;
  text-wrap: nowrap !important;
}

table.reportsTable td > nobr input[type=text] {
  flex-basis: fit-content;
}

.ui-datepicker-trigger {
  width: 18px;
  height: auto;
  position: absolute;
  right: 1em;
  top: 0.5em;
}

table#itemsTable thead,
table.catalogTable thead,
table.catalogTableMiddle thead {
  display: none;
}

table#itemsTable tr,
table.catalogTable tr[valign=middle],
table.catalogTableMiddle tr[valign=middle] {
  width: calc(100% - 4em);
  display: block;
  align-items: center;
  background-color: #ffffff;
  border-radius: 18px;
  margin-bottom: 2vw;
  height: auto;
  font-size: 0.875em;
  padding: 0 2em;
  gap: 2em;
  justify-content: space-between;
}

table#itemsTable tr,
table.catalogTable tr,
table.catalogTableMiddle tr {
  display: block;
}

table#itemsTable tr td,
table.catalogTable tr td,
table.catalogTableMiddle tr td {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 2vw !important;
}

.catalogProdImage {
  border: none !important;
  margin-top: 0;
  margin-bottom: 0;
}

table#itemsTable a img,
table.catalogTable a img,
table.catalogTableMiddle a img {
  display: none;
}

table#itemsTable a[href*=PDF],
table.catalogTable a[href*=PDF],
table.catalogTableMiddle a[href*=PDF] {
  display: none;
}

table#itemsTable tr td.itemnocol,
table#itemsTable tr td.descol,
table.catalogTable tr td.itemnocol,
table.catalogTable tr td.descol,
table.catalogTableMiddle tr td.itemnocol,
table.catalogTableMiddle trd td.descol {
  display: table-cell;
  min-width: 10%;
}

nobr, .descvalwidth > div {
  align-items: flex-start;
  text-wrap: wrap !important;
  display: flex;
}

nobr div:not(.catalogProdImageOuter),
.descvalwidth > div > div:not(.catalogProdImageOuter),
.catalogProdImage,
.descvalwidth .descriptionText {
  margin-top: 1.2em;
}

.descvalwidth .descriptionText + div {
  margin-top: 0;
  font-weight: 700;
}

td.itemnocol:before {
  content: "Item #";
  text-transform: initial !important;
}

td.itemnocol {
  width: 15%;
  margin-left: calc(72px + 1.125em);
  margin-top: 1.2rem !important;
  color: #a8a6a5;
  position: absolute;
  background: transparent !important;
  font-weight: 700;
}

#srvletarea td.itemnocol {
  font-size: 1em !important;
}

.descvalwidth {
  display: block !important;
}

.catalogProdImageOuter {
  width: 72px !important;
  height: auto !important;
  margin-left: 0 !important;
  margin-right: 1em !important;
  display: block !important;
  margin-top: 0 !important;
  margin-bottom: 1em !important;
}

.catalogProdImageInner {
  width: auto !important;
  margin-top: 0.25rem;
  background-size: contain !important; /*margin-left: 2vw; margin-right: 1em;*/
  border-radius: 4px;
  overflow: hidden;
  width: 72px !important;
  height: 72px !important;
  margin-top: 0 !important;
}

.catalogProdImage {
  width: 72px !important;
  margin-right: 0 !important;
}

.catalogProdNotes {
  margin: 0 !important;
}

td.desccol .catalogProdNotes {
  margin-left: calc(72px + 1em) !important;
}

.catalogProdNotes i {
  font-size: 0.875em;
  color: #a8a6a5;
  text-transform: initial;
}

.catalogProdNotes i:not(:empty) {
  padding-bottom: 2em;
}

td.desccol {
  font-size: 1rem;
  width: 50%;
  margin-top: 0 !important;
  border-top-left-radius: 15px !important;
  border-bottom-left-radius: 15px !important;
  vertical-align: top;
}

td.desccol > div > nobr > div > span,
td.desccol div.descriptionText,
td.descol .descriptionText {
  display: block;
  font-family: "roboto slab";
  font-weight: 900;
  color: #39814b;
  font-size: 18px;
}

#srvletarea td.dyncolumn {
  text-align: right;
  color: #a8a6a5;
  width: 28% !important;
  padding-right: 1em !important;
  word-break: normal;
}

td.dyncolymn.ORIG:before {
  content: "";
  display: inline-block;
  width: 0;
  height: auto;
  text-transform: lowercase;
}

td.dyncolumn.orig::first-letter,
td.dyncolumn.orig::first-line {
  display: block;
  text-transform: uppercase;
}

td.qtycol {
  width: 15% !important;
}

table.catalogTable tr td:last-of-type,
table.catalogTableMiddle tr td:last-of-type {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.quantity-input input[type=text].inputQty {
  border-radius: 20px !important;
  border: none;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.ui-helper-hidden-accessible {
  display: none;
}

button.demo-button {
  border-radius: 8px;
  margin: 1em 0 0 0;
  padding: 8px 15px;
  font-size: 1em;
}

main.sign-in {
  width: 93.1428571429vw;
  margin: 148px auto auto auto;
}

.pproholiday img {
  width: 12px;
  height: auto;
}

.productdetail-wrap {
  margin-top: 2vw;
}

.productdetail {
  background-color: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  padding: 2vw;
  gap: 2vw;
}

.productdetail-wrap img.product-image {
  border-radius: 15px;
  overflow: hidden;
  width: 33.3%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.productdetail-inputwrapper {
  display: flex;
  align-items: center;
}

.productdetail-inputwrapper .product-quantity {
  height: 45px;
  margin-left: 0.5em;
  margin-right: 1em;
}

.productdetail-inputwrapper label {
  margin-top: 0;
  font-weight: 600;
}

.product-display-wrapper {
  display: flex;
  align-items: center;
}

.product-display-wrapper .label {
  margin-right: 0.5em;
  display: none;
}

.product-display-wrapper #product-type-display {
  font-size: 1.125rem;
}

.prod-desc {
  text-decoration: none !important;
}

#BGDT, #ENDT {
  width: 100% !important;
}

table.catalogTable tr th.itemnocol,
table.catalogTable tr th.desccol,
table.catalogTable tr th.upccol,
table.catalogTable tr th.plucol,
table.catalogTable tr th.dyncolumn,
table.catalogTable tr th.dyncolumn + th,
table.catalogTable tr th.ordercol,
table.catalogTable tr th.ordercol + th {
  display: none;
}

tr[class*=secondaryItemClass] {
  margin-top: 1em;
}

a.submitSuggested, a.submitunits {
  font-size: 0.75rem !important;
  color: #39814b !important;
  text-transform: uppercase;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-right: 0.5em;
  display: inline-block !important;
  width: auto !important;
}

a.submitSuggested:after,
a.submitunits:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 9px;
  background: url("../images/icon-arrow-green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: rotate(180deg);
  vertical-align: top;
  margin-left: 0.25em;
  margin-top: 2px;
}

.pm-trash {
  height: 36px;
  line-height: 36px;
  background-color: rgba(206, 206, 206, 0.3);
  border-radius: 8px;
  border-color: transparent !important;
  padding: 0 1em !important;
}

.pm-trash img {
  width: 23px;
  height: 23px;
}

#profile_lst.connectedSortable, #catalog_lst.connectedSortable {
  margin-left: 0;
  border-radius: 8px;
  border-color: rgba(206, 206, 206, 0.3) !important;
}

#profile_lst.connectedSortable li, #catalog_lst.connectedSortable li {
  border: none !important;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

table.profMaintTable td {
  vertical-align: top;
}

ul.productPills {
  padding-left: 0 !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
}

#srvletarea ul.productPills li {
  margin: 0.5em 0.5em 0.5em 0 !important;
  margin-bottom: 0.25em !important;
  line-height: 1.875em !important;
  font-size: 14px !important;
  border-radius: 13px !important;
  font-size: 12px !important;
  min-width: auto !important;
  flex: 0 0 auto;
}

ul.productPills li:last-of-type {
  margin-bottom: 0.875em !important;
}

small.productcell-packaging {
  display: block !important;
  font-size: 1rem !important;
  color: #a8a6a5 !important;
  font-weight: 700 !important;
}

#srvletarea input[value="Return to Profile"] {
  background-color: transparent !important;
  color: #39814b !important;
  width: auto !important;
  margin-left: 2vw !important;
  border: none !important;
  top: 155px;
  margin-bottom: 1vw;
  padding: 0.5em !important;
  position: absolute;
}

#srvletarea input[value="Return to Profile"]:hover {
  cursor: pointer;
}

.attribute-filter-header {
  padding-bottom: 1em !important;
}

.swc-checkbox-wrapper {
  margin-left: 2vw;
  margin-right: 2vw;
  margin-bottom: 0.5em;
}

.swc-checkbox-wrapper .swc-checkbox {
  display: flex;
  align-items: flex-start;
  font-weight: 700;
  margin-bottom: 0.5em !important;
}

.swc-checkbox-wrapper .swc-checkbox input[type=checkbox] {
  margin-right: 0.5em;
}

.swc-checkbox-wrapper .swc-checkbox input[type=checkbox]:checked {
  background-image: url("../images/icon-check.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

#logoutwarning input.ui-button {
  width: 100% !important;
  display: block !important;
  max-width: 100% !important;
  height: 48px !important;
}

.color1 {
  background-color: #39814b !important;
}

.color2 {
  background-color: #01616d !important;
}

.color3 {
  background-color: #ee7d30 !important;
}

.openinv-payment-options input[type=text] {
  width: auto;
  display: inline-block;
  height: auto;
  min-height: auto;
  vertical-align: middle;
  padding: 0 !important;
}

.openinv-payment-options input[type=radio] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  display: inline;
  vertical-align: middle;
}

.openinv-payment-options input[type=radio] + span {
  display: inline;
}

#srvletarea .openinvoices th {
  padding: 3px 4px 3px 4px !important;
  border: 1px solid #c5c5c5 !important;
  font-size: 11pt !important;
}

#srvletarea .openinvoices td {
  padding: 8px 10px !important;
}

#srvletarea .openinvoices input {
  display: inline-block;
  width: auto;
}

#srvletarea .openinvoices input[type=text] {
  min-height: auto;
  border-radius: 4px !important;
  display: inline-block;
}

.openinvoices button.ui-button {
  background: #f6f6f6;
  border: 1px solid #c5c5c5;
  color: #454545;
  padding: 0.4em 1em;
  margin: 0 0.1em 0 0;
  border-width: 1px !important;
  border-radius: 4px !important;
}

.payment-submit {
  margin-top: 2vw;
}

.payment-wrapper input[type=text] {
  min-width: 36px;
}

.payment-wrapper label {
  margin-top: auto;
  font-size: 1em;
}

.payment-submit input {
  margin-bottom: 1em !important;
  min-height: 48px;
}

table.cartTable th, table.cartTable td {
  display: table-cell !important;
  font-size: 11pt !important;
}

table.cartTable th {
  padding: 3px 4px 3px 4px !important;
  background-color: #525152 !important;
  color: #ffffff !important;
}

.footer-buttons-table {
  background: transparent !important;
  display: flex !important;
  align-items: center;
}

.footer-buttons-table td {
  width: 100% !important;
  margin-bottom: 0 !important;
  display: flex !important;
  gap: 2vw;
}

.container {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container .linkcell-grid .linkcell {
  width: 100%;
  height: auto;
}

.container .linkcell {
  width: 100%;
}

.container .linkcell figure {
  margin: 0 !important;
}

.container .linkcell figure img.linkcell-image {
  width: 100%;
  height: auto;
}

.container .linkcell figure .linkcell-caption {
  width: 100% !important;
}

.filters .filter-header {
  min-width: auto;
}

table.pricelistrequest th, table.pricelistrequest td {
  padding-bottom: 0.5em !important;
}

table.pricelistrequest th {
  vertical-align: middle;
}

table.pricelistrequest td input[name=email] {
  margin-top: 0.5em;
}

.social-nav {
  margin-left: 2vw;
  margin-right: 2vw;
}

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

.social-nav li {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0 0.6em;
}

.social-nav li:first-of-type {
  margin: 0 0 0 0;
}

.social-nav li:last-of-type {
  margin: 0 -0.6em 0 0.6em;
}

.social-nav li a {
  display: flex;
  align-items: center;
}

.social-nav li a svg {
  width: auto;
  height: 24px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.social-nav li a:hover svg,
.social-nav li a:focus svg {
  color: #cecece;
}

footer .top {
  background-color: #39814b;
  padding: 4vw 0;
}

footer .top .logo {
  width: 40%;
  max-width: 468px;
  margin: auto;
}

footer .top .logo svg path {
  fill: #ffffff;
}

footer .bottom {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #343434;
  min-height: 56px;
  color: #ffffff;
  width: 100%;
}

footer .bottom a {
  color: #ffffff;
  font-family: "roboto";
  font-weight: 700;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

footer .bottom a:hover,
footer .bottom a:focus {
  color: #cecece;
}

footer nav ul {
  padding: 0;
  margin: 0;
}

footer nav ul li {
  list-style: none;
  display: inline;
}

footer nav.footer-nav ul li {
  margin-left: 2vw;
}

footer .copyright {
  margin-left: 2vw;
  margin-right: auto;
}

@media only screen and (max-width: 599px) {
  .profile:not(.prod-desc) {
    position: absolute !important;
  }
  .order-body {
    display: block;
  }
  table.catalogTableTop {
    margin-top: -1.2em;
  }
  div.submitCrossSell a span {
    font-size: 1em;
  }
  #srvletarea input[value="Return to Profile"] {
    position: relative;
    margin-top: -3vw;
  }
  .productcell {
    height: auto;
  }
  .productcell h1.product-description, .productdetail h1.product-description {
    margin-top: 0;
  }
}
@media only screen and (max-width: 800px) {
  header nav.commodity-nav {
    padding: 0;
  }
  header .bottom .menu-toggle {
    margin-left: auto;
    margin-right: 0;
  }
  header nav.commodity-nav.active {
    margin-left: auto;
    width: 100%;
  }
  header nav.commodity-nav ul {
    display: none;
  }
  header nav.commodity-nav ul li {
    display: block;
  }
  header nav.commodity-nav ul li ul {
    display: grid !important;
    position: relative;
    top: 0 !important;
    left: 0;
    right: 0;
    width: auto;
    height: calc(100vh - 108px) !important;
    grid-template-columns: auto auto !important;
  }
  header .bottom .menu-toggle {
    display: flex;
    align-items: center;
    margin-right: 3vw;
  }
  table#itemsTable tr, table.catalogTable tr, table.catalogTableMiddle tr {
    padding-bottom: 2vw;
  }
  #srvletarea td.dyncolumn,
  a.submitSuggested, a.submitunits {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 939px) {
  .profile-items tr {
    height: auto !important;
  }
  .profile-items tr td {
    display: block !important;
    width: 100%;
  }
  .profile-items tr td.hidden {
    display: none !important;
  }
  .profile-items tr td.dyncolumn {
    text-align: left;
    margin-left: calc(72px + 1em);
    margin-top: 0 !important;
  }
  .profile-items tr td[align=right] {
    text-align: left;
    margin-left: calc(72px + 1em);
    margin-top: 0.5rem !important;
  }
  .profile-items tr td .quantity-input {
    margin: 0 !important;
    margin-bottom: 1rem !important;
  }
  .catalogProdImage {
    margin-top: 0;
  }
}
@media only screen and (min-width: 600px) {
  header .nav-wrapper .featured-links {
    display: block;
  }
  header .nav-wrapper button {
    margin-left: 1vw;
  }
  .profile-items tr td.hidden {
    display: none !important;
  }
  .profile:not(.prod-desc) {
    width: calc(30% - 2vw);
    display: block;
    position: relative;
    left: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 2vw;
    margin-right: 2vw;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 2vw;
  }
  .prod-desc.profile {
    margin-left: 0;
    width: auto;
    vertical-align: top;
  }
  .profile-toggle {
    display: none;
  }
  header nav.commodity-nav {
    display: block;
  }
  .profile-items-wrapper {
    width: 70%;
  }
  .filters-position-L .profile-items {
    width: calc(70% - 6vw); /*margin-right: 2vw !important; loat: right;*/
    display: inline-block;
  }
}
@media only screen and (min-width: 800px) {
  header .primary-nav .logo {
    margin-left: 1vw;
    margin-right: 1vw;
  }
  .header-end {
    left: 1vw;
  }
  .header-search input.search-advanced, .breadcrumb-banner input.search-advanced {
    margin-right: 1vw;
  }
  header nav.header-nav {
    display: block;
  }
  header .header-nav-button {
    display: none;
  }
  .profile:not(.prod-desc) {
    width: 20%;
    max-width: 300px;
  }
  .profile-items-wrapper {
    width: 80%;
  }
  .filters-position-L .profile-items {
    width: calc(80% - 6vw);
  }
}
@media only screen and (max-width: 939px) {
  table.catalogTableMiddle.footer-buttons-table tr td input {
    display: block;
    margin-top: 1em;
  }
  table.catalogTableMiddle.footer-buttons-table tr td:first-of-type,
  table.catalogTableMiddle.footer-buttons-table tr td:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 940px) {
  #srvletarea td.dyncolumn {
    text-align: left;
    width: 100% !important;
  }
  table.catalogTableTop {
    margin-top: -2.2em;
  }
}
@media only screen and (min-width: 1100px) {
  td.desccol .descriptionText {
    min-width: 28vw;
  }
}
@media only screen and (min-width: 1600px) {
  .profile:not(.prod-desc) {
    width: 300px;
  }
  .profile-items,
  .filters-position-L .profile-items {
    width: calc(100% - 300px - 6vw);
  }
}
@media only screen and (min-width: 600px) {
  header .nav-wrapper .featured-links {
    display: block;
  }
  header .nav-wrapper button {
    margin-left: 1vw;
  }
}
@media only screen and (max-width: 800px) {
  header nav.commodity-nav {
    padding: 0;
  }
  header .bottom .menu-toggle {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    width: 100%;
    top: 60px;
    right: 0;
    left: 0;
    background-color: #343434;
    height: 48px;
  }
  header nav.commodity-nav.active {
    margin-left: auto;
    width: 100%;
  }
  header nav.commodity-nav {
    display: none;
  }
  header nav.commodity-nav ul li {
    display: block;
  }
  header nav.commodity-nav ul li ul {
    box-shadow: none;
    -webkit-box-shadow: none;
    z-index: 2;
  }
  header nav.commodity-nav.active {
    display: block;
    width: 100%;
    border-radius: 0 !important;
    background-color: #343434;
    height: calc(100vh - 60px);
  }
  header .bottom.active {
    display: flex;
    align-items: center;
  }
  header nav.commodity-nav {
    overflow: scroll;
  }
  header nav.commodity-nav ul {
    display: block;
    width: 100%;
    position: relative;
    padding: 4vw 4vw;
    margin-top: 1em;
  }
  header nav.commodity-nav ul li {
    display: block;
    width: calc(100% - 8vw);
    position: relative;
    height: auto !important;
    padding-top: 16px;
    padding-bottom: 12px;
  }
  header nav.commodity-nav > ul > li {
    margin-top: 16px;
  }
  header nav.commodity-nav > ul > li::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("../images/icon-arrow-down-white.svg");
    background-size: 16px 16px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 18px;
    opacity: 0.8;
  }
  header nav.commodity-nav > ul > li > a {
    width: auto;
    display: inline;
  }
  header nav.commodity-nav > ul > li:before {
    content: "";
    position: absolute;
    margin: auto;
    display: block;
    height: 3px;
    width: 100%;
    background: #ffffff;
    top: 3em;
    left: 0;
  }
  header nav.commodity-nav > ul > li > a:after {
    height: 0 !important;
  }
  header nav.commodity-nav ul li ul {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 0 !important;
    background-color: transparent;
    max-height: 100%;
    padding-left: 0;
  }
  header nav.commodity-nav ul li ul li {
    display: block;
    width: 100%;
    position: relative;
  }
  header nav.commodity-nav ul li ul li a {
    color: #ffffff !important;
  }
  header nav.commodity-nav ul li ul {
    display: grid !important;
    position: relative;
    top: 24px !important;
    left: 0;
    right: 0;
    width: 100%;
    height: auto !important;
    grid-template-columns: auto auto !important;
    overflow: hidden;
  }
  header .bottom.active .menu-toggle {
    position: absolute;
    z-index: 2;
  }
}
@media only screen and (min-width: 800px) {
  header .logo {
    margin-left: 1vw;
    margin-right: 1vw;
  }
  header nav.header-nav {
    display: block;
  }
  header .header-nav-button {
    display: none;
  }
}
