.mobile-content {
  display: none;
}

.forcehidden {
  display: none !important;
}

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

.hidden,
.hide {
  display: none;
}


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

#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: 12px 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;
  margin: 0 0 0 0 !important;
  height: 0px;
}
.product__info-container .product-form {
  margin: 0 0 0 0 !important;
}
.product-form__buttons {
  max-width: 100% !important;
}
.product-fpd.product--large .dawn-buy-buttons {
  width: 49% !important;
  margin: 45px 0 0 0 !important;
}
.accordion {
    clear: both;
}
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: 1.125rem;
  background: #f0f9eb;
  border-color: #6FB43F;
  border-width: 2px;
  border-style: solid;
  padding: 1rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: space-between;
}
#product-price2::before {
  content: "Total:";
  color: #000;
  font-size: 1.125rem;
}
#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-form__input.product-form__quantity {
  float: left;
  width: 30%;
}
quantity-input.quantity {
  width: 180px;
}
variant-radios.no-js-hidden {
  float: right;
  width: 60%;
}

/* #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;
}

a.out-of-stock {
  background: #3a3a3cbf !important;
  color: #ffffff !important;
}
a.out-of-stock:after {
  background: #3a3a3cbf !important;
}

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

.speak-to-live-specialist .gradient {
  background: none;
}
.speak-to-live-specialist .rich-text__wrapper {
  padding-right: 9rem;
  padding-left: 9rem;
}

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

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

.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: 3rem !important;
  height: 3rem !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 .label .part-number {
  display: none;
}

.product-form__input.product-options .color-swatch-wrapper.option-color {
  width: 4rem !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,
.product.product--thumbnail_slider.product-variant-color-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/68/assets/assorted_small.png?v=170626689884021801431690349930') !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/68/assets/red_white_blue_small.png?v=127691359743520428811690349931') !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 {
  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;
}

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

.product-grid .card__information {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.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;
}
.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;
}

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

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

.quantity:after {
  box-shadow: none !important;
}
.quantity {
  border-width: 2px;
  border-style: solid;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  width: 100%;
  border-radius: 0.5rem;
}
.quantity .quantity__input {
  border-width: 0 2px;
  border-style: solid;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.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 auto !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: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
  background: #6FB43F;
  padding: 0.6rem 2rem;
  border-radius: 9999px;
}
.stock_label.available .available_dot,
.stock_label.available-2 .available_dot {
  display: none;
}
.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;
}

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

.below-title-wrapper {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-direction: row-reverse;
  justify-content: space-between;
}

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

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

.popup-content #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;
  border-width: 0px !important;
  width: 100%;
}
.regios-dopp-generic-volume-pricing-table th {
  border-width: 0px !important;
}
.regios-dopp-generic-volume-pricing-table td {
  border-width: 1px 0px 1px 0px !important;
  border-color: #e5e7eb !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;
}

#discount-progress {
  clear: both;
  margin: 0 0 0 0 !important;
}
#discount-progress #current-discount {
  display: none;
}
#discount-progress #next-discount-info {
    font-weight: 700;
}

/* --- 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: normal;
  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: block;
  font-size: calc(var(--font-heading-scale) * 2.2rem);
  font-weight: 700;
}

/* --- 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: 1260px) {

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

@media screen and (max-width: 990px) {
  .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 .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;
  }


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

  .popup2 {
    width: 100% !important;
  }
}

.css-wosb86.builder-block {
    padding: 0px 0 40px !important;
}
.css-1dtghti.builder-block {
    margin: 80px auto !important;
}

@media only screen and (max-width: 991px) {
    .css-1wuwkx6.builder-block {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}

/* header-css */
.menu-opening svg.hamburger-icon {
    display: none !important;
}
.search-modal__form {
    max-width: 100%;
}
.search-modal__form input::placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
    opacity:1;
}
.search-modal__form input {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
}
sticky-header.header-wrapper.sticky-nav {
    width: 100%;
    position: absolute;
    z-index: 1000;
    background: #ffffff;
    animation: .5s ease-in-out fadeInDown;
    transition: .5s;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .06);
}
header.header.header--middle-left {
    grid-template-areas: 'heading center_search icons'
        'navigation navigation navigation';
    grid-template-columns: 1fr  1fr 1fr;
    column-gap: 2rem;
    row-gap: 0rem;
}
.header-serch-medial-left {
    grid-area: center_search;
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
}

