/* responsive */
.visible-mobile, .visible-tablet {
	display: none;
}
@media (min-width: 1280px) { 
  .hidden-desktop{ display: none}
  .container {
    width: 100%;
    max-width: 1380px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){ 
  .hidden-desktop{ display: none}
}
@media only screen and (min-width: 768px) and (max-width: 991px) and (orientation: portrait){
  .hidden-tablet-p { display: none }
  .visible-tablet-p{ display: block; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) and (orientation: landscape){
	.hidden-tablet-l { display: none }
  .visible-tablet-l{ display: block; }
}
@media only screen and (max-width: 767px) { 
  .hidden-mobile { display: none }
  .visible-mobile{ display: block}
  .mobile-logo-header, #mobile-nav, .mobile-menu {
    opacity: 1;
    visibility: visible;
	}
.text-content table td,
.collection-content table td {
	padding: 5px;
  display:block;
  border:0;
}
.products-grid {
	overflow: hidden;
}
.products-grid .home-products-wrap {
	margin-right: -50%;
}
.scroll-table {
	max-width: 100%;
	overflow: hidden;
}
.scroll-table-inner {
	position: relative;
	overflow-x: scroll;
}
.scroll-table thead th {
	top: 0;
	position: relative;
	box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.4);
	background: #fff;
	padding-bottom: 5px;
}
.scroll-table tr.scroll {
	/* display: table; */
	/* width: 100%; */
	position: fixed;
	z-index: 2;
	top: 50px;
	/* overflow: visible; */
}

  .collection-content .products-grid {
	margin: 0;
}
  .categories-inner.grid-layout {
	grid-template-columns: repeat(2, 1fr);
}
  .product-meta, .product-add {
	width: 100%;
}
  .products-grid .grid-layout {
	grid-template-columns: repeat(1, 1fr);
}
  .tab-container {
	flex: 1;
}
  #description table{ width:auto;}
  .product-content .home-usp {
	flex: 1;
}
  .related .grid-layout {
	grid-template-columns: repeat(2, 1fr);
}
  .bundle-wrap {
	flex: 1;
}
  .headlines .slide-item .banner-text {
    overflow: visible; 
    margin: 20px 15px;
  }
  .product-info-wrap {
      flex-direction:column;
  }
  .product-meta {
    padding: 0;
    width: 100%;
  }
  .short-desc {
    width: 100%;
  }
  .top-cart-wrap {
	flex-direction: column-reverse;
	display: flex;
	justify-content: flex-start;
	width: 100%;
	margin-top: 5px;
}
  .sticky {
	position: relative;
}
  .best-choice .item.item-list {
	max-width: unset;
}
  .mobile-logo-header a {
	flex: 1;
}
  .mobile-logo-header img {
	max-height: 40px;
	width: auto;
}
.desktop-chat{ display:none;}  
.mobile-chat {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	padding: 5px;
	border-radius: 5px;
	background: #ffe200;
	font-family: 'axiformaextrabold';
}
 /* .mobile-chat i {
	margin-right: 5px;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: #eee;
}*/
  .status.online {
	background: #32f932;
}
  .status.away {
	background: #ffa000;
}
  .status.offline{
	background: #f00;
}
  /*#xbdc7yn-1568218122565,
  #CAkZ5bg-1568218169241,
  #FKVPoqB-1568218195291,
  #aXnNF2z-1568218217114{
    display:none!important;
  }*/
  
  .custom-mobile-layout.products-grid .grid-layout {
    grid-auto-rows: auto;
  }
  .custom-mobile-layout .grid-layout .item {
    display: block;
  }
  .custom-mobile-layout .item .item-image-container, .best-choice .item.item-list .item-image-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 90px;
    border-right: 1px solid #ddd;
  }
  .custom-mobile-layout .item .item-name {
    margin-bottom: 0;
    min-height: 90px;
    padding-left: 90px;
  }
  .custom-mobile-layout .product-usps {
    min-height: auto;
  }
  
  .best-choice .item.item-list .item-meta-wrap {
    padding-left: 0;
  }
  .best-choice .item.item-list .item-name {
    min-height: unset;
    margin: 0 0 10px 0;
    padding-left: 90px;
  }
  .best-choice .item .item-meta-container {
    padding: 0 0 0 10px;
  }
