body,
.Meteor-DesktopNavigation li>a {
  font-size: 14px !important;
}

.mobile-content {
  display: none;
}

.forcehidden {
  display: none !important;
}

body:not(.loaded) nav.header__inline-menu {
  display: none;
}

.hidden,
.hide {
  display: none;
}

.sticky-nav {
  position: fixed;
  width: 100%;
  z-index: 1000; /* Ensure the navigation stays on top of other content */
  box-shadow: 0px 3px 6px 0px rgba(140, 149, 159, 0.15);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  top: 0%;
  transform: translateY(0%);
  transition: transform 3s ease-in-out;
}
.sticky-nav nav {
  display: none !important;
}

body.sticky-nav-wrapper #MainContent {
    margin-top: 155px;
}

body.sticky-nav-wrapper {
    padding-top: 70px;
}
body.sticky-nav-wrapper #shopify-section-announcement-bar {
  display: none !important;
}

#MainContent {
  z-index: 1;
}

.product__title {
  margin-bottom: 0px !important;
}
.product-description img {
  padding: 0.25rem;
  max-width: 100%;
  height: auto;
}

.product-price-wrapper {
  margin: 0 0 0 0 !important;
}

.quantity_warning_out_of_stock {
  display: none;
}

.header__menu-item {
  padding: 0.7rem;
}
.header__menu-item a {
  text-decoration: none;
  color: rgba(var(--color-foreground), 0.75);
}
.list-menu__item .icon {
  width: 10px;
  height: auto;
  margin-left: 5px;
}

.hulkapps-discount-call {
  margin-bottom: 20px;
}
.hulkapps-discount-call p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.hulkapps-discount-call a {
  color: #000000;
  text-decoration: underline;
}
.hulkapps-discount-call a:hover {
  text-decoration: none;
}

#product_just_stars .ind_cnt {
  display: inline !important;
  padding-left: 8px !important;
  font-size: 1.5rem !important;
  vertical-align: 3px !important;
  text-decoration: none;
}
#product_just_stars .ind_cnt .sa_jump_to_reviews {
  color: #000000;
}

.announcement-bar.color-accent-1 {
  background: #6FB43F !important;
}
.announcement-bar.color-background-1 {
  border-bottom: none !important;
}
.announcement-bar.color-accent-1 .announcement-bar__message,
.announcement-bar.color-background-1 .announcement-bar__message,
.announcement-bar.color-background-1 .announcement-bar__link {
  padding: 0.5rem 0 !important;
}
.announcement-bar.color-background-1 .announcement-bar__link:hover {
  background-color: #ffffff !important;
}

.product-form__submit {
  margin-bottom: 0px !important;
}

.button-or {
  display: none;
}

/* .product-form__buttons button.product-form__submit {
  display: none;
} */

a.product-form__submit-out-of-stock {
  margin-bottom: 10px;
}
a.button.color-button_background_2::before {
  background-color: rgba(var(--color-button_background_2), var(--alpha-button-background)) !important;
}

button.color-button_background_2,
a.color-button_background_2 {
  background-color: rgba(var(--color-button_background_2), var(--alpha-button-background)) !important;
  color: rgb(var(--color-button-text)) !important;
}
button.color-button_background_2::after,
a.color-button_background_2::after {
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button_background_2), var(--border-opacity)), 0 0 0 var(--buttons-border-width) rgba(var(--color-button_background_2), var(--alpha-button-background)) !important;
}
button.color-button_background_2:hover::after,
a.color-button_background_2:hover::after {
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button_background_2), var(--border-opacity)), 0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button_background_2), var(--alpha-button-background)) !important;
}

.clear {
  clear: both !important;
}
.product__info-container .product-form {
  margin: 0 0 0 0 !important;
}
.product-form__buttons {
  max-width: 100% !important;
}
.product-form__input.product-form__quantity {
  float: left;
  width: 50%;
  min-width: auto !important;
}
.dawn-buy-buttons {
    float: right;
    width: 49%;
    margin: 40px 0 0 0 !important;
}
.product-fpd.product--large .dawn-buy-buttons {
  width: 49% !important;
  margin: 45px 0 0 0 !important;
}
.accordion {
    clear: both;
}

search-form button.color-button_background_2.search__button {
  right: 0 !important;
  top: 0 !important;
}
search-form .search__input.field__input {
  border-radius: var(--inputs-radius);
  border: 1px solid #b8b8b8;
}
search-form .field__label {
  top: 10px;
  left: 15px;
}
search-form .field__input:focus~.field__label,
search-form .field__input:not(:placeholder-shown)~.field__label,
search-form .field__input:-webkit-autofill~.field__label {
  top: 5px !important;
  left: 5px !important;
}

.header--middle-left {
  grid-template-areas: "drawer heading icons" "navigation navigation navigation" !important;
}

a.button {
  ;
  /* transition: all .2s ease-in-out; */
}
a.button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  transform: scale(1);
  z-index: -1;
  transition: transform 0.3s ease-in-out;
}
a.button:hover::before {
  transform: scale(1.02);
}

small.copyright__content {
  font-size: 110%;
}

li.collection-list__item {
  background: var(--gradient-base-accent-1);
  border: 1px solid #d2d2d2;
  border-radius: 10px;
}
li.collection-list__item .card__content {
  text-align: center;
}
li.collection-list__item .card__content .card__heading a {
  color: #ffffff;
}

#product-price2 {
  font-size: 18px;
  padding-top: 4px;
}
#product-price2 .product-price {
  color: #6aa541;
}
#product-price2 .green-font,
.product-form__quantity .green-font {
  color: #6fb43f;
}
#product-price2 span.orange-bg,
.product-form__quantity span.orange-bg {
  background: rgba(var(--color-button), var(--alpha-button-background));
  padding: 5px 10px;
  border-radius: 5px;
  color: #ffffff;
}

/* #product-grid .grid__item {
  border: 1px solid #efefef;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 0 0 1px #0000000d, 0 2px 4px 1px #00000017;
} */

.facets-container .facets__heading--vertical {
  display: none;
}

details.facets__disclosure-vertical summary.facets__summary {
  background: #6eb53f;
  padding: 10px;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.3px;
}
details.facets__disclosure-vertical .facets__summary .icon-caret {
  right: 10px;
}

footer .list-menu__item--link {
  padding-bottom: 0;
}

.youtube-video {
  margin-top: 30px;
}

#review_header {
  border-bottom: none !important;
}
#review_header .merchantheader {
  margin-bottom: 20px;
}

