/* footer top */

.footer-content {
  height: 100%;
}

.top-footer {
  padding: 28px 20px;
  background: #009fe5
}

.top-footer-text {
  display: inline-block;
  padding: 5px 0px;
}

.top-footer-text span{
  position: relative;
  font-size: 21px;
  font-weight: bold;
  font-style: italic;
  font-family: arial;
  height: 100%;
}

/*newsletter inschrijven */
.newsletter {
  display: inline-block;
  position: relative;
  float: right;
}

#formNewsletter,
#formNewsletter2 {
  height: 45px;
}

.newsletter a{
  text-decoration: none;
}

.subscribe-btn {
  background: #0069b7;
  height: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 14px 34px;
  margin-left: -4px;
  width: 125px;
  cursor: pointer;
  float: right;
  font-size: 12px;
}

.subscribe-btn span {
  font-weight: bold;
}

.email-input {
    height: 100%;
    width: 260px;
    border: none;
    display: inline-block;
    padding-left: 13px;
    color: white;
    background-color: #31b1e9;
    font-style: italic;
}

.email-input::-webkit-input-placeholder {
  color: #fff;
  font-size: 12px;
}

.email-input:-moz-placeholder {
  color: #fff;
  font-size: 12px;
}

.email-input::-moz-placeholder {
  color: #fff;
  font-size: 12px;
}

.email-input:-ms-input-placeholder {
  color: #fff;
  font-size: 12px;
}

.email-input::-ms-input-placeholder {
  color: #fff;
  font-size: 12px;
}

@media (max-width: 991px) and (min-width: 767px) {
  .footer-content{
    text-align: center;
  }
  
  .collection-content .selection.ui.dropdown {
    width: 40%;
  }
  
  .newsletter{
    float: none;
    padding-top: 10px;
  }
  }

@media (max-width: 767px) {
  .related-product{
  border: 1px solid #f5f5f5;
  margin-bottom: 10px;
  padding: 4px 2px;
}

.cart .amount {
  height: 15px !important;
}
  .footer-main{
    padding: 15px 10px !important;
  }
  .newsletter{
    padding-top: 10px;
     float: none;
  }
  .subscribe-btn {
    width: 100px;
    padding: 13px 14px;
  }
  
  .email-input {
    width: calc(100% - 100px);
  }
  
  .top-footer-text{
    text-align: center;
  }
  
  .footer-content{
    text-align: center;
  }
  
  .links {
    text-align: center;
    padding-top: 20px;
  }
  
  .copyright {
    text-align: center;
  }
  
  }

/* footer main */
.footer-main {
  padding: 60px 20px;
  background: #103e5f;
}

/* links */
.links ul {
  list-style: none;
  line-height: 2.2em;
  padding-left: 0;
}

.links ul li a {
  color: #cececf;
  font-size: 14px;
  font-weight: bold;
}

.links h3 {
  font-size: 1.30em;
}

.social-links {
    width: 100%;
    display: table;
    table-layout: auto;
}

.social-links li {
  position: relative;
  display: table-cell;
  text-align: center;
  padding: 5px;
}

.productpage .related-product{
  margin-top: 15px;
}

.productpage .color-variants label {
  font-weight: bold;
  font-size: 16px;
}


.productpage .color-variants-box {
  margin-top: 10px;
}

.productpage .color-variants-box a{
  margin-right: 13px;
  margin-bottom:15px;
  display:inline-block;
}

.productpage .color-variants-box a.color-variant.active{
  opacity: 1;
}

.productpage .color-variants-box a.color-variant{
  opacity: 0.6;
}

.productpage .color-variants-box a.color-variant img{
  border: 1px solid #dededf;
}

.productpage .color-variants-box a.color-variant.active img{
  border: 1px solid #333;
}

.productpage .related-product{
  margin-top: 15px;
}

.productpage .color-variants-box a{
  margin-right: 13px;
}

.productpage .color-variants-box a.color-variant.active{
  opacity: 1;
}

.productpage .color-variants-box a.color-variant{
  opacity: 0.6;
}

.productpage .color-variants-box a.color-variant img{
  border: 1px solid #dededf;
}

.productpage .color-variants-box a.color-variant.active img{
  border: 1px solid #333;
}


.trustpilot {
    background: url(trustpilot.png)right top/10px 10px no-repeat;
    height: 21px;
    width: 150px;
    background-size: contain;
    display: inline-block;
    position: relative;
    margin-top: 8px;
}