.best-choice .desc {
	padding-top: 40px;
}
.best-choice .item.item-list .item-image-container {
	border-radius: 10px 0 0 0;
	border-bottom: 1px solid #ddd;
}
  .best-choice .item.item-list .price {
    margin: 10px 0;
  }
  .best-choice .item.item-list .item-action {
    padding: 20px;
    justify-content: space-between;
    display: flex;
    width: 100%;
  }
  .best-choice .item.item-list .product-usps {
    display: none;
  }
  .configurator .config-img {
	width: auto;
  }
  .configurator .title {
	font-size: 1.4em;
	max-width: unset;
}
  #selector-widget .inner {
	width: auto;
	padding: 30px;
}
  #selector-widget .title {
	font-size: 1.4em;
}
#selector-widget .zoeken-select {
	padding: 10px 0;
	margin: 0;
}
  #selector-widget .widget-wrap {
	/* justify-content: stretch; */
	width: 100%;
	flex-direction: column;
	align-items: stretch;
}
  .customized #selector-widget {
	margin-top: 0;
	margin-bottom: 40px;
}
.products-grid .title {
	font-size: 1.6em;
	text-align: left;
}
  
}
@media (max-width: 767px) { 
  .hidden-mobile { display: none}
}
@media only screen and (min-width: 768px) and (max-width: 991px){ 
  .hidden-tablet { display: none }
  .visible-tablet{ display: block; }
  .hidden-desktop { display: block; }
  .mobile-logo-header, #mobile-nav, .mobile-menu {
    opacity: 1;
    visibility: visible;
  }
}


@media only screen and (min-width:320px) and (max-width:992px){

iframe {
	max-width: 100%;
}
#mobile-nav {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 50px;
	box-shadow: 0px -2px 10px rgba(0,0,0,0.15);
	background: white;
}
/****************************/
.mobile-logo-header {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	position: fixed;
	z-index: 99998;
	width: 100%;
	height: 50px;
	box-shadow: 0px -2px 10px rgba(0,0,0,0.15);
	background: #fff;
	padding: 0 15px;
	align-items: center;
}
.main-container.mobile-nav-bottom {
	padding-bottom: 50px;
	padding-top: 50px;
}  
#mobile-nav.at-bottom {
	bottom: 0;
}
.mobile-menu.at-bottom .cart .t-wrap {
	bottom: 50px;
}
.main-container.mobile-nav-bottom #product .product-add .wrap {
	bottom: 50px;
}
.mobile-menu.at-bottom .mobile-section {
	border-bottom: 50px solid #fff;
}
/****************************/
  
  #mobile-nav ul {
	flex-direction: row;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	height: 50px;
}
#mobile-nav ul li {
	text-align: center;
	padding: 0 10px;
	height: 50px;
	display: flex;
	flex-flow: column;
	align-content: center;
	justify-content: center;
  line-height:inherit;
}
#mobile-nav.at-bottom ul li {
	flex-basis: 20%;
}
#mobile-nav ul li:nth-child(2) {
	border-bottom: 0;
	padding: 0;
}
#mobile-nav li:last-child{
border-right:0;
}
  #mobile-nav li span{
	font-size: 8px;
}
#mobile-nav li.open {
	background: #f9f9f9;
}
#mobile-nav .account img {
	width: 24px;
	margin-top: 5px;
	/* line-height: 60px; */
}
#mobile-nav i {
	font-size: 20px;
}
  #mobile-nav li span:last-child {
    display: block;
  }
  #mobile-nav .icon-wrap {
    position: relative;
  }