.sa-title-left {
  font-size: calc(50px + 1vw);
  font-weight: 700;
  border-right: 2px solid var(--gradient-base-accent-1);
  line-height: 1;
}
.sa-title-right {
  font-size: 31px;
  font-weight: 700;
  color: #bcbcc8;
  line-height: 1;
}

ul.icon-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}
ul.icon-list li {
  width: 17%;
  display: block;
}
ul.icon-list li img {
  width: 100%;
  height: auto;
}
ul.icon-list li span {
  font-weight: bold;
  line-height: 17px;
  font-size: 15px;
  display: block;
}

.footer-block--newsletter {
  border-top: solid 0.1rem rgba(var(--color-foreground), 0.08);
  padding: 20px 0;
}

.footer__list-social {
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
}
.footer__list-icon {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}
.footer__list-icon li {
  margin-left: 20px;
}

.sa_comments {
  display: block;
  width: 100%;
}
/* #sa-header {
  display: none;
}
.SA__reviews {
  flex-wrap: nowrap !important;
}
.SA__reviews .SA__widget_item {
  min-width: 16.5vw;
}
.SA__reviews .SA__widget_item .SA__widget_content {
  max-height: 260px !important;
}
.SA__reviews .SA__widget_item:hover .SA__widget_content {
  box-shadow: none !important;
}
.SA__more_review {
  display: none;
} */

.intellisuggest {
  display: flex;
  flex-wrap: wrap;
}
.intellisuggest .intellisuggest-title {
  width: 100%;
  font-weight: bold;
  margin-bottom: 20px;
}
.intellisuggest .intellisuggest-item {
  width: 17%;
  display: flex;
  flex-wrap: wrap;
  margin-right: 3%;
}
.intellisuggest .intellisuggest-item .intellisuggest-item-image img {
  width: 100%;
  height: auto;
}
.intellisuggest .intellisuggest-item .intellisuggest-item-name a {
  font-size: 13px;
  color: var(--color-base-text);
  font-weight: bold;
  text-decoration: none;
}
.intellisuggest .intellisuggest-item .intellisuggest-item-price {
  display: none;
}

.warning a {
  color: #000000;
  text-decoration: none;
}
.warning a:hover {
  text-decoration: underline;
}
a.warning-anchor img {
  width: 30px;
  height: auto;
}

a.warning-anchor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid rgba(var(--color-button), var(--alpha-button-background));
  padding: 10px;
}
a.warning-anchor span.media_wrapper {
  padding-right: 20px;
}
a.warning-anchor span.content_wrapper {
  color: #000;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7) !important;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  width: 100%;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  height: 100%;
  max-height: 60%;
  position: fixed;
  transition: all 0.5s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
  font-size: calc(var(--font-heading-scale) * 2rem);
}
.popup .close {
  position: absolute;
  top: 0;
  right: 15px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 90%;
  overflow: auto;
}
.popup .content::-webkit-scrollbar {
  width: 0.3em;
}
.popup .content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.popup .content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.product-out-of-stock.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7) !important;
  transition: opacity 500ms;
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}
.product-out-of-stock.overlay .popup {
  width: 70%;
  max-height: 50%;
}

.item-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #0f0f0f;
  margin-bottom: 20px;
  padding: 10px;
}
.item-wrapper .media_wrapper {
  width: 10%;
}
.item-wrapper .media_wrapper img {
  width: 100%;
  height: auto;
}
.item-wrapper .content_wrapper {
  width: 85%;
}

.custom-field {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 400px;
}
.custom-field * {
  width: 100%;
}
.custom-field label {
  font-weight: bold;
}
.custom-field input,
.custom-field select {
  padding: 10px;
}

.color-swatch-wrapper .other-option {
  padding: 0.7rem !important;
}

.newsletter-section {
  background: var(--gradient-base-accent-1) url("/cdn/shop/files/HQ_Lanyard.png?v=1682696163") no-repeat right top;
  background-size: contain;
}
.newsletter-section .newsletter__wrapper {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}
.newsletter-section .gradient {
  background: none;
}
.newsletter-section h2 {
  text-align: left;
}
.newsletter-section h2.h1 {
  font-size: 40px;
}
.newsletter-section h2.h2 {
  margin-top: 0;
  font-size: 24px;
}
.newsletter-section .newsletter__subheading {
  text-align: left;
  margin: 2rem 0 0;
  max-width: 100%;
}
.newsletter-section .newsletter-form {
  margin: 0;
}
.newsletter-section .newsletter-form .newsletter-form__field-wrapper .field__input {
  background-color: #ffffff;
  color: #969696;
  border-radius: 0;
}
.newsletter-section .newsletter-form .newsletter-form__field-wrapper .field__label {
  color: #969696;
}
.newsletter-section .newsletter-form .newsletter-form__field-wrapper .newsletter-form__button:not(:focus-visible):not(.focused) {
  background: var(--gradient-base-accent-1);
  height: 80%;
  border-radius: 0;
  right: 5px;
  top: 5px;
}

.speak-to-live-specialist {
  background-color: #F9FAFB;
}
.speak-to-live-specialist .gradient {
  background: none;
}
.speak-to-live-specialist .rich-text__wrapper {
  padding-right: 9rem;
  padding-left: 9rem;
}
.speak-to-live-specialist h2.h1 {
  font-weight: 900;
}
.speak-to-live-specialist h2 a {
  color: var(--gradient-base-accent-1);
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}
.speak-to-live-specialist h2 a:hover {
  color: var(--gradient-base-accent-1);
  transform: scale(1.02);
}

.brands-section h2.h1 {
  font-weight: 900;
}
.brands-section .title-wrapper-with-link {
  justify-content: center;
}

.family-owned-operated {
  background-color: #fac88f;
}
.family-owned-operated .gradient {
  background: none;
}
.family-owned-operated .image-with-text__media {
  border: none;
}
.family-owned-operated h2.h1 {
  font-weight: 900;
}

.customer-reviews {
  margin: 5rem 0;
}
.customer-reviews h2.h1 {
  font-weight: 900;
}
.grid--3-col-tablet .grid__item:first-child {
  width: 60%;
}
.grid--3-col-tablet .grid__item:second-child {
  width: 40%;
}
.customer-reviews .image-with-text__media {
  border: none;
}
.customer-reviews .image-with-text__text.subtitle {
  margin-top: 0;
}
.customer-reviews table {
  box-shadow: none !important;
}
.customer-reviews table td {
  border: none !important;
}
.customer-reviews .image-with-text__content {
  padding: 3rem 5rem 3rem 0;
}

