body {
    font-family: 'Open Sans', sans-serif;
}
#content {
    min-height: 210px;
}

.img-responsive {
    width: 100%;
}
.container .columns.vcenter {
   display: inline-block;
   float: none;
   margin-left: 0;
   vertical-align: middle;
}

.mob_hide {
    display: none;
}

/* knoppen */

.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: 6px 12px;
  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;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
  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: 6px 12px;
  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;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-lg:hover, .btn-lg:focus, .btn-lg.focus {
    padding: 10px 24px;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-lg {
        padding: 10px 24px;
}
.btn {
    text-decoration: none;
}
.btn-full {
    width: 100%;
    max-width: 210px;
    color: #fff!important;
    background-color: #EA5E00;
    border-color: #EA5E00;
    margin-bottom: 10px;
}
.btn-full:hover,
.btn-full:focus,
.btn-full:active {
    background-color: #fff;
    border-color: #EA5E00!important;
    color: #EA5E00!important;
    margin-bottom: 10px;
}
a.btn-one {
    background-color: #f79321;
    color: #fff;
}
a.btn-two {
    color: #f79321;
    border-color: #f79321;
    background-color: transparent;
}
.btn-one:hover,
.btn-one:focus,
.btn-one:active {
   color: #f79321;
    border-color: #f79321;
    background-color: transparent;
}
.btn-two:hover,
.btn-two:focus,
.btn-two:active {
    color: #fff;
    border-color: #f79321;
    background-color: #f79321;
}
.cta, .btn-primary, .btn-cta {
    background:  #ff6600!important;
}
.cta:hover {
    color: #fff!important;
}

/* Logo */

#logo {
    height: 45px;
    float: left;
    margin: 33px 0 22px;
}

#logo a{
	display: block;
    color: #3366CC;
    font-family: Arial;
    text-align: right;
    text-decoration: none;
	height: 45px;
}
#logo .superscript {
    font-weight: bold;
    font-size: 24px;
}
#logo em {
    color: #404040;
    font-style: normal;
}
#logo .subscript {
    line-height: 18px;
    font-size: 12px;
    display: block;
    font-weight: normal;
    color: #858585;
}

/* header */
header {
    padding: 10px 0;
}
#top-header  {
    top: 0px;
    background-color: #003365;
    color: #fff;
    height: 40px;
    min-height: 40px;
    z-index: 999;
    border-bottom: 0px;
}
.header-account li {
    margin-top: 2px;
    margin-bottom: 0px;
}
#top-header a {
    color: #fff;
    /*color: #373846;*/
    padding: 14px 12px 14px 10px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
}
#top-header .fa {
    margin-right: 5px;
}
.header-account {
    position: relative;
}
#top-header .winkelwagen a {
    color: #333;
}

.search #zoeken {
    margin-top: 35px;
}
#zoeken form {
    position: relative
}
#zoeken inputs[type=submit] {
    padding: 19px 19px;
    position: absolute;
    right: -12px;
    left: inherit;
    top: 0px;
}
#zoeken input[type=submit]:hover {
    cursor: pointer;
}
.contact-buttons a,
.lists a {
    display: inline-block;
}
#top-header .lists {
    margin-bottom: 0px;
    top: 0px;
}
.cart-res {
    float:right;
    margin-top: 20px;
}
.cart,
.winkelwagen {
    height: 41px;
    margin-top: 0px;
}
.cart {
    background-color: transparent;
}
#winkelwagen_dropdown {
    top: 73px;
}