#mobile-nav .cartitems {
	position: absolute;
	right: 0;
	top: -15px;
	background: #ff5000;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	color: white;
	text-align: center;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* font-size: 1em; */
}

  #mobile-nav i.fa-search {

}

  #mobile-nav.at-top ul li.menuButton {
  	flex: 1;
  }

    .mobile-logo .img-responsive {
    max-height: 50px;
    margin: 0 auto;
  }
  body.mobile-open {
	height: 100%;
	overflow: hidden;
}
body.mobile-open .mobile-menu-overlay {
	visibility: visible;
}
  .mobile-menu-overlay {
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
}
  body.mobile-open .mobile-menu {
	display: block;
}
.mobile-menu {
	background-color: #fff;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: -80%;
	width: 100%;
	z-index: 9998;
	box-shadow: 2px 0 12px rgba(102,102,102,.2);
}
.mobile-menu .mobile-section::after, .mobile-menu-side .mobile-section::after  {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: auto;
	box-sizing: content-box;
}
.mobile-menu .mobile-section.open, .mobile-menu-side .mobile-section.open {
	left: 0;
}
.mobile-menu .mobile-section, .mobile-menu-side .mobile-section {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-top: 50px solid #fff;
}
.mobile-menu .mobile-section.open, .mobile-menu .mobile-section.opening, .mobile-menu-side .mobile-section.open, .mobile-menu-side .mobile-section.opening {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-box-flex: 1;
}
.mobile-menu .mobile-section .section-heading, .mobile-menu-side .mobile-section .section-heading {
	padding: 15px;
	position: relative;
	border-bottom: 1px solid #f1f1f1;
  display:block;
}
.mobile-menu .mobile-section .section-content, .mobile-menu-side .section-content {
	background-color: #fff;
}
  .mobile-menu .mobile-section .section-heading > a, .mobile-menu-side .section-heading > a {
	display: block;
	margin: -15px;
	padding: 15px;
}
.mobile-menu .mobile-section .section-heading .title, .mobile-menu-side .section-heading .title {
	font-size: 1.2em;
	display: block;
	margin: 0;
	/* font-weight: 600; */
	text-align: left;
}
.mobile-sidebar .widget.textpage, .mobile-menu-side .widget.textpage{
	padding: 0;
}
.mobile-menu .mobile-section .section-content ul.nav li, .widget.textpage .links li {
	border-bottom: 1px solid #f1f1f1;
	position: relative;
}
  .mobile-menu .mobile-section .section-content ul.nav li > a,  .widget.textpage .links li a {

	font-size: 13px;
	position: relative;
	z-index: 10;
	padding: 15px;
    display:block;
}
  .mobile-menu .mobile-section .section-content .content-heading {
	padding: 30px 15px 15px 15px;
	margin-top: -1px;
	position: relative;
	border-top: 2px solid #d42022;
	border-bottom: 1px solid #f1f1f1;
}
.mobile-menu .mobile-section .section-content ul.nav li > a .menu-icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 60px;
	text-align: center;
	border-left: 1px solid #f1f1f1;
	background: #f9f9f9;
}
  .mobile-menu .mobile-section .section-content ul.nav li > a .menu-icon::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.mobile-menu .mobile-section .section-content ul.nav li.has-children > a {
	padding-right: 75px;
}
 .mobile-menu .nav li {
	 position: static; 
}
.mobile-menu .mobile-section .mobile-section {
	z-index: 99;
}
  .mobile-menu .mobile-section .section-heading img {
	max-height: 75%;
	max-width: 33%;
	position: absolute;
	bottom: 0;
	right: 15px;
}
.mobile-menu .mobile-section .section-heading .title .theme-link {
	font-size: 12px;
	display: block;
	text-decoration: underline;
}
.mobile-menu .mobile-section .section-heading .title .theme-link i{
	font-size: 9px;
}
  .mobile-menu .mobile-section .section-heading .title.with-img {
	padding-right: 36%;
	min-height: 48px;
    position:relative;
}
  .mobile-menu .mobile-section .section-content ul.nav li.go-back > a {
	font-size: 16px;
	padding-bottom: 12px;
}
  .mobile-menu .mobile-section .section-content ul.nav li.go-back i {
	font-size: 9px;
	vertical-align: middle;
	margin-right: 15px;
}
.mobile-menu .mobile-section .section-content .settings,
.mobile-menu .mobile-section .section-content .cart,
.mobile-menu .mobile-section .section-content .search,
.mobile-menu .mobile-section .section-content .m-nav,
.mobile-menu .mobile-section .section-content .account,
.mobile-menu .mobile-section .section-content .filters{
  display:none;
}
.mobile-menu .mobile-section .section-content .settings.menu_open,
.mobile-menu .mobile-section .section-content .cart.menu_open,
.mobile-menu .mobile-section .section-content .search.menu_open,
.mobile-menu .mobile-section .section-content .m-nav.menu_open,
.mobile-menu .mobile-section .section-content .account.menu_open,
.mobile-menu .mobile-section .section-content .filters.menu_open{
  display:block;
}
.close-menu {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 20px;
	left: auto;
	width: 60px;
	z-index: 1;
	text-align: center;
	line-height: 55px;
  display:block!important;
}
  .mobile-menu .dropdown-cart-product-list{ padding:0 15px;}

