/*
==================================
=== MEDIA QUERY 1280px and below ===
==================================
*/
@media only screen and (max-width: 1280px) {
	body .block-search {
		width: 40%;
	}
}

/*
==================================
=== MEDIA QUERY 1024px and below ===
==================================
*/
@media only screen and (max-width: 1024px) {
	.header.content {
		padding: 10px 20px;
	}
	.header.content .logo {
		width: 45%;
		margin: 0;
	}
	.minicart-wrapper {
		margin-top: 8px;
		margin-bottom: 5px;
	}
	body .block-search {
		margin: 12px 0 0;
	}
	body .block-search .control input::-webkit-input-placeholder {
		letter-spacing: 3px;
	}
	body .block-search .control input::-moz-placeholder {
		letter-spacing: 3px;
	}
	body .block-search .control input:-ms-input-placeholder {
		letter-spacing: 3px;
	}
	body .block-search .control input::-ms-input-placeholder {
		letter-spacing: 3px;
	}
	body .block-search .control input::placeholder {
		letter-spacing: 3px;
	}
	.home-categorylist li .action.primary {
		background-color: rgba(220, 85, 1,.78);
		border-color: rgba(220, 85, 1,.2);
	}
	.home-categorylist li .action.primary:hover {
		background-color: rgba(51, 86, 151,.7);
		border-color: rgba(51, 86, 151,.2);
	}
	.home-categorylist li .action.primary {
		width: 100%;
	}
	.home-categorylist li .button-wrapper {
		bottom: 0;
	}
	.product-item-name {
		padding: 0 15px;
	}
	.sw-flexslider .slides li img {
		min-height: 300px;
		max-width: none;
		width: auto;
	}
	.page-layout-2columns-left .column.main {
		width: 74%;
	}
	.sidebar.sidebar-main, .sidebar.sidebar-additional {
		width: calc(26% - 10px);
	}
	.category-view-text {
		width: 60%;
	}
	.page-layout-1column .product-info-main {
		padding-right: 0;
	}
	.product-info-main .product-add-form {
		width: 100%;
	}
	.product-info-main .price-box.fixed {
		right: auto;
		left: 10px;
	}
	.cart-main-form {
		width: 100%;
		padding: 70px 40px 30px 0;
		right: -20px;
	}
	.cart-sidebar-totals {
		width: 100%;
		padding: 40px 20px 40px 20px;
	}
	.cart-container {
		display: block;
	}
	.cart-sidebar-totals .page-title-wrapper, .cart-sidebar-totals .cart-summary {
		float: left;
		width: calc(50% - 15px);
		clear: left;
	}
	.cart-sidebar-totals .page-title-wrapper {
		width: 100%;
	}
	.cart-sidebar-totals:before, .cart-sidebar-totals:after {
		content: '';
		display: table;
		clear: both;
	}
	.cart-sidebar-totals .block.discount, .cart-sidebar-totals .cart-freeshipping {
		float: right;
		border: 0;
		width: calc(50% - 15px);
		padding-top: 0;
	}
	.opc-wrapper,
	.opc-progress-bar {
		padding-right: 20px;
		width: 60%;
	}
	.opc-block-summary,
	.opc-block-shipping-information {
		padding-left: 20px;
	}
	.opc-sidebar {
		width: 40%;
	}
	.checkout-container:before {
		right: 40%;
	}
	.checkout-payment-method .payment-method-title {
		padding: 12px 0;
	}
	.opc-wrapper .shipping-address-item,
	.opc-wrapper .shipping-address-item:nth-child(3n + 3) {
		width: calc(50% - 7.5px);
		margin-right: 15px;
	}
	.opc-wrapper .shipping-address-item:nth-child(2n + 2) {
		margin-right: 0;
	}
	.account.page-layout-2columns-left .sidebar-main, .account.page-layout-2columns-left .sidebar-additional {
		width: calc(28% - 20px);
	}
	.account.page-layout-2columns-left .column.main {
		width: 72%;
	}
	.data.table.table-order-items th.col.shipping,
	.data.table.table-order-items td.col.shipping {
		display: none;
	}
	.data.table.table-order-items td.col.actions a {
		display: block;
	}
	.home-welcome-container .home-welcome-text {
		max-width: none;
		width: 50%;
	}
	.rootmenu > .rootmenu-list {
		display: block;
	}
	.rootmenu > .rootmenu-list > li {
		display: inline-block;
		vertical-align: top;
	}
	.mst-searchautocomplete__autocomplete._active.mst-2-cols {
		width: 620px !important;
	}
	.mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
		width: 400px!important;
	}
	.mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index {
		width: 220px;
	}
}

