.home-cat-list .cat-item {
  padding: 0px 0px 20px 0px;
}

.home-cat-list .cat-item .cat-item-head h3 {
  font-size: 35px;
}

.prd-teaser {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.prd-teaser .product-meta {
  background-color: white;
  padding: 10px;
}

.prd-teaser .product-meta .views-field-price__number {
  padding: 5px 0px;
  color: black;
  font-weight: 700;
  font-size: 14px;
}

.prd-teaser .product-meta .views-field-price__number span {
  display: inline;
}

.prd-teaser .product-meta .add-to-cart-form a {
  display: block;
  text-align: center;
  text-decoration: none;
}

.prd-teaser .ji-stock-error {
  color: red;
  padding: 5px;
  display: block;
}

.home-cats-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em;
}

.home-cats-bar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.home-cats-bar::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

.home-cats-bar::-webkit-scrollbar-thumb {
  background-color: #000;
  border: 1px solid #555;
}

.home-cats-bar ul {
  list-style: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
  width: max-content;
}

.home-cats-bar ul li {
  float: left;
  margin: 5px;
}

.home-cats-bar ul li a {
  padding: 5px 10px;
  border: 1px solid;
  display: block;
  border-radius: 5px;
  text-decoration: none;
}

.home-cat-list .cat-item .cat-item-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.home-cat-list .cat-item .cat-item-head .view-all {
  text-decoration: none;
  background: url('/themes/ji_kure_theme/images/right-16.png') top right
    no-repeat;
  padding-right: 20px;
  background-position-y: 5px;
}

.ajax-progress.ajax-productCat {
  position: unset;
  top: unset;
  left: unset;
  margin: 0px auto;
  display: block;
  width: fit-content;
}

.home-cats-bar ul li a.active {
  background: #41beb8;
  color: white;
  border-color: #41beb8;
}

.home-cat-list .cat-item .cat-item-head .sorting {
  padding-top: 10px;
}

.home-cat-list .cat-item .cat-item-head .sorting select.sort-by {
  color: black;
}

.home-cat-list .cat-item .no-result {
  text-align: center;
}

@media screen and (max-width: 576px) {
  .home-cat-list .cat-item .cat-item-head .sorting label {
    display: none;
  }

  .views-field a img {
    width: 100%;
  }
}

.product-link,
.product-strain {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-link {
  color: black;
  font-weight: 700;
  font-size: 16px;
  display: block;
}

.product-strain {
  color: #878787;
  font-weight: 100;
  font-size: 12px;
  letter-spacing: 1px;
  height: 15px;
}

.init-ajax-product-variation-promotions .product-link {
  color: black !important;
}

.init-ajax-product-variation-promotions .product-link:hover {
  color: #499e9b !important;
}

.init-ajax-product-variation-promotions .gray-text {
  color: #bcbcbc;
}

.init-ajax-product-variation-promotions .quantity {
  font-size: 12px;
}

.init-ajax-product-variation-promotions .price {
  font-size: 14px;
}

.init-ajax-product-variation-promotions .old-price {
  color: #c3c3c3;
}

#product-variation-promotion-wrapper {
  margin-bottom: 20px;
}

#product-variation-promotion-wrapper .promotion-wrapper {
  padding-top: 20px;
}

#product-variation-promotion-wrapper .promotion-wrapper .promotion-item {
  position: relative;
}

#product-variation-promotion-wrapper .promotion-item .ji-overlay.enabled {
  background: #dfe1e2cc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  cursor: not-allowed;
}
