/**
 * 
 * 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 {
  position: relative;
  display: inline-block;
  float: left;
  height: auto;
  min-height: 300px;
  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: 3px solid #f46300;
}

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: 5px;
  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: #000000;
  color: #ffffff;
  bottom: 0px;
  right: 0;
  left: 0;
  font-size: 10pt;
  padding: 6px 8px;
  width: calc(100% + 6px);
  cursor: pointer;
  margin: -3px;
  border-top: 3px solid #f46300;
}

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: 35px;
  text-align: center;
}

section#producten div.product-wrapper .artid {
  text-align: left;
  margin-top: -10px;
  margin-bottom: -10px;
}

.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 {
  position: absolute;
  background-color: #000000;
  color: #ffffff;
  bottom: 0px;
  right: 0;
  left: 0;
  font-size: 10pt;
  padding: 6px 8px;
  width: calc(100% + 6px);
  cursor: pointer;
  margin: -3px;
  border-top: 3px solid #f46300;
}

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: #000;
}

section#producten div.product-wrapper .subitems {
  text-align: center;
}

div#orderdetails.contents-updated {
  animation: nudgeCart 1s ease-in-out;
}

@keyframes nudgeCart {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-40px);
  }
  100% {
    transform: translateX(0px);
  }
}

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