.trustpilot-stars {
  background: url(stars.png) no-repeat;
    height: 25px;
    width: 150px;
    background-size: contain;
    display: inline-block;
    position: relative;
    margin-top: 5px;
    margin-left: 10px;
}

.trustpilot-rating span{
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  top: -5px;
  position: relative;
}

.reviews a {
  font-weight: bold;
  font-size: 14px !important;
}

.byclients {
  font-style: italic;
}

.reviews {
  padding-top: 8px;
}

/*footer bottom */

.footer-bottom {
  padding: 30px 20px;
  background: #0a2b43;
}

.copyright-payment {
  background-color: inherit !important;
  color: #ababab !important;
}

.copyright {
  font-size: 12px;
  padding: 15px 0px;
}

.social-iconn {
  color: black !important;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  background: white;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  margin-right: 3px;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
}

.social-iconn:hover {
  background: #009fe5;
}

.social-iconn i {
  font-color: black;
}


.link {
  color: #0099dd !important;
}


/* Product overzicht */


.breadbrumb-box {
  width: 100%;
  padding-bottom: 10px !important;
  font-size: 12px;
}

.content-title {
    border-bottom: 2px solid rgba(200, 200, 200, 0.2);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 10px;
}

.collection{
  padding: 30px 0;
}

.collection .col-md-3 {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
.collection .col-md-3 {
    margin-left: -12px;
    margin-bottom: 18px;
}

.productpage-right-top{
  padding-left: 40px;
}
}

.breadbrumb-box a {
  color: black !important;
}


/* over ons index */

.over-ons {
  background-color: #fbfbfb;
  min-height: 300px;
  padding-top: 40px;
}

.over-ons-titel {
  border-bottom: 0.5px solid lightgrey;
}

.content.text-wrap {
  max-height: 236px;
  overflow: hidden;
}

.category-text {
  padding-left: 0px;
}

.category-text .content.text-wrap {
  max-height: 50px;
}

.content.text-wrap.read-more {
  max-height: none;
  overflow: hidden;
}



.content.text-wrap p {
  font-size: 14px;
  line-height: 1.4;
  color: #414141;
}


a.read-more-btn {
  display: block;
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  cursor:pointer;
  text-decoration: none !important;
  color: #009fe5;
  float: left;
}
a.read-more-btn i {
  font-size: 8px;
    padding: 0px 8px;
}

.read-more-btn-box {
  text-align: center;
}

/*banners index*/

.banners-index {
  width: 100%;
  height: 390px;
}

.banners-index .banner {
  height: 100%;
}

.banners-index .banner.second{
  border: none;
}

.banners-index .banner .banner-top {
  height: 48%;
  width: 100%;
}

.banners-index .banner .banner-bottom {
  height: 45%;
   width: 100%;
   margin-top: 25px;
}

.banner-1 {
  background: url(banner1.jpg) center center;
  background-size: cover;
}

.banner-2 {
  background: url(banner2.jpg) center center;
  background-size: cover;
}

.banner-3 {
  background: url(banner3.jpg) center center;
  background-size: cover;
}

.banner-4 {
  background: url(banner4.jpg) center center;
  background-size: cover;
}

.brand.item {
  opacity: 0.7;
}

.brand.item:hover {
  opacity: 1;
}

.brand-slider {
  width: 100%;
  border-top: 2px solid rgba(200, 200, 200, 0.1);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
  padding: 20px 0px;
}

.collection-content.container {
  margin-bottom: 30px;
}



/*=========Cart dropdown========*/