100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
}
}
.header.page-width {
    max-width: 1980px !important;
    padding-left: 3rem;
    padding-right: 3rem;
}
a.header-icon-text {
    display: grid;
    justify-content: center;
    text-align: center;
    align-items: center;
    text-decoration: none;
    gap: 6px;
}
  span.icon-text {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: none;
    color: #3A3A3C;
}
.text-icon-desktop {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.header-icon-text  svg {
    margin: 0 auto;
    width: 30px;
    height: 30px;
}
.header__icon svg {
    height: 25px;
    width: 22px;
}
.header__icon .icon svg path {
    fill: #F5911F;
    stroke: #F5911F;
}
.header__icon svg path {
    fill: #F5911F;
    stroke: #F5911F;
}
.header__icons {
    align-items: center;
    gap: 20px;
}
.Meteor-DesktopNavigation a {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 100%;
    letter-spacing: 0 !important;
    text-transform: capitalize !important;
}
.sticky-nav nav {
  display: none !important;
}
#meteor-desktop-nav {
    gap: 18px !important;
}
.EzfySearch.EzfySearch--mobile.search-modal__content.search-modal__content-bottom {
    height: auto;
    padding: 1.5em;
    display: none;
}
.header--top-left {
    gap: 20px;
}
.header__icon {
    flex-direction: column !important;
    height:50.4px;
    gap: 6px;
    text-decoration: none;
    justify-content: space-between !important;
}
summary.header__icon.header__icon--search {
    display: grid !important;
}
summary.header__icon.header__icon--search span {
    width: 3rem;
    height: 3rem;
}

span.small-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    height: fit-content !important;
    font-size: 8px;
    color: #F5911F;
    font-weight: 500;
}
span.header-icons {
    width: 3rem;
    height: 3rem;
}
.menu-drawer-container {
    display: none !important;
}
header-drawer {
    grid-area: left;
}
a.menu-drawer__account.link.focus-inset.h5 {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    text-decoration: none;
    color: #3A3A3C;
}

@media(min-width:1600px){
  .header--top-left {    grid-template-areas: " heading navigation icons" !important;   grid-template-columns: 0.8fr auto 0.6fr !important;}
}

@media(max-width:1700px){
  .text-icon-desktop {    gap: 15px;    margin-right: 0px;}
  .header__icons {    gap: 15px;}
  #meteor-desktop-nav {    gap: 10px !important;}
}

@media(max-width:1260px){
  /* .header__inline-menu {    display: none !important; } */
  .header--top-left  {    display: grid;    grid-template-areas: "left-icon heading icons" !important;    grid-template-columns: 1fr 2fr 1fr !important;}
  /* .header__heading, .header__heading-link {    justify-self: center !important;} */
  .Meteor-MobileNavigation a {    font-weight: 400 !important;}
}

