#wrapper {
  background: white;
}

#subcategories {
  display: none;
}

a {
  color: #5FD179;
}
a:hover {
  color: #434347;
  text-decoration: underline;
}

#wrapper .breadcrumb {
  padding-top: 5;
  font-size: 0.8em;
}
.block-category {
  min-height: auto;
  margin-bottom: 0;
}
.h1, .h2, .h3 {
  text-transform: none;
}

@media (min-width: 1200px){
.container {
  width: 1600px;
  max-width: 100%;
    }}

.products-selection .sort-by-row {
  display: none;
  visibility: hidden;
}

/* Missing bullets in product descriptions */
.elementor-widget-text-editor ul {
  list-style: inside;
}
#order-confirmation #registration-form {
  display: none;
  visibility: hidden;
}
.btn-primary:hover {
  color: #fff;
  background-color: #333 !important;
}.btn-primary {
  background-color: #5FD179 !important;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #333 !important;
}
#blockcart-modal .product-name {
  color: #333;
}
select.form-control:not([size]):not([multiple]) {
  height: 3em;
}