header .cart {
  position:relative;
}
header .cart .cart .open-cart {
  cursor:pointer;
}
.cart-wrap-outer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.cart-wrap-inner {
  position: relative;
}
header .cart .cart-dropdown {
  position: absolute;
  right: 0;
  top: -2px;
  width: 450px;
  background-color: #fff;
  padding: 10px 15px;
  border: 1px solid #efefef;
  z-index: 9999999;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  text-align:left;
  font-size:13px;
}
header .cart .cart-dropdown.visible {
  opacity: 1;
  visibility: visible;
}
header .cart .cart-dropdown .cart-title {
  font-size: 15px;
  font-weight: 600;
  padding: 10px 0px;
  border-bottom: 1px solid #efefef;
  color: #000;
  line-height: 22px;
  font-size: 1.4em;
}
header .cart .cart-dropdown .cart-title .items {
  float: right;
  font-size: 11px;
  font-weight: normal;
  line-height: 22px;
  color: #7c989b;
  display: inherit;
  background: transparent;
  width: auto;
  height: auto;
}
header .cart .cart-dropdown .cart-products {
  width:100%;
}
header .cart .cart-dropdown .empty-cart {
  padding-top: 15px;
  padding-bottom: 10px;
  font-style: italic;
  font-size: 12px;
  color:#9a978e;
}
header .cart .cart-dropdown .cart-products .product .info {
  font-size: 13px;
  text-transform: uppercase;
}
header .cart .cart-dropdown .cart-products .product .info .cart-variant,
header .cart .cart-dropdown .cart-products .product .info .variant{
  color: #54afe9 !important;
}
header .cart .cart-dropdown .cart-products .product .delete i{
  color: #000 !important;
}
header .cart .cart-dropdown a {
  padding:0;
}
header .cart .cart-dropdown a.delete {
  color: #7c989b;
  font-size: 1.2em;
}
header .cart .cart-dropdown .cart-products .product .info a.title {
  padding: 0;
  font-size: 1.1em;
  line-height: 20px;
  display: block;
  color: #000;
}
header .cart .cart-dropdown .cart-products .product .info a.title .qty {
  font-size:11px;
  color:#9a978e;
  margin-left:4px;
}
header .cart .cart-dropdown .cart-products .product .info .price {
  color:#000;
  line-height: 30px;
  font-weight: 600;
  font-size: 1.15em;
}
header .cart .cart-dropdown table.cart-products td {
  padding-right: 15px;
  border-bottom: 1px solid #e6e6e6;
}
header .cart .cart-dropdown table.cart-products td:first-child {
  padding-left: 0;
}
header .cart .cart-dropdown table.cart-products td:last-child {
  padding-right: 0;
}
header .cart .cart-dropdown table.total {
  margin-top:15px;
  width:100%;
  text-align:left;
  font-size:15px;
  color: #333;
  display: table;
}
header .cart .cart-dropdown table.total td:last-child {
  text-align:right;
}
header .cart .cart-dropdown table.total span {
  font-weight:600;
  color:#000;
  font-size:1.4em;
  margin-left: 10px;
}
header .cart .cart-dropdown a.btn {
  display: block;
  background: #ff6600;
  text-align: center;
  font-weight: bold;
  padding: 5px 10px;
}

header .cart .cart-dropdown a.btn:hover {
  color:#fff;
}

.product-configure label {
  display: block;
  margin-bottom: 7px;
}

.product-configure select {
  margin-bottom: 10px;
}

.product-configure input {
  max-width: 250px;
}

.product-configure textarea {
  max-width: 250px;
}

.cart-products .product {
  border: none;

}

.sticky-menu {
  background: #009fe5;
  display: none;
  top: 0px;
  z-index: 100;
  width: 100%;
  height: 54px;
  font-size: 16px;
}

.sticky-menu.active {
  display: block;
  position: fixed;
}

.sticky-menu .navigation {
  display: table-cell;
  vertical-align: middle;
  background: none;
}

.stikcy-menu .navigation {
  display: block;
  position: fixed;
  top: 0px;
}

.sticky-menu .navigation ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.main-header .navigation ul {
  display: inline-block;
}

.sticky-menu .navigation ul .nav-item {
  display: inline-block;
  margin-right: 20px;
  height: 54px;
  line-height: 54px;
}

.sticky-menu .navigation ul .nav-item a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  height: 100%;
  display: inline-block;
}

.sticky-menu .navigation ul .nav-item a.special {
  color: #000;
  font-size: 15px;
}

.sticky-menu .navigation ul .nav-item .submenu {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: left;
  background: #f9f9f9;
  display: none;
  z-index: 100;
}


.sticky-menu .navigation ul .nav-item:hover .submenu {
  display: block;
}

.sticky-menu .navigation ul .nav-item .submenu ul {
  margin-top: 5px;
}

.sticky-menu .navigation ul .nav-item .submenu .subsub-item a {
  font-weight: lighter;
}

.sticky-link {
  color: #000 !important;
}

.sticky-cart {
  display: inline-block;
  float: right;
}

.sticky-nav {
  display: inline-block;
}

.cart .icon svg {
  width: 27px;
  fill: #009fe5;
}


header .main-header-inner .cart {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  color: #009fe5;
}

