
#products_wrapper {
  width: 73%;
  float: right;
}

.product {
  margin: 2px;
  background-repeat: no-repeat;
  background-size: contain;
}

.product_link {
  text-decoration: none;
}

.product .product_title {
  font-weight: bold;
  font-size: 10pt;
  margin: 2px;
  color: black;
  text-decoration: none;
}

.product .product_excerpt {
  width: 70%;
  color: #404040;
}

.product-narrow {
  background-position: right bottom;

  border-right: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  width: 31%;
  float: left;
  text-align: left;

  height: 110px;
  margin: 5px;
  padding: 5px;

  background-repeat: no-repeat;
  // background-size: 150px;

  -webkit-box-shadow: 1px 1px 2px 0px rgba(179,179,179,1);
  -moz-box-shadow: 1px 1px 2px 0px rgba(179,179,179,1);
  box-shadow: 1px 1px 2px 0px rgba(179,179,179,1);

  border: 1px solid lightgrey;
}

.product-narrow:hover {
  -webkit-box-shadow: inset 1px 1px 2px 0px rgba(179,179,179,1);
  -moz-box-shadow: inset 1px 1px 2px 0px rgba(179,179,179,1);
  box-shadow: inset 1px 1px 2px 0px rgba(179,179,179,1);
}

.product-narrow .product_excerpt {
  display: none;
}

.product-wide {
  background-position: center right;
  border-bottom: 1px solid #CFCFCF;
  width: 100%;
  float: none;
  text-align: left;
  padding: 5px;
  height: 150px;
  background-size: 150px;
}

.product-wide .product_excerpt {
  display: block;
}

/******************** 320X480 (IPHONE/ANDROID) *******************************/
@media screen and (max-width:480px) {
  #products_wrapper {
    width: 100%;
  }

  .product-narrow {
    width: 90%;
  }

  .product-wide {
    background-size: 100px;
    width: auto;
  }

  #category_wrapper {
    margin: 0px !important;
    padding: 0px !important;
    line-height: 0px !important;
    display: none !important;
    border: 0px;
  }
}

/******************** 4k Retina Display *******************************
@media screen and (min-width:2000px) {
  #category_wrapper ul, ol {
    font-size: 17pt;
  }

  .product .product_title {
    font-weight: bold;
    font-size: 17pt;
  }

  .product-narrow {
    height: 210px;
    margin: 10px;
    padding: 10px;
    box-shadow: 2px 2px 4px 0px rgba(179,179,179,1);
  }
}
*/