.product-categories h2.title.h1 {
  margin: 0 auto;
  font-weight: 900;
}
.product-categories .multicolumn-card__info {
  padding: 0 !important;
}
.product-categories .multicolumn-list h3,
.product-categories .multicolumn-list a {
  font-size: 12px;
  font-weight: bold;
  color: var(--gradient-base-accent-1);
  margin-top: 0;
}
.product-categories .multicolumn-card__image {
  width: 100% !important;
  height: auto;
}
.product-categories .multicolumn-card__info .link {
  margin-top: 0 !important;
  color: var(--gradient-base-accent-1);
}
.product-categories .multicolumn-card {
  transition: all 0.2s ease-in-out;
}
.product-categories .multicolumn-card:hover {
  transform: scale(1.02);
}

.thirty-perc {
  width: 35% !important;
}
.seventy-perc {
  width: 65% !important;
}

.deals-offers .image-with-text__media {
  border: none;
}
.deals-offers h2.image-with-text__heading.h1 {
  font-size: 45px;
  font-weight: 900;
}
.deals-offers li.grid__item {
  width: 30%;
}
.deals-offers .slick-slide {
  /* border: 1px solid #eee;
  background: #eee; */
  padding: 0 0 20px;
  margin: 0 10px;
}
.deals-offers .card__media {
  width: 100% !important;
}
.deals-offers .card__information {
  margin-top: 20px;
}
.deals-offers .card__information h3 {}
.deals-offers .card__information h3 a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}
.deals-offers .card__information .card-information {
  display: none;
}

.product-grid .image-with-text__media {
  border: none;
}
.product-grid h2.image-with-text__heading.h1 {
  font-size: 45px;
  font-weight: 900;
}

.custom-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 1em;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.custom-grid li.custom-grid__item {
  width: 100%;
}
.custom-grid li.custom-grid__item:first-child {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 3;
}
.product-grid h2.image-with-text__heading.h1 {
  font-size: 45px;
  font-weight: 900;
}

.icon-list .multicolumn-card {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.icon-list .multicolumn-card .multicolumn-card__image-wrapper {
  width: 15%;
}
.icon-list .multicolumn-card__info > :nth-child(2) {
  margin-top: 0;
}

.slideshow__controls {
  border: none !important;
}

.home-slide {
  color: #000000;
}
.home-slide .slideshow__text {
  color: #000000;
}
.home-slide .slideshow__text h2 {
  color: #000000;
  font-weight: 900;
}
.home-slide .button {
  color: rgb(var(--color-base-solid-button-labels));
  background-color: transparent;
}
.home-slide .button::after {
  border: none !important;
  box-shadow: none !important;
}
.home-slide .button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--gradient-base-accent-1);
  transform: scale(1);
  z-index: -1;
  transition: transform 0.3s ease-in-out;
}
.home-slide .button:hover::before {
  transform: scale(1.02);
}
.home-slide picture img {
  width: 100%;
  height: auto;
}

#tab2 {
  display: block;
  margin: 0 auto;
  width: 281px;
  height: 400px;
}
div#tab2 img {
  display: block;
  width: 100%;
  height: auto;
}
div#tab2.vertical-badge-buddies-1xl {
  width: 401px;
}

.product.product--thumbnail_slider .selectedColor {
  position: relative;
  color: #ffffff;
  display: block;
  margin: 0;
  border-radius: 5px;
}
.product.product--thumbnail_slider .badge-preview-text-tab1,
.product.product--thumbnail_slider .badge-preview-text-tab1w {
  display: block;
  width: 100%;
  font-family: 'minion-pro';
  font-weight: 700;
  line-height: normal;
  text-align: center;
  position: absolute;
  bottom: 0;
}
/* .product.product--thumbnail_slider .selectedColor div#txtSingle {
  display: flex;
  align-self: end;
}
.product.product--thumbnail_slider .selectedColor #singleSpan {
  width: 100%;
} */

/* .product-form__input.product-options .color-swatch-wrapper {
  width: 50px !important;
} */

.product-form__input {
  max-width: 44rem !important;
}
.product-form__input input[type=radio] + .color-swatch {
  width: 40px !important;
  height: 40px !important;
  border: 1px solid #ccd1d1;
  border-radius: 100%;
}
.product-form__input input[type=radio]:checked+.color-swatch, 
.product-form__input input[type=radio]:hover+.color-swatch {
  border: 1px solid #333;
}

