/* Default magento ===================================================== */
/*
==================================
=== MEDIA QUERY 680px and below ===
==================================
*/
@media only screen and (max-width: 780px) {
	
}


/*
== MEDIA QUERY 1440px and more ==
*/
@media only screen and (min-width: 1440px) {

}
/*
=== MEDIA QUERY 981px - 1240px ===
*/
@media only screen and (min-width: 981px) and (max-width: 1240px) {

}
/*
=== MEDIA QUERY 780px - 1024px ===
*/
@media only screen and (min-width: 780px) and (max-width: 1024px) {
	.navigation ul li.level0 a.level-top,
	.navigation .level0 .submenu .level1 > a {
		font-size: 12px;
		letter-spacing: -0.5px;
		padding: 0 4px;
	}
	.navigation .level0 > .submenu .level1:first-child {
		margin-left: 48px;
	}
}
/*
=== MEDIA QUERY 641px - 780px ==
*/
@media only screen and (min-width: 641px) and (max-width: 780px) {

}
/*
=== MEDIA QUERY 481px - 640px ==
*/
@media only screen and (min-width: 481px) and (max-width: 640px) {

}
/*
=== MEDIA QUERY 480px and less ==
*/
@media only screen and (max-width: 480px) {

}

/* ===================================================================== */


/* Custom queries ====================================================== */
/*
==================================
=== MEDIA QUERY 1440px and below ===
==================================
*/
@media only screen and (max-width: 1440px) {

}

/*
==================================
=== MEDIA QUERY 1024px and below ===
==================================
*/
@media only screen and (max-width: 1024px) {
	.page-layout-custom-webshop .category_list_widget .block-content .category {
		width: calc(100%/2 - 20px);
	}
	.page-layout-custom-webshop .category-view {
		width: 30%;
		padding-right: 20px;
	}
	.page-layout-custom-webshop .columns .column.main {
		width: calc(70% - 243px);
	}
}

/*
==================================
=== MEDIA QUERY 900px and below ===
==================================
*/
@media only screen and (max-width: 900px) {
	.page-layout-custom-webshop .category_list_widget .block-content .category {
		width: calc(100% - 20px);
	}
}

/*
==================================
=== MEDIA QUERY 767px and below ===
==================================
*/
@media only screen and (max-width: 767px) {
	.navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
		margin-left: 0;
	}
	.navigation .submenu > li.all-category {
		display: none;
	}
	.navigation .level0 > .submenu .level1 {
		display: block;
	}
	.navigation ul li.level0.home-level {
		position: static;
		display: block;
	}
	.page-layout-custom-webshop .category-view {
		width: 100%;
		padding-right: 0;
	}
	.page-layout-custom-webshop .category-additional-desc {
		width: 100%;
	}
	.page-layout-custom-webshop .category_list_widget .block-content .category {
		width: calc(100%/3 - 20px);
	}
	.page-layout-custom-webshop .category-additional-desc {
		margin-bottom: 0;
	}
}

/*
==================================
=== MEDIA QUERY 640px and below ===
================================== 
*/
@media only screen and (max-width: 640px) {
	.page-layout-custom-webshop .category_list_widget .block-content .category {
		width: calc(100%/2 - 15px);
	}
}

/*
==================================
=== MEDIA QUERY 480px and below ===
==================================
*/
@media only screen and (max-width: 480px) {
	.page-layout-custom-webshop .category_list_widget .block-content .category {
		width: 100%;
	}
}

/* ===================================================================== */


