.sa_row_content {}

.sa_row_content.overzicht {
    display: table;
}

.sa_row_content_left {
    width: 220px;
    display: table-cell;
    vertical-align: top;
}

.sa_row_content_right {
    display: table-cell;
    padding-left: 10px;
}

.sa_row_content_left,
.sa_row_content_right {
    margin-top: 30px;
}

.no-results-found {
    border: solid 2px #DAD9D7;
    text-align: center;
    padding: 30px;
    font-weight: bold;
    border-radius: 4px 4px 4px 4px;
}

.keuze_knoppen a {
    padding: 8px 16px;
    text-align: center;
    background-color: #dcdcdc;
    width: 70px;
    float: left;
    margin-right: 3px;
}

.sa_row_content_left .keuze_knoppen .active {
    background-color: #fcfcfc;
    box-shadow: 3px;
}

.sa_row_content_left h3 {
    clear: both;
}

.sa_row_content_left .blok form {
    padding-left: 18px;
}

.sa_row_content_left .blok {
    margin-bottom: 15px;
    width: 100%;
}

.sub-category-h1 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.sa_row_content_left .blok.auto {
    min-height: 0;
}

.selectie_blokken_titel {
    width: 100%;
    font-size: 20px;
    position: relative;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: 55px;
    margin-top: 20px;
    border-radius: 4px 4px 0 0;
    color: #636363;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d9d9d9+0,dad9d7+100 */
    background: rgb(217, 217, 217);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(217, 217, 217, 1) 0%, rgba(218, 217, 215, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(217, 217, 217, 1) 0%, rgba(218, 217, 215, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(217, 217, 217, 1) 0%, rgba(218, 217, 215, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#dad9d7', GradientType=0);
    /* IE6-9 */
}

.selectie_blokken {
    border: solid 2px #DAD9D7;
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding-top: 15px;
    position: relative;
}

.clear-filter {
    text-align: right;
    padding: 5px;
    position: absolute;
    top: 13px;
    right: 0;
    z-index: 99;
}

.sa_row_content_left .blok h3 {
    font-weight: bold;
    position: relative;
    width: 100%;
    z-index: 10;
    padding-bottom: 10px;
    padding-left: 19px;
}

.sa_row_content_left .blok input {
    display: inline-block;
    width: 12px;
    outline: 0;
    margin-top: 4px;
    vertical-align: top;
    line-height: 20px;
}

.sa_row_content_left .blok label.disabled {
    color: #BDBDBD;
}

.sa_row_content_left .blok label {
    display: inline-block;
    width: 85%;
    line-height: 20px;
    padding-left: 5px;
    vertical-align: top;
}

.sa_row_content_left .blok label {
    margin-top: 1px;
}

.sa_row_content_left .blok label span.amount {}

.sa_row_content_left .blok label span.amount>span {}

.sa_row_content_left .blok label span.amount.active {
    display: inline-block;
}

.sa_row_content_left .blok input {
    margin-top: 5px;
}

#producten_lijst {
    background-color: #FFFFFF;
    margin-top: 20px;
    position: relative;
}

.filter-loader {
    position: absolute;
    top: 0;
    text-align: center;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    padding-top: 100px;
}

.filter-loader.active {
    z-index: 11;
    opacity: 1;
}

.overzicht_blokje a h3 {
    margin: 0 0 6px;
}

.overzicht_blokje .middle>.text {
    font-size: 12px;
    line-height: 20px;
    max-height: 80px;
    overflow: hidden;
}

.overzicht_blokje .middle>.table {
    width: 100%;
    margin-bottom: 0;
}

.overzicht_blokje .middle>.table>.col {
    float: left;
}

.overzicht_blokje .middle>.table>.col:nth-child(1) {
    width: 55%;
}

.overzicht_blokje .middle>.table>.col:nth-child(2) {
    width: 45%;
    float: right;
}

.overzicht_blokje .middle>.table>.col:nth-child(2)>.spec>.spec-label {
    width: 100% !important;
    background-image: url(/site/images/overview_check.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 14px;
}

.overzicht_blokje.used_products .middle>.table>.col:nth-child(2)>.spec>.spec-label {
    background-image: none;
}

.overzicht_blokje .middle>.table>.col>.spec {
    width: 100%;
    line-height: 22px;
}

.overzicht_blokje .middle>.table>.col>.spec>.spec-label {
    display: inline-block;
}

.overzicht_blokje .middle>.table>.col>.spec>.spec-value {
    width: 48%;
    display: inline-block;
}

.overzicht_blokje .middle>.table.used-products>.col>.spec>.spec-value {
    width: auto;
}

.overzicht_blokje .product_afbeelding {
    float: left;
    width: 100%;
    width: 120px;
    height: 95px;
}

.masterslider-no-images,
.overzicht_blokje .product_afbeelding.no-image {
    background: #f1f1f1;
    display: block;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 22px;
    padding-top: 25px;
    height: 95px;
    text-align: center;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.masterslider-no-images {
    height: 333px;
    padding-top: 0;
    display: table;
}
.masterslider-no-images h1 {
    font-size: 50px;
    display: table-cell;
    vertical-align: middle;
}
 
.overzicht_blokje .product_details {
    bottom: 10px;
    position: absolute;
    right: 10px;
    /*    width: 260px;*/
}

.overzicht_blokje .product_details img {
    vertical-align: middle;
}

.overzicht_blokje .product_bekijk {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f36523;
    color: #FFFFFF;
    border: 0;
    border-radius: 5px;
    line-height: 30px;
    padding: 0 10px;
}

.overzicht_blokje a.voeg_toe_offerte_overview {
    line-height: 30px;
    background-color: #023375;
    position: absolute;
    top: 50px;
    right: 10px;
    color: #FFFFFF;
    border: 0;
    padding: 0 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 14px;
    min-width: 30px;
    text-align: center;
}

.product_vergelijk .vergelijk_artikelen {
    /*margin: 0 0 10px 10px;*/
}

.verstopt {
    visibility: hidden;
}

.sa_row_content_bottom {
    float: left;
    clear: both;
    margin-top: 20px;
    width: 100%;
}

#beschrijving .panel .small-disclaimer {
    padding-left: 10px;
    float: left;
    font-size: 10px;
}

#beschrijving .panel .back-to-top {
    clear: both;
    width: 100%;
    padding: 20px 0 0 0;
    text-align: center;
}

#beschrijving .panel .back-to-top a:hover {
    text-decoration: underline;
    color: #f26522;
}

.margin-top-10 {
    margin-top: 10px;
}

.divaco-detail-wrap #beschrijving {
    margin-bottom: 0;
    margin-top: 15px;
}

