/**
 * Products markup for Custom Webshop
 *
 * Css is divided over a number of files, and should be grouped accordingly. The
 * main layout will merge and minimize these files in production mode.
 *
 * General stylesheets:
 * app.css          This file, general & frontend markup
 * reset.css        Standard reset stylesheet
 * products.css     Product listings, details page specifics
 * formstables.css  General tables, form
 *
 * In this stylesheet:
 * A) product listings
 * B) product page
 */

/*********************************
 * A) Product listings
 ********************************/

			 /*********************************
			 * Two products grid
			 ********************************/

.two-products-grid .pli-columns-2 {
	width: 362px;
	padding-bottom: 15px;
}
.two-products-grid .pli-columns-2 .pli-afbeelding {
	width: 354px;
}

.two-products-grid .pli-columns-2 .pli-titel {
	margin: 12px 0 0 12px;
	font-size: 1.4em;
	height: 1.6em;
}
.two-products-grid .pli-columns-2 .pli-korte-omschrijving {
	margin: 0 12px 0 12px;
}
.two-products-grid .pli-columns-2 .pli-compare  {
	margin: 5px 8px 5px 8px;
}
.two-products-grid .pli-columns-2 .pli-body {
	margin: 5px 8px 5px 12px;
}

.two-products-grid .pli-columns-2 .pli-voor-prijs {
	font-size: 1.5em;
	margin-right: 12px;
}

			 /*********************************
			 * End two products grid
			 ********************************/

			 /*********************************
			 * Other two products grid
			 ********************************/
.other-two-products-grid .pli-columns-2 {
	width: 362px;
	padding-bottom: 0;
}
.other-two-products-grid .pli-columns-2 .pli-titel {
	margin: 12px 0 0 12px;
	font-size: 1.4em;
	height: 1.6em;
}
.other-two-products-grid .pli-columns-2 .pli-afbeelding {
	float: left;
	display: block;
	max-width: 150px;
	max-height: 150px;
	border: 0;
}
.other-two-products-grid .pli-columns-2 .pli-afbeelding img {
	float: left;
	margin-left: 4px;
	max-width: 100%;
	overflow: hidden;
}
.other-two-products-grid .pli-columns-2 .pli-korte-omschrijving {
	margin: 0 12px 5px 12px;
	float: left;
	width: 180px;
}
.other-two-products-grid .pli-columns-2 .pli-prijs {
	float: left;
	font-size: 1.3em;
	margin: 0 0 0 12px;
}
.other-two-products-grid .pli-columns-2 .pli-van-prijs {
	margin-right: 5px;
}
.other-two-products-grid .pli-compare input[type="checkbox"] {
	margin: 4px 6px 0 12px;
}
.other-two-products-grid .pli-compare .controls {
	width: 270px !important;
}
.other-two-products-grid .pli-columns-2 .pli-compare  {
	margin: 5px 8px 5px 8px;
}
.other-two-products-grid .pli-columns-2 .pli-body {
	margin: 5px 8px 5px 12px;
}
.other-two-products-grid .pli-columns-2 .bestelgrid a {
	right: 12px;
	bottom: 12px;
	padding: 8px 16px;
}
.other-two-products-grid .pli-sale-label {
    background: #e64111 !important;
    color: #fff !important;
    position: absolute !important;
    display: block !important;
    height: 27px !important;
    width: 170px !important;
    left: inherit !important;
    right: -76px !important;
    top: -18px !important;
    padding-top: 30px !important;
    padding-bottom: 0 !important;
    text-align: center !important;
    line-height: 20px !important;
    transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
}

.other-three-products-grid .pli-columns-3 .pli-titel , .other-three-products-grid .pli-columns-4 .pli-titel {
    padding-right: 35px;
    font-size: 15px;
}
.other-three-products-grid .pli-columns-3 .pli-korte-omschrijving , .other-three-products-grid .pli-columns-4 .pli-korte-omschrijving {
    padding: 10px 10px 0 10px;
}
.other-three-products-grid .pli-columns-3 .pli-prijs , .other-three-products-grid .pli-columns-4 .pli-prijs {
    padding: 0 10px;
}
.other-three-products-grid .pli-columns-3 .pli-van-prijs , .other-three-products-grid .pli-columns-4 .pli-van-prijs {
    margin-right: 10px;
}
.other-three-products-grid .pli-columns-3 .pli-voor-prijs , .other-three-products-grid .pli-columns-4 .pli-voor-prijs {
    float: none !important;
}
.other-three-products-grid .pli-columns-3 .bestelgrid a , .other-three-products-grid .pli-columns-4 .bestelgrid a {
    position: absolute;
    left: 10px;
    max-width: 110px;
    max-height: 30px;
    padding: 5px 10px;
    text-align: center;
}
			 /*********************************
			 * End other two products grid
			 ********************************/


			 /*********************************
			 * Begin tabs
			 ********************************/

.tabs .nav-tabs {
    background: #E4E4E4;
    height: 40px;
    font-size: 16px;
}
.tabs ul.nav-tabs {
    list-style-type: none !important;
    margin: 0 !important;
}
.tabs .nav-tabs a {
    text-decoration: none;
    display: block;
    margin: 6px 0;
    padding: 5px 13px;
}
.tabs .nav-tabs > li {
    float: left;
    border-right: 1px solid #D5D5D5;
}
.tabs .nav-tabs li.active {
    background: #DBDBDB;
}
.tabs .nav-tabs li:hover {
    background: #D5D5D5;
}
.tabs .tab_content.active {
    display: block;
}
.tabs .tab_content {
    display: none;
}
.tabs .tab_content h2 {
    font-size: 22px;
}
.tabs #tab_related h2 {
    display: none !important;
}
.tabs .tab_container {
    padding: 0;
}
.tabs #tab_omschrijving , .tabs #tab_specificaties , .tabs #tab_related , .tabs #tab_review {
    padding: 20px 0;
}
.tabs .tab_container {
    border: 0;
}



