/* Enter Your Custom CSS Here */.content-area.product-catalog #catalog_sidebar {
    width: 20%;
    float: right;
    box-sizing: border-box;
  margin:0;
    border:2px solid #f3f3f3;
  padding:5px;
}
.single .entry-content {
    margin-bottom: 5px;
}
#product_listing, article#product_listing {
    width:100%;
    float: none;
    margin: 0;
  padding:10px;
    border:2px solid #f3f3f3;
}


.classic-grid-image-wrapper .image img, .ecommerce-product-catalog .classic-grid-image-wrapper .image img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
  font-size:12px; border: 1px solid #000;
}

#container.content-area.product-catalog * {
    color: #664149;
}
#container.content-area.product-catalog * {
    color: #664149;
}
.catalog-header {
    clear: both;
}
.h1{
    font-size: 23px;
    background-color: #eee;
    line-height: 1.3;
}