/* @media(max-width:989px){ */
@media(max-width:1145px){
  .header.page-width {    max-width: 1980px !important;    padding-left: 2rem;    padding-right: 2rem;    border: 1px solid #E4E4E4;}
  .header__icons {   gap: 8px;}
  .header--top-left {    grid-template-columns: 0fr 1fr 3fr !important;}
  nav.header__inline-menu {    display: none;}
  .menu-drawer-container {    display: flex !important;}
  header.header.header--middle-left {
    grid-template-areas: 'left heading  icons'
        'center_search center_search center_search';
    column-gap: 1rem;
    row-gap: 1rem;
  }
  .menu-drawer-container summary.header__icon {
    height: 100%;
  }
}


@media(max-width:749px) {
  .header--top-left {
    grid-template-columns: 1fr 2fr 1fr !important;
  }

  .EzfySearch.EzfySearch--mobile.search-modal__content.search-modal__content-bottom {
    display: block;
  }

  .Meteor-MobileNavigation a {
    font-weight: 400 !important;
  }

  details-modal.header__search {
    display: none;
  }

  .contact-text {
    display: none;
  }

  .text-icon-mobile {
    gap: 15px;
  }

  .mebile-menu-icon {
    gap: 15px;
  }

  .header.page-width {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  header.header.header--middle-left {
    column-gap: 0.6rem;
    row-gap: 0.6rem;
  }

  .search__input.field__input {
    padding-right: 5rem;
    height: 4.5rem;
  }

  button.search__button {
    height: 4.5rem;
  }

  ul.grid.product-grid li {
    width: calc(45% - var(--grid-mobile-horizontal-spacing) / 2) !important;
    max-width: calc(45% - var(--grid-mobile-horizontal-spacing) / 2) !important;
  }
}

/* multi-columb */
/* .multicolumn.why-choose .page-width {
    max-width: 1680px !important;
    margin: 0 auto;
} */
.multicolumn.why-choose .page-width {
    max-width: 1250px !important;
    margin: 0 auto;
}
.multicolumn h2.title {
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0;
    color: #181614;
    margin: 0px auto 0px;
}
.multicolumn h2.title span {
    color: #6FB43F;
}
.multicolumn-card__info {
    padding-top: 30px;
}
.multicolumn-card__info h3 {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: bold;
    color: #000000;
}
.multicolumn-card__info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #3a3a3c;
}
/* aditonal-css-after-remove */
.multicolumn-card__info>:nth-child(2) {
    margin-top: 0rem;
}
.multicolumn.background-none .multicolumn-card {
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
.background-none .slider .multicolumn-card__image-wrapper+.multicolumn-card__info {
    padding: 0 !important;
}
.multicolumn-card__image-wrapper--third-width {
    width: fit-content !important;
}
.background-none .multicolumn-card__image-wrapper {
    margin-left: 0 !important;
    margin-right: 1.5rem;
}
.multicolumn-card__info>:nth-child(2) {
    margin-top: 0rem !important;
}
@media(max-width:989px){
.multicolumn-list__item {
    width: 49% !important;
    max-width: 49% !important;
}
  .multicolumn-list {
    gap: 12px;
}
}
.multicolumn .slider-buttons.no-js-hidden.medium-hide {
    display: none;
}
  @media(max-width:550px){
.multicolumn-list__item {
    width: 70% !important;
    max-width: 70% !important;
}

}
/* end */
.why-choose .multicolumn-list__item:last-child .multicolumn-card.content-container {
    margin-left: auto;
    width: fit-content;
}
.about-page-multi .multicolumn-card__image-wrapper.multicolumn-card__image-wrapper--full-width.multicolumn-card-spacing {
    width: fit-content;
    margin: 0 auto;
}
.about-page-multi .multicolumn-list__item {
    padding: 0 10px;
}
.about-page-multi .title-wrapper-with-link {
    margin-top: 0 !important;
}
.about-page-multi .grid--peek.slider .grid__item:first-of-type {
    margin-left: 0;
}
@media(max-width:1100px){
  .multicolumn h2.title {
    font-size: 35px;
}
}
@media(max-width:989px){
  .why-choose .multicolumn-list__item:last-child .multicolumn-card.content-container {
    margin-left: unset;     width: 100%;
}
.multicolumn.background-none .multicolumn-card {
    /* text-align: center; */
    width: 100%;
    margin: 0 auto;
    align-items: center;
}
  /* .multicolumn-card__image-wrapper {
    margin: 0 auto !important;
} */
  .multicolumn-card__image-wrapper .media {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}
  .multicolumn h2.title {
    text-align: center;
}
}
@media(max-width:749px){
.multicolumn h2.title {
    font-size: 28px;
    line-height: 38px;
}
  .title-wrapper-with-link {
    margin: 0rem auto !important;
}
}


/* prodcut-slider-section */
.main-slider .full-unstyled-link {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: #3A3A3C;
    font-weight: 400 !important;
}
.main-slider .price span {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: #F5911F !important;
}
.main-slider .price {
    text-align: center;
}
.main-slider span.price-item.price-item--sale.price-item--last {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: #F5911F !important;
}
.deail-of-slider .full-unstyled-link {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: #3A3A3C;
    font-weight: 400 !important;
}
.deail-of-slider .price span {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: #F5911F !important;
}
.deail-of-slider .price {
    text-align: center;
}
.deail-of-slider span.price-item.price-item--sale.price-item--last {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: #F5911F !important;
}


/*image-width-text  */
.image-with-text__heading {
    font-size: 40px;
    line-height: 100%;
    color: #3A3A3C;
    letter-spacing: 0;
}
p.image-with-text__text.image-with-text__text--caption {
    font-size: 14px;
    letter-spacing: 0;
    padding: 10px 20px;
    margin-bottom: 50px;
    background: #F5911F;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 500;
}
.image-with-text__text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 0;
    color: #696969;
}
.speak-to-live-specialist .image-with-text__grid--reverse .image-with-text__text-item .image-with-text__content .image-with-text__text p {
    font-size: 14px !important;
    font-family: Rubik;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.6px;
}
.speak-to-live-specialist .image-with-text__grid--reverse .image-with-text__text-item .image-with-text__content {
    padding: 6rem 7rem 7rem 0rem;
    max-width: 460px;
    margin: 0;
}
 .image-with-text__grid--reverse .image-with-text__text-item .image-with-text__content {
    padding: 6rem 7rem 7rem 0rem;
}
   .image-first .image-with-text__text-item .image-with-text__content {
    padding: 6rem 0rem 7rem 7rem;
}
.caption-hasting span {
    font-weight: 500;
    font-size: 20px;
    line-height: 110.00000000000001%;
    letter-spacing: 0.6px;
    color: #F5911F;
}
.caption-hasting {
    margin: 40px 0px 0 !important;
}
.conatct-button h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.6px;
    color: #000000BF;
    text-align: center;
}
.button--secondary {
    background: #F5911F !important;
}
.button--secondary:hover {
    background: #6FB43F !important;
}
.conatct-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.image-with-text__media.image-with-text__media--adapt.gradient.color-accent-1.global-media-settings.media {
    border-radius: 10px;
}
/* about-image-text */
.about-page h2.image-with-text__heading {
    line-height: 50px;
    text-transform: capitalize;
}
.about-page .image-with-text__text p {
    font-family: Rubik;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 3rem;
}