#pli-description        { clear: both; clear: both;padding: 0 5px; margin: 0;background: #fff;}
#json_product_listing .page-header h1{font-size: 28px; font-weight: 700; padding-left: 3px;}
/* Column dimensions */
.pli-columns, .brand-columns            { float: left; display: block; padding-bottom: 32px; position: relative; overflow: hidden; background:#fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;  border: 1px solid #ddd;}
.pli-subcategories .pli-columns, .brand-columns { padding-bottom: 0;}
.pli-subcategories .pli-naam a { display: block; padding: 1em 0; text-align: center;}

.pli-columns-3, .brand-columns-3          { width: 243px;	margin-right: 6px; }
.pli-columns-4, .brand-columns-4          { width: 179px;	border: 1px solid #ddd;	margin:0 8px 10px 0; }
.pli-column-0, .brand-column-0           { clear: both; }
.pli-column-last, .brand-column-last        { margin-right: 0 !important; }

.noborder               { border: 1px solid #fff !important;}
.vergelijkregel         { height: 1.5em;}
.vergelijkregel label   { text-align: right;}

/* List heading */
.pli-heading            { border: 1px solid #ededed; margin-bottom: 12px; clear: both; background: #f7f7f7; }
.pli-heading h2         { display: block; float: left; padding: 12px; width: 300px; line-height: 20px; font-size: 1.2em; }
.pli-heading h3         { float: right;	display: block;	padding: 12px; width: 250px; text-align: right;	font-weight: normal; }

.pli-paging {
    width: auto;
    float: right;
    height: 28px;
    padding: 0;
    margin-top: 3px;
}

.pli-paging span:first-child{
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}

.pli-paging span:last-child{
	border-left:1px solid #ddd;
}



#pli-description h2{font-size: 20px; font-weight: 600;}
#pli-description h3{font-size: 16px; font-weight: 300;}
#pli-description p{line-height: 20px;}

.pli-paging span a.btn  { color: #333; }
.pli-paging span.btn.current,
.pli-paging span.btn.nolink { display: inline-block; background:#c1c1c1; }
.pli-paging span.btn { display: inline-block; background: #f1f1f1; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;}
.pli-paging span.btn a { display: block; text-decoration: none;}
/* List controls */
.pli-controls           { border: 1px solid #DDDDDD; padding: 0px 0px 0px 10px; margin: 10px 0 20px 0;  line-height: 24px; background:#fff; height:40px; }
.pli-subcategories .pli-controls { border: 0; }
.pli-controls .btn-primary		{
	background:#00ADEF;
	border:none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

}
.pli-controls-sort{border-right: 1px solid #DDDDDD; padding-right: 10px;}
.pli-controls-sort .fa-arrows-v{font-size: 14px; margin-top: 12px; color:#555;}

/* CATEGORY CONTROLS */


.pli-controls-display{
	margin-top: -3px;
}
.pli-controls-limit a{
	color: #878787;
	/*border-left: 1px solid #ddd;*/
	padding: 11px 6px;
	text-decoration: none;
}
.pli-controls-limit a:nth-child(2){margin-left: 5px;}
.pli-controls-limit a:last-child{border-right: none;}
.pli-controls-limit{
	margin-top: 4px;
}
.pli-paging span.btn, .pli-paging span.btn.current, .pli-paging span.btn.nolink{
	background: #fff;
	color: #555;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 7px 7px 8px 7px;
	font-size: 12px;
}

.pli-paging span.btn.current{

	font-weight: 700;
	font-size: 14px;

}

.pli-paging{
	margin-top: 0px;
}

.pli-controls-label{
	color:#333;
	margin-top: 1px;
	margin-right: 10px;
	font-size: 14px;
}

.pli-controls .fa_wrap select {
    border: 0px;
	box-sizing: border-box;
	cursor: pointer;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    position:relative;
    background:transparent;
    padding:9px;
	    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 40px;
    width: 180px;
}
.pli-controls .fa_wrap{
    position:relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}
.pli-controls .fa_wrap.fa_before:before{
    content: "\f07d";
    font-family: FontAwesome;
    padding:8px;
    position:absolute;
    left: -5px;
    top: 12px;
    width:6%;
    line-height:10%;
}

.pli-controls .fa_wrap.fa_after:after{
    content: "\f0d7";
    font-family: FontAwesome;
    padding:8px;
    position:absolute;
    right: 10px;
    top:12px;
    width:6%;
    line-height:10%;
}

.pli-controls-options li.pli-controls-active{
	background: #f8f8f8;
}

.add-to-cart{
	background:url('../img/add-to-cart.png') 10px center #F1690D no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:0;
	padding:10px 20px 10px 40px;
	text-decoration: none;
	margin:5px;
	font-weight: 700;
	-webkit-appearance: none;
	color:#fff;
	font-size: 15px !important;

}

.pli-controls-label {
    float: left;
    display: inline-block;
    margin-right: 4px;
    height: 23px;
    line-height: 23px;
}
.pli-controls-sort      { float: left; margin-top: 0px; height: 40px;}
.pli-controls-display   { float: left; width: 230px;}
.pli-controls-limit     { float: left; margin-top: 8px;}
span.pli-controls-limit	{ margin-top:0px; font-size: 12px;}
.pli-controls-options   { margin: 0; padding: 0; list-style-type: none; }
.pli-controls-options li {
   float: left;
   padding: 14px 10px 0 10px;
   height: 26px;
	border-right: 1px solid #DDDDDD;
	cursor: pointer;
}
ul.pli-controls-options { display: inline-block; margin: 3px 0 0 0 !important; list-style: none !important;}

/*.pli-controls #PliSort {
    border-color: #333;
    margin: 0;
    width: auto;
    padding: 2px;
    height: 23px;
    line-height: 19px;
}*/
.pli-controls-options li:hover{background: #ccc;}
.pli-controls-list       { text-indent: -9999px; display: block; height: 11px; width: 53px; background: url('../img/grid-list.png') -56px 0 no-repeat; }
.pli-controls-grid       { text-indent: -9999px; display: block; height: 11px; width: 53px; background: url('../img/grid-list.png')   no-repeat; }
.pli-controls-text       { text-indent: -9999px; display: block; height: 11px; width: 53px; background: url('../img/grid-list.png')  -112px 0 no-repeat; }


/*.pli-controls-list.pli-controls-active,
.pli-controls-list:hover
{ text-indent: -9999px; display: block; height: 23px; width: 24px; background: url('../img/listGrid-active.jpg') -48px 0 no-repeat; background-position: -72px; }

.pli-controls-grid.pli-controls-active,
.pli-controls-grid:hover
{ text-indent: -9999px; display: block; height: 23px; width: 24px; background: url('../img/listGrid-active.jpg') no-repeat;background-position: -24px; }*/

/* Listitem styling */
.pli-columns a          { text-decoration: none; }

#content .pli-columns .checkbox label {
    width: auto;
    margin-top: 2px;
}
.pli-columns:hover              { border-color: #888; }
.pli-columns .pli-afbeelding    { text-align: center;display: table-cell; vertical-align: middle; width: 170px; height:170px;	padding: 4px; border-bottom:2px solid #eee; }
.pli-columns .pli-van-prijs     { /*position: absolute; bottom: 15px; left: 8px;*/ float: left;text-decoration: line-through; color: #888; height: 25px; }
.pli-columns .pli-voor-prijs    { /*position: absolute; bottom: 15px; right: 8px;*/ float: right; color: #333; font-size: 1.4em; font-weight: bold; height: 25px; }
.pli-columns .pli-titel         { display: block; margin: 8px 0 5px 8px; height: 2.5em; line-height: 16px; font-weight: 700;}
#tabs.pli-tabs                  { margin-top: 20px; clear: both; }
.pli-columns .pli-review        { margin: 4px 0px 15px 8px;}
.pli-status						{ color:#0ebc06; font-weight: 700;}
/* Row dimensions and styling, each row has a height of 60px plus 2x border; */
.pli-row                    { clear: both; overflow: hidden; position: relative; padding-bottom: 4px; margin-bottom: 4px; background:#fff; border-bottom: 1px solid #ddd; padding-bottom:20px;  }
.pli-row td { overflow: hidden; }
.pli-row .pli-status        { text-indent: -9999px; float: left; border: 1px solid #DDD; width: 6px; height: 60px; margin-right: 4px; color:#60d711;}
.pli-row .pli-status.in_stock        { background: rgba(0, 212, 28, 0.34); }
.pli-row .pli-afbeelding-container { float: left; position: relative;  margin: 10px 0 }
.pli-row .pli-details       { margin-left: 210px; }
.pli-row .pli-afbeelding    { height: 180px; display: table-cell; vertical-align: middle; width: 200px; text-align: center; overflow: hidden; margin: 0;}
.pli-row .pli-titel         { display: inline-block; margin: 10px 0; font-size: 18px;}

.pli-row .pli-order         { width: 100%; margin: 0.5em 0; }
.pli-order a                { margin-right: 10px; }
.pli-row .pli-prijs         { overflow: hidden; width: 100%; margin: 0.5em 0; }
.pli-rows .pli-order a		{float: right; overflow: hidden;}
.pli-row .pli-van-prijs     { text-decoration: line-through; color: #888; display: inline-block; float: left; margin-right: 10px;}
.pli-row .pli-voor-prijs    { /*color: #0066CC;*/ font-size: 1.4em; font-weight: bold; display: inline-block;  float: right;
.pli-row .pli-omschrijving-kort{margin-bottom: 5px;}
overflow: hidden; margin-right: 14px;}
.pli-row .pli-compare-container { width: 200px; margin-bottom: 1em; float: none;}
.pli-row .pli-compare       { display: table-cell; vertical-align: middle; float:left; margin-top: 15px;}
.pli-row .pli-compare input { margin-top: 8px; float: left; }
.pli-row .pli-compare .control-label{text-align: left !important;}
.pli-row .pli-compare .controls { float: left; }
.pli-row .pli-compare .controls label { width: 300px; }
.form-horizontal .pli-compare .controls { margin-left: 0; width: 165px; }
.pli-list div.submit        { text-align: left;}
.pli-list .checkbox-indicator { display: inline-block; margin: 0 4px 0 10px; background: url('../img/arrow_up.png') no-repeat; width: 16px; height: 16px; }

.pc-bestseller-label,
.pli-bestseller-label   { display: none; }
.pc-sale-labe,
.pli-sale-label         { display: none; }
.csstransforms .pc-bestseller-label,
.csstransforms .pc-sale-label,
.csstransforms .pli-bestseller-label,
.csstransforms .pli-sale-label {
background: #e64111;
color: #fff;
position: absolute;
display: block;
height: 27px;
width: 170px;
left: -76px;
top: -17px;
padding-top: 30px;
padding-bottom: 0;
text-align: center;
line-height: 20px;
transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
}

.sale-text{
	position: relative;
	top: 21px;
	left: 15px;
	color:#fff;
	font-size:12px;
	font-weight: 700;
	z-index:5;
}
.csstransforms .pc-bestseller-label
.csstransforms .pli-bestseller-label
{
    background: #b5b152;
}
.pli-columns .pli-compare, .pli-columns .pli-body {
    margin: 10px 8px 10px 8px;
}

.pli-columns .pli-prijs {
    margin: 10px 0;
}

/*********************************
 * C) Product comparison
 ********************************/
.productdetails-social {
    margin-top: 18px;
}
.product-compare {
    width: 100%;
}
.product-compare td,
.product-compare th {
    padding: 6px 0;
}
.pc-comparison td {
    border-top: 1px solid #DDD;
    width: 25%;
}

.table-inline tr:nth-child(even),
.pc-comparison tr:nth-child(even) {
    background: none;
}
.pc-comparison th {
    font-weight: 500;
    color: #333;
    border-top: 1px solid #DDD;
    text-align: left;
}
.pc-comparison .feature-category{font-weight: 700;}
.pc-product {
    position: relative;
    overflow: hidden;
}
.product-compare .pc-titel a {
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
    color:#333;
}
.pc-pricelist dt {
    width: 120px;
    float: left;
    display: block;
}
.pc-afbeelding { overflow: hidden; position: relative; margin: 10px 0; vertical-align: middle; height:170px; }
.pc-pricelist dd {
    text-align: right;
    display: block;
    margin-left: 120px;
}
.pc-pricelist .price {
    color: #0066CC;
    font-weight: bold;
    font-size: 1.2em;
}
.pc-pricelist          { position: relative; clear: both; height: 20px; }
.pc-van-prijs          { position: absolute; bottom: 5px; left: 5px; text-decoration: line-through; color: #888; }
.pc-voor-prijs         { bottom: 5px; right: 5px; color: #333; font-size: 1.4em; font-weight: bold; }

/* AJAX Refresh styling */
#json_product_listing   { position: relative; min-height: 100px; margin-left: 0;}
#overlay                { position: absolute; z-index: 400; border: 1px solid #EDEDED; opacity:0.8;	filter:alpha(opacity=80); display: none; }

/*********************************
 * B) Product page
 ********************************/
#product-beoordeling    { clear: both; }

.productdetails-order-form label {
    width: 60px;
    padding: 3px;
    line-height: 18px;
}

.well {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #f4f4f4;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*********************************
 * C) Ungrouped styling
 ********************************/








/* PRODUCTOVERZICHT (PD) */
#product-afbeelding-meer {
	margin: 3px 0;
}
#product-afbeelding-meer .spacer {
	display: block; float: left; width: 3px; height: 2px;
}

.pd-afbeelding-thumb {
	display: table-cell;
	width: 73px;
	height: 73px;
	padding: 2px;
    float: left;
    background: #fff;
	vertical-align: middle;
	text-align: center;
	margin: 6px 8px 0 0;
}

.pd-afbeelding-thumb:nth-child(5n){
	margin-right: 0;
}

#product-ooktekoopmet h3 {
	font-size: 1.6em;
	margin-bottom: 0.5em;
}


#product-prijs {
    margin: 1.5em 0;
    float: left;
}
#product-prijs sup {
	font-size: 0.6em;
}
#product-prijs label {
    font-size: 1em;
    color: #333;
}
#product-prijs .normale-prijs {
	color: #333;
    margin-right: 1em;
	text-decoration: line-through;
}
#product-prijs .actuele-prijs {
	color: #d70800;
	clear: both;
    font-size: 2.5em;
    font-weight: 700;
}
#product-intro td {
	font-size: 1em;
	padding: 2px 10px 2px 0;
}
td.voorraad-rood {
	color: #900;
    font-weight:bold;
}
td.voorraad-oranje {
	color: #990;
    font-weight:bold;
}
td.voorraad-groen {
	color: #090;
    font-weight:bold;
}
#product-bestel {
	clear: right;
}
.bestelgrid a {
	background: #ff6600;
	position: absolute;
	right: 8px;
	bottom: 8px;
	margin-top: 15px;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none !important;
	padding: 4px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.bestelgrid {
	list-style-type: none;
}
#product-bestel input[type=text]
{
	float: left;
	height: 18px;
	padding: 2px;
	border: 1px solid #0066cc;
}
#product-bestel input[type=image]
{
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}

#product-variant label { line-height: 14px; padding: 4px 0; float: left; width: 200px; margin-right: 10px; }
#product-variant select { max-width: 150px; float: left; clear: none; margin: 1px 0 4px; }

#ProductVariant {
height: 30px;
font-size: 14px;
width: 226px;
}


/*<PRODUCT VARIANTEN IMAGES>*/
	.content.sixteen.columns .product-details .variants.images {
		margin-bottom: 28px
	}

	.product-prijs-block .variants:after {
		content: '';
		display: table;
		clear: both
	}

	.product-prijs-block .variants .variant {
		display: block;
		margin-top: 10px;
		margin-right: 6px;
		width: 28%;
		padding: 1.56% 1.33%;
		border: 1px solid #ccc;
		float: left;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		text-align: center;
		cursor: pointer
	}

	.product-prijs-block .variants .variant p:first-child {
		margin-top: 17px;
		margin-bottom: 17px
	}

	.product-prijs-block .variants .variant img + p {
		display: none
	}

	.product-prijs-block .variants .variant.selected {
		border: 1px solid #009900;
		color: #009900
	}
/*</PRODUCT VARIANTEN IMAGES>*/


#prodPriceBlock {
    border: 1px solid #AAA;
    background: #f9f9f9;
    height: 100px;
    margin: 10px 0 0;
    clear: left;
    width: 413px;
}

#deliver {
    height: 18px;
    line-height: 18px;
    padding: 5px 0 5px 10px;
    border-bottom: 1px solid #AAA;
}
#deliver span, .combiDelivery span {
    color: #329403;
}
.row {
    clear: both;
    overflow: hidden;
}
#priceLeft {
    float: left;
    line-height: 12px;
    margin: 10px 0 0 10px;
    width: 30px;
}
#priceRight {
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 0;
    text-align: right;
    width: 141px;
}
#productBasketLarge {
    float: left;
    font-size: 1.2em;
    margin: 15px 0 0 43px;
    width: 180px;
}
#priceRight span.normale-prijs {
    font-size: 11px;
    font-weight: normal;
    text-decoration: line-through;
}


span.info {
    float: right;
    margin-right: 5px;
    padding: 3px;
    background: url("../img/icons/information.png") no-repeat center left;
    width: 20px;

    text-indent:  -30000px;
    white-space: nowrap;
}

div.info_block {
    border: 1px solid black;
    position: absolute;
    left: 50px;

    width: 150px;
    height: 75px;
    background: #fff;
    padding: 20px;
}



/* PRODUCT DETAILS */
.productdetails-afbeeldingen .pli-sale-label{
	top: -10px;
	left: -78px;
}

.product-details .nav-tabs{
		margin:0 0 2px 10px;
}
.product-details .nav-tabs li {
display: inline-block;
background: #eee;
padding: 10px 15px 10px 15px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
margin: -3px;
border: 1px solid #e0e0e0;
border-bottom: 2px solid #e64111;
}
.product-details .nav-tabs a{
	text-decoration: none;
}

.product-details .nav-tabs li.active{
	background: #fdfdfd;
	border-bottom: 2px solid #fdfdfd
}

.tab_container{
	background: #fdfdfd;
	padding:20px;
	border:1px solid #eee;
}


#product-ooktekoopmet{
	margin-left:0px;
}

#product-ooktekoopmet h3{
	margin-left:10px;
}

#tab_specificaties .left-col{
	width:250px;
}

