div.product {
  min-width: auto;
}
.browseProductImage {
  width: 100%;
  height: 100%;
  margin: auto;
}
.vm-product-descr-container-1 > h2, .vm-product-descr-container-0 > h2 {
  font-size: 1.3em;
}
a.ask-a-question {
  font-size: 1.1em;
}
.display-number select, .control-buttons select {
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
}
.browse-view h1, .browse-view h4 {
  display: none;
}
.browse-view .orderby-displaynumber {
  border-top: transparent;
  padding-top: 0px;
  margin-top: 0px;
}
.browse-view .orderby-displaynumber .vm-pagination-top {
  display: none;
}
.browse-view .vm-pagination-bottom {
  float: none;
}
.browse-view .vm-pagination-bottom ul li a {
  width: 50px;
}
.browse-view .vm-pagination-bottom .vm-page-counter {
  display: none;
}
.spacer.product-container {
  border: 0px;
}
.spacer.product-container .vm3pr-0 {
  display: flex;
  justify-content: center;
}
.spacer.product-container .vm3pr-0 .addtocart-area {
  min-height: 0.3em;
}
.product-price {
  line-height: 2em;
}
.main-image img {
  height: 300px;
  width: 100%;
  margin: auto;
}
.vm-product-container .vm-product-media-container {
  width: 70%;
}
.vm-product-container .vm-product-details-container {
  width: 70%;
  float: none;
  clear: both;
  display: flex;
  justify-content: center;
}
p.product_s_desc {
  display: none;
}
.vm-product-descr-container-1 {
  min-height: 30px;
}
div.vm-details-button a {
  padding: 7px 16px;
}
/*div.spacer {
  border: 3px outset;
  margin: 0.5em;
  padding: 0.5em;
  img {
    margin: auto;
  }
}*/
div.spacer {
  margin: 0.5em;
}
div.spacer div.clear {
  margin-top: 10px;
}
div.spacer img {
  border: 3px solid;
  border-radius: 7px;
  color: #d4caca;
}
.browse-view .row .product .spacer img {
  height: 150px;
}
@media (max-width: 400px) {
  .row div[class*="width"] {
    width: 49%;
    float: left;
  }
}
@media (max-width: 767px) {
  /*div[class*="vm-col-"] {
    width: 49%;
  }
  div.product {
    min-width: auto;
  }*/
  .main-image img {
    height: auto;
  }
}