.mobile-buttons {
    display:none;
}
header {
    padding: 1px 0px;
}
.menu-header {
    height: auto;
    margin-top: 0px;
}
#menu_hoofdmenu {
    margin-top: 0px;
    margin-bottom: 0px;
}
#menu_hoofdmenu {
    border-bottom: 0px;
}
#menu_hoofdmenu,
.megamenu>li:hover, .megamenu>li:active {
    background-color: transparent;
}
.megamenu > li > a {
    color: #333!important;
}
.megamenu > li > a {
line-height: 60px;
    padding: 0 30px;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    pointer-events: auto;
    color: #333;
    border-right: 0px;
    padding: 10px 11px;
    font-size: 18px;
    font-weight: 800;
}
.fixed-menu {
    background-color: #fff;
    border-bottom: 1px solid #fdfdfd;
    transistion: all 0.3s;
}
.fixed-menu.active {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
}
.fixed-menu.active ul.megamenu div.mm-item-content {
    top: 40px!important;
}
.header-account,
.header-account li {
    float: right!important;
    border-left: 0px;
    border-right: 0px;
}
.header-account a:hover {
    background: transparent;
}
.menu.menu-header {
    width: 550px!important;
    margin: 20px 0 0 0;
    overflow: visible;
}
.megamenu > li {
    position: relative;
    overflow: visible;
}
ul.megamenu div.mm-item-content {
    top: 60px!important;
    left: 0px!important;
}
.fixed-menu.active #logo {
    margin: 18px 0 12px;
}
.fixed-menu.active .menu.menu-header,
.fixed-menu.active .cart-res {
    margin-top: 10px;
}

/*
.menu {
    margin-top: 35px;
    width: auto!important;
}
#menu_hoofdmenu {
    margin-top: 0px;
}
*/

/* Slider */
#slider,
#slider .item {
    min-height: 460px;
}
#slider .owl-slider {
    overflow: hidden;
    max-height: 450px;
}
#slider  .text {
    padding: 15px;
    color: #584a4a;
}
#slider .background1,
#slider .background2 {
    min-height: 450px;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
    z-index: -1;
    border: 0px;
    background-size: cover!important;
}
#slider .background1 {
    /*background: #fff url('http://www.warrens-elektro.nl/img/header_camera.png') no-repeat;
    background: #fff url('http://mediacentrale.com/wp-content/uploads/sites/10/2016/09/Luchtfoto-Mediacentrale-4-1024x576.jpg') no-repeat;
    background: #fff url('http://www.interieurdesigner.be/frontend/files/userfiles/images/bouwen-verbouwen/inbraakbeveiliging/soorten-camerabewaking.jpg') no-repeat;
    background: #fff url('http://www.es-invest-security.be/Images/CAMERABEWAKING/camerabeveiliging.jpg') no-repeat;
    background: #fff url('../img/foto website 2.jpg') no-repeat;
    background: #fff url('../img/foto website 1.jpg') no-repeat;
    */
    background: #fff url('../img/slider1.jpg') no-repeat;
    background-position: 100% 48%!important;

}
#slider .background2 {
    
    background: #fff url('../img/remote-home-video-surveillance.jpg') no-repeat;
    
    background-position: 50% 60%!important;
}

#slider .white {
    margin-top: 260px;
}
#slider .white,
#slider .white h1 {
    color: #fff!important;
}
#slider .white .btn {
    color: #fff;
    border-color: #fff;
}


#slider .item {
    z-index: 2;
    /*width: 90%;
    margin: 0 auto;*/
    /*box-shadow: 3px 1px 11px #333;*/
}
#slider .btn-transparent {
    color: #333;
    border-color: #333;
}
#slider .owl-theme .owl-controls .owl-buttons div {
    color: #fff;
}
#slider .owl-prev,#slider .owl-next {
    width: auto;
    background-color: #fff;
    border: 0px;
}
#slider .btn-transparent:hover {

}
#slider .owl-slider .owl-pagination {
    bottom: 0%;
}
#slider h1 {
    /*margin-bottom: 40px;*/
}
#slider .lead {
    margin-bottom: 50px;
}
#slider .lead:before {
  color: #232a34;
  /*content: open-quote;*/
  font-size: 60px;
  line-height: 0px;
  margin-right: 15px;
  vertical-align: -15px;
  width: 100px;
}
#slider .lead:after {
  /*color: #232a34;
  content: close-quote;
  font-size: 60px;
  line-height: 0px;
  margin-right: 15px;
  vertical-align: -55px;*/
}