.product-form__input.product-options .color-swatch-wrapper.option-color {
  width: 50px !important;
}
.color-swatch {
  width: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0 1px 4px;
}
.color-swatch.multicam {
  background-image: url('/cdn/shop/files/camo-swatch.jpg');
  background-size: cover;
  background-color: #dddddd !important;
}
.color-swatch.tan {
  background-color: #d2b48c !important;
}
.color-swatch.military-green {
  background-color: #008000 !important;
}
.color-swatch.purple,
.product.product--thumbnail_slider.product-variant-color-purple .selectedColor {
  background-color: #9d3393 !important;
}
.color-swatch.blue,
.color-swatch.neon-blue,
.product.product--thumbnail_slider.product-variant-color-blue .selectedColor,
.product.product--thumbnail_slider.product-variant-color-neon-blue .selectedColor {
  background-color: #0167b1 !important;
}
.color-swatch.red,
.color-swatch.fire-red,
.product.product--thumbnail_slider.product-variant-color-red .selectedColor,
.product.product--thumbnail_slider.product-variant-color-fire-red .selectedColor {
  background-color: #ef3e42 !important;
}
.color-swatch.fire-red,
.product.product--thumbnail_slider.product-variant-color-fire-red .selectedColor {
  background-color: #F73718 !important;
}
.color-swatch.maroon,
.product.product--thumbnail_slider.product-variant-color-maroon .selectedColor {
  background-color: #820124 !important;
}
.color-swatch.brown,
.product.product--thumbnail_slider.product-variant-color-brown .selectedColor {
  background-color: #82591f !important;
}
.color-swatch.green,
.color-swatch.translucent-green,
.color-swatch.neon-green,
.product.product--thumbnail_slider.product-variant-color-green .selectedColor,
.product.product--thumbnail_slider.product-variant-color-translucent-green .selectedColor,
.product.product--thumbnail_slider.product-variant-color-neon-green .selectedColor {
  background-color: #01a94f !important;
}
.color-swatch.dark-green,
.product.product--thumbnail_slider.product-variant-color-dark-green .selectedColor {
  background-color: #016325 !important;
}
.color-swatch.light-gray,
.product.product--thumbnail_slider.product-variant-color-light-gray .selectedColor {
  background-color: #dcddde !important;
  color: #000000 !important;
}
.color-swatch.orange,
.color-swatch.translucent-orange,
.product.product--thumbnail_slider.product-variant-color-orange .selectedColor,
.product.product--thumbnail_slider.product-variant-color-translucent-orange .selectedColor {
  background-color: #f47b20 !important;
}
.color-swatch.neon-orange,
.product.product--thumbnail_slider.product-variant-color-neon-orange .selectedColor {
  background-color: #EF9A77 !important;
}
.color-swatch.yellow,
.product.product--thumbnail_slider.product-variant-color-yellow .selectedColor {
  background-color: #FFD457 !important;
  color: #000000 !important;
}
.color-swatch.neon-yellow,
.product.product--thumbnail_slider.product-variant-color-neon-yellow .selectedColor {
  background-color: #DCE281 !important;
  color: #000000 !important;
}
.color-swatch.teal,
.product.product--thumbnail_slider.product-variant-color-teal .selectedColor {
  background-color: #018c99 !important;
}
.color-swatch.gray,
.color-swatch.grey-brown,
.product.product--thumbnail_slider.product-variant-color-gray .selectedColor,
.product.product--thumbnail_slider.product-variant-color-grey-brown .selectedColor {
  background-color: #7e8083 !important;
}
.color-swatch.pink,
.color-swatch.neon-pink,
.product.product--thumbnail_slider.product-variant-color-pink .selectedColor,
.product.product--thumbnail_slider.product-variant-color-neon-pink .selectedColor {
  background-color: #f16d9a !important;
}
.color-swatch.white,
.color-swatch.translucent-white,
.color-swatch.translucent-white-clear,
.color-swatch.clear,
.product.product--thumbnail_slider.product-variant-color-white .selectedColor,
.product.product--thumbnail_slider.product-variant-color-translucent-white-clear .selectedColor,
.product.product--thumbnail_slider.product-variant-color-clear .selectedColor {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.color-swatch.lavender,
.product.product--thumbnail_slider.product-variant-color-lavender .selectedColor {
  background-color: #b4b2d9 !important;
}
.color-swatch.navy-blue,
.product.product--thumbnail_slider.product-variant-color-navy-blue .selectedColor {
  background-color: #000080 !important;
}
.color-swatch.royal-blue,
.color-swatch.metallic-blue,
.color-swatch.translucent-blue,
.product.product--thumbnail_slider.product-variant-color-royal-blue .selectedColor,
.product.product--thumbnail_slider.product-variant-color-metallic-blue .selectedColor,
.product.product--thumbnail_slider.product-variant-color-translucent-blue .selectedColor {
  background-color: #0000ff !important;
}
.color-swatch.metallic-gray,
.product.product--thumbnail_slider.product-variant-color-metallic-gray .selectedColor {
  background-color: #808080 !important;
}
.color-swatch.watermelon,
.product.product--thumbnail_slider.product-variant-color-watermelon .selectedColor {
  background-color: #D23B68 !important;
}
.color-swatch.translucent-pink,
.product.product--thumbnail_slider.product-variant-color-translucent-pink .selectedColor {
  background-color: #ffc0cb !important;
}
.color-swatch.translucent-red,
.product.product--thumbnail_slider.product-variant-color-translucent-red .selectedColor {
  background-color: #ff0000 !important;
}
.color-swatch.translucent-yellow,
.product.product--thumbnail_slider.product-variant-color-translucent-yellow .selectedColor {
  background-color: #ffff00 !important;
}
.color-swatch.translucent-purple,
.color-swatch.neon-purple,
.product.product--thumbnail_slider.product-variant-color-translucent-purple .selectedColor,
.product.product--thumbnail_slider.product-variant-color-neon-purple .selectedColor {
  background-color: #800080 !important;
}
.color-swatch.neon-orange-antimicrobial,
.product.product--thumbnail_slider.product-variant-color-neon-orange-antimicrobial .selectedColor {
  background-color: #e14e2f !important;
}
.color-swatch.lightblue,
.color-swatch.light-blue,
.product.product--thumbnail_slider.product-variant-color-lightblue .selectedColor,
.product.product--thumbnail_slider.product-variant-color-light-blue .selectedColor {
  background-color: #b9e0f7 !important;
  color: #000000 !important;
}
.color-swatch.processblue,
.color-swatch.process-blue,
.product.product--thumbnail_slider.product-variant-color-processblue .selectedColor,
.product.product--thumbnail_slider.product-variant-color-process-blue .selectedColor {
  background-color: #0193d0 !important;
}
.color-swatch.forestgreen,
.color-swatch.forest-green,
.product.product--thumbnail_slider.product-variant-color-forestgreen .selectedColor,
.product.product--thumbnail_slider.product-variant-color-forest-green .selectedColor {
  background-color: #37544f !important;
}
.color-swatch.hotpink,
.color-swatch.hot-pink,
.product.product--thumbnail_slider.product-variant-color-hotpink .selectedColor,
.product.product--thumbnail_slider.product-variant-color-hot-pink .selectedColor {
  background-color: #DA1984 !important;
}
.color-swatch.black,
.color-swatch.translucent-black,
.product.product--thumbnail_slider.product-variant-color-black .selectedColor,
.product.product--thumbnail_slider.product-variant-color-translucent-black .selectedColor {
  background-color: #000000 !important;
}
.color-swatch.assorted,
.product.product--thumbnail_slider.product-variant-color-assorted .selectedColor {
  background-image: url('//www.specialistid.com/cdn/shop/t/83/assets/assorted_small.png?v=170626689884021801431749628633') !important;
  background-size: contain;
}
.color-swatch.rainbow,
.product.product--thumbnail_slider.product-variant-color-rainbow .selectedColor {
  background-image: linear-gradient(rgb(255, 0, 0), rgb(255, 0, 0) 16.6%, rgb(255, 165, 0) 16.6%, rgb(255, 165, 0) 33.2%, rgb(255, 255, 0) 33.2%, rgb(255, 255, 0) 49.8%, rgb(0, 128, 0) 49.8%, rgb(0, 128, 0) 65.4%, rgb(0, 0, 255) 65.4%, rgb(0, 0, 255) 83%, rgb(128, 0, 128) 83%, rgb(128, 0, 128) 100%) !important;
  color: #ffffff;
  text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000;
}
.color-swatch.red-white--blue,
.color-swatch.rwb,
.product.product--thumbnail_slider.product-variant-color-red-white--blue .selectedColor,
.product.product--thumbnail_slider.product-variant-color-rwb .selectedColor {
  background-image: url('//www.specialistid.com/cdn/shop/t/83/assets/red_white_blue_small.png?v=127691359743520428811749628634') !important;
  background-size: contain;
}

.color-swatch.chrome,
.product.product--thumbnail_slider.product-variant-color-chrome .selectedColor {
  background-color: #C7C4B9 !important;
}

.color-swatch.gold,
.product.product--thumbnail_slider.product-variant-color-gold .selectedColor {
  background-color: #FFCE44 !important;
}

.color-swatch.silver,
.product.product--thumbnail_slider.product-variant-color-silver .selectedColor {
  background-color: #C0C0C0 !important;
}

.product.product--thumbnail_slider .myUnderscore {
  color: transparent;
}
.product.product--thumbnail_slider.product-variant-color-assorted .myUnderscore {
  color: transparent;
  text-shadow: none;
}
.product.product--thumbnail_slider.product-variant-color-rainbow .myUnderscore {
  color: transparent;
  text-shadow: none;
}
.product.product--thumbnail_slider.product-variant-color-red-white--blue .myUnderscore {
  color: transparent;
  text-shadow: none;
}

.multicolumn-list__item.center .multicolumn-card__image-wrapper:not(.multicolumn-card__image-wrapper--full-width) {
  width: 100%;
}

nav.header__inline-menu {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
nav.header__inline-menu .header__menu-item span::first-letter {
  ;
  /* text-transform: capitalize; */
}
nav.header__inline-menu .header__menu-item span {
  transition: text-decoration var(--duration-short) ease;
  text-transform: none;
  font-weight: bold;
}

.product__media-list.contains-media {
  /* height: 545px; */
  overflow: hidden;
}

.cart__footer {
  padding-top: 0 !important;
}
.cart__footer > * {
  width: 45rem !important;
}
.cart-item__details > * {
  max-width: 100% !important;
}
.cart__items {
  border-bottom: none !important;
}

.cart-items thead th {
  background: #000000;
  color: #ffffff;
  padding: 10px;
}
.cart-items tbody td {
  border: 1px solid #efefef;
  border-width: 0 0 1px 1px;
  padding: 20px;
}
.cart-items tbody tr td:last-child {
  border-width: 0 1px 1px 1px;
}

.cart-block-wrapper {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  border-radius: 5px;
  margin-bottom: 4rem;
  margin-top: 0px !important;
}

.hulkapps_discount_hide {
  justify-content: flex-start !important;
}
.hulkapps_discount_hide .hulkapps_discount_button {
  padding: 10px 16px !important;
  min-height: auto !important;
}

.bevy_share_button {
  display: inline-block;
  margin-top: 20px;
}
.bevy_share_button .share_cart_wrap {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-flex-content.page-width {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer-flex-content.page-width .footer-block--newsletter {
  width: 38%;
  border-top: none;
  margin-top: 0;
  padding: 0 !important;
}
.footer-flex-content.page-width .footer-block--newsletter h2 {
  margin-bottom: 0;
}
.footer-flex-content.page-width .footer-block--newsletter .footer__list-social {
  margin-bottom: 30px;
}
.footer-flex-content.page-width .footer__content-top {
  width: 58%;
}
.footer-flex-content.page-width .footer-block--newsletter .grid {
  display: flex;
  flex-wrap: wrap;
}
.footer-flex-content.page-width .footer-block--newsletter .grid ul {
  width: 100%;
}
.footer-flex-content.page-width .footer-block--newsletter .grid ul.footer__list-icon {
  justify-content: flex-start !important;
}
.footer-flex-content.page-width .footer-block--newsletter .grid ul.footer__list-icon li {
  margin-right: 20px;
  margin-left: 0;
}
.footer-flex-content.page-width .footer-block--newsletter .footer-content {
  margin-bottom: 40px;
}

.product-grid .card__information {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.section-icon-slider {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-icon-slider .slick-prev:before,
.section-icon-slider .slick-next:before {
  color: rgb(var(--color-foreground));
}
.section-icon-slider .title-wrapper-with-link {
  justify-content: center;
}
.section-icon-slider h2.h1 {
  font-weight: 900;
}

.multicolumn-list h3,
.multicolumn-list p {
  font-size: calc(var(--font-heading-scale) * 1.6rem);
}

.icon-list-wrapper.background-none .multicolumn-card__image-wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.icon-list-wrapper.background-none .multicolumn-list .multicolumn-card__info {
  padding-left: 10px !important;
  padding-right: 0 !important;
}
.icon-list-wrapper .content-image-left {
  align-items: center !important;
}

.slick-slide img {
  margin: 0 auto !important;
}

.shipping-calculator-wrapper,
.shipping-calculator-response-wrapper {
  padding: 20px;
  box-shadow: #0000003d 0 3px 8px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.shipping-calculator-response-wrapper {
  padding: 0;
}
.shipping-calculator-response-wrapper .success {
  padding: 10px 20px;
}
.shipping-calculator-response-wrapper .error {
  background-color: rgba(var(--color-button), var(--alpha-button-background));
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
}
.shipping-calculator-wrapper .field {
  box-shadow: none;
  flex-wrap: wrap;
}
.shipping-calculator-wrapper .field::after,
.shipping-calculator-wrapper .field::before {
  content: none;
}
.shipping-calculator-wrapper .field label {
  width: 100%;
}
.shipping-calculator-wrapper .field input#address_zip,
.shipping-calculator-wrapper .field select {
  width: 100%;
  border-radius: var(--inputs-radius);
  border: 1px solid #b8b8b8;
  padding: 10px 16px;
}

.cart__block_left hr {
  display: none;
}

.shipping-rate {
  border: 1px solid rgba(var(--color-button), var(--alpha-button-background));
  border-radius: 5px;
  padding: 10px 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 13px;
}
.shipping-rate p:first-child {
  margin-top: 0;
}
.shipping-rate strong {
  width: 30%;
}
.shipping-rate span {
  width: 65%;
}

.cart__note {
  height: auto !important;
  margin: 40px 0;
}
.cart__note .text-area {
  border: 1px solid #b8b8b8;
  border-radius: 4px;
}

.warning-text {
  border: 1px solid rgba(var(--color-button), var(--alpha-button-background));
  background: #fac88f;
}
.warning-text summary {
  background: rgba(var(--color-button), var(--alpha-button-background));
  padding: 1px 10px;
}
.warning-text .accordion__content {
  padding: 5px 10px;
}

.meet-our-family.grid {
  padding: 80px 0;
}

.our-customers {
  padding: 80px 0;
  background-color: #F2F2F2;
}

.our-mission {
  padding: 80px 0;
  background-color: #fac88f;
}

.hulkapps-volumes {
  margin-bottom: 20px;
}

.meet-the-crew .page-width::after {
  content: "Meet the Crew";
  font-size: calc(var(--font-heading-scale) * 4rem);
  text-align: center;
  display: block;
  margin-top: 30px;
}

.quality-features h3 {
  font-weight: 700;
}

.header__icons {
  justify-content: flex-end;
  align-items: center;
  column-gap: 20px;
}

a.header__icon {
  flex-wrap: wrap;
  max-width: 8rem;
  width: auto;
}
a.header__icon > .visually-hidden {
  width: auto;
  height: auto;
  position: relative !important;
  width: 100%;
  font-size: 10px;
  /* font-size: calc(0.4vw + 0.4vh); */
  text-wrap: nowrap;
}
a.header__icon svg {
  width: 30px;
  height: auto;
  margin: 0 auto;
  min-height: 30px;
}
.cart-count-bubble {
  left: auto !important;
  right: -0.5rem;
  border-radius: 5px;
  padding-left: 4px;
  padding-right: 4px;
  min-width: 20px;
  max-width: 35px;
  width: initial;
}

/* .slick-prev,
.slick-next {
  top: 100% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  left: 50%;
}
.slick-next {
  bottom: 0;
  margin-top: 20px;
  margin-left: 20px;
  background-image: url('/cdn/shop/files/arrow.png?v=1688141267') !important;
} */

shopify-payment-terms {
  display: none;
}

.opt-tax-exempt-notice {
  font-size: x-large;
  line-height: initial;
  text-align: center;
}
.opt-tax-exempt-notice a {
  color: #000;
}

.product-description h1 {
  display: none;
}

.collection-hero .collection-hero__description > *:not(:first-child) {
  display: none;
}
.collection-hero .collection-hero__description.show-all > p {
  display: inherit;
}
.collection-hero .collection-hero__description.show-all > table {
  display: table;
}

.product-recommendations .card__heading {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-recommendations .gradient {
  background: transparent !important;
}

.fpd-text-layers-panel .fpd-list {
  padding: 0 !important;
}
[data-context="upload"] form {
  padding: 0 !important;
}

@media screen and (min-width: 800px) {
  .slideshow__media .mobile-image {
    display: none !important;
  }

  .slideshow__text-wrapper.banner__content {
    padding: 4rem !important;
  }
}

.quantity:after {
  box-shadow: none !important;
}
.quantity {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(var(--color-foreground));
  width: 100%;
}

.description_link .h4 {
  text-decoration: none;
}
.description_link .h4:hover {
  text-decoration: underline;
}

.product-fpd.product--thumbnail_slider .product__media-gallery {
  margin: 2rem 0;
  max-width: 600px;
  position: inherit !important;
}

.docapp-cart-with-shipping-summary .docapp-shipping-calculator {
  padding: 0 !important;
}
.docapp-cart-with-shipping-summary .docapp-shipping-calculator--input {
  padding: 5px 5px 0 0 !important;
}
.docapp-cart-with-shipping-summary .docapp-shipping-calculator--rates {
  margin: 0 !important;
}
.docapp-cart-item.docapp-cart-subtotal,
.docapp-cart-item.docapp-est-total {
  display: none !important;
}

.custom-thumb-wrapper {
  padding: 40px 0;
  max-width: 600px;
}

form.address-delete-form {
  margin: 0 !important;
  padding: 0 !important;
  display: inline !important;
}

.addresses {
  position: relative;
}
.addresses h1 {
  text-align: center;
}
.addresses > div.text-center {
  text-align: center;
}
.addresses ul {
  display: flex;
  column-gap: 3rem;
  justify-content: center;
}
.addresses ul li {
  border: 1px solid #000000;
  padding: 10px 30px;
}

.popup-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}
.popup {
  /* position: absolute; */
  width: 600px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  background: #333333;
  color: #ffffff;
  padding: 10px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}
.popup .field {
  margin-top: 10px !important;
}
.popup form {
  margin-top: 10px !important;
}
.popup h2 {
  margin: 10px 0 0 0;
  color: #ffffff;
}
.popup input[type=checkbox] {
  margin-top: 10px !important;
}
.popup button {
  margin-top: 10px !important;
}

.popup.white {
  background: #ffffff;
  color: #000000;
}
.popup.white h2 {
  color: #000000;
}
.popup.white .close {
  color: #000000;
}

.percent-change {
  display: inline-block;
}

.title-wrapper-with-link {
  margin: 3rem 0 !important;
}
cart-items {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.cart__checkout-button {
  max-width: 100% !important;
}

.shopperapproved-milestone-cert {
  margin: 0 auto;
  text-align: center;
}
.shopperapproved-milestone-cert img {
  width: 50%;
  height: auto;
}

.cart__note .text-area {
  min-height: 0px !important;
}

.stock_label.available,
.stock_label.available-2 {
  color: rgba(var(--color-foreground),.75);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
}
.stock_label.available-3 {
  font-weight: bold;
  font-style: italic;
  margin: 0 0 0 0 !important;
}
.stock_label.available-3.bottom-padding {
    padding-bottom: 26px;
}

span.available_dot {
  background: rgba(var(--color-button_background_2), var(--alpha-button-background));
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
span.available_dot.off {
    background: #d3d3d3;
}

.label {
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 1.3rem;
}
.label > * {
  padding: 0 1rem 0 1rem;
}
.label > legend {
  border-right: 1px solid #ccc;
  padding-left: 0;
}

.feedback-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
}

table.hulkapps-table.table tr.current-qty td {
  font-weight: bold;
}

.quantity-wrapper {
  display: flex;
  gap: 5px;
  align-items: center;
}

.below-title-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
}

.features-wrapper {
  padding: 16px 0 !important;
}
.features-wrapper ul {
  margin: 0 0 0 0;
}

table.hulkapps-table.table {
  width: auto;
}
table.hulkapps-table thead th {
  background: rgb(var(--color-background)) linear-gradient(rgba(var(--color-foreground),.04),rgba(var(--color-foreground),.04)) !important;
  color: #000000 !important;
}

body.product h1 {
  font-size: calc(var(--font-heading-scale) * 2.3rem) !important;
}

div#feedback_form {
  background: #eee;
  padding: 40px 50px;
}

.page-width.expand > .white > .header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  position: relative;
}
.page-width.expand > .white > .header .close {
  position: absolute;
  top: 0;
  right: 15px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
.page-width.expand > .white > .header .close:hover {
  color: #afafaf;
}
.page-width.expand > .white > .header h2 {
  margin: 0 0 0 0;
}

#infiniteoptions-container {
  margin-bottom: 30px;
}

.thumbnail-slider {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin: 2rem 0;
}
.thumbnail-slider .product-thumbnails-wrapper {
  overflow: hidden;
  margin: 0 10px;
  width: calc(100% - 88px);
}
.product-thumbnails {
  display: flex;
  list-style: none;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  gap: 10px;
}
.product-thumbnails li {
  flex: none;
  max-width: calc(23.3%);
  display: block;
  height: 100%;
  width: 100%;
  padding: 0;
  color: rgb(var(--color-base-text));
  cursor: pointer;
  background-color: transparent;
  border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
  border-radius: var(--media-radius);
}
.product-thumbnails li img {
  height: 100%;
  width: auto;
  max-width: 100%;
  cursor: pointer;
}

.prev-btn, .next-btn {
  flex: none;
  cursor: pointer;
}
.next-btn {
  right: 0;
}

.product-main-image {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border: 1px solid #f2f2f2;
  padding: 5px;
}
.product-main-image img {
  width: 100%;
  height: auto;
}

.grecaptcha-badge {
  display: none !important;
}

.button-or {
    margin: -20px 0 -10px !important;
    max-width: 44rem;
    text-align: center;
}

#image-popup {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 20px;
  width: 80%;
  max-width: 700px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  background: #fff;
}
.popup-content img {
  width: 100%;
  height: auto;
}

#close-popup {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.product--thumbnail .product__media-gallery, 
.product--thumbnail_slider .product__media-gallery, 
.product--stacked .product__info-container--sticky, 
.product--columns .product__info-container--sticky {
  position: static !important;
}

ul.grid.product-grid li .card--standard > .card__content .card__information {
    padding: 20px 20px 20px 20px !important;
}
ul.grid.product-grid li {
    border: 1px solid #f1f1f1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    background: #efefef;
}

#tab2.badge-buddies-clear-horizontal .selectedColor,
#tab2.badge-buddies-clear-vertical .selectedColor {
  border-radius: 0 0 5px 5px;
}

.placeholder-content {
  width: 270px;
  height: 205px;
  overflow: hidden;
  background: #000;
  position: relative;
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-name: placeholderAnimate;
          animation-name: placeholderAnimate;
  background: #f6f7f8;
  background: linear-gradient(to right, #eee 2%, #ddd 18%, #eee 33%);
  background-size: 1300px;
}
.placeholder-content_item {
  width: 100%;
  height: 20px;
  position: absolute;
  background: #fff;
  z-index: 2;
}
.placeholder-content_item:after, .placeholder-content_item:before {
  width: inherit;
  height: inherit;
  content: "";
  position: absolute;
}
.placeholder-content_item:nth-child(1) {
  top: 30px;
  left: 0;
  width: 100%;
  height: 10px;
}
.placeholder-content_item:nth-child(2) {
  top: 70px;
  left: 0;
  width: 100%;
  height: 10px;
}
.placeholder-content_item:nth-child(3) {
  top: 110px;
  left: 0;
  width: 100%;
  height: 10px;
}
.placeholder-content_item:nth-child(4) {
  top: 150px;
  left: 0;
  width: 100%;
  height: 10px;
}
.placeholder-content_item:nth-child(5) {
  top: 190px;
  left: 0;
  width: 100%;
  height: 10px;
}

.product-card-wrapper .card .card__inner {
  background: #fff !important;
}

.tooltip {
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 15px;
  border-bottom: 2px dotted #6fb43f; /* If you want dots under the hoverable text */
  color: #000;
}

.custom_buttons {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom_buttons a {
  width: 80%;
}

.per-item-price {
  font-size: 80%;
  font-style: italic;
  margin-left: 20px;
}

variant-selects .part-number {
    display: none;
}
variant-selects .label > legend {
  border-right: none;
}
variant-selects .option-label {
    display: none;
}
variant-selects .select__select, 
variant-selects .customer select {
  padding: 0 1rem;
}

/* --- popup for out of stock --- */
.popup2 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  z-index: 1000;
  max-width: 300px;
  text-align: center;
}

.popup2.hidden {
  display: none;
}

.popup-content2 button {
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 10px;
  font-size: 13px !important;
}

#overlay,
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  visibility: visible;
  opacity: 1;
}
#overlay-support.overlay .popup2 {
  max-width: 70%;
}

#overlay.hidden {
  display: none;
}

