/*
 * Theme Name:     primtech
 * Theme URI:      http://www.martinreed.co.uk
 * Description:    Child theme for canvas
 * Author:         Martin Reed
 * Author URI:     http://www.martinreed.co.uk
 * Template:       canvas
 * Version:        0.1.0
 * */

@import url("../canvas/style.css");

.post-entries {
  margin-top: 4px;
}

#content .standout {
  text-align: center;
  background-color: #c7b29a;
  margin-right: 10px;
  padding: 2px 4px 3px 4px;
}

#content .standout a:hover {
  color: #e43131;
}

.widget .widget_shopping_cart_content p {
  color: white;
}

.products h2 {
  font-size: 16px;
}

.qty {
  width: 5em !important;
}