/* deal-section */
.deals-offers {
    background: #F9FAFB;
    border-bottom: 1px solid #b4b4b4;
}
.image-text-slider {
    display: grid;
    grid-template-columns: 24% 74%;
    gap: 30px;
}
.deals-offers .card__media {
  width: 100% !important;
}
.deals-offers .card__information {
  margin-top: 20px;
}
.deals-offers .card__information h3 a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}
.thirty-perc {
    background: #F5911F;
    padding: 30px;
    text-align: center;
}
.thirty-perc {
    background: #F5911F;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    height: 100%;
    align-items: center;
    display: flex;
}
h2.section-deal-heading.h2 {
    font-size: 40px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
    margin-top: 0;
}
.section-deail-text.body p {
    font-size: 18px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
    color: #ffffff;
}
.button--primary-button:hover {
  background: #ffffff !important;
  color: #F5911F !important;
}
.button--primary {
  background-color: #F5911F !important;
  color: #ffffff !important;
}


/*  news-letter*/
.newsletter-section .gradient {
  background: none;
}
.newsletter-section .newsletter-form {
  margin: 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) {
    height: 70%;
    border-radius: 4px;
    right: 10px;
    top: 10px;
    width: fit-content;
    padding: 0 30px;
    line-height: 100%;
    letter-spacing: 0;
    background: #6FB43F;
    color: #ffffff;
    font-size: 16px;
    transition: all .3s;
    font-weight: 500;
    text-transform: capitalize;
}
.newsletter-section .newsletter-form .newsletter-form__field-wrapper .newsletter-form__button:not(:focus-visible):not(.focused):hover {
    background:  #F5911F;
}
.newsletter-section h2 {
    font-weight: 700;
    font-size: 52px;
    line-height: 100%;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    max-width: 900px;
}
.newsletter-section .newsletter__subheading {
    text-align: left;
    margin: 3rem 0;
    max-width: 100%;
}
.newsletter-section .newsletter__subheading p {
    font-size: 20px;
    color: #ffffff;
    font-family: Rubik;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.6px;
}
.newsletter-section .newsletter-form {
    margin: 0;
    max-width: 60rem !important; 
}
.newsletter__wrapper .newsletter-form__field-wrapper {
    max-width: 60rem !important;
}
.newsletter-section .newsletter-form .newsletter-form__field-wrapper .field__input {
    background-color: #ffffff;
    color: #969696;
    height: 6.5rem;
    border-radius: 10px;
}
.newsletter-section .field:hover.field:after{
    box-shadow: none;
    outline: 0;
    border-radius: 10px;
}
.newsletter-section  .field:after { 
    border-radius: 10px;
    box-shadow: none;
}
.newsletter-section .newsletter-form .newsletter-form__field-wrapper .field__input::placeholder {
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    color: #8A8A8A;
    opacity: 1;
}
.newsletter-section .field__input:not(:placeholder-shown) {
    padding: 1.5rem !important;
}
.newsletter-form__field-wrapper .field__input {
    padding-left: 2.5rem;
}