.print_div h2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    color: #636363;
}


/*.sa_row_content_bottom .sa_catalogus_artikel_details_foto {
    width: 49%;
    height: 360px;
    float: left;
    position: relative;
}*/


/*.sa_row_content_bottom .sa_catalogus_artikel_details_foto img {
    position: absolute;
    top: 0;
    bottom:0;
    left: 0;
    right:0;
    margin: auto;
}*/


/*.sa_row_content_bottom .sa_catalogus_artikel_details_tekst {
    width: 49%;
    height: 360px;
    float: left;
    margin-left: 2%;
}*/

.sa_row_content_bottom .sa_catalogus_artikel_details_fotos {
    float: left;
    width: 510px;
    clear: both;
}

.sa_row_content_bottom .sa_catalogus_artikel_details_div {
    float: left;
    clear: both;
    position: relative;
    width: 100%;
}

.sa_row_content_bottom .sa_catalogus_artikel_details_div .details_content div {
    width: 100%;
    min-height: 170px;
    background-color: #DAD9D7;
    padding: 20px;
}

.sa_row_content_bottom .sa_catalogus_artikel_details_div .details_content div table {
    width: 100%;
}

.sa_row_content_bottom .sa_catalogus_artikel_details_div .details_content div table td:nth-child(1) {
    width: 20%;
}

.sa_row_content_bottom .sa_catalogus_artikel_details_div .details_content div table td:nth-child(2) {
    width: 20%;
}

.sa_row_content_bottom .sa_catalogus_artikel_details_div .details_content div table td:nth-child(3) {
    width: 60%;
}

.active {}

.short-info {
    float: left;
    width: 380px;
    padding: 0 20px;
}

.short-info h1 {
    color: #003577;
    font-family: "Open Sans Condensed", sans-serif;
    /*font-size: 25px;*/
    font-size: 21px;
    font-weight: bold;
}

.short-info .short-info-text {
    padding: 10px 0;
}

.short-info .action-links {
    display: block;
    width: 100%;
}

.short-info .action-links>a {
    color: #003577;
    font-size: 15px;
}

.short-info .action-links>a>i {
    padding-right: 10px;
}

.detail-right-side {
    float: left;
    width: 208px;
    padding-left: 20px;
    border-left: solid 1px #ddd;
    min-height: 360px;
}

.detail-right-side a#voeg_toe_offerte {
    display: block;
    color: #fff;
    padding: 3px 3px 5px 0;
    line-height: 30px;
    height: auto;
    min-height: 30px;
    background-image: none;
}

.detail-right-side a#voeg_toe_offerte.nl {
    line-height: 17px;
}

.detail-right-side a#voeg_toe_offerte>i {
    width: 50px;
    text-align: center;
    font-size: 20px;
    float: left;
    line-height: 30px;
}

.detail-right-side a#voeg_toe_offerte:hover,
.detail-right-side a#add-to-compare:hover {
    text-decoration: none;
    opacity: 0.90;
    cursor: pointer;
}

.detail-right-side a#add-to-compare {
    display: block;
    color: #fff;
    padding: 3px 3px 5px 0;
    line-height: 17px;
    height: auto;
    background-color: #003577;
    min-height: 30px;
    margin-top: 10px;
    line-height: 30px;
    border-radius: 5px;
}