.discontinued-product {
  background-color: #f4f4f4;
  padding: 20px;
  border: 1px solid #ccc;
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.discontinued-text {
  font-size: 18px;
  color: #d9534f; /* Red color for discontinued text */
  margin: 0 0 0 0;
}

.discontinued-product img {
  max-width: 100%;
  width: 120px;
  height: auto;
  display: block;
  margin-top: 0px;
}
a.button--primary.discontinued {
  background-color: grey !important;
}
a.button--primary.discontinued:after {
  box-shadow: none !important;
}
a.button--primary.discontinued:before {
  background-color: grey !important;
}

tr.current {
  font-weight: bold;
}

a.custom_button_image img {
    width: 100%;
}

.regios-dopp-generic-volume-pricing-table {
  margin: 0 0 0 0 !important;
}

/* --- popup for out of stock --- */

.infiniteoptions-price {
  display: none;
}

.copy-container {
    display: flex;
    gap: 10px;
    flex-direction: row;
}
button.copy-btn {
    background: #6FB43F;
    border: 1px solid #6FB43F;
    color: #ffffff;
    cursor: pointer;
}

.nav-special a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nav-special a svg {
  width: 60px;
  height: 60px;
}
.nav-special {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

div#discount-progress {
  clear: both;
}

/* --- sliding popup --- */
#supportPopup {
  position: fixed;
  left: -300px; /* Initially hidden */
  top: 50%;
  transform: translateY(-50%);
  width: 280px;
  background: rgba(var(--color-button_background_2), var(--alpha-button-background));
  padding: 15px;
  border-radius: 8px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  transition: left 0.5s ease-in-out;
  z-index: 1000;
}

