@media only screen and (min-width: 775px) and (max-width: 1141px) {
	.cms-home .product-row .home-products .product-items{
		display: flex;
		gap: 0;
	}

	.cms-home .products-grid ol .product-item-details{
		padding: 0 10px;
	}

	.cms-home button.action.tocart.primary{
		font-size: 12px !important;
	}

	.cms-home .home-usp img{
		max-width: fit-content;
	}

	.cms-home .home-usp > table td{
		padding-left: 25px !important;
		padding-right: 25px !important;
	}
}

@media only screen and (max-width: 775px) {
	/* Mobile menu*/

	.page-layout-custom_doelgroep .columns {
		display: flex;
		flex-direction: column-reverse;
	}

	.page-layout-custom_doelgroep .column.main {
		width: 100% !important;
	}

	.page-with-filter .columns .sidebar-main {
		display: flex;
        width: 100%;
        gap: 1em;
	}

	.nav-before-open body{
		width: calc( 100% + 54px );
	}
	.sections.nav-sections{
		background: #C42729 !important;
	}

	.page-wrapper .navigation{
		background: #C42729;
	}

	.navigation .level0.active > a:not(.ui-state-active),
	.navigation .level0.has-active > a:not(.ui-state-active),
	.navigation .level0.menu-item-active > a:not(.ui-state-active) {
		border-width: 0 !important;
		color: #fff;
		font-weight: 900;
		margin-left: 0 !important;
	}

	.navigation .level0 .submenu .active > a {
		color: #fff;
	}

	.level0:not(.right) a.menu-item-active > span{
		color: #fff;
	}
	
	.navigation .level0 > .level-top:hover{
		color: #fff;
		font-weight: 900;
	}

	.panel.header{
		height: 30px;
		padding-top: 10px;
		background-color: #F0F0F0;
		margin-bottom: 20px;
	}

	.page-header .panel.wrapper{
		padding-top: 0;
	}

	#switcher-store{
		float: left;
	}

	.widget.block.block-category-link {
		display: flex;
		justify-content: center;
	}

	.mobile-number{
		display: none;
	}

	.search{
		display: none;
	}
	.section-item-title.nav-sections-item-title.active {
		display: none;
	}

	.nav-sections-item-content{
		margin-top: 50px !important;
	}

	.nav-toggle-close{
		top: 20px !important;
		height: 30px !important;
	}

	.nav-toggle-close::after{
		width: 0 !important;
	}

	.nav-toggle-close::before{
		color: #fff;
	}

	.page-wrapper .navigation ul{
		margin-left: 20px;
		margin-right: 20px;
	}

	ul.header.links {
		margin-top: 0px !important;
	}

	.header.content{
		height: 50px;
	}

	.nav-toggle{
		right: 10px;
	}

	.header .logo img{
		margin-top: 20px;
	}

	header.page-header{
		height: 140px;
	}

	/* Mobile footer */
	.page-footer .footer.content .footer_content {
		grid-template-columns: 50% 50%;
	}

	/* Mobile Header */
	.cms-home .home_text .wrapper .banner{
		margin-left: -15px;
		margin-right: -15px;
		max-width: 100%;
		padding: 30px;
		min-height: 185px;
	}

	.cms-home .home-usp > table td:first-child{
		padding-left: 30px !important;
		padding-right: 0 !important;
	}
	
	.cms-home .home_text .wrapper .banner pre{
		border-radius: 0;
	}

	.cms-home .home_text .wrapper .banner img{
		border-radius: 0;

		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		min-height: 100%;
		min-width: 100%;
	}
	
	.cms-home .columns{
		margin-top: 0;
	}

	.cms-home .page.messages{
		margin-top: 0;
	}

	.cms-home .home_text .wrapper{
		padding-top: 0;
	}

	.cms-home .home_text .wrapper .banner h1{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.cms-home .home_text .wrapper .banner p{
		font-weight: 100;
	}

	.cms-home .home-usp > table td:nth-child(2), .cms-home .home-usp > table td:nth-child(4){
		display: none;
	}

	.cms-home .home-usp > table td:last-child {
		display: none;
	}
	.cms-home .home-usp > table td{
		padding: 10px !important;
	}
	.cms-home .home-usp > table tbody{
		display: revert;
	}

	.cms-home .home_text .wrapper .banner-cta{
		width: calc(100% - 40px);
		border-radius: 30px;
		padding: 20px;
	} 
	.cms-home .text-bottom-container{
		flex-direction: column;
		margin-bottom: 50px;
		padding: 0;
	}

	.cms-home .text-bottom-container > *{
		width: 100%;
	}

	.cms-home .text-bottom-container > .text-bottom.left{
		margin-bottom: 50px;
	}
	
	.cms-home .contact-bottom-container{
		flex-direction: column-reverse;
		padding: 0;
		margin-bottom: 10px;
	}

	.cms-home .contact-bottom-container .contact-bottom.left{
		margin-right: 0;
    	width: 100%;
	}

	.cms-home .contact-bottom-container form .field #name{
		width: 100%;
	}

	.cms-home .contact-bottom-container form .actions-toolbar a[href*="tel"]{
		text-align: center;
	}

	.cms-home .contact-bottom-container > .contact-bottom.right{
		width: 100%;
	}

	.cms-home .banner-bottom-container .banner-bottom-image{
		width: 0;
	}
	.cms-home .banner-bottom-container .banner-bottom-text{
		width: 100%;
		margin: 20px;
		margin-top: auto;
		margin-bottom: auto;
		height: calc(100% - 115px);
		background-color: #C42729;
	}


	.cms-home .product-row{
		flex-direction: column;
	}

	.cms-home .product-row .home-products-text{
		width: calc(100% - 50px );
		padding: 25px 25px 20px 25px;
	}

	.cms-home .product-row .home-products{
		width: 100%;
	}
	

	.cms-home .product-row .home-products .product-items{
		display: flex;
		gap: 0;
		border-radius: 10px;
	}


	.cms-home li.product-item{
		min-width: 350px;
		background-color: white;
	}

	.cms-home span.product-image-wrapper {
		display: flex;
		justify-content: center;
	}

	.cms-home .products-grid{
		border-radius: 10px;
		position: relative;
	  }

	.cms-home .products-grid .product-items{
		display: flex;
		transition: transform 0.4s;
	  }

	.cms-home .products-grid .product-items > li.product-item {
		flex:1;
		min-width:100%;
	  }

	.cms-home .product-row .home-products .product-items .product-item:last-child {
		display: none;
	}

	.cms-home .button-container {
		display: flex;
		justify-content: center;	
		margin-top: 20px;
	}

	.cms-home .widget.block.block-category-link{
		justify-content: left;
	}

}
/*
================================
== MEDIA QUERY 480px and less ==
================================
*/
@media only screen and (max-width: 480px) {
	.minicart-wrapper {
		margin: -1em 0 !important;
	}
	.message.global.cookie .content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.message.global.cookie .actions {
		margin-bottom: 0;
	}
	.message.global.cookie {
		margin-bottom: 0;
	}
	header.page-header {
		position: relative;
	}



	.header.content {
		margin-bottom: 20px;
	}
	.nav-toggle {
		top: 30px;
	}
	.header.content ul.header.links li.authorization-link,
	.header.content ul.header.links li.wishlist {
		display: none;
	}
	.minicart-wrapper {
		margin-top: 0px;
	}
	header .header.content .block-search .label {
		margin-top: 3px;
		margin-top: 4px;
	}
	html .header.content ul.header.links {
		margin-top: 15px;
	}
	header .header.content .block.block-search {
		clear: none;
		float: right;
		margin-top: 0px;
		width: 35px;
		height: 35px;
		float: none;
		width: auto;
		height: auto;
		margin-top: auto;
		margin-top: 15px;
	}
	.page-header .minisearch input[type="text"] {
		max-height: 0px;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	.page-header .minisearch input[aria-expanded="true"] {
		max-height: 50px;
	}
	.header .block-search .control {
		position: absolute;
		left: 0;
		right: 0;
		padding: 0 30px;
		box-sizing: border-box;
		top: 100%;
		background: #FFF;
		border-top: 0px;
		box-shadow: 0px 10px 10px -11px rgba(0, 0, 0, .75);
		position: relative;
		padding: 0 10px;
		margin-bottom: -10px;
	}
	.minicart-wrapper .action.showcart .text {
		display: none;
	}
	html .header.content ul.header.links li a {
		height: 26px;
		width: 26px;
		background-size: contain;
	}
	.column.main .product-item {
		padding-left: 0px;
		margin: 0 10px;
		width: calc(100%/1 - 20px);
		margin-bottom: 10px;
	}

	.sw-flexslider-container .flexslider-home_slider .slides .slider-title {
		display: none !important;
	}
	.sw-flexslider-container .flexslider-home_slider .sw-flexslider-control-paging {
		bottom: 10px !important;
		right: 20px;
	}
	.sw-flexslider .sw-flexslider-control-paging li a {
		margin-right: 8px;
		border-radius: 12px;
		width: 12px;
		height: 12px;
	}
	.home_slider::after {
		display: none;
	}
	.page-products .product-item-info {
		width: 100%;
	}
	.page-products .product-item-info a {
		width: 100% !important;
	}
	.prodcuts .page-products .product-item-info a .product-image-container {
		width: 100% !important;
	}
	.block-viewed-products-list .product-image-container .product-image-wrapper .product-image-photo {
		margin: 0;
		margin-left: 10px;
	}
	.home_text .wrapper {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				flex-direction: column;
		padding-top: 30px;
		padding-bottom: 35px;
	}
	.home_text .wrapper .img-left {
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.home_text .wrapper .img-left p {
		display: none;
	}
	.home_text .wrapper .img-left ul {
		border-top: 0px;
	}
	.home_text .wrapper .text-right {
		text-align: center;
	}
	.home_pagegrid .pagegrid_wrapper {
		margin-left: 0px;
		margin-right: 0px;
	}
	.home_pagegrid .pageblock {
		width: 100%;
		display: block;
		padding: 30px 20px;
	}
	.home_pagegrid .pageblock h2 {
		margin-top: 5px;
		margin-bottom: 20px;
	}
	.home_pagegrid .pageblock p a {
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.category_list_widget .block-content {
		margin-right: 0px;
	}
	.page-layout-custom-webshop main {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
	}
	.page-layout-custom-webshop main .page.messages {
		-webkit-box-ordinal-group: 2;
		        order: 1;
	}
	.page-layout-custom-webshop main .category-view {
		-webkit-box-ordinal-group: 4;
		        order: 3;
	}
	.page-layout-custom-webshop main .columns {
		-webkit-box-ordinal-group: 3;
		        order: 2;
	}
	.page-layout-custom-webshop .category_list_widget .block-content .category {
		width: 100%;
		margin-right: 0px;
	}
	.page-layout-custom-webshop .category_list_widget .block-content .category a {
		width: 100%;
	}
	.page-layout-custom-webshop .category_list_widget .block-content .category a img {
		margin: 0 auto;
	}
	.columns .column.main {
		width: 100%;
		float: none;
		-webkit-box-ordinal-group: 2;
		        order: 1;
	}
	.columns .sidebar-main {
		float: none;
		width: 100%;
	}
	.page-with-filter .columns .sidebar-main {
		-webkit-box-ordinal-group: 2;
		        order: 1;
	}
	.home_products .block.widget .products-grid .product-item {
		width: 100%;
		margin-left: 0px;
		padding: 0;
		margin-bottom: 10px;
	}
	.home_products .block.widget .products-grid .product-item:nth-child(2n + 1) {
		margin-left: 0px;
		margin-right: 0px;
	}
	.home_products .block.widget .products-grid .product-item:last-child:nth-child(odd) {
		display: none;
	}
	.home_products .block.widget .products-grid .product-item:nth-child(2n) {
		margin-left: 0px;
		margin-right: 0px;
	}
	.greep_products .block.widget .products-grid .product-item {
		width: 100%;
		margin-left: 0px;
		padding: 0;
		margin-bottom: 10px;
	}
	.greep_products .block.widget .products-grid .product-item:nth-child(2n + 1) {
		margin-left: 0px;
		margin-right: 0px;
	}
	.greep_products .block.widget .products-grid .product-item:last-child:nth-child(odd) {
		display: none;
	}
	.greep_products .block.widget .products-grid .product-item:nth-child(2n) {
		margin-left: 0px;
		margin-right: 0px;
	}
	.product-image-container {
		width: 100% !important;
	}
	.page-layout-custom-webshop .columns .column.main {
		padding-bottom: 10px;
	}
	.footer .footer_content div.container {
		width: 100% !important;
		padding-left: 0px !important;
		margin-bottom: 20px !important;
	}
	.footer .footer_content div.container:last-child {
		margin-bottom: 0px !important;
	}
	.catalog-product-view .block.upsell {
		-webkit-box-ordinal-group: 3;
		        order: 2;
	}
	html .upsell ol.products  {
		margin-left: -10px;
		margin-right: -10px;
	}
	.upsell ol.products .product-item {
		padding-left: 0px;
		margin: 0 10px;
		width: calc(100%/2 - 20px);
		margin-bottom: 10px;;
	}
	.upsell ol.products .product-item:nth-child(2n + 1) {
		padding-left: 0px;
		margin: 0 10px;
		width: calc(100%/2 - 20px);
		margin-bottom: 10px;;
	}
	.upsell ol.products .product-item:last-child:nth-child(odd) {
		padding-left: 0px;
		margin: 0 10px;
		width: calc(100%/2 - 20px);
		margin-bottom: 10px;;
	}
	.upsell ol.products .product-item:nth-child(2n) {
		padding-left: 0px;
		margin: 0 10px;
		width: calc(100%/2 - 20px);
		margin-bottom: 10px;;
	}
	.checkout-cart-index .block.crosssell {
        margin-top: 20px;
    }
    .checkout-cart-index .block.crosssell .products-grid .product-item {
        padding: 0;
        width: 49%;
    }
    .checkout-cart-index .block.crosssell .products-grid .product-item:nth-child(2n) {
        margin-left: 2%;
        margin-right: 0px;
    }
    .checkout-cart-index .block.crosssell .products-grid .product-item:nth-child(2n + 1) {
        margin-left: 0px;
        margin-right: 0px;
    }
    .checkout-cart-index .block.crosssell .products-grid .product-item:last-child:nth-child(odd) {
/*        display: none;*/
    }
	.checkout-cart-index .below_cart .wrapper-container {
		margin-left: 0;
		width: 100%;
	}
	.checkout-cart-index .below_cart .cart-summary {
		margin-left: 0;
		width: 100%;
	}
	.below_cart .wrapper-container .block.discount {
		margin-bottom: 20px;
	}
	.below_cart .wrapper-container .block_kiyoh {
		display: none;
	}
	.contact-index-index .contact_container {
		width: 100%;
	}
	.contact-index-index form.contact {
		width: 100%;
	}
	.footer_quote .quote_wrapper .quote_text,
	.home_quote .quote_wrapper .quote_text {
		width: 100%;
		padding: 20px 3%;
		box-sizing: border-box;
		margin-left: 0px;
	}
	.footer_quote .quote_person,
	.home_quote .quote_person {
		display: none;
	}
	.footer.content {
		margin-top: 0px;
	}
	.product-item .tocart {
		white-space: normal;
	}
	.column.main .product-item {
		padding-left: 0px;
		margin: 0 10px;
		width: calc(100%/2 - 20px);
		margin-bottom: 10px;
	}
	.home_products .block.widget .products-grid .product-item:nth-child(2n + 1) {
		margin-left: 0px;
		margin-right: 0px;
	}
	.home_products .block.widget .products-grid .product-item {
		margin-left: calc((100% - 2 * 49%) / 1);
		padding: 0;
		width: 49%;
		margin-bottom: 10px;
	}
	.home_products .block.widget .products-grid .product-item:last-child:nth-child(odd) {
		display: none;
	}
	.home_products .block.widget .products-grid .product-item:nth-child(5n + 1) {
		margin: auto;
	}
	.home_products .block.widget .products-grid .product-item:nth-child(2n) {
		margin-left: calc((100% - 2 * 49%) / 1);
		margin-right: 0px;
	}
	.greep_products .block.widget .products-grid .product-item:nth-child(2n + 1) {
		margin-left: 0px;
		margin-right: 0px;
	}
	.greep_products .block.widget .products-grid .product-item {
		margin-left: calc((100% - 2 * 49%) / 1);
		padding: 0;
		width: 49%;
		margin-bottom: 10px;
	}
	.greep_products .block.widget .products-grid .product-item:last-child:nth-child(odd) {
		display: none;
	}
	.greep_products .block.widget .products-grid .product-item:nth-child(5n + 1) {
		margin: auto;
	}
	.greep_products .block.widget .products-grid .product-item:nth-child(2n) {
		margin-left: calc((100% - 2 * 49%) / 1);
		margin-right: 0px;
	}
	.product-item .minimal-price-link, .product-item .price-excluding-tax, .product-item .price-including-tax {
		white-space: normal;
	}
	.promotions .promotions-selections {
		width: 100%;
	}
	.promotions .promotions-info {
		width: 100%;
		box-sizing: border-box;
		padding: 0;
	}
	.page-products .toolbar-products .sorter {
		float: right;
	}
	.page-products .toolbar-products .limiter {
		float: right;
	}
	.product-item .price-box .price-including-tax::after, .product-item .price-box .price-excluding-tax::after {
		display: block;
	}
	.page-layout-custom-webshop .category_list_widget .block-content {
		margin-right: 0px;
	}
	.page-layout-custom-assortiment .category-description p > img {
		float: none !important
	}
	.cart-container .form-cart .cart.actions.main button {
		display: none;
	}
	.category-view .wrapper_desc {
		padding: 0;
		border: 0;
		margin-top: 20px;
	}
	.category-view .wrapper_desc h1 {
		font-size: 20px;
	}
	html .page.messages + .category-view .wrapper_desc .category-description + [data-readmore-toggle] {
		display: none!important;
	}
}

/*
================================
== MEDIA QUERY 360px and less ==
================================
*/
@media only screen and (max-width: 360px) {
	.minicart-wrapper {
		margin: 0 !important;
	}
}

/*
===============================
== MEDIA QUERY 481px - 760px ==
===============================
*/
@media only screen and (min-width: 481px) and (max-width: 760px) {
	header.page-header {
		position: relative;
	}
	.header.content {
		margin-bottom: 20px;
	}
	.minicart-wrapper {
		margin-top: 0px;
	}
	header .header.content .block.block-search {
		clear: none;
		float: right;
		margin-top: 0px;
		width: 35px;
		height: 35px;
		float: none;
		width: auto;
		height: auto;
		margin-top: auto;
		margin-top: 10px;
	}
	.page-header .minisearch input[type="text"] {
		max-height: 0px;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	.page-header .minisearch input[aria-expanded="true"] {
		max-height: 50px;
	}
	.header .block-search .control {
		position: absolute;
		left: 0;
		right: 0;
		padding: 0 30px;
		box-sizing: border-box;
		top: 100%;
		background: #FFF;
		border-top: 0px;
		box-shadow: 0px 10px 10px -11px rgba(0, 0, 0, .75);
		position: relative;
		padding: 0 10px;
		margin-bottom: -10px;
	}
	.minicart-wrapper .action.showcart .text {
		display: none;
	}
	.columns .column.main {
		width: 100%;
	}
	.column.main .product-item {
		padding-left: 0px;
	}
	.page-products .product-item-info {
		width: 100%;
	}
	.home_text .wrapper .text-right {
		margin-bottom: 20px;
	}
	.sw-flexslider-container .flexslider-home_slider .slides .slider-title {
		display: none !important;
	}
	.sw-flexslider-container .flexslider-home_slider .sw-flexslider-control-paging {
		bottom: 10px !important;
		right: 20px;
	}
	.sw-flexslider .sw-flexslider-control-paging li a {
		margin-right: 8px;
		border-radius: 12px;
		width: 12px;
		height: 12px;
	}
	html .page-products .toolbar-products .pages {
		float: left !important;
	}
	.page-products .toolbar-products .limiter {
		float: right;
	}
	.page-products .toolbar-products .sorter {
		float: right;
	}
	.home_text .wrapper {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				flex-direction: column;
		padding-top: 30px;
		padding-bottom: 35px;
	}
	.home_text .wrapper .img-left {
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.home_text .wrapper .img-left p {
		display: none;
	}
	.home_text .wrapper .img-left ul {
		border-top: 0px;
	}
	.home_text .wrapper .text-right {
		text-align: center;
	}
	.home_text .wrapper .text-right h2 {
		margin-top: 0px;
	}
	.home_pagegrid .pagegrid_wrapper {
		margin-left: -10px;
		margin-right: -10px;
		padding-bottom: 20px;
	}
	.pagegrid_wrapper::after {
		clear: both;
		content: '';
		display: block;
	}
	.home_pagegrid .pageblock {
		width: 50%;
		display: block;
		padding: 0px 10px;
		float: left;
	}
	.home_products .block.widget .products-grid .product-item:nth-child(2n + 1) {
		margin-left: 0px;
		margin-right: 0px;
	}
	.home_products .block.widget .products-grid .product-item {
		margin-left: calc((100% - 2 * 49%) / 1);
		padding: 0;
		width: 49%;
		margin-bottom: 10px;
	}
	.home_products .block.widget .products-grid .product-item:last-child:nth-child(odd) {
		display: none;
	}
	.home_products .block.widget .products-grid .product-item:nth-child(5n + 1) {
		margin: auto;
	}
	.home_products .block.widget .products-grid .product-item:nth-child(2n) {
		margin-left: calc((100% - 2 * 49%) / 1);
		margin-right: 0px;
	}

	.greep_products .block.widget .products-grid .product-item:nth-child(2n + 1) {
		margin-left: 0px;
		margin-right: 0px;
	}
	.greep_products .block.widget .products-grid .product-item {
		margin-left: calc((100% - 2 * 49%) / 1);
		padding: 0;
		width: 49%;
		margin-bottom: 10px;
	}
	.greep_products .block.widget .products-grid .product-item:last-child:nth-child(odd) {
		display: none;
	}
	.greep_products .block.widget .products-grid .product-item:nth-child(5n + 1) {
		margin: auto;
	}
	.greep_products .block.widget .products-grid .product-item:nth-child(2n) {
		margin-left: calc((100% - 2 * 49%) / 1);
		margin-right: 0px;
	}
	.product-image-container {
		width: 100% !important;
	}
	.products-grid ol .product-item-actions {
		display: block;
	}
	.footer_quote .quote_wrapper .quote_person p img,
	.home_quote .quote_wrapper .quote_person p img {
		display: none;
	}
	.footer_quote .quote_wrapper .quote_text,
	.home_quote .quote_wrapper .quote_text {
		width: 100%;
		padding: 20px 3%;
		box-sizing: border-box;
		margin-left: 0px;
	}
	.footer.content {
		margin-top: 0px;
	}
	.footer .footer_content .container:first-child {
		width: calc(100%/2);
	}
	.footer .footer_content .container:nth-child(2) {
		width: calc(100%/2);
		padding-left: 50px;
		padding: 0px;
	}
	.footer .footer_content .container:nth-child(3) {
		clear: left;
		padding-left: 0px;
	}
	.footer .footer_content .container:nth-child(n+3):nth-child(-n+5) {
		width: calc(100%/2);
		margin-top: 20px;
		padding: 0px;
	}
	.footer .footer_content .container.footer_social {
		padding-left: 50px;
	}
	.footer .footer_content .container.footer_adres {
		padding-left: 35px;
	}
	.page-layout-custom-webshop .columns .sidebar-main {
		width: 100%;
		float: none;
		-webkit-box-ordinal-group: 2;
		        order: 1;
	}
	.page-layout-custom-webshop .columns .column.main {
		float: none;
		width: 100%;
		padding-bottom: 10px;
	}
	.page-layout-custom-webshop .category_list_widget .block-content .category {
		width: calc(50% - 15px);
	}
	.page-layout-custom-webshop .category_list_widget .block-content .category a {
		width: 100%;
	}
	.page-layout-custom-webshop .category_list_widget .block-content .category a img {
		margin: 0 auto;
	}
	.columns .column.main {
		width: 100%;
		float: none;
		-webkit-box-ordinal-group: 2;
		        order: 1;
	}
	.columns .sidebar-main {
		float: none;
		width: 100%;
	}
	.page-with-filter .columns .sidebar-main {
		-webkit-box-ordinal-group: 2;
		        order: 1;
	}
	.page-layout-custom-doelgroep .greep_products {
		-webkit-box-ordinal-group: 4;
		        order: 3;
	}
	.page-layout-custom-assortiment .greep_products {
		-webkit-box-ordinal-group: 4;
		        order: 3;
	}
	.catalog-product-view .block.upsell {
		-webkit-box-ordinal-group: 3;
		        order: 2;
	}
	.upsell ol.products .product-item:nth-child(2n + 1) {
		margin-left: 0px;
		margin-right: 0px;
	}
	.upsell ol.products .product-item {
		margin-left: calc((100% - 2 * 49%) / 1);
		padding: 0;
		width: 49%;
		margin-bottom: 10px;
	}
	.upsell ol.products .product-item:last-child:nth-child(odd) {
		display: none;
	}
	.upsell ol.products .product-item:nth-child(5n + 1) {
		margin: auto;
	}
	.upsell ol.products .product-item:nth-child(2n) {
		margin-left: calc((100% - 2 * 49%) / 1);
		margin-right: 0px;
	}
    .checkout-cart-index .block.crosssell {
        margin-top: 20px;
    }
    .checkout-cart-index .block.crosssell .products-grid .product-item {
        padding: 0;
        margin-left: 10px;
        width: calc((100% / 3) - (20px / 3));
    }
    .checkout-cart-index .block.crosssell .products-grid .product-item:nth-child(2n) {
        margin-right: 10px;
    }
    .checkout-cart-index .block.crosssell .products-grid .product-item:nth-child(2n + 1) {
        margin-left: 0px;
        margin-right: 0px;
    }
	.checkout-cart-index .wrapper-container {
		margin-left: 0;
	}
	.checkout-cart-index .wrapper-container .block.discount {
		margin-bottom: 20px;
	}
	.contact-index-index .contact_text {
		margin-bottom: 20px;
		width: 100%;
	}
	.contact-index-index .contact_maps {
		width: 100%;
	}
	.contact-index-index .contact_container {
		width: 100%;
	}
	.contact-index-index form.contact {
		width: 100%;
	}
}

/*
===============================
== MEDIA QUERY 761px - 980px ==
===============================
*/
@media only screen and (min-width: 761px) and (max-width: 980px) {
	/* <<<<START>>>> */	
	.sw-flexslider-container .flexslider-home_slider .bottom-right-fixed-caption {
		right: 10px;
		bottom: 40px;
	}
	.sw-flexslider-container .flexslider-home_slider .bottom-left-fixed-caption {
		left: 10px;
		bottom: 40px;
	}
	.sw-flexslider-container .flexslider-home_slider .top-left-fixed-caption {
		left: 10px;
		top: 40px;
	}
	.sw-flexslider-container .flexslider-home_slider .top-right-fixed-caption {
		right: 10px;
		top: 40px;
	}
	.sw-flexslider-container .flexslider-home_slider .slides .slider-title .caption {
		padding: 20px;
		padding-bottom: 25px;
	}
	.sw-flexslider-container .sw-flexslider .slides .slider-title h3 {
		font-size: 15px;
	}
	.sw-flexslider-container .sw-flexslider .slides .slider-title p {
		font-size: 15px;
		line-height: 20px;
	}
	.sw-flexslider-container .flexslider-home_slider .sw-flexslider-control-paging {
		bottom: 15px !important;
		right: 360px;
	}
	.sw-flexslider-container .sw-flexslider .slides .slider-title a {
		height: 48px;
		width: 48px;
		background-size: 25px 24px;
		bottom: -24px;
	}
	.home_text .wrapper .img-left {
		margin-right: 20px;
	}
	.home_text .wrapper {
		padding: 35px 0px;
	}
	.home_pagegrid .pagegrid_wrapper {
		margin-right: -20px;
		margin-left: -20px;
	}
	.home_pagegrid .pageblock {
		padding: 35px 20px;
	}
	.home_pagegrid .pageblock h2 {
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.home_pagegrid .pageblock p a {
		margin-top: 20px;
	}
	.home_pagegrid::after {
		background-position: 50% center;
	}
	.column.main .product-items {
		margin-left: 0px;
	}
	.home_products .block.widget .products-grid .product-item:last-child:nth-child(odd) {
		display: none;
	}
	.home_products .block.widget .products-grid .product-item {
		width: 25%;
	}
	.home_products .block.widget .products-grid .product-item {
		width: calc(100%/3 - 20px);
		margin: 0 10px;
		padding: 0px;
		margin-bottom: 20px;
	}
	.home_products .block.widget .products-grid .product-item:nth-child(5n + 1) {
		margin: 0 10px;
	}
	.footer_quote .quote_wrapper .quote_person p img,
	.home_quote .quote_wrapper .quote_person p img {
		display: none;
	}
	.footer_quote .quote_wrapper .quote_text,
	.home_quote .quote_wrapper .quote_text {
		width: 100%;
		padding: 20px 3%;
		box-sizing: border-box;
		margin-left: 0px;
	}
	.column.main .home_products .product-items {
		margin-left: 0px;
		margin-right: 0px;
	}
	.block.widget .product-item-info .product-item-photo {
		display: block;
		line-height: 0px;
		width: auto;
	}
	.block-viewed-products-list .product-image-container {
		max-height: auto;
	}
	.products .product-image-container {
		width: 100% !important;
	}
	.home_quote .quote_person {
		margin-left: calc(30% - 250px);
	}
	.home_quote .quote_text {
		margin-left: 30%;
	}
	.footer .footer_content .container:first-child {
		width: calc(100%/2);
	}
	.footer .footer_content .container:nth-child(2) {
		width: calc(100%/2);
		padding-left: 50px;
		padding: 0px;
	}
	.footer .footer_content .container:nth-child(3) {
		clear: left;
		padding-left: 0px;
	}
	.footer .footer_content .container:nth-child(n+3):nth-child(-n+5) {
		width: calc(100%/2);
		margin-top: 20px;
		padding: 0px;
	}
	.footer .footer_content .container.footer_social {
		padding-left: 50px;
	}
	.footer .footer_content .container.footer_adres {
		padding-left: 35px;
	}
	.page-layout-custom-webshop .category_list_widget .block-content .category {
		width: calc(50% - 20px);
	}
	.page-layout-custom-webshop .category_list_widget .block-content .category a {
		width: 100%;
	}
	.page-layout-custom-webshop .category_list_widget .block-content .category a img {
		margin: 0 auto;
	}
	.category-view .category-image {
		display: none;
	}
	.page-layout-2columns-left .column.main {
		width: calc(100% - 236px);
	}
	.page-layout-2columns-left .sidebar-main {
		width: 236px;
	}
	.page-layout-2columns-left .column.main {
		width: 100%;
	}
	.column.main .product-items {
		margin-left: -10px;
		margin-right: -10px;
	}
	.page-products .products-grid .product-item {
		width: calc(100%/3 - 20px);
		margin: 0 10px;
		padding: 0px;
		margin-bottom: 20px;
	}
	.page-products .product-item-info {
		width: 100%;
	}
	.page-layout-2columns-right .column.main {
		width: 100%;
	}
	.page-layout-2columns-right .sidebar-main {
		width: 100%;
		padding-left: 0px;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
	-webkit-box-pack: start;
			justify-content: flex-start;
		flex-wrap: wrap;
	-webkit-box-align: start;
			align-items: flex-start;
	}
	.page-layout-2columns-right .sidebar-main > div {
		margin-right: 10px;
	}
	.page-layout-2columns-right .sidebar-main > div:last-child {
		margin-right: 0px;
	}
	.catalog-product-view .block.upsell {
		margin-top: 20px;
	}
	.info_order_product .prices-tier li {
		margin-bottom: 5px;
	}
	.info_order_product .prices-tier li:last-child {
		margin-bottom: 0px;
	}
	.main .product-info-main .info_order_product .box-tocart .field {
		display: block;
	}
	.main .product-info-main .info_order_product .box-tocart .actions {
		display: block;
		width: 100%;
		padding-top: 0px;
	}
	.block_addthis {
		float: left;
		padding-bottom: 15px;
	}
	.req-btn {
		padding-bottom: 15px;
		width: 100%;
	}
	.req-btn a {
		margin-top: 0px;
		width: 100%;
		box-sizing: border-box;
	}
	.catalog-product-view .main .product.media {
		width: 49%;
	}
	.catalog-product-view .product.attribute.description {
		width: 49%;
		display: inline-block;
	}
	.catalog-product-view .main .product-info-main {
		width: 50%;
	}
	div.MagicToolboxContainer.selectorsBottom .MagicToolboxSelectorsContainer a {
			width: calc(100%/4 - 8px);
	}
	.page-layout-2columns-left .sidebar-main {
		width: 100%;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
				flex-direction: row;
		flex-wrap: wrap;
		-webkit-box-pack: start;
				justify-content: flex-start;
		-webkit-box-align: baseline;
				align-items: baseline;
	}
	.page-layout-2columns-left .sidebar-main > div {
		margin-right: 10px;
	}
	.page-layout-2columns-left .sidebar-main > div:last-child {
		margin-right: 0px;
	}
	#layered-filter-block {
		width: 250px;
	}
	.catalog-category-view .block_hulp,
	.catalog-product-view .block_hulp {
		max-width: 220px;
		min-width: 170px;
	}
	.catalog-category-view .block_usp,
	.catalog-product-view .block_usp {
		max-width: 220px;
		min-width: 170px;
	}
	.catalog-category-view .block_kiyoh,
	.catalog-product-view .block_kiyoh {
		width: 250px;
	}
	.upsell ol.products .product-item {
		width: calc(100%/3 - 20px);
		margin: 0 10px;
		padding: 0px;
		margin-bottom: 20px;
	}
	.upsell ol.products .product-item:nth-child(2n) {
		width: calc(100%/3 - 20px);
		margin: 0 10px;
		padding: 0px;
		margin-bottom: 20px;
	}
    .checkout-cart-index .block.crosssell .products-grid ol {
        margin-left: -10px;
        margin-right: -10px;
    }
    .checkout-cart-index .block.crosssell .products-grid .product-item {
        width: calc(100% / 3 - 20px);
        margin: 0 10px;
        padding: 0px;
    }
    .checkout-cart-index .block.crosssell .products-grid .product-item:nth-child(5n + 1) {
        margin: 0 10px;
    }
	.checkout-cart-index .wrapper-container {
		margin-left: 0;
	}
	.checkout-cart-index .wrapper-container .block.discount {
		margin-bottom: 20px;
	}
	.cart.table-wrapper .col.qty {
		min-width: 62px;
	}
	.contact-index-index .contact_container {
		width: 100%;
	}
	.contact-index-index form.contact {
		width: 100% !important;
	}
	.contact-index-index .fieldset > .field:not(.choice) > .label {
		width: 100%;
		text-align: left;
		margin-bottom: 5px;
	}
	.contact-index-index .fieldset > .field.choice:before, .fieldset > .field.no-label:before {
		display: none;
	}
	.contact-index-index .fieldset .legend {
		margin-left: 0px;
	}
	.contact-index-index .column:not(.sidebar-main) form .actions-toolbar, .column:not(.sidebar-additional) form .actions-toolbar {
		margin-left: 0px;
	}
	.product-item .tocart {
		white-space: normal;
	}
	.home_pagegrid a.arrow_down {
		padding-left: 12.5px;
	}
	.blog-index-index .columns .column.main {
		width: calc(100% - 253px);
		float: left;
	}
	.blog-index-index .columns .sidebar-main,
	.blog-index-index .columns .sidebar-additional {
		float: right;
		width: 253px;
		padding-left: 17px;
		padding-right: 0px;
	}
	.greep_products .block.widget .products-grid ol.product-items {
		margin-left: -10px;
		margin-right: -10px;
	}
	.greep_products .block.widget .products-grid .product-item {
		width: calc(100%/3 - 20px);
		margin: 0 10px;
		padding: 0px;
		margin-bottom: 20px;
	}
	.greep_products .block.widget .products-grid .product-item:nth-child(4n) {
		width: calc(100%/3 - 20px);
		margin: 0 10px;
		padding: 0px;
		margin-bottom: 20px;
	}
	.greep_products .block.widget .products-grid .product-item:nth-child(5n + 1) {
		width: calc(100%/3 - 20px);
		margin: 0 10px;
		padding: 0px;
		margin-bottom: 20px;
	}
	.greep_products .block.widget .products-grid .product-item:nth-child(4n + 1) {
		width: calc(100%/3 - 20px);
		margin: 0 10px;
		padding: 0px;
		margin-bottom: 20px;
	}
	.promotions .promotions-selections {
		width: auto;
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				flex-direction: column;
	}
	.promotions .promotions-selections .promotions-selections-plus {
		padding: 5px;
		display: table;
		text-align: center;
		margin: 0 auto;
		line-height: 1;
	}
	.promotions .promotions-selections .promotions-selections-img {
		margin-bottom: 0px;
	}
	.header_contact {
		width: 70%;
	}
	.header .logo img {
		width: 230px;
	}
	.navigation ul li.level0.first::after {
		left: 0px;
	}
	.customer-account-login .form-login .fieldset > .field:not(.choice) > .label {
		width: 35%;
	}

	/* <<<<<END>>>>> */
}

/* Laptop ============================================================== */

/*
===============================
== MEDIA QUERY 981px - 1240px ==
===============================
*/
@media only screen and (min-width: 981px) and (max-width: 1240px) {
	/* <<<<START>>>> */	
	.product-item .tocart {
		padding: 7px 0px;
	}
	/* Flex slider */
	.sw-flexslider-container .flexslider-home_slider .bottom-right-fixed-caption {
		right: 20px;
		bottom: 40px;
	}
	.sw-flexslider-container .flexslider-home_slider .bottom-left-fixed-caption {
		left: 20px;
		bottom: 40px;
	}
	.sw-flexslider-container .flexslider-home_slider .top-right-fixed-caption {
		right: 20px;
		top: 40px;
	}
	.sw-flexslider-container .flexslider-home_slider .top-left-fixed-caption {
		left: 20px;
		top: 40px;
	}
	.sw-flexslider-container .flexslider-home_slider .sw-flexslider-control-paging {
		bottom: 15px !important;
		right: 370px;
		left: auto;
	}
	.home_pagegrid .pagegrid_wrapper {
		margin-left: -20px;
		margin-right: -20px;
	}
	.home_pagegrid .pageblock {
		padding: 40px 20px;
	}
	.nav-sections {
		padding: 0 20px;
	}
	.page-layout-custom-webshop .category_list_widget .block-content .category {
		width: calc(100%/3 - 20px);
	}
	.page-layout-custom-webshop .category_list_widget .block-content .category a {
		width: 100%;
	}
	.page-layout-custom-webshop .category_list_widget .block-content .category a img {
		margin: 0 auto;
	}
	.page-layout-2columns-right .column.main {
		width: calc(100% - 230px);
	}
	.page-layout-2columns-right .sidebar-main {
		width: 230px;
		padding-left: 20px;
	}
	.catalog-product-view .main .product-info-main {
		width: 400px;
	}
	.catalog-product-view .main .product.media {
		width: calc(100% - 420px);
	}
	.catalog-product-view .product.attribute.description {
		display: inline-block;
		width: calc(100% - 420px);
	}
	.info_order_product .prices-tier li {
		margin-bottom: 5px;
	}
	.info_order_product .prices-tier li:last-child {
		margin-bottom: 0px;
	}
	.main .product-info-main .info_order_product .box-tocart .field {
		display: block;
	}
	.main .product-info-main .info_order_product .box-tocart .actions {
		display: block;
		width: 100%;
		padding-top: 0px;
	}
	.block_addthis {
		float: left;
		padding-bottom: 15px;
	}
	.req-btn {
		padding-bottom: 15px;
		width: 100%;
	}
	.req-btn a {
		margin-top: 0px;
		width: 100%;
		box-sizing: border-box;
	}

	.below_cart .block.hulp {
		margin-left: 0px;
		margin-bottom: 20px !important;
		clear: both;
	}
	.below_cart .block.discount {
		margin-bottom: 20px;
	}
	.contact-index-index .fieldset > .field {
		margin-bottom: 10px;
	}
	.contact-index-index .fieldset > .field:not(.choice) > .label {
		width: 100%;
		text-align: left;

		margin-bottom: 5px;
	}
	.contact-index-index .fieldset > .field.choice:before, .fieldset > .field.no-label:before {
		display: none;
	}
	.contact-index-index .fieldset .legend {
		margin-left: 0px;
	}
	.contact-index-index .column:not(.sidebar-main) form .actions-toolbar, .column:not(.sidebar-additional) form .actions-toolbar {
		margin-left: 0px;
	}
	.promotions .promotions-selections {
		width: 100%;
	}
	.promotions .promotions-info {
		width: 100%;
		box-sizing: border-box;
		padding: 0;
	}
	.header_contact ul > li:last-child {
		margin-right: 5px;
	}
	.footer .footer_content .container:nth-child(n+3):nth-child(-n+5) {
		padding: 0px;
	}
}
/* ===================================================================== */
/*Responsive menu styling*/
@media only screen and (max-width: 767px) {
	body .category-view .wrapper_desc {
		display: block;
		float: left;
		width: 100%;
	}
	.category-description {
		height: auto !important;
	}
	body .category-view .category-image {
		padding: 0;
        max-height: max-content;
        float: none;
	}
	.category-image .image {
		width: auto;
    	margin: 0 auto;
	}
	.minicart-wrapper {
		margin: -2em 0;
	}
	.nav-sections-item-title {
		text-align: left;
		width: auto;
		padding: 18px;
		height: auto;
		float: none;
		font: 600 30px 'Source Sans Pro', sans-serif;
		padding-bottom: 0px;
		border: none;
		color: #FFF;
	}
	.page-wrapper .navigation {
		padding: 0px;
	}
	.nav-sections-item-title.active {
		border: none;
	}
	.navigation ul li.level0 a.level-top {
		border-left: 4px solid transparent;
	}
	.navigation .level0.active > a:not(.ui-state-active),
	.navigation .level0.has-active > a:not(.ui-state-active),
	.navigation .level0.menu-item-active > a:not(.ui-state-active) {
		border-color: #5BAB3B;
		border-width: 0 0 0 4px;
	}
	.navigation .level0.active .all-category .ui-state-focus {
		border-color: #C32B31;
	}
	.navigation .submenu:not(:first-child) .active > a {
		border-color: #C32B31;
		border-width: 0 0 0 4px;
	}
	.navigation .submenu:not(:first-child) .level1.active > a span {
		color: #fff;
	}
	.navigation .parent .level-top:after {
		top: 0px;
	}
	.nav-sections-item-content {
		float: none;
		margin-top: 0px;
		margin-left: 0px;
	}
	.navigation .submenu > li {
		font-weight: 600;
		padding-left: 15px;
	}
	.page-wrapper  .nav-sections {
		box-shadow: none;
		background: #355C7D;
	}
	.navigation .right .level-top:after {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 42px;
		line-height: inherit;
		color: inherit;
		content: '\e622';
		font-family: 'icons-blank-theme';
		vertical-align: middle;
		display: inline-block;
		font-weight: normal;
		overflow: hidden;
		speak: none;
		text-align: center;
		position: absolute;
		right: 7px;
		top: 0;
	}
	.navigation .right .level-top.ui-state-active:after {
		content: '\e621';
	}
	.navigation .right .level-top {
		position: relative;
		display: block;
		text-decoration: none;
	}
	.catalog-product-view .product.attribute.description {
		width: 100%;
	}
	.upsell ol.products {
		margin-left: 0px;
		margin-right: 0px;
	}
	.below_cart {
		display: flex;
	}
	.below_cart .block.discount {
		order: 3;
		margin-top: 20px;
		float: none;
	}
	.below_cart .cart-summary {
		width: 100%;
	}
	.below_cart .block.hulp {
		order: 2;
		box-sizing: border-box;
		display: block;
		margin: 0;
		float: none;
	}
	.below_cart .block_kiyoh {
		order: 1;
	}
	.below_cart .block_kiyoh p {
		margin-bottom: 0;
	}
	.below_cart .block_kiyoh p iframe {
		display: block;
		min-height: 170px;
	}
	.page-header .switcher .options.active ul.dropdown {
		right: 0;
	}
	.page-header .switcher .options ul.dropdown:before, .page-footer .switcher .options ul.dropdown:before {
		left: auto;
		right: 62px;
	}
	.form-cart table.cart {
		display: block;
		width: 100%;
	}
	.form-cart table.cart thead {
		display: none;
	}
	.form-cart .cart.table-wrapper .items .item {
		width: 100%;
		display: block;
		margin-bottom: 40px;
	}
	.form-cart .cart.table-wrapper .items .item:last-child {
		margin-bottom: 0px;
	}
	.form-cart .cart.table-wrapper .items .item-info {
		width: 100%;
		display: block;
		border: 1px dotted #EBEBEB;
	}
	.form-cart .cart.table-wrapper .item .col.item {
		display: block;
		padding: 20px;
		vertical-align: middle;
		width: 100%;
		border: 0px;
		border-bottom: 1px dotted #EBEBEB;
		box-sizing: border-box;
		margin-bottom: 0px;
	}
	.cart.table-wrapper .col.qty, .cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal, .cart.table-wrapper .col.msrp {
		width: calc(100%/3);
		height: 100px;
		vertical-align: middle;
		border: 0px;
	}
	.control.qty {
		display: block;
	}
	.cart.table-wrapper .col.qty .input-text {
		display: block;
		margin: 0 auto;
	}
	.cart .cart .col.qty button.action.update {
		background: transparent;
		border: none;
		border-radius: 0px;
		position: absolute;
		top: 10px;
		bottom: 0;
		right: 0;
		padding: 0px;
	}
	.cart.table-wrapper .col.delete {
		float: right;
		border: none;
		padding: 5px;
		position: absolute;
		right: 0;
		bottom: 0;
	}
	.cart.table-wrapper .product-item-photo {
		position: static;
		float: left;
	}
	.form-cart .cart.table-wrapper .item .col.item .product-item-details {
		float: left;
	}
	.cart.table-wrapper .col.qty .qty {
		margin-top: -7px;
	}
	.cart-container .form-cart .cart.actions.main a,
	.cart-container .form-cart .cart.actions.main button {
		margin: 5px;
	}
	.cart-container .form-cart .actions {
		display: -webkit-box;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.cart-container {
		margin-bottom: 15px;
	}
	.page-layout-custom-assortiment .columns .column.main {
		margin-bottom: 20px;
		width: 100%;
	}
	.page-layout-custom-assortiment .columns .sidebar-main {
		padding-left: 0px;
		width: 100%;
	}
	.page-layout-custom-assortiment .greep_products {
		-webkit-box-ordinal-group: 4;
		        order: 3;
	}
	.page-layout-custom-doelgroep .columns .column.main {
		margin-bottom: 20px;
		width: 100%;
	}
	.page-layout-custom-doelgroep .columns .sidebar-main {
		padding-left: 0px;
		width: 100%;
	}
	.page-layout-custom-doelgroep .greep_products {
		-webkit-box-ordinal-group: 4;
		        order: 3;
	}
	.page-layout-custom-text .columns .column.main {
		width: 100%;
		padding-bottom: 10px;
	}
	.page-layout-custom-text .columns .sidebar-main {
		padding-left: 0px;
		width: 100%;
	}
	.page-layout-custom-text .greep_products {
		-webkit-box-ordinal-group: 4;
		        order: 3;
	}
	.page-products .toolbar-products .pages {
		float: none !important;
		margin-bottom: 5px;
	}
	.page-products .toolbar-products .limiter {
		margin-bottom: 5px;
	}
	.products-grid ol .product-item-actions {
		display: block;
	}
	.navigation .level0 {
		border-top-color: transparent;
	}
	.navigation li.level0:last-child {
		border-bottom-color: transparent;
	}
	.navigation .submenu:not(:first-child) > li > a,
	.navigation .submenu:not(:first-child) ul > li a {
		color: #FFF;
	}
	.navigation .submenu:not(:first-child).expanded {
		padding-left: 0px;
	}
	.page-layout-custom-form .response-field-text,
	.page-layout-custom-form .response-field-date,
	.page-layout-custom-form .response-field-email {
		width: 100%;
	}
	.page-layout-custom-form .response-field-text input,
	.page-layout-custom-form .response-field-date input,
	.page-layout-custom-form .response-field-email input {
		width: 100%;
	}
	.wishlist-index-index .product-item-info::after,
	.products-grid.wishlist .product-item-inner::after,
	.products-grid.wishlist .product-item-name::after,
	.products-grid.wishlist .product-item-photo::after {
		content: '';
		display: block;
		clear: both;
	}
	.wishlist-index-index .product-item-info {
		width: 100%;
		box-sizing: border-box;
	}
	.products-grid.wishlist .product-item-photo {
		float: none;
		width: 100%;
		margin: 0px;
		text-align: center;
	}
	.products-grid.wishlist .product-item-name {
		float: none;
		margin: 0px;
		width: 100%;
		margin-top: 5px;
		box-sizing: border-box;
	}
	.products-grid.wishlist .product-item-inner {
		width: 100%;
		clear: both;
		margin: 0px;
		box-sizing: border-box;
	}
	.products-grid.wishlist .product-item .price-box{
		margin: 0;
		float: none;
		clear: both;
	}
	.products-grid.wishlist .product-item .box-tocart{
		width: 100%;
		float: none;
	}
	.page-layout-custom-form .columns .sidebar-main {
		padding-left: 0px;
	}
	.page-layout-custom-form .columns .column.main {
		margin-bottom: 20px;
	}
	.page-layout-custom-form .response-field-dropdown {
		width: 100%;
	}
	.page-layout-custom-form .response-field-dropdown select {
		width: 100%;
	}
	.contact-index-index .columns .column.main {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		        flex-direction: column;
	}
	.contact-index-index form.contact {
		-webkit-box-ordinal-group: 2;
		        order: 1;
		display: block;
		width: 100% !important;
	}
	.contact-index-index .contact_container {
		-webkit-box-ordinal-group: 3;
		        order: 2;
		display: block;
		margin-top: 20px;
	}
	.cart-container .form-cart .cart.actions.main a:hover {
		border: 1px solid #cdcdcd;
		background: #b9b9b9;
		color: #013746;
	}
	.cart-container .form-cart .cart.actions.main a {
		border: 1px solid #cdcdcd;
		background: #f2f2f2;
		color: #013746;
		padding: 5px;
	}
	.cart-container .form-cart .cart.actions.main button {
		border: 1px solid #cdcdcd;
		background: #f2f2f2;
		color: #013746;
		padding: 5px;
	}
	.cart-container .form-cart .cart.actions.main button:hover {
		border: 1px solid #cdcdcd;
		background: #b9b9b9;
		color: #013746;
	}
	.home_text .wrapper .important-links {
		display: -webkit-box;
		display: flex;
	}
	.home_text .wrapper .img-left {
		display: none;
	}
}
@media only screen and (min-width: 761px) and (max-width: 980px) {
	.navigation ul li.level0.first a.level-top {
		padding: 0 25px;
	}
	.navigation ul li.level0 a.level-top {
		font-size: 13px;
		padding: 0 8px;
	}
	.navigation ul li.level0.first::after {
		left: -50px;
	}
}

/*
==================================
=== MEDIA QUERY 780px and below ===
==================================
*/
@media only screen and (max-width: 780px) {
	.block.filter .filter-title,
	.sidebar .block_categories .category_list_widget .filter-title  {
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	.block.filter:not(.active) .filter-title,
	.sidebar .block_categories .category_list_widget:not(.active) .block-title {
		border-radius: 6px;
		border-bottom: 0;
	}
	.block.filter:not(.active) .filter-content,
	.sidebar .block_categories .category_list_widget:not(.active) .block-content {
		display: none;
	}
	.wishlist-index-index .products-grid .product-item {
		width: calc(50% - 10px);
		margin: 0 20px 20px 0;
	}
	.wishlist-index-index .products-grid .product-item:nth-child(2n + 2) {
		margin-right: 0;
	}
	.products-grid.wishlist .product-item-photo {
		float: none;
	}
	.products-grid.wishlist .product-image-container {
		max-width: none;
		display: block;
		margin: 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;
	}
}

/*
==================================
=== MEDIA QUERY 640px and below ===
==================================
*/
@media only screen and (max-width: 640px) {
	.form.create.account > .fieldset,
	.form.create.account .fieldset.address {
		width: 100%;
		margin: 0 0 20px;
	}
}
@media (min-width: 780px) {
	.page-wrapper .nav-sections {
		position: relative;
	}
	.header.content > .header.links > li:first-child::before {
		display: none;
	}
}
@media (min-width: 768px), print {
	.page-wrapper .navigation { max-width: 1260px; }
	.cms-index-index .page-wrapper .nav-sections { margin-bottom: -33px; }
	.navigation .level0.active:not(.last) > .level-top, .navigation .level0.has-active:not(.last) > .level-top {
		border: 0px;
	}
	.navigation ul li.level0.right {
		float: right;
		background: #5BAB3B;
		margin-right: -10px;
		border-radius: 0px 6px 6px 0px;
		position: relative;
	}
	.navigation ul li.level0.right a.level-top {
		padding: 0px 30px;
		border: none !important;
	}
	.navigation .level0.right > .level-top:hover, .navigation .level0.right > .level-top.ui-state-focus {
		color: #355C7D;
	}
	navigation ul li.level0.active.right a.level-top{
		color: #fff;
	}
	.navigation ul li.level0.active.right:not(.last) a.level-top,
	.navigation .level0.has-active:not(.last) > .level-top {
		color: #5BAB3B;
	}
	.navigation ul li.level0.active.right.nav-1 a.level-top,
	.navigation .level0.has-active.nav-1 > .level-top {
		color: #355C7D;
	}
	.navigation ul li.parent ul.submenu li {
		margin-bottom: 0px;
	}
	.navigation .level0 .submenu .active > a {
		border: 0px;
		color: #5BAB3B;
	}
	.navigation .level0 .submenu a {
		color: #355C7D;
	}
	.navigation .level0 .submenu a:hover, .navigation .level0 .submenu a.ui-state-focus {
		color: #355C7D;
		background: #F5F5F5;
	}
	body:not(.cms-home) .sections.nav-sections::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
				transform: translateY(-50%);
		height: 5px;
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(10,11,11,.35)), to(#FFF));
		background: linear-gradient(rgba(10,11,11,.35), #FFF);
		z-index: -1;
	}
	.cart.table-wrapper .col.qty::before, 
	.cart.table-wrapper .col.price::before, 
	.cart.table-wrapper .col.subtotal::before, 
	.cart.table-wrapper .col.msrp::before {
		content: none !important;
	}
}
@media (max-width: 779px) {

	.cms-home .header-usps,
	.checkout-cart-index .header-usps,
	.checkout-index-index .header-usps {
		display: block;
	}

	.checkout-cart-index .header-usps p, 
	.cms-home .header-usps p, 
	.checkout-index-index .header-usps p {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;	
	}

	.header_contact {
		display: none;
	}
	.header.content ul.header.links {
		position: fixed;
		left: 80%;
		clear: right;
		padding-left: 0px;
		list-style: none;
		margin-bottom: 0px;
		margin-top: 10px;
	}
	.header.content ul.header.links li {
		float: left;
		font-size: 0px;
		line-height: 0px;
		margin-left: 5px;
		margin-top: 5px;
	}
	.header.content ul.header.links li a {
		display: inline-block;
		height: 32px;
		width: 32px;
		background-position: center;
		background-repeat: no-repeat;
		-webkit-transition: all .3s;
		transition: all .3s;
	}
	.header.content ul.header.links li a[href$='customer/account/'] {
		background-image: url('../images/account_hover.png');
	}
	.header.content ul.header.links li a[href$='customer/account/']:hover {
		background-image: url('../images/account_red.png');
	}
	.header.content ul.header.links li a[href$='tabletshop/wishlist/'] {
		background-image: url('../images/wishlist_hover.png');
	}
	.header.content ul.header.links li a[href$='tabletshop/wishlist/']:hover {
		background-image: url('../images/wishlist_red.png');
	}
	.header.content ul.header.links li a[href$='customer/account/login/'] {
		background-image: url('../images/login_hover.png');
	}
	.header.content ul.header.links li a[href$='customer/account/login/']:hover {
		background-image: url('../images/login_red.png');
	}
	.header.content ul.header.links li a[href$='customer/account/logout/'] {
		background-image: url('../images/logout_hover.png');
	}
	.header.content ul.header.links li a[href$='customer/account/logout/']:hover {
		background-image: url('../images/logout_hover.png');
	}
	.header .logo {
		margin: -20px auto 50px 50px;
	}
	.nav-toggle {
		top: unset;
		bottom: 10px;
		z-index: 1;
		width: fit-content;
	}
	.mobile-number {
		top: unset;
		bottom: 8px;
	}

	.panel.header .switcher {
		display: block;
		float: right;
		margin-right: 0;
		margin-left: 5px;
	}
	.page-header {
		box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75);
		margin-bottom: 0px;
	}
	.header.content .block-search .label::before {
		color: #000;
	}
	.header.content .block-search .label:hover:before {
		color: #C32B31;
	}
	.block-search .label:before {
		color: #052B37;
	}
	.header.content .block-search .label:hover:before {
		color: #C32B31;
	}
	.header.content .block-search .label {
		margin-bottom: 10px;
	}
	header .header.content .block-search .label {
		margin-top: 15px;
		margin-right: 10px;
	}
	.header.content ul.header.links li.authorization-link,
	.header.content ul.header.links li.wishlist {
		display: none;
	}
	.sidebar .block-collapsible-nav {
		position: relative;
	}
	.sidebar .block-collapsible-nav .block-collapsible-nav-title {
		display: none;
	}
	.sidebar .block-collapsible-nav .block-collapsible-nav-content {
		display: block;
	}
	.abs-shopping-cart-items-mobile .actions, .cart-container .form-cart .actions a.action-continue {
		float: left;
	}
	.cart-container .form-cart .cart.actions.main {
		text-align: right;
	}
	.cart-container .form-cart .cart.actions.main .action.continue {
		float: left;
	}
	.cart-container .form-cart .cart.actions.main button {
		display: inline-block !important;
		margin-left: 10px;
	}
}
@media (min-width: 767px) {
	.cart.table-wrapper .col.qty, 
	.cart.table-wrapper .col.price, 
	.cart.table-wrapper .col.subtotal, 
	.cart.table-wrapper .col.msrp {
		box-sizing: revert;
		display: revert !important;
		width: auto;
		float: none;
		white-space: normal;
	}
	.cart.table-wrapper .product-item-photo {
		display: table-cell;
		padding-right: 20px;
		position: static;
		max-width: 100%;
		width: auto;
		vertical-align: top;
	}
	.cart.cart.table-wrapper .product-item-details {
		display: table-cell;
		white-space: normal;
	}
}
@media (min-width: 780px), print{
	.mobile-number {
		display: none;
	}
	.page-header .panel.wrapper {
		background: #F2F2F2;
		border-bottom: 0px;
	}
	.header.content > .header.links {
		text-align: right;
		font-size: 0;
		margin: 0;
		padding: 0;
		list-style: none none;
		margin-left: auto;
		padding-bottom: 5px;
		padding-top: 2px;
	}
	.header.content > .header.links > li {
		font-size: 14px;
		margin: 0 0 0 15px;
		display: inline-block;
		vertical-align: top;
		position: relative;
	}
	.header.content > .header.links > li::before {
		content: '|';
		display: block;
		position: absolute;
		left: -11px;
	}
	.header.content > .header.links > li a {
		color: #000;
		text-decoration: none;
		font: normal 13px 'Open Sans', sans-serif;
	}
	.header.content > .header.links > li a:hover {
		color: #C32B31;
	}
	.header.content {
		padding: 0px 20px;
	}
	.block-search {
		width: 100%;
		float: none;
		padding: 0px;
	}
	.block-search .block-content {
		width: 33%;
		margin: 0 auto;
	}
	.block-search .block-content form {
		position: relative;
		display: inline-block;
		width: 100%;
	}
}
@media (max-width: 760px) {
	.minicart-wrapper {
		z-index: 1;
		position: fixed;
        top: 12%;
        left: 87.5%;
	}
}

@media (max-width: 1024px) {
	.below_cart .crosssell-container {
		width: 100%;
	}

	.below_cart .crosssell-container .product-image-wrapper {
		padding-bottom: 100% !important;
	}

	.below_cart .crosssell-container .product-image-wrapper img {
		width: 100%;
	}

	.below_cart .wrapper-container {
		margin: 20px 0 0 0;
		width: calc(50% - 10px);
	}

	.below_cart .wrapper-container .block.discount {
		margin-bottom: 0;
	}

	.below_cart .cart-summary {
		margin: 20px 0 0 20px;
		width: calc(50% - 10px);
	}
	.cms-home .product-row{
		flex-direction: column;
	}
	.cms-home .product-row .home-products{
		width: 100%;
	}
	.cms-home .product-row .home-products-text{
		width: 100%;
	}
}

@media only screen and (max-width: 775px) {
	/* Mobile Header */

	header.page-header{
		position: fixed;
		top: 0;
		z-index: 99;
		width: 100%;
		background: white;
	}

	.page-wrapper{
	    margin-top: 141px;
	}

	.cms-home .product-row .home-products-text img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}

	.cms-home .product-row .home-products-text .block-category-link a{
		padding: 10px 13px;
	}
	
	.actions-toolbar > .primary, .actions-toolbar > .secondary{
		text-align: left;
	}
	
	.cms-home .contact-bottom-container form .actions-toolbar .action, .contact-index-index form .actions-toolbar .action{
		width: auto;
	}

	.cms-home .banner-bottom-container .banner-bottom-text h2{
		font-size: 18px;
		font-weight: 600;
	}

	.cms-home .banner-bottom-container .banner-bottom-text h3{
		font-size: 18px;
		font-weight: 600;
	}
	.cms-home .banner-bottom-container .banner-bottom-text p{
		font-size: 14px;
		font-weight: 300;
		
	}

	.cms-home .banner-bottom-container .banner-bottom-text .widget a{
		padding: 10px 17px;
	}

	.cms-home .banner-bottom-container{
		width: calc(100% + 30px);
		left: -15px;
	}
	.cms-home .banner-bottom-container .banner-bottom-image pre{
		border-radius: 0px;
	}

	.cms-home .banner-bottom-container .banner-bottom-image img{
		border-radius: 0px;
	}

	.cms-home .banner-bottom-container{
		height: 380px;
	}

	.cms-home .product-row .home-products .product-items .product-item .product-item-details .actions-primary{
		width: 85%;
	}

	.cms-home .product-row .home-products .product-items .product-item .product-item-details .actions-primary .primary{
		font-size: 16px;
		padding: 10px 13px;
	}

	.nav-open .nav-toggle:after{
		background: rgba(0, 0, 0, 0.0);
	}

	span.price{
		color: #C4272A !important;
	}
	span.price::after{
		color: #000 !important;
	}

	.cms-home .product-row .home-products .product-items .product-item .product-item-details .price-wrapper{
		text-align: left;
	}
	.cms-home .product-row .home-products .product-items .product-item .product-item-details .product-item-name a{
		text-align: left;
	}

	i.fa.fa-arrow-left{
		width: 30px;
		color: #f2d3d2;
	}
	i.fa.fa-arrow-left:hover{
		color: #C4272A;
	}
	
	i.fa.fa-arrow-right{
		width: 30px;
		color: #f2d3d2;
	}
	i.fa.fa-arrow-right:hover{
		color: #C4272A;
	}
}


@media only screen and (max-width: 760px) {
	.cms-home .home_text .wrapper .banner-cta{
		width: calc(80% - 40px) !important;
		align-self: center;
		max-height: 275px;
	}
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
	.cms-home .home_text .wrapper .banner {
		max-width: 55%;
	}
	.cms-home .home_text .wrapper .banner-cta img {
		width: 50%;
	}
}

@media only screen and (min-width: 900px) and (max-width: 1000px) {
	.cms-home .home_text .wrapper .banner-cta img {
		width: 70%;
	}
}

@media only screen and (min-width: 760px) and (max-width: 900px) {
	.cms-home .home_text .wrapper .banner {
		max-width: 50%;
		padding: 30px;
	}

	.cms-home .home_text .wrapper .banner-cta img {
		width: 60%;
	}
}

@media only screen and (min-width: 460px) and (max-width: 760px){
	.cms-home .home_text .wrapper .banner-cta img {
		width: 35%;
	}
}

@media only screen and (max-width: 460px){
	.cms-home .home_text .wrapper .banner-cta img {
		width: 55%;
	}
	.cms-home .home_text .wrapper .banner-cta{
		width: calc(100% - 40px) !important;
		max-height: 500px;
	}

	#kiyohiframe{
		width: 300px;
		height: 150px;
	}
}

@media only screen and (min-width: 1024px) {
	.cms-home .header-usps,
	.checkout-cart-index .header-usps,
	.checkout-index-index .header-usps {
		display: block;		
	}

	.cms-home .header-usps p,
	.checkout-cart-index .header-usps p,
	.checkout-index-index .header-usps  p {
		display: flex;
		justify-content: center;
	}

	.cms-home .header-usps p img,
	.checkout-cart-index .header-usps p img,
	.checkout-index-index .header-usps  p img{
		max-width: 20px;
		max-height: 20px;
		padding: 0 0.5em;
	}
}

@media only screen and (max-width: 600px) {
	.header.content ul.header.links {
		left: 67.5%;
	}
	
	.minicart-wrapper {
		left: 80%;
	}
}

@media only screen and (max-width: 480px) {
	.header.content ul.header.links {
		left: 67.5%;
	}
	
	.minicart-wrapper {
		left: 80%;
		top: 8%;s
	}
}

@media only screen and (max-width: 479px) {
	.header.content ul.header.links {
		left: 67.5%;
	}
	
	.minicart-wrapper {
		left: 80%;
		top: 10%;
	}
}