.mobile-menu .cart .t-wrap {
	position: fixed;
	/* z-index: 9999999; */
	bottom: 0px;
	background: #fff;
	width: 100%;
	box-shadow: -5px 6px 30px rgba(0,0,0,0.15);
	padding: 0 15px;
}
 .mobile-menu .cart  .dropdown-cart-total {
	text-align: right;
}
.mobile-menu .cart .list-wrap {
	border-bottom: 100px solid #fff;
}
.dropdown-cart-action {
	margin-top: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-bottom: 20px;
	justify-content: space-between;
}


.mobile-menu .dropdown-cart-total {
	font-size: 1.2em;
	font-weight: 600;
	padding: 10px 0;
}
  .mobile-menu .dropdown-cart-menu .item{
    padding-right:0;
  }
  .mobile-menu .dropdown-cart-menu .item > figure{
    width:15%
  }
.mobile-menu .settings .loggin, .mobile-menu .settings .register {
	padding: 0 15px;
}
  .mobile-menu .settings .loggin .custom-title {
	display: none;
}
  .loggin {
	margin: 20px 0;
}
.mobile-menu .settings .btn {
	display: block;
}
  .mobile-menu .settings .register p {
	display: none;
}
.mobile-menu .settings .gui-button-link {
	font-size: 14px;
	margin-top: 10px;
}
.mobile-menu .settings .usp-list li{
    border:0!important;
  }
 /* .mobile-menu .mobile-section .c-s-i .section-heading img {
	bottom: -8px;
}*/
.mobile-menu .cust-service {
	 margin-bottom: 0px; 
	 padding: 0px; 
}
.mobile-menu .cust-service .usp.title {
	display: none;
}
 .mobile-menu .cust-service .usp-sub-text {
	display: block;
	font-size: 12px;
	font-weight: normal;
	/* font-style: italic; */
}

 .mobile-menu .select-dropdown .dropdown-menu > li > a {
	display: block;
	padding: 0 10px;
	font-size: inherit;
	line-height: inherit;
	color: #000;
	background: transparent;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	line-height: 40px;
	align-items: center;
}  
 .mobile-menu .header-search {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	padding: 20px;
	/* width: 100%; */
}
.mobile-menu .search-col {
	padding: 15px;
	position: relative;
}
.mobile-menu .search-col .btn-search {
	position: absolute;
	top: 60px;
	border: 0;
	line-height: 40px;
	display: inline-flex;
	font-family: 'axiformaextrabold';
	border-radius: 5px;
}
  .mobile-menu  .search-form .btn-search {
	border: 0;
	position: absolute;
	background: transparent;
	right: 0;
	top: 6px;
	z-index: 1;
	right: 0;
}
 .mobile-menu .search-query {
	flex-grow: 1;
	height: 40px;
	padding: 5px 10px;
}
  .mobile-menu .account-col {
	padding: 20px;
}
.mobile-menu .btn.fb {
	background: #617fb3;
	border-radius: 3px;
	color: white;
	/* font-weight: 600; */
	border: 0;
	display: inline-flex;
	line-height: 40px;
	font-size: 1.2em;
	width: 100%;
	justify-content: center;
}
 .mobile-menu  .btn.fb i {
	font-size: 20px;
	border-radius: 3px;
	margin-right: 5px;
	vertical-align: middle;
}
 .mobile-menu  .loggin form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 40px;
}
.mobile-menu .loggin input {
	line-height: 40px;
	padding: 5px 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.mobile-menu  .loggin form .btn {
	line-height: 40px;
	margin-bottom: 20px;
}
#copyright {
	padding: 10px 0 50px 0;
}
.prod-cont {
	margin: -15px 0;
}
.grid-popular .title {
	padding: 0 5px;
}
.grid-popular .item {
	padding: 5px !important;
	margin: 0 !important;
}
/***********************/
/***********************/
/* redesign 09/08/2019 */
/***********************/
/***********************/
.best-choice .item .item-wrap {
	flex-direction: column;
}
#content {
	/*overflow-x: hidden;*/
}
.usps-head {
	padding-top: 50px;
}
.usps-head ul {
	height: auto;
	padding: 0;
}
.usps-head .usp, .usps-head .usp a {
	font-size: 0.9em;
	line-height: 40px;
}
.head {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ddd;
	align-items: center;
}
.top {
	padding-bottom: 0;
	justify-content: flex-start;
	padding-top: 10px;
}
.usp-header {
	flex: 1;
}
.search-widget {
	margin-top: 0;
}
.inner-wrap {
	flex-direction: column;
}
.headlines-wrap, .widget {
	border-radius: 10px;
	width: 100%;
	height: auto;
}
.widget{
  padding: 20px 30px 20px 20px;
}
.headlines-wrap {
	height: 330px;
}
.headlines .slide-item {
	border-radius: 10px;
}
.service-block li:nth-child(3) .s {
	font-size: 1em;
	/* white-space: pre; */
	text-overflow: ellipsis;
}