.supportPopup-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}
.supportPopup-content .support-content-wrapper {
  cursor: pointer;
}
.supportPopup-content a {
  color: #ffffff;
  text-decoration: underline;
}

#closePopup {
  background: none;
  border: none;
  color: white;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 0px;
}

#openPopup {
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(var(--color-button_background_2), var(--alpha-button-background));
  color: white;
  border: none;
  padding: 10px;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  transition: left 0.5s ease-in-out;
  z-index: 999;
  display: none; /* Hidden initially */
  word-wrap: break-word;
  width: 70px;
}

#overlay-support .close-designer-help-form {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
}

#fpd-designer-help-popup form {
    display: flex;
    flex-direction: column;
}
#fpd-designer-help-popup form ul {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0 0 0 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 5px;
    flex-wrap: wrap;
}
#fpd-designer-help-popup form ul li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc(50% - 3px);
}
#fpd-designer-help-popup form input {
    border: 1px solid #444;
    padding: 10px;
    width: 100%;
}
#fpd-designer-help-popup form textarea {
  border: 1px solid #444;
  padding: 10px;
  width: 100%;
  height: 100px;
}
#fpd-designer-help-popup form ul li:nth-child(6), 
#fpd-designer-help-popup form ul li:nth-child(7) {
    width: 100%;
}
#fpd-designer-help-popup form ul li:nth-child(8) {
    width: 100%;
    align-items: flex-end;
}
#fpd-designer-help-popup form input[type=submit] {
  border: none;
  width: fit-content;
  align-self: flex-end;
  background-color: rgba(var(--color-button_background_2), var(--alpha-button-background)) !important;
  margin-top: 10px;
}
#fpd-designer-help-popup h2 {
  margin: 0 0 10px 0;
}
#fpd-designer-help-popup form ul li:nth-child(5) {
  visibility: hidden;
  height: 0px;
}