.sticky-cart .price {
  display: inline-block;
  font-weight: bold;
}

.sticky-cart .amount {
  display: inline-block;
}

.sticky-cart .icon {
  display: inline-block;
}

.sticky-cart i {
  font-size: 12px;
  margin-left: 5px;
}
.sticky-cart .empty-cart.hidden {
  display: none;
}

.sticky-cart .total.hidden {
  display: none !important;
}

.sticky-cart {
  padding: 17px;
  padding-top: 9px;
}

.productpage-left-top{
  text-align: center;
}

.product-image {
  padding: 30px;
}

.thumb-row .owl-nav .owl-next{
  position: relative;
  float: right;
  right: -25px;
}
  
.thumb-row .owl-nav .owl-prev{
  position: relative;
  float: left;
  left:-25px;
}

.thumb-row .owl-carousel .owl-prev,
.thumb-row .owl-carousel .owl-next {
	margin: auto !important;
  position: absolute;
  top: 37%;
  color: #e5e5e5 !important;
  border: 1px solid #e5e5e5;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  background: white;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
  padding: 0px 13px;
}

.thumb-row .owl-carousel .owl-prev:hover,
.thumb-row .owl-carousel .owl-next:hover {
  background: #009fe5;
}

.thumb-row .owl-carousel .owl-nav [class*=owl-]:hover {
	color: rgb(0, 105, 183);
}

.thumb-row .owl-item {
  width: 100px;
}


/* mobile menu */

.body-wrap {
  /*
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px); 
  transform: translate(0px, 0px);
  */
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}

.body-wrap.menu-open {
  -ms-transform: translate(300px, 0px); /* IE 9 */
  -webkit-transform: translate(300px, 0px); /* Safari */
  transform: translate(300px, 0px);
}
.total-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 9999999;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity:0;
  visibility:hidden;
}

.total-overlay.menu-open {
  opacity:1;
  visibility:visible;
}

.mobile-menu {
  position:absolute;
  left:0;
  top:0;
  width:300px;
  height:100%;
  z-index:999999999;
  background:#231F20;
  position:fixed;
  -ms-transform: translate(-300px, 0px); /* IE 9 */
  -webkit-transform: translate(-300px, 0px); /* Safari */
  transform: translate(-300px, 0px);
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  overflow-y:scroll;
}

.mobile-menu.menu-open {
  -ms-transform: translate(0px, 0px); /* IE 9 */
  -webkit-transform: translate(0px, 0px); /* Safari */
  transform: translate(0px, 0px);
}

.mobile-menu .logo {
  padding:15px;
  background: #f9f9f9;
}

.mobile-menu .logo img {
  height:30px;
}

.mobile-menu .mobile-main-menu ul {
  margin:0;
  padding:0;
  list-style:none;
  font-size:13px;
  /*
  font-weight:bold;
  text-transform:uppercase;
  */
}

.mobile-menu form {
  height: 50px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    display: block;
    padding: 0px 15px;
    line-height: 50px;
}

.mobile-menu form input {
  height: 25px;
  border: none;
  width: 85%;
}

.mobile-menu form span {
  margin-left: 10px;
}

.mobile-menu .mobile-main-menu ul ul {
  font-weight:normal;
  display:none;
}

.mobile-menu .mobile-main-menu ul li ul.active {
  display:block;
}

.mobile-menu .mobile-main-menu ul li {
  position:relative;
}

.mobile-menu .mobile-main-menu ul li a {
  height:50px;
  line-height:50px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display:block;
  padding:0px 15px;
  color:#fff;
}

.mobile-menu .mobile-main-menu ul ul li > a {
  padding-left:25px;
}

.mobile-menu .mobile-main-menu ul ul ul {
  background: rgba(255,255,255,0.1);
}

.mobile-menu .mobile-main-menu ul ul ul li > a {
  text-transform:none;
  color:#eee;
  height:35px;
  line-height:35px;
  font-size:12px;
}

.mobile-menu .mobile-main-menu ul li.active > a {
  background: rgba(0,0,0,0.15);
}