.home-text {
	flex: 1 1 100%;
}
.home-usp {
	margin-left: 0;
	width: 100%;
	margin-top: 20px;
}
#footer .with-extra-links .f-col, #footer .f-col {
	width: 100%;
}
#footer .title {
	margin-bottom: 0;
}
#copyright .inner {
	justify-content: center;
}
#copyright .copy, .payment {
	text-align: center;
	margin-bottom: 10px;
	width: 100%;
}
#copyright .payment {
	flex: 1;
	display: flex;
	justify-content: center;
	padding-left: 0;
	flex-wrap: wrap;
	width: 100%;
}
.filters-wrap .filters {
	flex-wrap: wrap;
}
.toolbox-pagination {
	text-align: center;
}
.product-image-container {
	width: 100%;
	padding: 30px 30px 0 30px;
}
.product-info-wrap {
	padding: 0 30px 30px 30px;
}
.nav-tabs {
	flex-direction: column;
}
.nav-tabs > li {
  margin-right: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
  

.mobile-navbar {
  background: #000 none repeat scroll 0 0;
  display: block;
  margin-bottom: 20px;
}
  .navbar-default .navbar-brand {
  color: #fff;
}

  .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #555;
}
  .navbar-header.item-add-btn {
  width: 100%;
}
  .categories .row {
    align-items: flex-start;
    justify-content: flex-start;
  }