@media(max-width:1300px){
  .newsletter-section h2 {    font-size: 40px;   max-width: 680px;}
}

@media(max-width:1100px){
  .newsletter-section h2 {    font-size: 35x;}
  .newsletter-section .newsletter__subheading p {    font-size: 18px;}
  .conatct-button {    gap: 10px;}
}

@media(max-width:749px){
  .newsletter-section h2 {    font-size: 30px;    max-width: 680px;    font-weight: 500;    line-height: 110%;}
  .newsletter-section .newsletter__subheading p {   font-size: 16px;}
  .newsletter-section .newsletter__subheading {  margin: 3rem 0 4rem;}
  .newsletter-section .newsletter-form .newsletter-form__field-wrapper .newsletter-form__button:not(:focus-visible):not(.focused) {   height: 100%;   padding: 16px 28px;  position: unset; border-radius: 5px;}
  .newsletter-form__field-wrapper .field {    display: flex;  flex-direction: column;    gap: 18px;    justify-content: center;    align-items: center;}
  .newsletter-section .newsletter-form .newsletter-form__field-wrapper .field__input {   height: 5.2rem;    border-radius: 5px;     text-align: center;}
  .newsletter-section .newsletter-form .newsletter-form__field-wrapper .field__input::placeholder {    font-size: 17px;    line-height: 110%;    text-align: center;}
}

/*footer  */
.footer__blocks-wrapper > *:last-child {
    margin-right: auto;
    width: 00%;
}
.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: 30%;
  border-top: none;
  margin-top: 0;
  padding: 0 !important;
}
.footer-flex-content.page-width .footer__content-top {
  width: 60%;
}
.footer-flex-content.page-width .footer-block--newsletter .footer__list-social {
  margin-bottom: 40px;
}
.footer-flex-content.page-width .footer-block--newsletter .footer-content {
  margin-bottom: 40px;
  font-family: Rubik;
  font-size: 14px;
  line-height: 25.2px;
  letter-spacing: 0.6px;
}
.footer-flex-content.page-width .footer-block--newsletter .grid ul.footer__list-icon li {
    margin: 0;
}
.footer-flex-content.page-width .footer-block--newsletter .grid ul.footer__list-icon {
    justify-content: flex-start !important;
    gap: 20px;
}
h2.footer-block__heading {
    font-weight: 700;
    line-height: 23.4px;
    letter-spacing: 0.6px;
}
.footer-block__details-content .list-menu__item--link {
    font-family: Rubik;
    line-height: 25.2px;
    letter-spacing: 0.6px;
}
.footer-flex-content.page-width .footer-block--newsletter h2 {
  margin-bottom: 0;
}

.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%;
}
small.copyright__content {
  font-family: Rubik;
  font-size: 13.2px;
  line-height: 22.44px;
  letter-spacing: 0.7px;
}

@media(max-width:1300px){
  .footer-flex-content.page-width .footer-block--newsletter .grid ul.footer__list-icon {   gap: 8px;}
  .footer-flex-content.page-width .footer-block--newsletter .footer-content {   margin-bottom: 20px;}
  .footer-flex-content.page-width .footer-block--newsletter .footer__list-social {    margin-bottom: 20px;}
  .footer__blocks-wrapper > *:last-child {    margin-right: auto;    width: 10%;}
}

@media(max-width:989px){
  .footer-flex-content.page-width {    gap: 40px;}
  .footer-flex-content.page-width .footer-block--newsletter {    width: 100%;}
  .footer-flex-content.page-width .footer__content-top {    width: 100%;}
}