.owl-slider .owl-pagination {
    transition: all 0.8s ease-in-out-out;
    position: absolute;
    bottom: 14%;
    left: 50%;
}
.owl-slider .owl-prev,
.owl-slider .owl-next {
    position: absolute;
    top: 45%;
    background: transparent!important;
    border: 1px solid;
    padding: 15px!important;
    transition: all 0.8s ease-in-out-out;
}
.owl-prev {
    left: 0%;
}
.owl-next {
    right: 0%;
}
.owl-next:hover,
.owl-prev:hover {
    cursor: pointer;
}
.owl-prev .fa,
.owl-next .fa {
    font-size: 26px;
}
.owl-next .fa {
    margin: 6px 10px!important;
}
.owl-prev .fa {
    margin: 5px 7px!important;
}
/* Owl animation */
.owl-customAnimation-out {
  z-index: 10;
  -webkit-animation: customAnimationOut 2s both ease;
  -moz-animation: customAnimationOut 2s both ease;
  animation: customAnimationOut 2s both ease;
}
.owl-customAnimation-in {
  -webkit-animation: customAnimationIn 1s both ease;
  -moz-animation: customAnimationIn 1s both ease;
  animation: customAnimationIn 1s both ease;
}

@-webkit-keyframes customAnimationIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes customAnimationIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes customAnimationIn {
  0% { opacity:0; }
  100% { opacity:1; }
}

@-webkit-keyframes customAnimationOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes customAnimationOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes customAnimationOut {
  0% { opacity:1; }
  100% { opacity:0; }
}




/* services */
#services {
    padding: 35px 0px;
    padding: 0px 0px 25px;
}
#services h2 {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 17px;
    line-height: 30px;
}

#services p {
    margin-bottom: 20px;
}
#services .icons {
    position: relative;
    width: 70px;
    height: 30px;
    padding: 20px 0px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    float: left;
    margin: 7px 30px 0 0;
    background-color: #003365;
    border-radius: 50%;
    -webkit-transition: all 0.238s;
    transition: all 0.238s;
}
.right {
    float:right;
}
#services .icons .fa {
    margin-right: 0px!important;
}
#services .item h3, #services .item p {
    overflow: hidden;
}
#services .item h3 {
    color: #333;
    font-weight: 700;
}
#services .item a {
    color: #444;
    text-decoration: none;
}
#services .item a:hover,
#services .item a:active,
#services .item a:focus {
    text-decoration: none;
}

#services .item h3, #services .item p {
    overflow: hidden;
}
#services .item h3 {
    font-size: 23px;
    margin-bottom: 20px;
}
#services .item p {
    margin-bottom: 0;
}
#services a:hover {
    text-decoration: none;
}
#services .item {
    padding: 0px;
    min-height: 1px;
    background-color: transparent;
}
#services .item:hover > .icons {
    background-color: #3d9c2e;
}
#services .fa {
    color: #00c752;
    margin-right: 10px;
}
#services h3 .fa {
    color: #333;
}


/* Over ons */
#overons {
    padding: 50px 0px 60px 0;
    background-color: #fff;
}
#overons h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center
}
#overons a {
    text-decoration: none;
}
#overons a:hover {
    text-decoration: none;
}
#overons .caption_overlay {
    text-align: center;
}
#overons .caption_overlay {
    top: 0px;
    padding: 0px;
    -webkit-transform: translateY( calc(100% - 40px) );
            transform: translateY( calc(100% - 40px) );
}
#overons .caption:hover .caption_overlay {
    -webkit-transform: translateY( -webkit0);
    transform: translateY(0);
    -webkit-transform: translateY( calc(100% - 40px) );
            transform: translateY( calc(100% - 40px) );
}
#overons .caption_overlay_title.show {
    -webkit-transform: translateY( calc(0% - -0px) );
    transform: translateY( calc(0% - -0px) );
}
#overons .caption .caption_overlay {
    background: rgb(0, 51, 101);
}
#overons .caption_overlay_title.show {
    color: #fff;
    padding: 5px 0px;
}

#overons img {
    -webkit-transition: all 300ms ease-in-out;
    -webkit-transform: scale(1);
    -ms-transition: all 300ms ease-in-out;
    -ms-transform: scale(1);
    -moz-transition: all 300ms ease-in-out;
    -moz-transform: scale(1);
    transition: all 300ms ease-in-out;
    transform: scale(1);
    margin: 0 auto;
    display: block;
    height: 170px;
}

#overons .caption {
    height: auto;
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
}