.regios-dopp-generic-price-container:not(.regios-dopp-generic-price--on-sale) .regios-dopp-generic-price-item--regular {
  display: none;
}

.product-description p {
  margin-block-start: 0em;
}
.product-description h3 {
  margin-bottom: 0em;
}

a.product-form__submit-out-of-stock.disabled-out-of-stock,
a.product-form__submit-out-of-stock.disabled-out-of-stock:before {
    background-color: gray !important;
}
a.product-form__submit-out-of-stock.disabled-out-of-stock:after,
a.product-form__submit-out-of-stock.disabled-out-of-stock:hover::after {
  box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(153, 153, 153, var(--border-opacity)), 0 0 0 var(--buttons-border-width) rgba(153, 153, 153, var(--alpha-button-background)) !important;
}

/* --- sliding popup --- */

@-webkit-keyframes placeholderAnimate {
  0% {
    background-position: -650px 0;
  }
  100% {
    background-position: 650px 0;
  }
}

@keyframes placeholderAnimate {
  0% {
    background-position: -650px 0;
  }
  100% {
    background-position: 650px 0;
  }
}

@media screen and (max-width: 1100px) {
  .link,
  .customer a {
    font-size: 1.2rem !important;
  }
}

@media screen and (max-width: 1260px) {
  .header__inline-menu {
    display: none !important;
  }

  .menu-drawer__navigation {
    padding: 0 0 0 0 !important;
  }
}