.category {
    padding: 5px;

}
.item {
	flex: 1;

}
  .navbar-default .navbar-toggle {
border-color: #ff4a00;
border-radius: 0;
border-width: 0 0 2px;
color: #fff;
display: block;
float: none;
font-size: 16px;
font-weight: bold;
margin: 0;
padding: 10px;
text-align: left;
width: 100%;
}
.row-offcanvas-right
.sidebar-offcanvas{right:-110%;}
.row-offcanvas-left
.sidebar-offcanvas{left:-110%;}
.row-offcanvas-right.active{right:110%;}
.row-offcanvas-left.active{left:110%;}
.sidebar-offcanvas{position:absolute;top:0;width:100%;z-index:99;}
#sidebart{background-color:#FFFFFF;padding-top:0;z-index:999;}
#sidebart .nav>li{color:#ddd;background:linear-gradient(#3E3E3E, #383838);border-top:1px solid #484848;border-bottom:1px solid #2E2E2E;}
#sidebart .nav>li:first-child{border-top:0;}
#sidebart .nav>li>a{color:#ddd;}
#sidebart .nav>li>a>img{max-width:14px;}
#sidebart .nav>li>a:hover, #sidebar .nav>li>a:focus{text-decoration:none;background:linear-gradient(#373737, #323232);color:#fff;}
#sidebart .nav .caret{border-top-color:#fff;border-bottom-color:#fff;}
#sidebart .nav a:hover .caret{border-top-color:#fff;border-bottom-color:#fff;}
  
  
  #resMenu {
  position: fixed;
  z-index: 9999;
  overflow: hidden;
  top: 0px;
  right: -327px;
  width: 325px;
  height: 100%;
  background: none repeat scroll 0% 0% #FFF;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
  border-left: 2px solid #E4EFF2;
  margin: 0px;
}

#resMenu, #resNavOpener {
  display:block;
}

#resNavCloser {
  position: absolute;
  top: 0px;
  right: 20px;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  transition: all 0.1s ease-in 0s;
  font-size: 24px;
}

#resNav {
  padding: 40px 20px 0 20px;
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
  background: #efefef;
}

#resNav ul li {
  position: relative;
  line-height: 20px;
}

#resNav ul li a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
}
#resNav li span {
  position: absolute;
  right: 0;
  top: 14px;
}
#resNav ul ul {
  padding-left:20px;
  display:none;
  -webkit-transition:none;
  -moz-transition:none;
  -o-transition:none;
  transition:none;
}

#resNavOpener {
  cursor: pointer;
  font-size: 20px;
  padding: 0 19px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body.open #resMenu {
  right:0;
}
  .menu {
  display: none;
}

#responsive-nav {
  display: block;
}
    header {
	padding: 0;
}
.head-table {
	display: inherit;
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 5px;
	border-bottom: 3px solid #283236;
	padding-bottom: 5px;
}
  #logo, .head-s-l,.usp-header, header #cart {
    width: 100%;
    padding: 0;
    display: block;
  }
  #logo img {
  max-width: 100%;
}
  header .select-dropdown .select-btn {
	height: 40px;
	padding: 0 10px;
}
  header .select-dropdown .dropdown-toggle {
	font-size: 14px;
	line-height: 40px;
}

header #cart {

  margin-top: 12px;
}
.head-s-l {
	margin-top: auto;
	/* align-items: center; */
	justify-content: flex-end;
	/* justify-items: flex-end; */
	display: flex;
}
header .language-wrap {
	margin: 0;
}
.language-wrap .btn-group.select-dropdown {
  float: none;
  margin-bottom: 5px;
}
.dropdown-menu.dropdown-cart-menu.dropdown {
  min-width: 330px;
}