.mobile-menu .mobile-main-menu ul li .more-cats {
  position:absolute;
  right:0;
  top:0;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  cursor:pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.mobile-menu .mobile-main-menu ul li .more-cats i {
  color: white;
}

.mobile-menu .mobile-main-menu ul li.active > .more-cats {
  -ms-transform: rotate(90deg); 
  -webkit-transform: rotate(90deg); 
  transform: rotate(90deg); 
}

.cart-link {
  text-decoration: none !important;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  color: #009fe5;
}

.banners-index .align{
  display: table;
  width: 100%;
  padding: 20px;
}

.banners-index .align-100{
  height: 100%;
}

.banners-index .align-middle{
  display: table-cell;
  vertical-align: middle;
}

.banners-index .align-bottom{
  display: table-cell;
  vertical-align: bottom;
}

.banners-index .banner-button-1,
.banners-index .banner-button-2,
.banners-index .banner-button-3{
  padding: 12px 0px;
  margin-top: 30px;
}

.banners-index .banner-button-2{
  bottom: 50px;
}

.banners-index .banner-button-1 span,
.banners-index .banner-button-2 span,
.banners-index .banner-button-3 span{
  padding: 12px 43px;
  background: #fd6264;
  font-weight: bold;
  text-decoration: none;
}

.banners-index .banner-subtitle-2 h3,
.banners-index .banner-subtitle-3 h3{
  font-size: 16px;
}

.banners-index .banner-title-1 {
}

.banners-index .banner-subtitle-1 {
}

.banners-index .banner-title-2 {

}

.banners-index .banner-subtitle-2 {
  
}

.banners-index .banner-subtitle-2 a {
  text-decoration: none;
}

.banners-index .banner-title-3 {

}

.banners-index .banner-subtitle-3{

}

.banners-index .banner-subtitle-3 a {
  text-decoration: none;

}

.countdown-bar{
  width: 100%;
  background: #4dbced;
  position: absolute;
  bottom: 90px;
  display: block;
  height: 60px;
  padding: 6px 0px;
}

.countdown {
  display: table;
  table-layout: auto;
  width: 60%;
  bottom: 0px;
  font-size: 21px;
  color: white;
}

.countdown div{
  display: table-cell;
  text-align: center;
  color: #fff;
  font-size: 13px;
}
.countdown div div{
  text-align: center;
  position: relative;
  display: inline-table;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}

.banners-index .banner-4 {
  position: relative;
}

.banners-index .banner-title-4{
  position: absolute;
  left: 10px;
  color: white;
}

.banners-index .banner-subtitle-4{
  position: absolute;
  bottom: 3px;
  left: 10px;
  color: white;
}


.banner-info{
  position: absolute;
  height: 90px;
  bottom: 0px;
  background: #009fe5;
  width: 100%;
}

.banner-4 .banner-image {
  background: url(banner4.jpg) center center;
  background-size: cover;
  height: calc(100% - 60px - 90px);
  width: 100%;
}

.banners-index .col-xs-12{
  padding: 0px 12px;
}

.cart-button-box{
  padding: 25px 10px;
  height: 100%;
}
@media (max-width: 991px){
  .main-header-inner a.visible-sm.visible-xs {
  position: relative;
  top: 12px;
  text-decoration: none;
  }
  
  .service-image a img{
    width: 50%;
  }
  
  .copyright{
    text-align: center;
  }
  
   .product .image-wrap img {
    padding: 5px !important;
  }
  
  .newsletter {
    width: 100%;
  }
}

@media (max-width: 767px){
  .countdown{
  width: 100%;
}

 .home-products .products {
    margin-top:30px;
  }

.product.tile .sale-tag-spacer{
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 11px;
}


.product.tile .sale, .product.tile .new {
  top: 0px !important;
}

.productpage .cart-box .cart-button {
  padding: 0px !important;
}

.product.tile .info {
  height: 110px !important;
}

.countdown div {
  padding-right: 8px;
}

.banner-subtitle-4 h3 {
  font-size: 1.1em;
}

.banner-subtitle-1 h3 {
  font-size: 1.1em;
}

.productpage .cart-box .cart-button {
  margin-left: 0px !important;
  margin-top: 20px;
}

.banners-index .banner-button-1 {
  bottom: 40px;
}

.banner-price {
  bottom: 0px !important;
  top: 60px;
  }
  
  .headline .image {
    height: 180px !important;
  }
  
  .cart-button-box{
  padding: 5px 15px;
}

.service-image a img{
    width: 70%;
  }
  
.product-configure-custom-option {
  width: calc(50% - 20px) !important;
  display: block !important;
  }
}

@media (max-width: 1024px){
  .content.text-wrap{
    max-height: 184px;
  } 
}



@media (max-width: 1199px) and (min-width: 768px) {
  .headline .image {
    height: 300px !important;
  }
}
.banner-subtitle-4 span {
  color: #ffc025;
}

.seconds {
  padding-right: 1px;
}

.sticky-cart div, .sticky-cart i {
  color: white;
}

body .body-wrap .wrapper .content.fixed-page {
  margin-top: 30px;
}

.main-header-inner .navigation {
  text-align: center;
}

.countdown.non-active {
  width: 100%;
  position: absolute;
  bottom: -13px;
  left: 4px;
}

@media (max-width: 1199px) {
  
  .main-header-inner .navigation ul li{
    margin-right: 10px !important;
  }
  .countdown-bar {
    padding: 15px 0px;
  }
  
  .banner-price {
    bottom: 0px !important;
    top: 60px;
  }
  
  div#countdown.countdown{
    width: 100%;
  }
}


