
.model-card .card-text {
  font-size: 14px;
}

.filter-group {
  margin-bottom: 25px;
}

.filter-group li {
  font-size: .9em;
}

.no-price-text {
  font-size: .6em;
  font-style: italic;
}

.collapse.show {
  visibility: visible !important;
  display: block;
}

.model-card .img-wrap {
  height: 150px;
}

.model-card .model-card-image {
  max-height: 150px;
  display: block;
  margin: 0 auto;
}

.model-card h5 {
  margin-top: 10px; 
  text-align: center;
}

.product {
  max-height: 250px; 
  overflow: hidden;
}

.product-image-wrapper {
  width: 200px;
  float: left;
  margin-right: 20px;
}

img.brand-logo {
  width: 150px;
  height: auto;
  text-align: center;
  margin: 0 auto;
  display: block; 
}

img.item-image {
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-top: 20px; 
  max-height: 400px;
}

.product-info {
  float: left;
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
}

.product-info span {
  display: block;
}

.product-info span span {
  font-weight: bold;
  display: inline;
}

.product-info .brand-name {
  font-size: 15px;
  font-weight: lighter;
  line-height: 20px;
}

.product-info .model-name {
  font-size: 22px;
  font-weight: bold;
}

.product-info .sku {
  font-size: 14px;
  font-weight: light;
  font-style: italic;
}

.pricing-wrapper {
  float: right;
  text-align: right;
  margin-right: 15px; 
}

.pricing-wrapper .price {
  font-weight: bold;
  font-size: 34px;
  display: block;
}

.processor {
  background-color: #fff;
  margin-top: 5px;
  border-bottom: 1px solid #eee
}

.brand {
  background-color: #fff;
  border-bottom: 1px solid #eee
}

.type {
  background-color: #fff
}

.about span {
  color: #5629c0;
  font-size: 16px
}

.cart-button button {
  font-size: 12px;
  color: #fff;
  background-color: #5629c0;
  height: 38px
}

.cart-button button:focus,
button:active {
  font-size: 12px;
  color: #fff;
  background-color: #5629c0;
  box-shadow: none
}

.about {
  margin-top: 12px
}

.off {
  position: absolute;
  left: 65%;
  top: 6%;
  width: 80px;
  text-align: center;
  height: 30px;
  line-height: 8px;
  border-radius: 5px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff
}