#tab_omschrijving,
#tab_specificaties,
#tab_review{
	padding:20px;
}




.product-details .tab_container{
	padding:10px 0 0;
}


/* BUNDLES */
.bundle-products .plus{
    color: #9d9d9b;
    text-align: center;
    position: relative;
	top:-50px;
}

.bundle-order h3{margin: 10px 0px 40px 0px; font-weight: 300;}

.bundle-products ul{margin-left: 0 !important; }
.bundle-products ul{
	margin-left: 0;
}

.bundle .add-to-cart{margin-left: 0;}

.bundle-products ul li{
	display: inline-block;
	padding:5px;
	margin:5px;
}

.bundle-products ul li a{
	display: block;
	width: 100px;
	text-align: center;
    text-decoration: none;
}
.bundle-name{font-size: 11px;}

.bundle-products {
	width:65%;
	float:left;
}
.bundle-order{
	width:32%;
	float:left;

}

.bundle-order .price{
	color: #333;
	clear: both;
	font-weight: bold;
	font-size: 22px;
}


.tab_container ul li{
	list-style: disc;
	font-size: 13px;
	margin: 3px;
}

.wi-afbeelding .img{
	position: relative;
top: 25px;
}

.pli-controls .btn-primary{padding: 7px;
background: none !important;
color: #333 !important;}

.pli-columns-3  .pli-afbeelding{
	width: 240px;
}
.pli-columns-3{margin-bottom: 10px;}







/*----------------------------------------------------------*/
/*							DETAILS PAGINA					*/
/*----------------------------------------------------------*/

#product-afbeelding{
	border: 1px solid #f5f5f5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	margin-top: 0px;
    min-height: 250px;
}