/*
==================================
=== MEDIA QUERY 780px and below ===
==================================
*/
@media only screen and (max-width: 780px) {
	.nav-sections .switcher-dropdown {
		display: block;
		padding: 0;
	}

	.nav-sections .switcher-dropdown .switcher-option {
		margin: 0;
	}

	.nav-sections .switcher-dropdown .switcher-option a {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
	}

	.nav-sections .switcher-dropdown .switcher-option a:after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
	}

	.actions.dropdown.options.switcher-options {
		display: flex;
	}

	.modal-content #opc-sidebar {
		padding: 5vw;
	}
}

/*
==================================
=== MEDIA QUERY 779px and below ===
==================================
*/
@media only screen and (max-width: 779px) {
	.sections.nav-sections {
		position: fixed;
		z-index: 99;
	}
	body.account .columns {
		flex-direction: column;
	}
	body.account.page-layout-2columns-left .column.main {
		width: 100%;
	}
	body.account.page-layout-2columns-left .sidebar-main, body.account.page-layout-2columns-left .sidebar-additional {
		margin-right: 0;
		padding: 0;
		width: 100%;
		margin-top: 0;
	}
	.account .block-collapsible-nav {
		position: relative;
	}
	.checkout-index-index .nav-toggle {
		display: block;
	}
	.page-header .header.panel {
		min-height: 36px;
		box-sizing: border-box;
	}
	.header.content {
		display: block;
	}
	.footer.content .footer-contact, .footer.content .footer-klantenservice {
		width: 50%;
	}
	.footer.content .footer-klantenservice {
		border-right: 0;
		border-left: 2px solid #fff;
		padding: 30px 0 30px 40px;
	}
	.footer-usps ul li {
		font-size: 1.5rem;
		padding: 0 5px;
	}
	.header.content .block-search {
		display: none;
	}
	.header.content .logo {
		width: 60%;
		margin-left: 25px;
		margin-top: 0;
		max-width: none;
	}
	.nav-toggle:before,
	.nav-toggle:hover:before {
		color: #1C1C1C;
	}
	.nav-toggle {
		top: 20px;
	}
	body .block-search {
		padding: 0 20px 20px;
		width: 100%;
		margin: 0;
		box-sizing: border-box;
	}
	body .block-search .label {
		display: none;
	}
	body .block-search .control {
		margin: 0;
		border: 0;
	}
	body .block-search .control input {
		position: static;
		margin: 0;
	}
	body .block-search .action.search {
		display: block;
		position: absolute;
		padding: 0;
		border: 0;
	}
	body .block-search .action.search:hover {
		background-color: #1C1C1C;
	}
	body .block-search .action.search span {
		display: none;
	}
	body .block-search .block-content {
		position: relative;
	}
	.minicart-wrapper .block-minicart {
		top: calc(100% + 4px);
		right: -10px;
	}
	.home-categorylist ul > li {
		width: calc(50% - 10px);
	}
	.home-categorylist ul > li:nth-child(1n + 3) {
		display: none;
	}
	.nav-before-open .page-wrapper {
		height: auto;
	}
	.category-view {
		flex-flow: row wrap;
	}
	.category-view-text {
		width: 100%;
		padding: 40px 20px 30px;
	}
	.category-view-image {
		width: 100%;
		height: 300px;
	}
	.sorter {
		float: left;
	}
	.page-products .columns > .sidebar.sidebar-main {
		border: 0;
		clip: rect(0, 0, 0, 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
	.sidebar.sidebar-additional .category-installation, .sidebar.sidebar-additional .category-question {
		width: calc(50% - 7.5px);
		display: inline-block;
		vertical-align: top;
		box-sizing: border-box;
	}
	.sidebar.sidebar-additional .category-installation {
		margin-right: 15px;
	}
	.sidebar.sidebar-additional {
		font-size: 0;
	}
	.sidebar.sidebar-additional > * {
		font-size: 1.6rem;
	}
	.product-item .price-box {
		margin: 12px 0;
	}
	.product-item-name {
		margin: 15px 0 0;
		font-size: 1.7rem;
	}
	.products-grid .product-item-actions {
		margin-bottom: 15px;
	}
	.navigation .level0.active > a:not(.ui-state-active),
	.navigation .level0.has-active > a:not(.ui-state-active) {
		border-color: transparent;
		color: #DC5501;
	}
	.page-layout-1column .product-info-main,
	.page-layout-1column .product.media {
		width: 100%;
	}
	.page-wrapper .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
		display: none;
	}
	.page-wrapper .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.page-wrapper .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow.mcs-button-arrow-next {
		left: auto;
		right: 0;
	}
	.page-wrapper .MagicScroll.MagicScroll-arrows-inside .mcs-button-arrow:before {
		width: 10px;
		height: 10px;
		border-color: #fff;
	}
	.page-wrapper .MagicScroll:hover > .mcs-button-arrow:hover:not(.mcs-disabled):before {
		border-color: #fff;
	}
	.page-wrapper .MagicScroll-horizontal.MagicScroll-arrows-inside:hover > .mcs-button-arrow:hover:not(.mcs-disabled) {
		background-color: #335697;
	}
	.product-info-main .price-box.fixed {
		right: 10px;
		left: auto;
	}
	.product-info-main .box-tocart .field.qty, .product-options-bottom .box-tocart .field.qty {
		display: table-cell;
		vertical-align: top;
	}
	.product-info-main .box-tocart .actions, .product-options-bottom .box-tocart .actions {
		display: table-cell;
	}
	.abs-button-responsive-smaller, .product-info-main .box-tocart .actions .action.tocart {
		max-width: 260px;
	}
	.product-info-main .page-title-wrapper .page-title {
		margin-top: 30px;
	}
	.cart.table-wrapper .product-item-photo {
		position: static;
		max-width: none;
	}
	.cart.table-wrapper .item .col.image {
		display: block;
		float: left;
		width: 20%;
		box-sizing: border-box;
		padding: 20px 20px 10px;
	}
	.cart.table-wrapper .item .col.item {
		display: block;
		float: left;
		width: 80%;
		box-sizing: border-box;
		padding: 20px 20px 10px;
	}
	.cart.table-wrapper .item .col.qty,
	.cart.table-wrapper .item .col.total,
	.cart.table-wrapper .item .col.actions {
		display: block;
		float: left;
		width: 40%;
		box-sizing: border-box;
		text-align: center;
		padding: 10px 20px 20px;
	}
	.cart.table-wrapper .item .col.actions {
		width: 20%;
		padding-top: 42px;
	}
	.cart.table-wrapper .item .col.qty {
		clear: left;
	}
	.cart.table-wrapper .col.total[data-th]:before {
		content: attr(data-th) ':';
		display: block;
		font-weight: 700;
		padding-bottom: 10px;
	}
	.cart.table-wrapper .product-item-photo .product-image-container {
		width: auto!important;
		height: auto;
	}
	.cart.table-wrapper .product-image-wrapper {
		top: auto;
		transform: none;
	}
	.cart-container .form-cart .action.clear {
		display: inline-block;
	}
	.cart.table-wrapper .items > .item {
		border-top: 1px solid #d1d1d1;
	}
	.cart-totals .mark, .opc-block-summary .table-totals .mark,
	.cart-totals .amount, .opc-block-summary .table-totals .amount {
		padding: 15px;
	}
	.cart-main-form {
		padding-top: 30px;
	}
	.checkout-container:before {
		right: -20px;
	}
	.opc-wrapper, .opc-progress-bar {
		padding-right: 0;
		width: 100%;
	}
	.opc-sidebar {
		width: 80%;
		right: 0;
		left: auto;
		margin: 0;
	}
	.opc-block-summary {
		padding: 0 30px;
		margin: 50px 0 0;
	}
	.opc-block-summary > .title {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.opc-estimated-wrapper .minicart-wrapper .action.showcart:before {
		content: '\f03a';
		background: none;
		height: auto;
		width: auto;
		font-family: 'FontAwesome';
		font-weight: 100;
		font-size: 2.8rem;
		line-height: normal;
		color: #1C1C1C;
	}
	.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
		color: #1C1C1C;
	}
	.opc-estimated-wrapper .minicart-wrapper .action.showcart {
		margin: 10px 0 0;
		background-color: #F7F5F7;
		border: 1px solid #ADADAD;
	}
	.opc-estimated-wrapper .minicart-wrapper {
		margin: 10px 0 0;
	}
	.authentication-wrapper {
		display: none;
	}
	table.data.table.table-totals {
		margin-top: 20px;
	}
	.opc-block-summary, .opc-block-shipping-information {
		padding: 0 20px;
	}
	.opc-wrapper .opc-payment .step-title {
		margin: -20px -15px 0;
	}
	.opc-wrapper .step-content .fieldset:last-child {
		margin-bottom: 0;
	}
	.form.password.forget > fieldset {
		margin-bottom: 0
	}
	.account .column.main > .block.block-dashboard-info,
	.account .column.main > .block.block-dashboard-addresses {
		width: calc(50% - 7.5px);
		box-sizing: border-box;
		display: inline-block;
		vertical-align: top;
	}
	.account .column.main > .block.block-dashboard-addresses {
		margin-left: 15px;
	}
	.account.customer-account-index .column.main {
		font-size: 0;
		letter-spacing: 0;
	}
	.account.customer-account-index .column.main > * {
		font-size: 1.6rem;
		letter-spacing: 0.8px;
	}
	.data.table.table-order-items th.col.shipping, .data.table.table-order-items td.col.shipping {
		display: table-cell;
	}
	.account.page-layout-2columns-left .sidebar-main, .account.page-layout-2columns-left .sidebar-additional {
		width: 60%;
		margin: 0;
		flex-basis: auto;
		flex-grow: 0;
	}
	.account .page-main, .cms-privacy-policy .page-main {
		padding: 10px 20px 0;
	}
	.account .column.main .order-products-toolbar {
		float: left;
	}
	.account .column.main .order-products-toolbar + .actions-toolbar {
		float: right;
	}
	.products-grid.wishlist .product-item-photo {
		float: none;
		margin-right: 0;
	}
	.products-grid.wishlist .product-image-container {
		max-width: 100%;
		max-height: 100%;
	}
	.products-grid.wishlist .product-image-photo {
		position: static;
		transform: none;
	}
	.products-grid.wishlist .product-image-wrapper {
		height: auto;
	}
	.products-grid.wishlist .product-item-name, .products-grid.wishlist .product-item-description, .products-grid.wishlist .product-item .price-box, .products-grid.wishlist .product-item-tooltip {
		margin-left: 0;
	}
	.products-grid.wishlist .product-item .box-tocart {
		float: none;
		margin: 0;
	}
	.products-grid.wishlist .product-item-actions {
		float: none;
	}
	.products-grid.wishlist .product-item-actions .action.edit, .products-grid.wishlist .product-item-actions .action.delete {
		width: 100%;
		margin: 0 0 10px;
	}
	.wishlist-index-index .products-grid .product-item {
		padding: 0;
	}
	.block-addresses-list .items.addresses > .item, .block-addresses-list .items.addresses > .item:nth-child(even) {
		width: 100%;
		margin: 0 0 15px;
	}
	.nav-sections-item-title {
		padding: 17px;
		height: 60px;
		width: calc(100% / 3);
		border: 0;
		background: #fff;
	}
	.nav-sections-items[data-titlechilds="2"] .nav-sections-item-title {
		width: 50%;
	}
	.nav-sections-item-title.active a {
		color: #fff;
	}
	.nav-sections .header.links {
		padding: 0 20px;
		border: 0;
		margin-top: 0;
	}
	.nav-sections .header.links li > a {
		border-top: 1px solid #fff;
	}
	.nav-sections .header.links li:last-child > a {
		border-bottom: 1px solid #fff;
	}
	.nav-sections .header.links a, .nav-sections .header.links a:hover {
		color: #fff;
		font-size: 1.8rem;
		text-transform: uppercase;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 300;
		letter-spacing: normal;
		padding: 0 15px;
		line-height: 54px;
	}
	.nav-sections-item-content > .page-main {
		padding: 0;
	}
	.rootmenu {
		background: #335697!important;
	}
	.rootmenu > .rootmenu-list.mobile-sub > li > a {
		color: #fff!important;
		line-height: 1.4;
		border: 0 !important;
		border-bottom: 1px solid #fff !important;
		padding: 15px 10px !important;
	}
	.rootmenu > .rootmenu-list.mobile-sub > li:first-child > a {
		border-top: 1px solid #fff !important;
	}
	.nav-sections, .rootmenu {
		background: #335697 !important;
	}
	.rootmenu {
		padding: 0 20px !important;
		box-sizing: border-box;
	}
	.rootmenu > .rootmenu-list.mobile-sub > li:hover>a {
		background-color: #335697 !important;
	}
	.rootmenu > .rootmenu-list > li > .rootmenu-click > .rootmenu-arrow {
		background-color: transparent!important;
		margin-top: 15px!important;
	}
	.rootmenu > .rootmenu-list > li > .rootmenu-click > .rootmenu-arrow::before, .rootmenu > .rootmenu-list > li > .rootmenu-click > .rootmenu-arrow::after {
		background-color: #fff;
	}
	.rootmenu > .rootmenu-list > li:hover > .rootmenu-submenu,
	.rootmenu > .rootmenu-list > li > .rootmenu-submenu {
		padding: 10px 20px;
		transition: none;
		transform: none !important;
		min-width: auto;
	}
	.rootmenu > .rootmenu-list > li > .megamenu {
		transition: none;
	}
	.rootmenu > .rootmenu-list .rootmenu-submenu {
		background-color: #335697;
	}
	.rootmenu > .rootmenu-list .rootmenu-submenu li a {
		background-color: #335697!important;
	}
	.nav-sections-item-content[id="store.settings"][aria-hidden="false"] {
		display: block!important;
	}
	.view-default, .view-duits {
		margin-right: 15px;
	}
	.nav-sections .switcher-trigger strong:after {
		content: none;
	}
	.rootmenu > .rootmenu-list .rootmenu-submenu .rootmenu-click > .rootmenu-arrow::before,
	.rootmenu > .rootmenu-list .megamenu .rootmenu-click > .rootmenu-arrow::before {
		width: 7px;
		height: 7px;
		border: solid #fff;
		border-width: 0 1px 1px 0;
	}
	.rootmenu > .rootmenu-list .level3-listing .rootmenu-click > .rootmenu-arrow {
		text-align: center;
	}
	.rootmenu > .rootmenu-list .rootmenu-click {
		width: 30px;
		height: 30px;
		padding: 0;
	}
	.rootmenu > .rootmenu-list .rootmenu-click > .rootmenu-arrow {
		margin: 0;
	}
	.rootmenu > .rootmenu-list .rootmenu-submenu .rootmenu-click > .rootmenu-arrow::before, .rootmenu > .rootmenu-list .megamenu .rootmenu-click > .rootmenu-arrow::before {
		margin-left: 9px;
	}
	.rootmenu > .rootmenu-list .v_halfmenu ul .halfwidth-popup-sub-sub, .rootmenu > .rootmenu-list ul .level4-listing, .rootmenu > .rootmenu-list .rootmenu-submenu li .rootmenu-submenu-sub {
		background-color: #335697;
	}
	.rootmenu > .rootmenu-list .rootmenu-submenu li .rootmenu-submenu-sub a, .rootmenu > .rootmenu-list .fullmenu ul.level4-listing > li > a {
		background-color: #335697;
	}
	.rootmenu > .rootmenu-list .rootmenu-submenu li .rootmenu-submenu-sub li:hover a, .rootmenu > .rootmenu-list .fullmenu ul.level4-listing > li:hover > a {
		background-color: #335697!important;
	}
	.rootmenu > .rootmenu-list .rootmenu-submenu li .rootmenu-submenu-sub a, .rootmenu > .rootmenu-list .fullmenu ul.level4-listing > li > a {
		color: #fff;
	}
	.rootmenu > .rootmenu-list .fullmenu .root-col-1 {
		padding: 10px;
	}
	.mst-searchautocomplete__autocomplete._active, .mst-searchautocomplete__autocomplete._active.mst-2-cols {
		left: 0!important;
		right: 0!important;
		width: auto!important;
	}
	.mst-searchautocomplete__autocomplete._active.mst-2-cols div.magento_catalog_product {
		width: 100%!important;
	}
	.mst-searchautocomplete__autocomplete._active.mst-2-cols .mst-searchautocomplete__index {
		width: 100%;
	}
	.mst-searchautocomplete__autocomplete ul li {
		padding: 5px 0;
	}
	.mst-searchautocomplete__item.magento_catalog_product .description {
		display: none;
	}
	.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper img {
		height: 60px;
		width: 60px;
	}
	.mst-searchautocomplete__item.magento_catalog_product .mst-product-image-wrapper {
		height: 60px;
		width: 60px;
	}
}

/*
==================================
=== MEDIA QUERY 640px and below ===
==================================
*/
@media only screen and (max-width: 640px) {
	.footer-usps ul {
		padding: 25px 20px;
	}
	.header.content .logo {
		width: 72%;
		margin-top: 5px;
	}
	.home-welcome-container {
		flex-flow: row wrap;
	}
	.home-welcome-container .home-welcome-img {
		width: 100%;
		order: -1;
	}
	.home-products-container .home-products-img {
		width: 100%;
		height: 400px;
		z-index: 0;
	}
	.home-products-container {
		flex-flow: row wrap;
	}
	.home-products-container .home-products-img p img {
		top: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%) translateY(-50%);
		height: auto;
		width: auto;
		max-width: none;
		max-height: none;
	}
	.home-info h3,
	.home-shoponline h3,
	.home-optv h3 {
		hyphens: auto;
	}
	.page-wrapper .MagicScroll .mcs-item img {
		padding: 2px;
	}
	.top-breadcrumbs-container .breadcrumbs {
		width: 100%;
		margin-top: -10px;
	}
	.top-breadcrumbs-container {
		display: block;
	}
	.top-breadcrumbs-container .product-back {
		display: inline-block;
		margin-top: 15px;
	}
	.top-breadcrumbs-container .product-back a {
		margin-left: 0;
	}
	.catalog-product-view .breadcrumbs .items > li {
		display: inline;
	}
	.catalog-product-view .breadcrumbs .item:not(:last-child) {
		display: inline;
	}
	.cart.table-wrapper .item .col.image {
		width: 30%;
	}
	.cart.table-wrapper .item .col.item {
		width: 70%;
	}
	.cart-container .form-cart .actions {
		text-align: center;
	}
	.cart-container .form-cart .action.clear, .cart-container .form-cart .action.continue {
		margin: 5px;
	}
	.cart-sidebar-totals .page-title-wrapper, .cart-sidebar-totals .cart-summary, .cart-sidebar-totals .block.discount, .cart-sidebar-totals .cart-freeshipping {
		width: 100%;
		float: none;
	}
	.opc-wrapper .form-login {
		border: 0;
		padding-bottom: 0;
	}
	.opc-wrapper .form-login fieldset {
		margin-bottom: 10px;
	}
	.opc-wrapper .shipping-address-item {
		padding: 15px;
		border-width: 2px;
	}
	.opc-wrapper .shipping-address-item.selected-item .edit-address-link {
		right: 0;
	}
	.form.create.account > .fieldset {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
	.account .column.main > .block.block-dashboard-info,
	.account .column.main > .block.block-dashboard-addresses {
		width: 100%;
		display: block;
		margin: 0 0 20px;
	}
	.table-wrapper.orders-recent {
		border: 0;
	}
	.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison):not(.recent) {
		padding: 0 20px;
	}
	.account .table-wrapper thead {
		border-bottom: 0;
	}
	.home-welcome-container .home-welcome-text {
		width: 100%;
		padding: 30px 20px;
	}
	/* .wishlist-index-index .products-grid .product-item,
	.wishlist-index-index .products-grid .product-item:nth-child(3n + 3) {
		width: calc(50% - 7.5px);
		margin: 0 15px 15px 0;
	}
	.wishlist-index-index .products-grid .product-item:nth-child(2n + 2) {
		margin-right: 0;
	} */
	.products-grid.wishlist .product-item:first-child {
		border-top: 0;
	}
	.products-grid.wishlist .product-item {
		border-bottom: 0;
	}
}