.payments {
  display: table;
  table-layout: auto;
  text-align: center;
}

.payments img {
  width: 60px;
}

.product-configure-custom{
  width: 100%;
}

.product-configure-custom div:first-child {
  margin-right: 20px;
}

.product-configure-custom-option {
  display: inline-block;
  width: calc(50% - 12px);
}

.selection.ui.dropdown {
  width: 100%;
}

.productpage .cart-box .cart-button{
  width: 100%;
  text-align: center;
}

.breadcrumb-back {
  text-align: right;
  padding: 20px 0px 35px 0px;
}

.breadcrumb-back a {
  text-decoration: none;
  color: #009fe5 !important;
}

.breadcrumb-back a i {
  margin-right: 5px;
}

.service-image{
  text-align: center;
}

.banner-row{
  margin-top: 40px;
}

.product-content p {
  margin-top: 30px;
}

.brands .brand.item {
  padding: 5px;
}

/* Sidebar */

.sidebar ul.side-cats {
  margin: 0;
  list-style: none;
  padding: 0;
  font-weight: bold;
  margin-bottom: 50px;
  background: #fff;
}
.sidebar ul.side-cats li {
  position: relative;
}
.sidebar ul.side-cats li a {
  display: block;
  padding: 0;
  min-height: 40px;
  line-height: 40px;
  padding-right: 30px;
  font-weight: normal;
  color: #333;
  border-bottom:1px solid #f2f2f2;
}
.sidebar ul.side-cats li a.special {
  color: #fd6264 !important;
  
}
.sidebar ul.side-cats li.active >a {
  color: #333;
  font-weight:700;
}
.sidebar ul.side-cats li .more-cats {
  position:absolute;
  right:0;
  top:0;
  height: 40px;
  width: 30px;
  text-align: center;
  line-height: 40px;
  cursor:pointer;
  z-index: 99;
  font-size: 1.1em;
  color:#009fe5;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.sidebar ul.side-cats li.active > .more-cats {
  -ms-transform: rotate(90deg); 
  -webkit-transform: rotate(90deg); 
  transform: rotate(90deg);
  top: 10px;
  right: -3px;
}
.sidebar ul.side-cats ul {
  list-style: none;
  padding: 0px 0px 0px 15px;
  margin: 0;
  font-weight: normal;
  font-size: 13px;
  display: none;
}
.sidebar ul.side-cats ul.active {
  display: block;
}
.sidebar ul.side-cats ul li a {
  height: auto;
  line-height: normal;
  border: none;
  padding: 0px 0px;
  min-height: 0;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #f2f2f2;
}
.sidebar ul.side-cats ul li .more-cats {
  height:25px;
  line-height:40px;
}

.productpage .product-image .fa-search {
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 16px;
}

.catalog.tile {
  border: 1px solid #f5f5f5;
  margin-bottom: 20px;
}

.catalog.tile .image-wrap img {
  padding: 10px;
  width: 100%;
  padding-top: 15px;
  background: white;
}

.catalog.tile .info {
  position: relative;
  text-align: center;
}

.catalog.tile .info .title {
  font-size: 17px;
  margin-bottom: 5px;
  padding: 0px 10px;
  overflow: hidden;
}
.categories.row .row .catalog.tile .info {
  display: none;
  width: 100%;
}
.categories.row .row .catalog.tile .info.active {
  display: block;
}

.categories.row .catalog .row .catalog.tile .info {
  display: block;
}

.productpage-right-top .product-title h1 {
  margin: 0;
}

.page-title.row.textpage {
  padding-bottom: 70px;
}