.product-details{margin-left: 0 !important; overflow: hidden; background:#fff; padding: 0;}

.product-details p{
	font-size: 14px;
	margin-top: 0;
	    margin: 1.4em 0;
}

.product-prijs-block .left{
	width: 43%;
	background: #fafaf6;
	padding:20px;
	float: left;
	min-height: 100%;
}

.product-prijs-block .price_block{height: auto;}

.product-prijs-block .actuele-prijs{
	font-size: 32px;
	color:#333;
	display: block;
	margin-bottom: 25px;
}

.product-prijs-block .actuele-prijs sup{
	font-size: 18px;
}
.product-prijs-block .verzend-datum{
	color:#00B200;
	font-weight: 700;
	font-size: 13px;
	display: block;
}
.product-prijs-block .voordeel{
	border-top: 1px solid #fff;
	margin-top: 5px;
}
.product-prijs-block  h4,
.product-prijs-block label{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0px;
	display: inline;
}
.productdetails-review .free-shipping{
	margin-left: 10px; display: inline;
}

.product_code{margin-left: 5px;}
.product-prijs-block .voordeel-prijs span{
	display: block;
	font-size: 12px;
}
.product-prijs-block .voordeel-prijs i{
	color:#00B200;
	margin-right: 5px;
}

.product-prijs-block .right{
	background: #F0F0E1;
	width: 40%;
	float: left;
	padding:20px;
	min-height: 100%;
}

 .free-shipping{
	color:#00B200;
	font-weight: 700;
	font-size: 13px;
	display: block;
}

 .almost-free-shipping{
	color:#333;
	font-weight: 500;
	font-size: 13px;
	display: block;

}

header .free-shipping{
	position: relative;
	top: -10px;
}

.fa-check {
	color: green;
	margin-right: 3px;
}
.usp_block {
	font-size: 13px;
}
.usp_block span {
	margin-right: 10px;
}
.right input[type="text"]{
	margin-top: 10px;
}

.right .shipping{
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-left: 10px;
}

.productdetails-core .omschrijving{
	margin-top: 20px;
}

.productdetails-core .normale-prijs{
	text-decoration: line-through;
}

.productdetails-afbeeldingen .specificaties{
	margin-top: 20px;
	float: left;
	width: 100%;
}

.specs{
overflow: hidden;
padding-bottom: 15px;
}

.more_specs{font-size: 16px;font-weight: 700;padding: 8px 24px;position: relative;top: 16px;background: #555;color: #fff;min-width: 100%;border-bottom: 3px solid #000;cursor: pointer; -webkit-appearance: none;}
.specificaties h2, .omschrijving h2, .related h2, .reviews h2, .ook_tekoop_met h2, .bundles h2, .configurator h3{color: #181818;
font-size: 1.3em;
margin: 5px 0;
font-weight: bold;
border-bottom: 1px solid #ddd;
margin-bottom: 13px;}
.specificaties{margin-bottom: 30px; text-align: left;}
.specificaties h3{background: #f8f8f8; border: 1px solid #ddd; font-size: 13px; padding-left: 10px; margin-bottom: 0; border-bottom: 0;}
/*.specificaties table{border: 1px solid #ddd;}*/
.specificaties table tr:nth-child(even){background: #f8f8f8; border-top: 1px solid #EDEDED; border-bottom: 1px solid #EDEDED;}
.specificaties td{padding: 2px 10px;  font-size: 14px; min-width: 70px;}
.specificaties table td:first-child{border-right: 1px solid #EDEDED; padding-left: 10px;}

.product-prijs-block .pli-columns-3{width: 208px;}
.product-prijs-block .controls{width: 114px;}
.product-prijs-block select{width: 60px;}
.product-prijs-block .pli-column-0{clear: none !important;}
.product-prijs-block .pli-column-last{margin-right: 10px !important;}
.product-prijs-block .pli-column-2{}
.product-prijs-block .review{background: #fafafa;
padding: 20px 10px;
border: 1px solid #f5f5f5;}
.product-details #product-ooktekoopmet .pli-column-0{clear: none;}
.pli-columns-2{width: 222px;
margin: 10px 20px 10px 0;}
.pli-columns-2 .pli-column-last{margin-right: 0;}
.productdetails-afbeeldingen{margin: 0 10px 0 0 !important;  position: relative; }
#product-ooktekoopmet{margin-top: 20px;}
.productdetails-core{margin-left: 0 !important; float:right !important; font-size: 11px;}

.bundles{padding: 0;}
.specificaties th.specs-titel{float: inherit;
padding: 2px 10px;}

#content .product-details h1{
font-size: 32px;
font-weight: 400;
line-height: 33px;
margin-bottom: 3px;
margin-top: 5px;
}

#product-prijs .actuele-prijs {
color: #333;
clear: both;
font-size: 40px;
font-weight: 700;
}

.content-overzicht{
	background: #fff;
}

.pli-prijs p{
	margin-bottom: 0;
}
.productdetails-review{margin-bottom: 10px;}
.productdetails-review .review_stars{width: auto;display: inline-block;margin-right: 10px;}
.productdetails-review a{font-size: 14px; text-decoration: none;}

.well{margin-top: 15px;}


/* KORTING */
.korting{
	background: #ff6600;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 5px;
right: 5px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	-webkit-border-radius: 80px;
-moz-border-radius: 80px;
border-radius: 80px;
text-align: center;
}

.korting strong{
	font-size: 28px;
	font-variant: 700;
	color: #fff;
}

.korting span{
	position: relative;
top: 18px;
}

.reviews .plaats-beoordeling{
	padding: 5px 20px;
background: #333333;
color: #fff !important;
font-weight: 700;
cursor: pointer;
border: none;
font-size: 15px;
-webkit-appearance: none;
}
.reviewform {
display: none;
}
.com-review-table{width: 100%; border: 1px solid #eee; padding-bottom: 40px;
margin-bottom: 10px;}
.com-review-table .header{background: #f5f5f5;
padding: 10px; margin-bottom: 10px;}
.com-review-table .header{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #d0d2d4;
}
.com-review-table .header:first-child{
    padding-top: 10px;
    margin-top: 0px;
    border-top: 0px;
}


.com-review-table .body, .com-review-table .ratings{padding: 10px;
    margin-bottom: 0px;
    display: flex;}

.com-review-table .ratings span{
	margin-right: 40px;
	float: left;
}

.com-review-table .ratings strong{display: block;}
.com-review-table .com-review-datum{float: right;}
.com-review-table .com-review-auteur, .com-review-table .com-review-datum{display: inline-block;}

.pli-columns-5{width: 189px;
margin-right: 10px;}

.pli-columns-5 .pli-column-last{width: 188px; margin-right: 0px;}

.productdetails-core{height: /*447px;*/auto}
.product-prijs-block .price_block{display: inline-block; margin-right: 10px;  padding: 0 10px 0 0; position: relative;
top: 8px;}
.product-prijs-block .bestel_block{display: inline-block; display: inline-block;background: #f5f5f5;padding: 5px 10px 10px;border: 1px solid #ddd; -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px; width: 320px;}
.product-prijs-block .bestel_block .select{display: inline-block; position: relative;top: 6px;}
.product-prijs-block .bestel_block .knop{display: inline-block;}
.product-prijs-block .bestel_block select{width: 80px;height: 28px;}
.product-prijs-block .bestel_block input[type=text]{width: 80px;}
.product-prijs-block .usp_block{ font-size: 14px; text-transform: uppercase; margin-top: 20px;}
.product-prijs-block .usp_block i{color: #00B200; margin-right: 5px; }
.product-prijs-block .usp_block span{margin-right: 5px;}
.product-prijs-block .tier_block{
padding: 5px;
width: 440px;
 border-top:1px solid #ddd;
 margin-top: 20px;}
.product-prijs-block .tier_block span{margin-right: 10px;}
.product-prijs-block{ padding: 20px 0;}
/*----------------------------------------------------------*/
/*							BLOCKS 							*/
/*----------------------------------------------------------*/
#blocks .korting{top: 5px; right: 5px;}
#blocks .left, #blocks .right, #blocks .bottom{width: 100%; height: auto;}
#blocks .left{padding:10px 20px;}
#blocks .right .cta{width: 265px;}
#blocks .bottom{background: #fff;width: 100%;float: left;padding: 5px 0;}
#blocks .product-prijs-block .voordeel-prijs span{display: inline; margin-right: 5px;}
#blocks .tiers{margin-top: 10px;font-size: 14px;padding: 0 10px;}
#blocks .product-omschrijving-kort, .product-art-nr{margin: 0 0 10px 0 !important;}
#blocks .related .pli-columns-3{width: 243px;}
#blocks .related .pli-columns-4{width: 179px;}

/*----------------------------------------------------------*/
/*				CATEGORY MOBILE 							*/
/*----------------------------------------------------------*/

.mob_cat_list li{width: 100%;padding: 10px 0 20px 0; border-top: 1px solid #ddd; margin-bottom: 0px; padding-left: 20px; }
.mob_cat_list a{display: block; width: 100%;}
.mob_cat_list{list-style: none !important; margin-left: 0px !important; border-bottom: 1px solid #ddd;}
.mob_cat_list .afbeelding{display: inline-block; width: 80px; height: 40px; float: left;}
.mob_cat_list .naam{display: inline-block; height: 20px; margin-top: 10px; font-size: 19px;}
.mobile  .page-header{text-align: center; background: #f5f5f5; }
.mobile  .page-header h2{font-size: 20px !important;font-weight: 600 !important;text-transform: uppercase; margin-bottom: 0px;}
.mobile  #pli-description p{margin-bottom: 0px !important;}


/* FILTER */
.ui-slider .ui-slider-handle{height:15px !important; width: 15px !important;}
.ui-slider-horizontal .ui-slider-handle {top: -0.2em !important;}
#slider-range{width: 90%;margin-left: 11px; margin-bottom: 5px;}
.price_slider p{margin-left: 23px;}

/* PRODUCT TEXT */
.product_text_list{margin-bottom: 0px; padding-bottom: 0px !important;}
.product_text_list:nth-child(even){background: #eee;}
.product_text_list ul{margin-bottom: 0px !important;}
.product_text_list li{display: inline-block; margin-bottom: 0px !important; border-right:1px solid #ddd;  padding: 7px;}
.product_text_list .productcode{width: 125px; padding: 7px 0;}
.product_text_list .naam{width:300px;}
.product_text_list .voorraad{width: 100px; text-align: center;}
.product_text_list .prijs{width: 66px;}
.product_text_list .fa-times{color:#f70c24;}
.product_text_list .bestel{width: 75px; text-align: center; border-right:0; padding: 7px 0;}
.product_text_list .bestel a{background: #ff6600;color: #fff !important;font-weight: 700;text-decoration: none !important;padding: 4px; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}
.product_text_list p{margin-bottom: 0px !important;}
.product_text_list .opVoorraad{color:#4bcb10; font-weight: 700;}
.pli-text .pli-container{border-top: 1px solid #ddd;border-right: 1px solid #ddd;border-left: 1px solid #ddd;}
.pli-grid .pli-container{border: 0;}

/* PRODUCT IMAGE SLIDER */
#product-afbeelding ul{margin-left: 0 !important}
#product-afbeelding .bx-wrapper img{display: inline;}
#product-afbeelding-meer{ margin-top: 7px;}
#product-afbeelding-meer img{padding: 2px;}
#product-afbeelding-meer a:nth-child(5n){margin-right: 0 !important;}
#product-afbeelding-meer a{ border: 1px solid #f5f5f5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-align: center; display: inline-block; height: 80px; width: 80px; text-align: center; margin-right: 4px; margin-bottom: 4px;}

.pd-afbeelding-thumb{ border: 1px solid #f5f5f5;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
text-align: center;}

#product-afbeelding-meer span{    display: inline-block;height: 100%;vertical-align: middle;}
#product-afbeelding-meer img{    vertical-align: middle;     max-height: 73px;}


#twaalf .bestel_block{margin-top: 10px;}
#twaalf .product-prijs-block .bestel_block{width: auto;}
#twaalf .product-prijs-block .controls {width: 100px;}
#twaalf .product-prijs-block{padding: 0 0 20px 0;}
#twaalf #blocks .product-omschrijving-kort{margin-top: 20px !important;}
#twaalf .product_code{margin-left: 0px;}
#twaalf .product-prijs-block .tier_block{display: inline-block;
background: #f5f5f5;
padding: 5px 10px 10px;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; /* width: 278px; */ width: 125px;}

#twaalf .productdetails-afbeeldingen{overflow: hidden;}

.tabel-afname {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
}
.tabel-afname th.afname {
    width: 180px;
    text-align: left;
    font-weight: bold;
}
.tabel-afname th.aantal {
    width: 100px;
    text-align: left;
    font-weight: bold;
}
.tabel-afname th.prijs {
    width: 130px;
    text-align: left;
    font-weight: bold;
}

.addthis {
    padding: 10px 0;
}
/*----------------------------------------------------------*/
/*							RESPONSIVE						*/
/*----------------------------------------------------------*/




/* product_test1_twelve_boodstrap */
.bundles .btn {
    margin-top: 25px;
}
.bundles .fa-plus {
    font-size: 24px;
}
.bundles .korting-percentage:after {
    right: 100%;
    left: auto;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-right-color: #d5f4cc;
    border-width: 12px;
    margin-top: -12px;
}

.bundles .korting-percentage{
    color: #00B200;
    font-weight: 700;
    font-size: 13px;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: 'Open Sans',arial,verdana,helvetica,sans-serif;
    font-size: 18px;
    padding: 8px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    background: #d5f4cc;
    color: #0e991f;
    position: relative;
}
.bundles .normaal-prijs {
    margin-right: 10px;
}
.bundles .bundle-products {
    width: 68%;
}
#content .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
#content .videoWrapper .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    max-width: 750px;
    max-height: 420px;
}


/* Bootstraptabs */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px 7px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
/* End boodstrap tables*/


.product_border .pli-columns-5 {
    width: 132px!important;
}
.product_border .pli-columns-4 {
    width: 230px!important
}
.product_border .pli-columns-3 {
    width: 230px!important;
}
.product_border .pli-columns-2 {
    width: 343px!important;
}

.product_collapse .pli-columns-5 {
    width: 136px;
}
.product_collapse .pli-columns-4 {
    width: 169px;
}
.product_collapse .pli-columns-3 {
    width: 238px;
}
.product_collapse .pli-columns-2 {
    width: 354px;
}

.other-three-products-grid .pli-columns-4 .bestelgrid a {
    margin: 0 auto;
}
#content .product_tabs ul {
    margin-left: 0px;
}
#content .product_tabs .nav-tabs>li a {
    text-decoration: none;
}
#content .product_tabs .nav-tabs>li.active>a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(143,143,143,1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(143,143,143,1);
    box-shadow: 0px 0px 2px 0px rgba(143,143,143,1);
}
#content .product_tabs .nav-tabs>li>a {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#content .product_tabs .tab-content .tab_content {
    padding: 15px 0px;
}
#content .product_tabs .nav-tabs {
    margin-top: 15px;
    border-bottom: 1px solid #d0d2d4;
    display: flex;
}
#content .product_tabs .nav-tabs > li.active > a, #content .product_tabs .nav-tabs > li.active > a:focus, #content .product_tabs .nav-tabs > li.active > a:hover {
    border-width: 0;
}
#content .product_tabs .nav-tabs > li > a {
    border: none;
    color: #666;
    font-weight: bold;
}

/*#content .product_tabs .nav-tabs > li.active > a, #content .product_tabs .nav-tabs > li > a:hover {
    border: none;*/

#content .product_tabs .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
    color: #4285F4 !important;
    transition: color 250ms;
}
#content .product_tabs .nav-tabs > li > a:after {
    content: "";
    background: #4285F4;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -1px;
    transition: all 250ms ease 0s;
    transform: scale(0);
}
#content .product_tabs .nav-tabs > li.active > a:after, #content .product_tabs .nav-tabs > li:hover > a:after {
    transform: scale(1);
}
#content .product_tabs .tab-nav > li > a:after {
    background: #4285F4 none repeat scroll 0% 0%;
    color: #fff;
}
#content .product_tabs .other-three-products-grid .pli-columns-3 .pli-titel, #content .product_tabs .other-three-products-grid .pli-columns-4 .pli-titel {
    padding-right: 0px;
}
#content .product_tabs .product-details h1 {
    font-size: 28px;
}
#content .product_tabs .specificaties h2 {
    border: 0px;
}
#content .product_tabs .table-hover>tbody>tr:hover {
    background-color: #E0E0E0;
}