.detail-right-side a#add-to-compare>i {
    width: 50px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    float: left;
}

.detail-right-side a#add-to-compare>i.fa-minus {
    display: none;
}

.detail-right-side a#add-to-compare.active>i.fa-minus {
    display: inline-block;
}

.detail-right-side a#add-to-compare.active>i.fa-plus {
    display: none;
}

.detail-right-side .downloads-wrap {
    margin-top: 25px;
}

.detail-right-side .downloads-wrap .title {
    font-size: 17px;
    color: #003577;
    margin-bottom: 10px;
}

.detail-right-side .downloads-wrap a {
    background: none;
    padding: 0;
    display: block;
    float: none;
    height: auto;
    color: #003577;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 5px 0;
}

.detail-right-side .downloads-wrap a>i {
    color: #5F5F5F;
    font-size: 18px;
    padding-right: 10px;
}

.clear {
    clear: both;
}

.detail-right-side .call-to-action {
    display: block;
    background-color: #EDEDED;
    margin-bottom: 25px;
}

.detail-right-side .call-to-action>.title {
    background-color: #dad9d7;
    font-weight: bold;
    padding: 5px;
}

.detail-right-side .call-to-action>.txt {
    width: 91%;
    float: left;
    padding: 10px;
    line-height: 18px;
}

.detail-right-side .call-to-action>.txt>span {
    font-weight: bold;
    font-size: 15px;
    color: #e45e15;
}

.detail-right-side .call-to-action>.txt>span>a {
    display: block;
}

.detail-right-side .call-to-action>.txt>span>a.mobile {
    display: none;
}

#add-to-compare.active {
    background-color: #41A741 !important;
}

#add-to-compare>span.active {
    display: none;
}

#add-to-compare.active>span.active {
    display: inline;
}

#add-to-compare.active>span.inactive {
    display: none;
}

.add-to-compare-text {
    display: block;
    overflow: hidden;
    background-color: #F36523;
    color: #fff;
    border-radius: 4px;
    line-height: 18px;
    height: 0;
    padding: 0 10px;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#add-to-compare:not(.active)~.add-to-compare-text {
    opacity: 0 !important;
    height: 0 !important;
    padding: 0 10px !important;
    margin: 0 !important;
}

.add-to-compare-text::before {
    width: 0;
    height: 0;
    display: block;
    content: "";
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #F36523 transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}

.add-to-compare-text.active {
    opacity: 1;
    visibility: visible;
    display: block;
    height: auto;
    margin: 10px 0;
    padding: 10px;
    overflow: inherit;
}

.link-to-compare {
    margin: 15px 0;
    display: none;
}

.link-to-compare.active {
    display: block;
}

.add-to-compare-text-max {
    display: block;
    background-color: #F36523;
    color: #fff;
    border-radius: 4px;
    line-height: 18px;
    padding: 0 10px;
    height: 0;
    overflow: auto;
    opacity: 0;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.add-to-compare-text-max.active {
    opacity: 1;
    overflow: inherit;
    height: auto;
    margin: 10px 0;
    padding: 10px;
}

.add-to-compare-text-max>a {
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.add-to-compare-text-max::before {
    width: 0;
    height: 0;
    display: block;
    content: "";
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #F36523 transparent;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}

.detail-right-side.used-products .call-to-action {
    margin-top: 10px;
}

.detail-right-side.used-products .product-price {
    text-align: right;
    margin-top: 10px;
    line-height: 50px;
}

.detail-right-side.used-products .product-price span {
    font-size: 22px;
}

.detail-right-side.used-products .product-price.upp span {
    text-transform: uppercase;
}

.detail-right-side.used-products .product-sold span {
    font-size: 14px;
    color: #f00;
    display: inline-block;
    padding: 4px 10px;
    margin: 10px 0;
    border: 1px solid #f00;
    border-radius: 6px;
    float: right;
}

.divaco-detail-wrap .photo-wrap.ms-showcase-template .product_used_is_sold {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(242, 101, 34, .7);
    z-index: 2;
    display: none;
}

.divaco-detail-wrap .photo-wrap.ms-showcase-template .product_used_is_sold .content-inner {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.divaco-detail-wrap .photo-wrap.ms-showcase-template .product_used_is_sold .content-inner i,
.divaco-detail-wrap .photo-wrap.ms-showcase-template .product_used_is_sold .content-inner span {
    color: #fff;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.divaco-detail-wrap .photo-wrap.ms-showcase-template .product_used_is_sold .content-inner i {
    font-size: 50px;
    margin-bottom: 5px;
}

.divaco-detail-wrap .photo-wrap.ms-showcase-template .product_used_is_sold .content-inner span {
    font-size: 35px;
}

.divaco-detail-wrap .photo-wrap.ms-showcase-template .ms-container .product_used_is_sold {
    display: block;
}
