.filter-attribute[data-filter-attribute="variety"]{
  display: none !important;
}

.filter-attribute[data-filter-attribute="container-type"]{
  display: none !important;
}

.filter-attribute[data-filter-attribute="container-size"]{
  display: none !important;
}

.s-item-total .price-tag, .s-product-price .price-tag{
    color:#73b31d !important;
}

.alert-warning {
  color: white;
  background-color: #73b31d;
  border-color: white;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.30);
  border: 10px solid rgba(0,0,0,.125);
  border-top-color: rgba(0, 0, 0, 0.125);
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: rgba(0, 0, 0, 0.125);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.125);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(0, 0, 0, 0.125);
  border-left-style: solid;
  border-left-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-radius: .25rem;
}

.alert-info {
  color: white;
  border-color: white;
  background-color: #73b31d;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.30);
  border: 10px solid rgba(0,0,0,.125);
  border-top-color: rgba(0, 0, 0, 0.125);
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: rgba(0, 0, 0, 0.125);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.125);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgba(0, 0, 0, 0.125);
  border-left-style: solid;
  border-left-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-radius: .25rem;
    
}

a:hover {
  color: #73b31d;
  text-decoration: underline;
}

a {
  color: #895d4f;
  text-decoration: none;
}

.btn-primary:hover {
  background-color: ;
  border-color: ;
}

.btn-primary {
  background-color: #73b31d;
  border-color: #73b31d;
}

.btn-primary.increase-cart-item-quantity {
  background-color: #73b31d;
  border-color: #73b31d;
}

.btn-primary.increase-cart-item-quantity:hover {
  background-color: #449218;
  border-color: #3f8716;
}

.btn-primary.decrease-cart-item-quantity {
  background-color: #73b31d;
  border-color: #73b31d;
}

.btn-primary.decrease-cart-item-quantity:hover {
  background-color: #449218;
  border-color: #3f8716;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #449218;
  border-color: #3f8716;
}
 
.btn-outline-primary {
  color: #73b31d;
  border-color: #73b31d;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #449218;
  border-color: #3f8716;
}


.shop-info-heading {
  font-size: 1.5rem;
}

@media (min-width: 992px)
.shop-info-heading {
  font-size: 1.5rem;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
  color: #fff;
  background-color: #449218;
  border-color: #3f8716;
}
  