@media screen and (max-width: 990px) {
  .header {
    padding-bottom: 3rem !important;
    grid-template-columns: 0.4fr 3fr 3fr;
    padding: 0 20px !important;
  }
  header-drawer {
    margin: 0 0 0 0 !important;
  }
  .header__heading, .header__heading-link {
    justify-self: flex-start;
  }

  .slideshow__media .desktop-image {
    display: none !important;
  }

  .thirty-perc {
    width: 100% !important;
  }
  .seventy-perc {
    width: 100% !important;
  }

  .icon-list .multicolumn-card .multicolumn-card__image-wrapper {
    width: 35%;
    padding: 0 10%;
  }
  .icon-list .multicolumn-card__image-wrapper + .multicolumn-card__info {
    width: 65%;
  }

  .home-slide .slideshow__media {
    display: none;
  }

  .product-categories .grid--1-col-tablet-down .grid__item {
    width: 48%;
  }

  .footer-flex-content.page-width .footer-block--newsletter,
  .footer-flex-content.page-width .footer__content-top {
    width: 100%;
    padding: 0 0 30px !important;
  }
  .footer-flex-content.page-width .footer-block--newsletter .grid {
    width: 100%;
  }

  .footer-block__details-content .list-menu__item--link {
    padding: 0 !important;
  }

  .footer-flex-content.page-width .footer-block--newsletter .grid ul.footer__list-icon li img {
    width: 100%;
    height: auto;
  }

  .custom-grid li.custom-grid__item:first-child {
    grid-area: 1 / 1 / 5 / 5;
  }
  .custom-grid li.custom-grid__item:nth-child(2) {
    grid-area: 5 / 1 / 5 / 3;
  }
  .custom-grid li.custom-grid__item:nth-child(3) {
    grid-area: 5 / 3 / 5 / 5;
  }
  .custom-grid li.custom-grid__item:nth-child(4) {
    grid-area: 6 / 1 / 6 / 3;
  }
  .custom-grid li.custom-grid__item:nth-child(5) {
    grid-area: 6 / 3 / 6 / 5;
  }

  .cart-items tbody tr {
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
  }
  .cart-items tbody td {
    border: none;
  }
  .cart-items tbody td.cart-item__details {
    grid-column: 1 / 4;
  }
  .cart-items tbody td.cart-item__media {
    grid-column: 1 / 5;
  }
  .cart-items tbody td.cart-item__quantity {
    grid-column: 1 / 5;
  }

  .cart__footer > * {
    width: 37rem !important;
    max-width: 100%;
  }

  .popup {
    width: 100%;
    height: 100%;
    max-height: 100%;
    border-radius: 0;
    padding: 15px;
  }

  .customer-reviews .sa_review {
    padding: 0 !important;
  }
  .customer-reviews .image-with-text__content {
    padding: 3rem 0;
  }

  .home-slide .slideshow__text {
    padding-right: 0 !important;
  }

  .deals-offers .slick-dots {
    display: none !important;
  }

  .customer-reviews .image-with-text__grid::before {
    content: "Customer Reviews";
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 900;
  }

  a.header__icon > .visually-hidden {
    font-size: 10px;
    text-wrap: nowrap;
  }

  .announcement-bar.color-background-1 {
    display: none;
  }

  .header__heading-link:not(.mobile-header),
  h1.header__heading {
    display: none;
  }

  .header__heading-link {
    align-items: center;
    display: flex;
  }
  .mobile-content {
    display: inherit;
  }
  .mobile-content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-self: flex-start;
    justify-self: flex-start;
    gap: 10px;
  }
  .mobile-content p {
    font-weight: bold;
  }
  .mobile-content p a {
    color: #000000;
  }

  .header__icon--cart {
    margin-top: 0rem;
    margin-right: 0px !important;
  }
}

@media screen and (max-width: 749px) {
  .header {
    grid-template-columns: 0.4fr 5fr 0.4fr;
  }

  .mobile-content {
    width: 100%;
  }
  .mobile-content p {
    text-align: center;
    width: 100%;
  }
}