/*
	Kluizenonline.nl
	02-08-2016 / JW
*/
section.content .product-row {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0; }
  section.content .product-row .no-padding {
    padding-left: 0;
    padding-right: 0; }
  section.content .product-row .continue-button {
    background-color: #39b54a;
    width: 100%;
    display: inline-block;
    height: 40px;
    text-align: center;
    border-radius: 6px;
    color: #ffffff;
    font-size: 24px;
    line-height: 40px;
    transition: 0.3s ease; }
    section.content .product-row .continue-button:hover {
      background-color: #2d8e3a; }
  section.content .product-row.no-border {
    border: none !important; }
    section.content .product-row.no-border .selling_points {
      background-color: #e6f4f8;
      padding: 10px 0;
      margin-top: 18px; }
      section.content .product-row.no-border .selling_points ol {
        list-style: none; }
        section.content .product-row.no-border .selling_points ol li {
          font-size: 28px;
          line-height: 48px;
          color: #0091b6 !important;
          font-family: Yanone Kaffeesatz;
          font-weight: 400; }
    section.content .product-row.no-border h2 {
      font-family: Open Sans;
      font-weight: bold;
      text-transform: uppercase;
      color: #333333;
      margin-bottom: 30px;
      font-size: 28px; }
    section.content .product-row.no-border h3 {
      font-family: Open Sans;
      font-weight: bold;
      text-transform: uppercase;
      color: #333333;
      margin-bottom: 30px;
      font-size: 20px; }
      section.content .product-row.no-border h3 .span-holder {
        display: inline-block;
        width: 115px; }
    section.content .product-row.no-border .divider {
      border: 1px solid #cccccc;
      display: inline-block;
      width: 100%;
      display: content-box;
      margin-left: -5px; }
    section.content .product-row.no-border p {
      font-family: Open Sans;
      color: #333333;
      font-size: 16px;
      line-height: 16px; }
      section.content .product-row.no-border p .span-holder {
        display: inline-block;
        width: 150px; }
      section.content .product-row.no-border p .span-holder-bold {
        font-weight: bold; }
section.content .col-xs-12 {
  background-color: #ffffff; }
section.content .left-column img {
  width: 70%; }
section.content .right-column {
  color: #0091b6;
  font-family: Yanone Kaffeesatz; }
  section.content .right-column b {
    font-size: 28px; }
  section.content .right-column .price {
    font-size: 40px; }
  section.content .right-column select {
    width: 100%;
    height: 40px;
    border: 1px solid #0091b6;
    text-align: center;
    outline: none !important;
    font-family: Open sans;
    font-weight:600;
    text-align-last: center;
    border-radius: 6px; }
  section.content .right-column .remove-article {
    display: block;
    margin-top: 20px;
    width: calc(100% - 40px);
    padding-right: 40px;
    box-sizing: content-box;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #e6e6e6;
    color:#4d4d4d;
    font-weight:600;
    font-family: Open Sans;
    font-size:18px;
    border-radius: 6px;
    transition: 0.3s ease;
    background-image: url(grfx/closeBtn.svg);
    background-repeat: no-repeat;
    background-position: center right;
    margin-top: 24px;
    background-size: 30px 19px; }
    
    section.content .right-column .change-article {
    display: block;
    margin-top: 20px;
    width: calc(100%);
    padding-right: 0px;
    box-sizing: content-box;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #e6e6e6;
    color:#4d4d4d;
    font-weight:600;
    font-family: Open Sans;
    font-size:18px;
    border-radius: 6px;
    transition: 0.3s ease;
    
    margin-top: 24px;
    background-size: 30px 19px; }
    section.content .right-column .remove-article:hover {
      background-color: #cdcdcd; }
  section.content .right-column .col-lg-5 {
    padding-right: 0; }
section.content .checkout-header {
  border-top: 1px solid  #cccccc;
  border-bottom: 1px solid  #cccccc;
  width: 100%;
  padding: 15px 0 13px 0; }
  section.content .checkout-header h1 {
    color: #0091b6;
    font-size: 45px;
    line-height: 45px;
    margin-top: 0;
    font-family: Yanone Kaffeesatz;
    font-weight: 300;
    width: calc(100% - 170px);
    display: inline-block; }
  section.content .checkout-header a {
    color: #f7931e;
    float: right;
    font-size: 32px;
    display: inline-block;
    width: 165px;
    vertical-align: bottom;
    text-decoration: none !important;
    line-height: 45px;
    margin-top: 0;
    font-family: Yanone Kaffeesatz;
    font-weight: 300;
    transition: 0.3s ease; }
    section.content .checkout-header a:hover {
      color: #da7908; }

/*# sourceMappingURL=checkout.css.map */