#content .product_tabs .other-three-products-grid .pli-columns-3 .bestelgrid a, #content .product_tabs .other-three-products-grid .pli-columns-4 .bestelgrid a {
    max-width: auto;
}
/* product_collapse */
.product_collapse .panel-heading {
   background-color: #f0f0f0;
   padding: 0;
}
.product_collapse .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.product_collapse .panel-title a, .product_collapse .panel-title a:visited {
    text-decoration: none;
}
.product_collapse .panel-title a {
    display: block;
    padding: 15px;
    padding-right: 50px;
    font-size: 1.2em;
}
.product_collapse .panel-title a:hover,
.product_collapse .panel-title a:focus {
    text-decoration: none;
}
.product_collapse .panel-title i.fa {
    font-size: inherit!important;
    position: absolute;
    right: 25px;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    -o-transition: -o-transform 0.5s ease-in-out;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}
.product_collapse .active .panel-title i.fa {
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
.product_collapse .panel-title i.fa {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
.product_collapse .animateIn {
    -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
    animation: accordionIn 0.45s normal ease-in-out both 1;
}
@keyframes accordionIn {
  0% {
    opacity: 0;
    transform:scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity:1;
    transform:scale(1);
  }
}

@keyframes accordionOut {
    0% {
       opacity: 1;
       transform:scale(1);
     }
     100% {
          opacity:0;
           transform:scale(0.9) rotateX(-60deg);
       }
}
.product_collapse .panel-group .panel-heading {
    border-bottom: 1px solid #ddd;
}

.product_collapse .specificaties {
    margin-bottom: 0px;
}
.product_collapse .specificaties .specs {
    padding-bottom: 0px;
}

.product_collapse #configurator-status {
    float: none;
}
.product_collapse #configurator .active a {
    color: inherit;
    font-weight: 500;
}
.product_collapse #accordion {
    margin-top: 20px;
}
.product_collapse .pli-columns-4 {
    width: 175px;
}
/* product_border */
.product_border .bundles,
.product_border .omschrijving,
.product_border .specificaties,
.product_border .config,
.product_border .related,
.product_border .ook_tekoop_met,
.product_border .reviews {
    max-width: 95%;
    border: 1px solid #d0d2d4;
    padding: 15px;
    margin-right: 0px!important;
    margin-left: 0px!important;
    margin-bottom: 20px;
}