.category .item {
  margin-bottom: 10px;
}
.grid-popular .item {
  margin-bottom: 15px;
}
.newsletter {
  margin-top: 20px;
  line-height: inherit;
  padding: 10px;
  display: table;
  width: 100%;
}
.newsletter .tagline {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.newsletter .form-wrap {
  display: block;
  width: 100%;
}
#footer .resp-wrap, .filters .resp-wrap {
  visibillity: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
}
#footer .title, .sidebar .f-title {
  position: relative;
  width: 100%;
}
#footer .title.active, .sidebar .f-title.active {
  font-weight: bold;
}
.f-col .title i {
  position: absolute;
  right: 0;
  top: 4px;
}
#copyright .copy, .payment {
  text-align: center;
  margin-bottom: 10px;
}

.collection-content .col-text {
  width: 100%;
 padding-right: 0; 
}
.filters .side-widget {
  margin-bottom: 10px;
}
.sidebar .f-title {
  font-size: 18px;
  margin: 0;
  border: 1px solid #efefef;
  padding: 5px;
}
.f-title .fa {
  position: absolute;
  right: 10px;
  top: 10px;
}
.side-widget .resp-wrap {
  padding: 20px;
}
.item.item-list .item-image-container {
  display: block;
  width: 100%;
  padding-right: 0;
}
.item.item-list .item-image-container img {
	margin: 0 auto;
	padding: 0;
}
.item .item-image-container img {
	padding: 10px;
  
}
.item.item-list .item-meta-wrap {
  display: block;
  width: 100%;
  vertical-align: middle;
}
.deel2 {
  margin-top: 0;
}
#product-image-container {
  width: 100%;
}
#product {
  width: 100%;
  margin-top: 26px;
  padding: 0;
  border: 0;
}
.write {
  margin-right: 0;
}
.product-list li .list-label {
  width: 40%;
}
.tab-container.left.product-detail-tab {
  margin-top: 30px;
}

.collection-content {
  border-left: 0;
}

  .products-grid .item-action {
	flex-wrap: wrap;
}
  
.headlines .slide-item .banner-text,   .headlines .slide-item .banner-text.center  {
	align-self: flex-end;
	text-align: center;
	max-width: unset;
}

  .headlines .slide-item .maintitle, .headlines .slide-item .subtitle {
        font-size:1em!important;
}
  .headlines .slide-item .btn {
	height: 40px;
	line-height: 40px;
    font-size:1em;
}

}

@media only screen
  and (min-device-width: 320px)
  and (orientation: landscape) {
  .widgetForm select, .widgetForm input {
     width: 80%;
  }
}
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation: portrait){
  .sticky {
    position: relative;
  }
  .headlines .slide-item .banner-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 50%;
  }
  .headlines .slide-item .banner-text.center {
    align-self: center;
    text-align: center;
    max-width: 50%;
  }
  .configurator .config-img {
    width: 80%;
  }
  .configurator .title {
    font-size: 2.4em;
    max-width: 80%;
  }
  #selector-widget .inner {
    width: auto;
    padding: 30px;
  }
  #selector-widget .title {
    font-size: 2.4em;
  }
  #selector-widget .zoeken-select {
    padding: 10px 0;
    margin: 0;
  }
  #selector-widget .widget-wrap {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }
  .customized #selector-widget {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .products-grid .title {
    font-size: 1.6em;
    text-align: left;
  }
  .categories-inner.grid-layout {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .grid-layout {
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
}
@media only screen and (min-width:768px) and (max-width:1024px) and (orientation: landscape){
  .container {    width: 1024px;  }
  .row-offcanvas-left .sidebar-offcanvas {    left: -130%;  }
  .row-offcanvas-left.active {    left: 130%;  }
  nav .item .itemLink {    padding: 0 15px;  }
  .logo {    max-width: 250px;  }
  .head .search-form {	padding: 0 20px;}
  header .usp-header span:nth-child(1) {    display: none;  }
  header .usp-header span:nth-child(2) {    font-size: 0.85em;  }
  .menu li a {	padding: 0 6px;	font-size: 0.85em;}
  .owl-normal.owl-carousel.grid-layout.off {	grid-column-gap: 10px;	grid-row-gap: 10px;}
  .grid-layout {	grid-column-gap: 10px;	grid-row-gap: 10px;}
  .categories-inner.grid-layout {	grid-template-columns: repeat(6, 1fr);    	grid-column-gap: 10px;	grid-row-gap: 10px;}
  .collection-content .categories-inner .category {	padding: 0;}
  .product-image-container {	width: 410px;}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1199px) {
  
#resNavOpener, #resMenu{
  display:none;
}
#logo img {
  max-width: 330px;
}
header #cart {
  padding: 18px 0 0 30px;
}
#cart i {
  font-size: 20px;
  margin-right: 2px;
}
#cart .carttitle {
  padding-left: 5px;
}
#cart .fa-chevron-down {
  padding: 13px 0 0px 8px;
}