#overons .caption:hover > img {
    -webkit-transition: all 300ms ease-in-out;
    -webkit-transform: scale(1.1);
    -ms-transition: all 300ms ease-in-out;
    -ms-transform: scale(1.1);
    -moz-transition: all 300ms ease-in-out;
    -moz-transform: scale(1.1);
    transition: all 300ms ease-in-out;
    transform: scale(1.1);
}






#cta {
     padding: 25px 0px;
    color: #fff;
    background-color: #003365;
}
#cta h1 {
    margin-bottom: 0px;
    margin-top: 8px;
}
#cta a {
    float: right;
    color: #fff;
    font-size: 16px;
    padding: 10px 25px;
}
#cta h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    color:white;
}
#cta .row {
    margin-bottom: 0px;
}
#cta .btn-trans {
    margin-left: 15px;
    padding: 10px 25px;
    color: #fff;
    border-color: #fff;
    margin-bottom: 0px;
}
#cta .btn-trans:hover {
    color: #5fa854;
    background-color: #fff;
}




/* werkwijze */
#werkwijze {
    padding: 50px 0px;
    background-color: #ebebeb;
}


#werkwijze img {
    float: right;

}
#werkwijze h3 {
    margin-top: 0px;
}

.breadcrumbs { margin: 10px 20px;}


/* Footer */
footer {
    margin-top: 0px;
    padding: 0px 0px!important;
}
#footer {
    background-color: #171f2a;
    padding: 50px 0px;
}
#footer h5 {
    color:#fff;
    margin-bottom: 40px;
    font-size: 28px;
}
#footer a,
#footer p {
    color: #fff!important;
    margin: 0 0 5px 0;
}
#footer ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    margin-left: 15px;
}
#footer  ul li {
    padding-left: 0;
    border-bottom: 1px solid #393b40;
    padding-bottom: 9px;
    margin-bottom: 10px;
    font-size: 13px;
}
#footer article {
    margin-bottom: 20px;
    font-size: 12px;
    border-bottom: 1px solid #333;
}
#footer article a {
    font-size: 16px;
}
#copyright {
    background-color: #0f151c;
    padding: 5px 0px;
}
#copyright a {
    color: #e6602b!important;
    color: #fff!important;
    text-decoration: underline;
}

#copyright p {
    color: #fff;
    margin-bottom: 0px;
}

#footer .instagram .overlay {
    display: none
}
#footer .instagram .instagram-item:hover > a .overlay {
    display: block;
    position: absolute;
    height: 82px;
    background: rgba(0, 0, 0, 0.5);
    width: 82px;
    padding: 20px 10px
}
#footer .loader {
    display: block;
    margin: 0 auto
}
#footer .instagram-item .fa {
    font-size: 40px;
    padding: 0px
}
#footer .instagram-item .fa-stack strong {
    font-size: 12px;
    top: -25px
}
#footer .instagram-item .fa-stack {
    width: 100%
}
.instagram .instagram-item {
    display: block;
    float: left;
    padding-bottom: 5px;
    padding-right: 5px;
    width: 30.333%;
    margin: 0 auto
}
.instagram img {
    width: 100%;
}


/* left */
.links .blocks .btn-full {
    width: 210px
}

#twaalf { padding: 0px 0 20px 0;}
.container .twelve.columns .content{
    width: 748px;
    background: #fff;

}
.tab-content p, .tab-content h2, .tab-content ul { padding : 0 10px;}
.product.block .pli-block  a:nth-child(1) {
    padding: 10px 35px;
    min-width: inherit;
    min-height: inherit;
    position: absolute;
    bottom: 0px;
    left: 1px;
    right: 0px;
}
.pli-columns, .brand-columns {
    padding-bottom: 0px;
    min-height: 320px;
}
.pli-subcategories .pli-columns,
.pli-subcategories.brand-columns {
    min-height: 200px;
}
.pli-columns .pli-titel {
    height: auto;
}
.pli-korte-omschrijving {
    display: block;
    margin: 10px;
}
.pli-korte-omschrijving p {
    margin-bottom: 0px;
}
.product.block .pli-body {
    position: absolute;
    bottom: 50px;
    display: block;
    left: 0px;
    right: 0px;
}
.product.block .pli-voor-prijs {
    margin-right: 10px;
}
.product.block .pli-van-prijs  {
    margin-left: 5px;
}