.main-image {
  position: relative;
}

.sidebar-row {
  margin-right: 0px !important;
  padding-right: 15px;
}

.sidebar-title{
  padding: 5px 0px;
  border-bottom: 2px solid rgba(200, 200, 200, 0.2);
  margin-bottom: 10px;
}

 .cart .amount{
  display: inline-block;
  z-index: 1000;
  border-radius: 100%;
  height: 16px;
  width: 15px;
  background: #009fe5;
  color: white;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  
  position: relative;
  top: -15px;
}

.sticky-cart .amount {
  background: white;
  color: black;
}

.sticky-cart .icon .svg {
  fill: #fff
}

.cart .icon {
  display: inline-block;
  position: relative;
  left: 10px;
  top: 5px;
}


@media (max-width: 340px) {
  .cart .amount {
    top: -15px;
    right: 7px;
  }
  
  header .main-header-inner .cart i {
    position: relative;
    left: 0px;
    bottom: 20px;
  }
  
  header .main-header-inner .cart .icon {
    position: relative;
    left: 3px;
    top: 5px;
  }
}

.navBtn.next i {
  left: 0px !important;
}

.banners-index a:hover{
  text-decoration: none;
}

.sidebar .custom-filter{
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar .custom-filter .title{
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 10px;
}

.sidebar .custom-filter .kleur {
  display: inline-block;
  padding-right: 7px;
}

.sidebar .custom-filter .kleur .filter-item{
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.sidebar .custom-filter .ui.checkbox label.oranje:before{
  background-color: #fe5d02;
}
.sidebar .custom-filter .ui.checkbox label.blauw:before{
  background-color: #0033CC;
}
.sidebar .custom-filter .ui.checkbox label.lichtblauw:before{
  background-color: #66CCFF;
}
.sidebar .custom-filter .ui.checkbox label.rood:before{
  background-color: #fc0000;
}
.sidebar .custom-filter .ui.checkbox label.multicolor:before{
  background: linear-gradient(135deg,red,orange,#ff0,green,blue,indigo,violet);
}
.sidebar .custom-filter .ui.checkbox label.zwart:before{
  background-color: black;
}
.sidebar .custom-filter .ui.checkbox label.wit:before{
  background-color: white;
}
.sidebar .custom-filter .ui.checkbox label.beige:before{
  background-color: #eae6ca;
}
.sidebar .custom-filter .ui.checkbox label.lichtgrijs:before{
  background-color: #a9aeb2;
}
.sidebar .custom-filter .ui.checkbox label.antraciet:before{
  background-color: #434750;
}
.sidebar .custom-filter .ui.checkbox label.roze:before{
  background-color: #FFCCFF;
}
.sidebar .custom-filter .ui.checkbox label.lime:before{
  background-color: #cce226;
}
.sidebar .custom-filter .ui.checkbox label.mint:before{
	background:#85d9bf;
}
.sidebar .custom-filter .ui.checkbox label.fuchsia:before{
	background:#FF3399;
}

.kleur .ui.checkbox input[type=checkbox], .kleur .ui.checkbox input[type=radio]{
  width: 30px;
  height: 30px;
}
.kleur .ui.checkbox .box:before, .kleur .ui.checkbox label:before{
  width: 30px;
  height: 30px;
}
.ui.checkbox .box:before, .ui.checkbox label:before{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: none;
  border: 2px solid #ddd;
  text-align: center;
}
.ui.checkbox .box:after, .ui.checkbox label:after {
	display: none;
}


/* ### Aanpassingen 22 Aug 2018 ###*/

.searchbar input::-webkit-input-placeholder{
  color: #666768!important;
}
.searchbar input::-moz-placeholder{
  color: #666768!important;
}
.searchbar input:-ms-input-placeholder{ 
  color: #666768!important;
}
.searchbar input:-moz-placeholder{
  color: #666768!important;
}

.dropdown-contact-title{
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}


@media (max-width: 1199px){
  .banners-index .align{
  	padding: 10px;
  }
  
  .banners-index h2{
    margin: 0;
  }

  .banners-index h3{
    margin: 0;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .banners-index .banner-button-1, .banners-index .banner-button-2, .banners-index .banner-button-3{
    margin-top: 0;
  }
  .banners-index .banner{
    height: 300px;
  }
  .banners-index .banner .banner-top,
  .banners-index .banner .banner-bottom{
    height: 140px;
  }
}













