:root {
  --cassiopeia-color-primary: #7bab3a;
  --cassiopeia-color-hover: green;
  --cassiopeia-color-link: blue;
}

.virtuemart_search {
  display: none;
}

.vm-search-custom-search-input {
  display: none;
}

#fancybox-wrap {
  width: auto !important;
  height: auto !important;
}

.footermenu {
  flex-direction: row;
  background: #000;
  padding-top: 1em;
  padding-bottom: 1em;
  justify-content: center;
}

.footermenu li a {
  color: #fff;
  padding-left: 1em;
  padding-right: 1em;
}

.jcc img {
  float: right;
}

/* Disable product detailed view, make link unclickable */
.product-price {
  display: none;
}

.vm-product-descr-container-0 {
  display: none !important;
}

.vm-details-button {
  display: none;
}

.orderby-displaynumber {
  display: none;
}