.pli-compare input[type="checkbox"] {
    margin: 4px 0px!important;
}
.pli-compare .controls label {
    float: none;
    padding-top: 0px;
    text-align: left;
    padding-left: 20px;
}

/* Grid */
.pli-grid .pli-compare {
    display: flex;
    margin: 0px!important;
}
.pli-grid .pli-columns-2 .pli-compare .no-margin,
.pli-grid .pli-columns-3 .pli-compare .no-margin,
.pli-grid .pli-columns-4 .pli-compare .no-margin,
.pli-grid .pli-columns-5 .pli-compare .no-margin {
    position: relative;
    float: none;
}
.pli-grid .pli-compare .controls label {
    float: none;
    padding-top: 0px;
    text-align: left;
    padding-left: 20px;
 }
.pli-grid .pli-columns-2 .pli-compare .controls,
.pli-grid .pli-columns-3 .pli-compare .controls,
.pli-grid .pli-columns-4 .pli-compare .controls,
.pli-grid .pli-columns-5 .pli-compare .controls {
    width: 165px!important;
}


.pli-grid  .pli-afbeelding {
    width: 100%;
    display: inherit;
    padding: 0px;
}
.pli-grid .pli-columns-3 .bestelgrid a {
    left: 54px!important;
}
/*
.pli-grid .pli-columns-4 .bestelgrid a  {
    left: 9px!important;
}

.pli-grid .pli-columns-4 .bestelgrid a {
    right: 0px;
    left: 10px;
}
*/
.pli-columns-5 {
    width: 139px;
}

/* Dual grid */
.pli-dualgrid .pli-columns {
    width: 362px;
}
.pli-dualgrid .pli-columns {
    padding-bottom: 0px;
}
.pli-dualgrid .pli-column-last, .brand-column-last {
    margin-right: 10px!important;
}
.pli-dualgrid .pli-columns {
    margin: 10px 10px 10px 0!important;
}
.pli-dualgrid .pli-column-0, .brand-column-0 {
    clear: none;
}
.pli-dualgrid .pli-column-0,
.pli-dualgrid .pli-column-2 {
    margin-right: 10px!important;
}

.pli-dualgrid .other-two-products-grid .pli-columns-2 .pli-titel,
.pli-dualgrid .other-two-products-grid .pli-columns-3 .pli-titel,
.pli-dualgrid .other-two-products-grid .pli-columns-4 .pli-titel,
.pli-dualgrid .other-two-products-grid .pli-columns-5 .pli-titel {
    margin: 12px 0 0 12px;
    font-size: 1.4em;
    height: 1.6em;
}

.pli-dualgrid .other-two-products-grid .pli-columns-2 .pli-afbeelding,
.pli-dualgrid .other-two-products-grid .pli-columns-3 .pli-afbeelding,
.pli-dualgrid .other-two-products-grid .pli-columns-4 .pli-afbeelding,
.pli-dualgrid .other-two-products-grid .pli-columns-5 .pli-afbeelding {
    float: left;
    display: block;
    max-width: 150px;
    max-height: 150px;
    border: 0;
}

.pli-dualgrid .other-two-products-grid .pli-columns-2 .pli-korte-omschrijving,
.pli-dualgrid .other-two-products-grid .pli-columns-3 .pli-korte-omschrijving,
.pli-dualgrid .other-two-products-grid .pli-columns-4 .pli-korte-omschrijving,
.pli-dualgrid .other-two-products-grid .pli-columns-5 .pli-korte-omschrijving {
    margin: 0 12px 5px 12px;
    float: left;
    width: 180px;
    padding: 0px;
}