@media(max-width:749px){
  .footer-flex-content.page-width .footer-block--newsletter .footer__list-social {    margin-bottom: 4px;    margin-top: 4px;}
  .footer-block__details-content .list-menu__item--link {    line-height: 28.2px;}
  .footer-flex-content.page-width .footer-block--newsletter .grid ul.footer__list-icon li {    width: fit-content;    margin: 0 auto;}
  ul.footer__list-icon.list-unstyled.list-icon.grid__item {    display: grid;    gap: 15px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
}



/* multicolumb  */
.standard-sized .page-width {
    --page-width: 1000px;
    margin: 0 auto;
}
.standard-sized .multicolumn-card__image-wrapper .media {
    margin: 0 auto;
}
.standard-sized a.link.animate-arrow {
    text-decoration: none;
}
.standard-sized .link.animate-arrow.button-section {
    display: flex;
    padding: 15px;
    background-color: rgb(111, 180, 63);
    border-radius: 4px;
    text-decoration: none;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    color: #ffffff;
    transition: all .3s;
}
.standard-sized .link.animate-arrow.button-section svg.icon.icon-arrow {
    display: none;
}


/* review */
#SA_review_wrapper .SA__review_container {
    max-width: 1600px !important;
    margin: 0 auto;
    padding: 20px;
}

/* button-css */
a.button, .button, .button.button, customer .button {
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    background: #6FB43F;
    color: #ffffff;
    transition: all .3s;
}
a.button:hover, .button:hover, .button.button:hover, customer .button:hover{
    background: #F5911F;
}


.meteor-menu[data-meteor-template=prism] .m-title {
  text-transform: none !important;
  font-weight: normal !important;
  font-size: 11px !important;
}
.meteor-menu .m-link {
  font-size: 11px !important;
}

.reward_points {
  margin: 0 0 0 0 !important;
  margin-bottom: -40px !important;
  text-align: right;
  font-weight: bold;
}

.cart-recommendation-product {
    align-items: flex-start;
    display: flex;
    padding-bottom: 3rem;
    padding-top: 2rem;
}
.cart-recommendation-product h3 {
    margin-bottom: .5rem;
    margin-top: 0;
}
.cart-recommendation-product .cart-recommendation-product__image {
    display: inline-flex;
    margin-right: 1.5rem;
    margin-top: .5rem;
}
.cart-recommendation-product button {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  background: #6FB43F;
  color: #ffffff;
  transition: all .3s;
  border: 0px;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.cart-notification.active {
  height: 590px;
  overflow: auto;
}

p > a {
  color: #F5911F;
}

.volume_pricing_heading {
  font-weight: 900;
  cursor: pointer;
  color: #6FB43F;
}

.volume-pricing-table-wrapper {
  height: 0px !important;
  overflow: hidden;
}
.volume-pricing-table-wrapper.open {
  height: auto !important;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

.flex {
  display: flex;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.product-reviews-wrapper {
  float: left;
  width: 50%;
  line-height: 37.8px;
  margin: 0 0 0 0 !important;
}
.stock_availability_label {
  float: right;
  width: 50%;
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0 0 !important;
}

#product-available {
  margin: 0 0 0 0 !important;
}
#product-available .variant-sku-part {
  display: none;
}

.total-price-wrapper {
  background-color: #f0f9eb;
  border-color: #6FB43F;
  padding: 1.5rem 2rem;
  border-width: 2px;
  border-radius: 0.5rem;
  justify-content: space-between;
  display: flex;
  align-items: center;
  border-style: solid;
}
.total-price-wrapper .label-wrapper {
  color: #3A3A3C;
  font-weight: 600;
  font-size: 2.125rem;
  line-height: 2.75rem;
}
.total-price-wrapper .total-price {
  color: #6FB43F;
  font-weight: 700;
  font-size: 2.875rem;
  line-height: 3.25rem;
}

.product-price {
  color: #6FB43F;
  font-weight: 700;
  font-size: 3.25rem;
  line-height: 3.5rem;
}

.regular-price {
  color: rgb(var(--color-foreground));
}

.volume_pricing_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0 1rem 0 !important;
}
.volume_pricing_info .volume_pricing_label {
  font-weight: 600;
}
.volume_pricing_info .volume_pricing_blob {
  background-color: #6FB43F;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 1rem 1.5rem;
  border-radius: 9999px;
}

.product--specifications h2 {
  font-size: 2rem !important;
  line-height: 2.75rem !important;
  font-weight: 700 !important;
}

.customize_quote_buttons_wrapper {
  display: flex;
  gap: 10px;
}
.customize_quote_buttons_wrapper .button {
  width: 100%;
  font-weight: 600 !important;
}

.button.button-white {
  background-color: transparent !important;
  border-width: 2px;
  border-style: solid;
  border-color: #6FB43F;
  color: #3A3A3C;
}

.volume_pricing_message, 
#discount-progress, 
.volume_pricing_info {
  cursor: pointer;
}

.price__badge-sale {
  display: none !important;
}