.head-s-l {

  padding: 0 7px;
}
header .language-wrap, header .search-form {
  margin: 0 12px;
}
.widgetForm .zoeken-select:last-of-type {
  vertical-align: bottom;
}
.language-wrap span {
  font-size: 9px;
}

.language-wrap .btn-group.select-dropdown {
  float: none;
  margin-top: 2px;
  margin-bottom: 5px;
}

.products-grid .item-action a:nth-child(2) {
  margin-left: 0;
}
.products-grid .item-action a:nth-child(1) {
  margin-bottom: 5px;
}
.newsletter .tagline {
  line-height: 16px;
  vertical-align: middle;
  padding: 10px 0;
}


}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 992px){

.language-wrap span {
  font-size: 9px;
}

.language-wrap .btn-group.select-dropdown {
  float: none;
  margin-top: 2px;
  margin-bottom: 5px;
}
.widgetForm .zoeken-select:last-of-type {
  vertical-align: bottom;
}

.products-grid .item-action a:nth-child(2) {
  margin-left: 0;
}
.products-grid .item-action a:nth-child(1) {
  margin-bottom: 5px;
}
.newsletter .tagline {
  line-height: 16px;
  vertical-align: middle;
  padding: 10px 0;
}
.widgetForm select, .widgetForm input {
  width: 75%;
}

.home-usp .custom-title {
  display: block;
}
.grid-popular .item.col-md-15:first-of-type {
  padding-left: 15px;
}
.grid-popular .item.col-md-15.last {
  padding-right: 15px;
}
#footer .resp-wrap {
  display: block !important;
  border: 0 !important;
}
#product-image-container img {
  margin: 0 auto;
}
.product-image-container.carousel-wrapper {
  margin-top: 10px;
}
.dropdown-menu.dropdown-cart-menu.dropdown {
  min-width: 438px;
}
#content .widget {
  background-size: cover;
}
  .slider-container img {
	max-width: 400px;
	max-height: 400px;
}


}


@media only screen
  and (min-device-width: 768px) 
  and (max-device-width: 1024px)
  and (orientation: landscape) {
  .widgetForm select, .widgetForm input {
     width: 50%;
  }
.widgetForm .zoeken-select {
  width: 50%;
}
.widgetForm label {
  display: block;
}
.widgetForm select, .widgetForm input {
  min-width: inherit;
  width: 100%;
}
#content .widget {
  min-height: inherit;
  padding: 20px;
}
.widgetForm .zoeken-select:last-of-type {
  padding-right: 18px;
}
}


/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 1024px) and (max-width : 1199px){
.f-title i{
  display: none;
}
.resp-wrap{
  display: block!important;
}

.home-usp .custom-title {
  display: block;
}
.pp-product-image-slider.owl-carousel {
  margin-top: 10px;
}

}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {


}
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 

	}
  .scroll-table table {
   
  }
	
	/* Hide table headers (but not display: none;, for accessibility) */
	/*thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}*/
	table{
    margin-top:28px;
  }
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
    width: auto!important;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}