.pli-dualgrid .other-two-products-grid .pli-columns-2 .pli-prijs,
.pli-dualgrid .other-two-products-grid .pli-columns-3 .pli-prijs,
.pli-dualgrid .other-two-products-grid .pli-columns-4 .pli-prijs,
.pli-dualgrid .other-two-products-grid .pli-columns-5 .pli-prijs {
    float: left;
    font-size: 1.3em;
    margin: 0 0 0 12px;
    padding: 0px;
    display: flex;
}

.pli-dualgrid .other-two-products-grid .pli-columns-2 .pli-body,
.pli-dualgrid .other-two-products-grid .pli-columns-3 .pli-body,
.pli-dualgrid .other-two-products-grid .pli-columns-4 .pli-body,
.pli-dualgrid .other-two-products-grid .pli-columns-5 .pli-body {
    margin: 5px 8px 5px 12px;
}

.pli-dualgrid .other-two-products-grid .pli-columns-2 .pli-compare,
.pli-dualgrid .other-two-products-grid .pli-columns-3 .pli-compare,
.pli-dualgrid .other-two-products-grid .pli-columns-4 .pli-compare,
.pli-dualgrid .other-two-products-grid .pli-columns-5 .pli-compare {
    margin: 0px;
    margin-bottom:5px;
}

.pli-dualgrid .other-three-products-grid .pli-columns-2 .bestelgrid a
.pli-dualgrid .other-three-products-grid .pli-columns-3 .bestelgrid a
.pli-dualgrid .other-three-products-grid .pli-columns-4 .bestelgrid a,
.pli-dualgrid .other-three-products-grid .pli-columns-4 .bestelgrid a {
    right: 12px;
    bottom: 12px;
    padding: 8px 16px;
    margin: 0;
    position: relative;
    float: right;
    margin-right: 15px;
}



.pli-dualgrid .pli-body {
    display: inline;
}
.pli-dualgrid .pli-korte-omschrijving {
    min-height: 153px;
}
.pli-dualgrid .pli-compare {
    margin: 5px 8px 5px 0px!important;
}
.pli-dualgrid .pli-compare input[type="checkbox"] {
    margin: 4px 6px 0 0px!important;
}


/* Text */
.pli-text .product_text_list .prijs span  {
    text-decoration: line-through;
}


/* sixteen columns */
.product_full .productdetails-core {
    float: left!important;
}
.product_full .product-prijs-block .bestel_block {
    width: 278px;
}
.product_full .product-prijs-block .controls {
    width: 103px;
}

.product_full .pli-columns-2 {
    width: 485px;
}
.product_full .pli-columns-3 {
    width: 325px;
}
.product_full .pli-columns-4 {
    width: 240px;
}
.product_full .pli-columns-5 {
    width: 188px;
}

.product_full .product-prijs-block .price_block {
    margin-bottom: 20px;
}

.product_full .actuele-prijs{
    font-weight: 600;
    color: #000;
    display: inline;
    margin-left: 0px;
}

.product_full .normale-prijs {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
    vertical-align: middle;
    margin-right: 10px;
}
.product_full #configurator-status {
    margin-right: 20px
}

.product_full .bx-wrapper .bx-viewport {
    padding: 0px!important;
}
.product_full .product-compare .pc-pricelist {
    height: 50px;
}
.product_full .specs .table {
    margin-bottom: 0px;
}

.product_tabs .usp_block {
    margin-bottom: 20px;
}
.product_tabs .usp_block span {
    font-size: 16px;
}
.product_tabs .links a {
    display: inherit;
    margin-bottom: 5px;
}


/* Product block detail pagina */
.product-material .alert p {
    margin: 0px;
}
.product-material p img {
    width: 100%;
}
.product-material .product_code {
    margin-left: 0px;
}
.product-material #product-titel {
    font-weight: 600;
    font-size: 27px;
}
.product-material .productdetails-review {
    margin: 10px 0px;
}
.product-material .productdetails-review .review_stars {
    display: inline-block;
}
.product-material .productdetails-review a {
    display: inline-block;
    margin-left: 10px;
}
.product-material .tabel-afname th,
.product-material .tabel-afname td  {
    padding: 8px 10px;
    border: 1px solid #333;
}
.product-material .bestel_block .controls input {
    width: 100px;
    text-align: center;
}
.product-material .product-prijs-block .bestel_block {
    display: block;
    background: transparent;
    border: 0px solid #ddd;
    padding: 10px 0px;
}
.product-material .product-prijs-block .bestel_block .controls {
    display: inline;
}
.product-material .product-prijs-block .bestel_block label {
    display: block;
}
.product-material .product-prijs-block .bestel_block .after {
    display: inline!important;
    margin-left: 10px!important;
    color: #9b9b9b;
    font-size: 13px!important;
}
.product-material .product-prijs-block .bestel_block .after .fa {
    margin-right: 5px;
    color: #a1ff83;
}
.product-material .btns-wrap {
    display: block;
    margin: 10px 0px 15px 0px;
    z-index: 1;
}
.product-material #ProductDetailsForm > div.btns-wrap {
    margin: 10px 0px 55px 0px;
}
.product-material #ProductDetailsForm > div.btns-wrap > a:nth-child(2) {
    float: left;
}

.product-material #ProductDetailsForm > div.btns-wrap > a:nth-child(4) {
    float: right;
}
.product-material input.cta {
    background: #f8b840;
    box-shadow: inset 0 -1px 0 0 #D69E34;
    color: #fff;
}
.product-material .btns-wrap .product-material input.disabled:hover, .product-material .btns-wrap input[disabled]:hover, .product-material .btns-wrap input.disabled:focus, 
.product-material .btns-wrap input[disabled]:focus, .product-material .btns-wrap input.disabled.focus, .product-material .btns-wrap input[disabled].focus,
.product-material .btns-wrap input.cta:hover {
    background-color: #E99800!important;
    color: #fff;
    padding: 13px!important;
    border-bottom: 1px solid transparent;
}
.product-material .btns-wrap .btn {
    width: 47.9%;
    padding: 13px;
    position: relative;
}

.product-material .btns-wrap .btn .fa {
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
}
.product-material .btns-wrap .btn:hover > .fa {
    color: red;
}
.product-material .btns-wrap > input {
    width: 100%!important;
    margin-bottom: 12px;
}