/*
==================================
=== MEDIA QUERY 480px and below ===
==================================
*/
@media only screen and (max-width: 480px) {
	.footer.content .footer-contact, .footer.content .footer-klantenservice {
		width: 100%;
		padding: 0;
	}
	.footer.content .footer-contact {
		padding-bottom: 30px;
	}
	.footer.content .footer-klantenservice {
		padding-top: 30px;
		border-left: 0;
		border-top: 2px solid #fff;
	}
	.minicart-wrapper .action.showcart:before,
	.minicart-wrapper .action.showcart:hover:before,
	.minicart-wrapper .action.showcart.active:before {
		content: none;
	}
	.nav-toggle {
		top: 12px;
	}
	.minicart-wrapper .block-minicart {
		right: -32px;
		top: 33px;
	}
	.minicart-wrapper {
		margin: 8px 12px 8px 14px;
	}
	.home-categorylist ul > li {
		width: calc(100%);
	}
	.home-categorylist ul > li:nth-child(1n + 2) {
		display: none;
	}
	.home-info h3, .home-shoponline h3, .home-optv h3 {
		font-size: 3.5rem;
	}
	.home-products-container .home-products-grid .product-item {
		width: 100%;
		margin: 0 0 15px;
	}
	.home-products-container .home-products-grid {
		max-width: 100%;
	}
	.sidebar.sidebar-additional .category-installation, .sidebar.sidebar-additional .category-question {
		width: 100%;
		margin: 0 0 10px;
	}
	.sidebar.sidebar-additional {
		margin: 0 0 30px;
	}
	.page-products .products-grid .product-item,
	.page-products .products-grid .product-item:nth-child(2n + 2),
	.page-products .products-grid .product-item:nth-child(3n + 3) {
		width: 100%;
		margin: 0 0 10px;
	}
	.page-products .toolbar .limiter {
		float: left;
		margin-bottom: 10px;
	}
	.modal-slide {
		left: 0;
	}
	.qtip {
		display: none!important;
	}
	.cart-totals .mark, .opc-block-summary .table-totals .mark, .cart-totals .amount, .opc-block-summary .table-totals .amount {
		padding: 10px;
	}
	.cart-container .form-cart .action.clear, .cart-container .form-cart .action.continue {
		font-size: 1.6rem;
	}
	.cart.table-wrapper .item .col.image, .cart.table-wrapper .item .col.item {
		width: 100%; 
	}
	.cart.table-wrapper .item .col.item {
		padding-top: 10px;
	}
	.cart.table-wrapper .item .col.qty, .cart.table-wrapper .item .col.total {
		width: 50%;
	}
	.cart.table-wrapper .item .col.actions {
		width: 100%;
		padding-top: 0;
	}
	.cart-totals .grand .amount, .opc-block-summary .table-totals .grand .amount {
		padding-right: 10px;
	}
	.cart-totals .grand .amount strong, .opc-block-summary .table-totals .grand .amount strong {
		font-size: 1.8rem;
	}
	.opc-estimated-wrapper .minicart-wrapper .action.showcart:before,
	.opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before,
	.opc-estimated-wrapper .minicart-wrapper .action.showcart.active:before {
		content: '\f03a';
	}
	.opc-estimated-wrapper .estimated-block .estimated-label {
		letter-spacing: 0;
	}
	.opc-estimated-wrapper .minicart-wrapper {
		margin-top: 0;
	}
	.opc-wrapper .shipping-address-item, .opc-wrapper .shipping-address-item:nth-child(3n + 3) {
		width: 100%;
		margin: 0 0 15px;
	}
	.opc-sidebar {
		width: 100%;
	}
	body.contact-index-index .column:not(.sidebar-additional) .form.contact {
		width: 100%;
		margin-bottom: 40px;
	}
	.contact-information {
		width: 100%;
		margin: 0;
	}
	body.contact-index-index .column:not(.sidebar-additional) .form.contact .action.submit.primary {
		margin-top: 0;
	}
	.login-container .block-content,
	.form.password.forget {
		width: 100%;
	}
	.account.page-layout-2columns-left .sidebar-main, .account.page-layout-2columns-left .sidebar-additional {
		width: 100%;
	}
	/* .wishlist-index-index .products-grid .product-item,
	.wishlist-index-index .products-grid .product-item:nth-child(3n + 3),
	.wishlist-index-index .products-grid .product-item:nth-child(2n + 2) {
		margin: 0 0 15px 0;
		width: 100%;
	} */
	.mst-searchautocomplete__item.magento_catalog_product .price {
		display: none;
	}
	.mst-search__index-magento-catalog-category li {
		margin: 20px 0!important;
		width: 100%;
	}
}