#content {
    background: #efefef;
}

.page-header {
    background-color: #fff;
}
.pli-controls {
    display:none;
}

.inclusief-prijs {
    position: relative;
}
.inclusief-prijs {
    position: absolute;
    top: 4px;
    right: -130px;
    font-size: 14px;
}
.product-details .product-omschrijving-kort {
    margin: 10px 0;
    display: inline-block;
}

.content-overzicht {
    box-shadow: 0px 0px 0px 0px #adadad;
}

#json_product_listing .page-header h1 {
    padding-left: 10px;
}


#content #menu_categoriemenu h3, #gebruikersmenu h3, .widget-submenu h3, #content .blocks h3 {
    display: none;
}

#menu_categoriemenu ul {
    margin: 0px 0 0 10px;
}
#menu_categoriemenu ul li ul {
     margin: 0px 0 0 30px;
}
#menu_categoriemenu ul>li {
   margin-bottom: 0px;
}
#menu_categoriemenu ul li a {
    padding: 10px 0px;
    display: block;
    font-size: 15px;
}

#menu_categoriemenu ul>li>ul>li {
    list-style: none;
}

#menu_categoriemenu .nm-1 a {
    position: relative;
}

#menu_categoriemenu ul>li>ul>li a::after {
    content: "";
    position: absolute;
    left: -15px;
    top: 50%;
    width: 7px;
    height: 7px;
    border: 1px solid #ddd;
    border-left: none;
    border-top: none;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
}

.checkout_block legend {
    margin: 1em 0 0 20px;
    font-size: 1.4em;
    line-height: normal;
}

.checkout_block fieldset {
    margin: 10px 20px 20px 0;
}

.form-horizontal .control-group label, .form-horizontal .control-label {
    text-align: left;
    margin-left: 20px;
}

select {
    padding: 6px 10px;
    margin: 15px 0 0 20px;
}

dt, dd {
    display: inline-block;
}
dt {
    min-width: 100px;
}
img {
    max-width: 100%;
}
.backlink {
    display: inline-block;
    margin-bottom: 5px;
}
@media (max-width: 700px) {
    .container {
        width: 95%;
        min-width: 300px;
    }
    .container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-third.column, .container .two-thirds.column, .container .three-two-thirds.columns {
        width: 100%;
    }
    .product-block {
        min-width: 95%;
        margin-left: -15px;
    }



    #logo {
        margin-top: 10px!important;
        margin-left: -10px!important;
    }
    #logo .superscript {
        font-size: 12px;

    }
    #logo .subscript {
        display: none!important;
    }
    .cart-res {
        margin-top: 0px!important;
        margin-right: -15px!important;
    }
    #winkelwagen_dropdown {
        top: 51px;
    }
    .mobile-buttons {
        display: block;
        position: absolute;
        top: 15px;
        right: 80px;
    }
    .mobile-buttons a {
        padding: 5px;
    }


    #content {
        margin-top: 0px;
    }
    #zoeken {
        position: relative;
    }
    #zoeken input[type=submit] {
        position: relative;
    }

    #services {
        margin-top: -65px;
    }

    #services {
        padding: 55px 0px;
    }
    #services .item {
        margin: 10px 0px;
    }

    #cta a {
        float: left;
    }
    #slider .background1, #slider .background2 {
        max-height: 250px;
    }
    #slider .text {
        margin-top: 50px;
    }

    #werkwijze h3 {
        margin-top: 10px;
    }

    .specificaties {
        overflow: visible;
        overflow-y: hidden;
    }
    .specificaties .table {
       width: 100%;
    }
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
      }
      .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;
      }
      .pli-mobile {
        padding: 5px;
      }
      .product-block .btn {
        margin-top: 10px;
      }

      .bestel_block .knop {
            float: right;
            margin-top: 0px;
      }


}

@media (min-width: 768px){
    #services > div > div > div:nth-child(2) > div:nth-child(2),
    #services > div > div > div:nth-child(3) > div:nth-child(2) {
        margin-top: 60px;
    }
}

@media (min-device-width: 760px) and (max-device-width: 1024px) {
      .megamenu > li > a {
        padding: 10px 15px;
        font-size: 14px;
 
    }
}