/**
 * 
 * PHP version 5.6
 * 
 * @category  PHP
 * @package   Timmerman
 * @author    Lucien Plattel <lucienplattel@twinmediabv.nl>
 * @copyright 2015 | Twin Media BV
 * @license   None
 * @link      www.twinmediabv.nl
 */
/* 
    Created on : 23-Feb-2016, 12:06:36
    Author     : Lucien Plattel
*/
section#producten div.product-wrapper {
  margin: 25px 4px;
  position: relative;
  display: inline-block;
  float: left;
  height: auto;
  min-height: 285px;
  width: 24%;
  width: 32%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
}

section#producten div.product-wrapper:hover {
  border-bottom: 2px solid #f46300;
}

section#producten div.product-wrapper:hover .num {
  display: block;
}

section#producten div.product-wrapper .thumb {
  text-align: center;
  margin: 10px;
}

section#producten div.product-wrapper img.thumb {
  height: 150px;
  width: 150px;
  text-align: center;
}

section#producten div.product-wrapper div.prices {
  text-align: center;
  float: left;
  font-size: 10pt;
  margin-top: 10px;
  width: 100%;
  color: #f46300;
}

section#producten div.product-wrapper div.prices .exvat {
  padding-bottom: 5px;
}

section#producten div.product-wrapper div.prices .invat {
  margin-bottom: 10px;
  font-weight: bold;
}

section#producten div.product-wrapper div.order {
  position: absolute;
  background-color: #f2f2f2;
  color: #f46300;
  bottom: 0px;
  right: 0px;
  font-size: 10pt;
  padding: 3px 8px;
  width: 100%;
  cursor: pointer;
}

section#producten div.product-wrapper div.title {
  font-size: 9pt;
  text-align: center;
  border-top: 1px solid #f2f2f2;
  padding-top: 10px;
  font-weight: bold;
  color: #000;
}

section#producten div.product-wrapper div.num {
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  right: 0;
  top: 10px;
}

section#producten div.product-wrapper div.num input {
  width: 30px;
  text-align: center;
}

.product-wrapper .prices .exvat {
  float: left;
  text-align: center;
  width: 50%;
}

.product-wrapper .prices .invat {
  float: left;
  text-align: center;
  width: 50%;
}

.product-wrapper .prices .exvat:before {
  content: "Excl. BTW ";
}

.product-wrapper .prices .invat:before {
  content: "Incl. BTW ";
}

section#producten-detail .thumb {
  max-width: 300px;
  border: 1px solid #f2f2f2;
  margin-top: 25px;
  float: left;
}

section#producten-detail .product_images {
  /* clear: both; */
  padding-top: 10px;
  float: left;
  max-width: 300px;
  overflow: hidden;
}

section#producten-detail .product_images .product_image {
  float: left;
  margin-right: 5px;
  border: 1px solid #f2f2f2;
}

section#producten-detail .title {
  font-family: "Open Sans", "Verdana", "sans-serif";
  color: #f46300;
  font-size: 22px;
}

section#producten-detail .product-description {
  clear: both;
}

section#producten-detail h2.title {
  float: left !important;
  clear: both;
}

section#producten-detail .product-description .content {
  clear: both;
  float: left;
  padding-top: 10px;
}

section#producten-detail .product-info {
  margin-top: 25px;
  padding-left: 15px;
  position: relative;
  display: block;
  float: left;
  min-height: 388px;
}

section#producten-detail .prices .exvat:before {
  content: "Excl. BTW ";
}

section#producten-detail .prices .invat:before {
  content: "Incl. BTW ";
}

section#producten-detail div.order {
  background-color: #f2f2f2;
  color: #f46300;
  bottom: 0px;
  right: 0px;
  font-size: 14pt;
  padding: 3px 8px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  position: absolute;
}

section#producten div.product-wrapper:hover {
  border-bottom: 2px solid #f46300;
}

section#producten-detail div.num {
  display: inline-block;
  margin-right: 10px;
  right: 0;
  top: 10px;
}

section#producten-detail div.num input {
  width: 30px;
  text-align: center;
}

section#producten-detail div.prices {
  text-align: left;
  float: left;
  font-size: 10pt;
  margin-top: 10px;
  width: 100%;
  color: #f46300;
}

/*# sourceMappingURL=losseproducten-categories.css.map */
