.btnhover {
  color: #ffffff;
}

.btn-primary {
  color: #ffffff;
  background-color: var(--bs-primary);
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #1eb135;
  --bs-btn-border-color: #1eb135;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #215732;
  --bs-btn-hover-border-color: #215732;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #215732;
  --bs-btn-active-border-color: #215732;
  --bs-btn-disabled-color: #ffffff;
  --bs-btn-disabled-bg: #1eb135;
  --bs-btn-disabled-border-color: #1eb135;
}

.nav-link:focus-visible {
  box-shadow: none !important;
}

.text-success {
  --bs-success-rgb: 30, 177, 53;
}

.navbar-dropdown {
  margin-bottom: 0px;
  margin-top: 0px !important;
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-style: none;
  border-radius: 0px;
}

@media (max-width: 767px) {
  .navbar-dropdown {
    border-bottom-style: none;
  }
}

.bg-grey {
  background: var(--bs-secondary-bg);
}

.dropdown-item:active {
  background-color: #1eb135;
}

::selection {
  color: #fff;
  background: #1eb135 !important;
  text-shadow: none;
}

.frame-model #buildLevel, .frame-model #buildLevelW {
  display: none;
}

.fs-7 {
  font-size: 0.7rem !important;
}

.bs-icon.bs-icon-primary {
  background: #1eb135;
}

.form-control:focus {
  box-shadow: none;
  border-color: var(--bs-primary);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: var(--bs-secondary-color);
  text-decoration: none;
}

.feature-card-row {
  max-width: 900px;
}

.image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 250px;
  border-radius: var(--bs-border-radius) !important;
}

.hero-image-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 400px;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  border-radius: var(--bs-border-radius) !important;
}

.hero-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-img {
  padding: .25rem;
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

#prevBtn {
  left: 10px;
}

#nextBtn {
  right: 10px;
}

.ref-product-data {
  padding: 0px !important;
}

.ref-price {
  margin: 0 !important;
  font-weight: 700 !important;
}

.ref-image {
  border-radius: var(--bs-border-radius);
}

@media (max-width: 576px) {
  .reflow-product-list.ref-cards .ref-products {
    --ref-products-per-row: 2;
  }
}

.reflow-product-list.ref-cards .ref-product .ref-addons {
  /*opacity: 0;*/
  /*visibility: hidden;*/
  /*display: none;*/
}

.reflow-product-list.ref-cards .ref-product:hover .ref-addons, .reflow-product-list.ref-cards .ref-product .ref-addons.out-of-stock {
  /*opacity: 0;*/
  /*visibility: hidden;*/
  /*display: block;*/
}