.product-material .btns-wrap > a:nth-child(5) {
    float: right;
    margin-top: -45px;
}
.product-material .usp_block {
    margin: 15px 0px;
    display: flex;
}
.product-material .usp_block span {
    flex:1;
    color: #9b9b9b;
    margin-right: 0px;
    text-align: center;
}
.product-material .usp_block .fa {
    margin-right: 5px;
    color: #a1ff83;
}
.product-material .com-review-table {
    border-bottom: 1px solid;
}
.product-material .ratings .com-review-rating {
    display: block;
}
.product-material .variants .alert {
    margin-top: 20px;
    font-size: 16px;
}
.product-material .variants .alert .fa {
    margin-left: 10px;
}
/* End Product material detail pagina */
/* Product space */
 #content .product-space .product-details h1 {
    margin-bottom: 40px;
}
.product-space .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 15px;
}
.product-space .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.product-space .product-prijs-block .bestel_block {
    display: block;
}
.product-space .product_full .actuele-prijs {
    display: inline-block;
}
.product-space .knop {
        vertical-align: middle;
}
.product-space .btns .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 9px 16px;
    margin: 10px 10px 10px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
}
.product-space .btns .btn .fa {
    margin-right: 5px;
}
.product-space .btns .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.product-space .label_korting {
    padding: 0px 7px;
    border: 1px solid rgba(224, 0, 0, 1);
    color: rgba(224, 0, 0, 1);
    width: 25px;
    text-align: center;
    position: absolute;
    right: -40px;
    top: 0px;
}
.product-space .bestel_block .cta {
    border: 0px!important;
    margin-top: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.product-space .shake {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}
/* End product space */
/* Product variant knop */
.btn-variant {
    background-color: transparent!important;
    padding: 10px 15px!important;
    margin-right: 5px!important;
    
}
.btn-variant:hover,
.btn-variant:active,
.btn-variant:focus, .btn-variant.selected {
    border-color: #000!important;
    background-color: transparent!important;
}

/* Product labels */
.product-space .korting {
    position: absolute;
    padding: 6px;
    width: 80px;
    height: 80px;
    text-align: center;
    color: #fff;
    top: 3%;
    right: 5%;
    z-index: 1;
    border-radius: 50%;
    background-color: #d67b31;
    vertical-align: middle;
    overflow: hidden;
   
}
.product-space .korting .korting-percentage {
    top: 50%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.product-space .korting .korting-percentage strong {
    font-size: 20px;
}


.product-material .product.round .pli-status.in_stock,
.product-material .product.round .pli-status.deliverable {
    width: 105px;
}
.product.round .pli-sale-label {
    background-color: #d67b31;
    box-shadow: 1px 0px 10px #cc6a1b;
}
.product.round .pli-bestseller-label {
    background-color: #d67b31;
    box-shadow: 1px 0px 10px #cc6a1b;
}
.product.round .productdetails-afbeeldingen .pli-sale-label {
    top: 10px;
    top: 6px;
    left: -50px;
}
/* End Product labels */

/* Product overview */
/* product zoom */
.pli-columns .product.zoom .pli-afbeelding a img {
        -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.pli-columns .product.zoom:hover > .pli-afbeelding a img {
    webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -ms-transform:scale(1.05);
    -o-transform:scale(1.05);
     transform:scale(1.05);
}
/* End product zoom */

/* product basic */
.product.block .pli-afbeelding {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 170px;
    position: relative;
    overflow: hidden;
}
.product.block .pli-afbeelding img {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 0%;
    left: 0%;
    top: 0;
    max-width: 100%;
}
.product.block .pli-sale-label, .product.block .pli-bestseller-label {
    width: 50px;
    transform: rotate(0deg);
    left: 5px;
    border-radius: 6px;
}
.product.block .pli-bestseller-label {
    right: 5px;
    left: inherit;
}
.product.block .pli-sale-label,
.product.block .pli-bestseller-label {
    box-shadow: none;
}
.product.block .pli-titel {
    text-align: center;
    margin: 20px 0px -10px;
}
.product.block .pli-titel a {
    color: inherit;
    transition: all 0.3s;
}
.product.block .pli-titel a:hover {
    color:#d67b31;
    text-decoration: none;
}
.product.block .pli-review {
    display: table;
    margin: 10px auto;
}

.product.block .pli-van-prijs {
    margin-left: 0px;
    float: left;
    margin-top: 2px;
    margin-right: 10px;

}
.product.block .pli-voor-prijs {
     color: #d67b31;
    font-size: 20px;
     font-weight: 700;
}
.product.block .pli-body {
    float: none;
    display: table;
    margin: 0 auto;
    width: auto;
}
.product.block .pli-block {
    margin: 10px 0px 7px;
}
.product.block .pli-block .fa {
    color: #555;
}

.product.block .fa-shopping-basket:before {
    content: "\f291";
}
.product.block .pli-block  a:nth-child(1) {
    min-width: 159px; 
    padding: 9px 18px; 
    display: inline;
    border-right-color: #ccc!important;
}
.sixteen .product.block .pli-block a:nth-child(1),
.recent .product.block .pli-block a:nth-child(1) {
    padding: 11px 15px;
    padding: 11px 44px;
}
.pli-columns-3 .product.block .pli-block a:nth-child(1) {
    padding: 9px 50px;
}
 .sixteen .pli-columns-3 .product.block .pli-block a:nth-child(1),
 .recent .pli-columns-3 .product.block .pli-block a:nth-child(1) {
    padding: 11px 85px;
}
.sixteen .product.block .pli-block,
.recent .product.block .pli-block {
    margin: 10px 0px -1px;
}

.product.block .pli-block  a:nth-child(1) .fa {
    margin-right: 5px;
}
.product.block .pli-block  a:nth-child(2) .fa {
    margin-top: 4px;
}
.product.block .pli-block .btn { 
    background-color: transparent;
    min-height: 40px;
    padding: 9px 13px;
    border-radius: 0px;
    border: 1px solid #ccc;
    border-left-color: transparent;
    border-right-color: transparent;
   
}
.product.block .pli-block .btn:hover,
.product.block .pli-block .btn:hover .fa {
    background-color: #fe9c00;
    color: #fff;
    
}
.product.block .pli-block .btn:hover {
    border: 1px solid transparent;
}
/* End product basic */

/* prodcut fancy and basic */
.product.round .pli-sale-label, .product.block .pli-sale-label,
.product.round .pli-bestseller-label, .product.block .pli-bestseller-label {
    position: absolute;
    padding: 6px;
    width: 150px;
    text-align: center;
    transform: rotate(-400deg);
    color: #fff;
    top: 7px;
    left: -46px;
    z-index: 999;
     display: initial;
}

.product.round .pli-status.in_stock, .product.block .pli-status.in_stock,
.product.round .pli-status.deliverable, .product.block .pli-status.deliverable {
    width: 200px;
    text-align: center;
    /*background-color: #dff0d8;*/
}
/* product fancy */
 .product.round .pli-afbeelding {
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 170px;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 50px;
 }
 .owl-slider .product.round .pli-afbeelding {
    width: 240px;
 }
.product.round .pli-afbeelding img {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 0%;
    left: 0%;
    top: 0;
    max-width: 100%;
}

.product.round .pli-titel {
    text-align: center;
    margin: 20px 0px -10px;
}
.product.round .pli-review {
    display: table;
    margin: 10px auto 20px;
}

.product.round .pli-block {
    margin: 10px 0px 20px;
}
.product.round .pli-block .btn {
    background-color: transparent;
    min-height: 40px;
    padding: 9px 13px;
    border-radius: 0px;
    border: 1px solid #ccc;
    margin: 10px;
    transition: all 0.3s ease-in-out;
}

.product.round .pli-block a:nth-child(1):hover {
    background-color: #d67b31;
    color: #fff;
}
.product.round .pli-block a:nth-child(2):hover {
    background-color: #e00000;
    color: #fff;
}
.product.round .pli-body {
    margin: 0px;
}
.product.round .pli-prijs {
    display: block;
    position: absolute;
    top: 180px;
    background-color: rgba(224,0,0,0.8);
    border-radius: 50%;
    color: #fff;
    height: 80px;
    width: 80px;
    padding-top: 0px;
    margin: 0px;
    right: 0px;
    z-index: 1;
}
.product.round .pli-van-prijs {
    display: block;
    text-align: center;
    float: none;
    color: #fff;
    margin-top: 10px;
    margin-bottom: -35px;
    font-size: 12px;
}
.product.round .pli-voor-prijs {
    display: block;
    text-align: center;
    float: none;
    color: #fff;
    font-size: 15px;
    margin-top: 30px;
}
.product.round .center {
    display: table;
    margin: 0 auto;
}

.product.round .pli-voor-prijs-request {
    position: absolute;
    top: 20%;
    bottom: 50%;
    text-align: center;
}

.product.round .pli-sale-label, 
.product.round .pli-bestseller-label {
    display: initial;
    transform: rotate(0deg);
    left: 7px;
    width: 25px;
    top: 7px;
    padding: 0px 7px;
}
.product-material .product.round .pli-sale-label, 
.product-material .product.round .pli-bestseller-label {
    width: 50px;
}
.product.round .pli-sale-label {
    border: 1px solid #d67b31;
    background-color: transparent;
    box-shadow: 0px 0px 0px #fff;
    color: #d67b31;
}

.product.round .pli-bestseller-label {
    border: 1px solid #d67b31;
    background-color: transparent;
    box-shadow: 0px 0px 0px #fff;
    color: #d67b31;
}
.product.round .pli-status {
    background-color: transparent;
    border: 1px solid #0ebc06;
    padding: 0px 7px;
    right: 7px;
    top: 7px;
    position: absolute;
    width: 85px;
    z-index: 1;
}
 .owl-slider.product.round .pli-status {
    width: 115px;
 }
/* End product fancy */
