/* Hidden in desktop */
.l-mobile-header,
.l-mobile-nav {
	display: none;
}

.l-menubar {
	/* overwrite inline style... */
	max-width: 1200px !important;

	/* Sticky without js
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
	*/
}

.filter-select {
    display: none;
}

.big-insta {
	margin-right: -10px;
}

/* ==========================================================================
   Layout
   ========================================================================== */

@media all and (max-width: 1230px) {

}


@media all and (max-width: 1230px) {
	.l-holder,
	.dropdown-inner,
	.l-constrained {
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
		max-width: 1200px;
	}

	.view-home .l-holder {
		margin-left: auto;
		margin-right: auto;
		max-width: none;
	}
	.is-menubar-sticky {
		width: auto;
	}

	.startpage-top .grid .grid .grid-item-1-2 {
		width: 100%;
	}
	.startpage-top .grid .grid .grid-content-1,
	.startpage-top .grid .grid .grid-content-2 {
		text-align: center;
	}

	.site-nav__item, .site-nav > li > a {
		font-size: 14px;
		padding: 0 10px;
	}

	.l-footer-top {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.l-footer-top__left,
	.l-footer-top__right {
		float: none;
		padding: 0;
		text-align: center;
	}

	.l-footer-top__right {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}

	.l-footer-top__left p,
	.l-footer-top__left h2 {
		margin-left: 7px;
		margin-right: 7px;
	}

}

/* XLarge */
@media all and (max-width: 960px) {
	.l-sidebar {
		display: none;
	}

	.l-top-menu {
		font-size: 12px;
	}

	.startpage-top > .grid > .grid-item-1-6 {
		width: 33.33%
	}

	.l-top-menu__left {
		padding-right: 10px;
	}

	.l-top-menu__right li {
		margin-left: 10px;
	}

	.topcart-inner__left,
	.topcart-inner__middle {
		margin-right: 10px;
	}

	.btn--checkout {
		font-size: 14px;
		padding: 10px 10px 7px;
	}

	.site-nav__item, .site-nav > li > a {
		font-size: 12px;
		padding: 0 6px;
	}

	.l-product-pay__right {
		padding-top: 30px;
	}

	.l-footer-col-1,
	.l-footer-col-2 {
		width: 33.33%;
	}

	.l-footer-col-3,
	.l-footer-col-4,
	.l-footer-col-5 {
		width: 33.33%;
		padding-top: 20px;
	}

	.l-footer-col-3 {
		clear: left;
		padding-left: 0;
	}

	.category-item__heading strong,
	.category-item__heading span {
		display: block;
		float: none;
		text-align: center;
	}
}

/* Large */
@media all and (max-width: 768px) {
	body {
		background: #fff;
	}

	.filter-section {
        display: none;
    }
    .filter-select {
        display: block;
        margin-bottom: 15px;
    }
    .filter-select select {
        width: 100%;
    }

	.l-inner,
	.view-home .l-inner,
	.view-checkout .l-inner {
		margin-left: 0;
		margin-right: 0;
	}

	.l-menubar-wrapper,
	.l-menubar,
	.l-menubar-holder,
	.l-top-menu-holder,
	.l-header-holder {
		display: none;
	}

	.l-menubar {
		margin-left: 0;
		margin-right: 0;
	}

	.l-sidebar-primary {
		display: none;
	}

	.l-holder {
		margin: 0;

		background: #fff;
		box-shadow: none;
		border-radius: 0;
	}

	.breadcrumbs-holder,
	.view-home .l-holder {
		margin-top: 65px;
	}

	.l-mobile-header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1000;

		display: block;
		width: 100%;
		height: 65px;

		background: #fff;
		border-bottom: 1px solid #262223;
	}

	.l-header {
		display: none;
	}

	.l-mobile-nav {
		position: absolute;
		z-index: 99;
		top: 65px; /* Same as .l-mobile-header height */
		bottom: 0;
		left: 0;
		right: 0;

		display: none;
		padding-top: 20px;
		padding-bottom: 70px;
		overflow-y: auto;

		background: #94897d url(../design/body_bg.png) repeat-y center;

		-moz-user-select: -moz-none;
		-webkit-user-select: none;
		-ms-user-select: none;
		-o-user-select: none;
		user-select: none;
		-webkit-overflow-scrolling: touch !important;
	}

	html.is-mobile-nav-open,
	.is-mobile-nav-open body {
		height: 100%;
		overflow: hidden;
	}
	.is-mobile-nav-open .l-holder {
		height: 100%;
		margin-top: 0;
	}
	.is-mobile-nav-open .l-mobile-nav {
		display: block;
	}

	.big-insta {
		display: none;
	}

	.mini-insta {
		display: block;
	}
	.l-content {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
	}

	.view-home .l-content {
		margin: 0;
	}

	.breadcrumbs {
		padding-left: 0px;
	}

	.l-product-editable__left,
	.l-product-editable__right {
		float: none;
		width: auto;
		max-width: none;
	}

	.l-product-editable__left {
		display: inline-block;
	}

	.l-product-editable__right {
		margin: 0;
		margin-top: 20px;
		text-align: left;
	}

	.l-footer-col-1 {
		width: 30%;
	}

	.l-footer-col-2 {
		width: 40%;
	}

	.l-footer-col-5 {
		width: 30%;
		padding-top: 0;
	}

	.l-footer-col-3,
	.l-footer-col-4 {
		display: none;
	}
}

@media all and (max-width: 600px) {
	.checkout-area-addresses,
	.checkout-area-paymentoptions,
	.checkout-area-send {
		width: 100%;
		padding-right: 0;
	}
	.checkout-stepnumber {
		display: none;
	}

	.startpage-intro-holder {
		background-image: none;
	}

	.startpage-intro h1 {
		font-size: 24px;
	}

	.startpage-intro h3 {
		font-size: 28px;
	}

	.btn.visaprodBuyButton {
		padding: 0 12px;
	}

	.l-footer-col-1,
	.l-footer-col-2,
	.l-footer-col-5 {
		float: none;
		width: 100%;
		padding: 0;
	}

	.l-footer-col-2,
	.l-footer-col-5 {
		padding-top: 20px;
	}
}

/* Medium */
@media all and (max-width: 480px) {
	.breadcrumbs-holder,
	.view-home .l-holder {
		margin-top: 50px; /* Same as .l-mobile-header height */
	}

	.checkout-thumb img{
		display: none;
	}

	.checkout-thumb {
		width: 0px;
		margin: 0;
		padding: 0;
	}

	table.graybg th {
		font-size: 12px;
	}

	.brands li {
		width: 65px;
		height: 50px;
		line-height: 50px;
	}

	.brands li img {
		max-width: 62px;
		max-height: 48px;
	}

	.graybg {
		font-size: 11px;
	}

	.l-mobile-header {
		height: 50px;
	}
	.l-mobile-nav {
		top: 50px; /* Same as .l-mobile-header height */
	}

	.l-product-col-1 {
		width: 100%;
		margin-right: 0;
		float: none;
		padding: 0;
	}
	.l-product-col-2 {
		overflow: hidden;
		width: 100%;
		float: none;
		padding: 0;
	}

	.basic-table {
        padding: 5px;
        width: 100% !important;
    }
    .basic-table  td {
        display: block;
        padding: 0;
    }

    .basic-table  td input[type="text"],
    .basic-table  td textarea  {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .media-img {
        display: none;
    }

	.product-item__img {
		height: 130px;
		line-height: 130px;
	}

	.product-item__img img {
		max-height: 130px;
	}

	.product-item__buttons .btn {
		padding-left: 12px;
		padding-right: 12px;
	}

	.startpage-top .grid .grid {
		left: 0;
	}

	.startpage-top > .grid > .grid-item-1-6 {
		width: 50%;
	}

	.startpage-banner h3 {
		font-size: 18px;
	}

	.btn.visaprodBuyButton {
		padding: 0 35px;
	}

}

/* ==========================================================================
   Modules
   ========================================================================== */

/* Large */
@media all and (max-width: 768px) {
	.site-banner,
	div#topcart-hoverarea,
	.vat-selector {
		display: none;
	}

	.mini-site-logo,
	.mini-menu,
	.mini-cart {
		position: absolute;
		top: 0;
		bottom: 0;
	}

	.mini-site-logo {
		left: 65px;
		right: 65px;
		max-height: 55px;
		max-width: 155px;
		margin: auto;
	}
	.mini-menu,
	.mini-cart {
		width: 65px;
		color: #444;
	}
	.mini-menu {
		left: 0;
		font-size: 30px;
	}
	.mini-cart {
		right: 0;
		font-size: 22px;
	}
	.mini-cart-inner {
		position: relative;
		display: inline-block;
	}
	.mini-cart-count {
		position: absolute;
		top: -4px;
		right: -10px;

		height: 17px;
		width: 17px;

		background: #262223;
		border-radius: 50%;

		line-height: 17px;
		font-size: 9px;
		color: #fff;
		text-align: center;
	}
	.is-mobile-nav-open .mini-menu {
		font-size: 22px;
	}
	.is-mobile-nav-open .mini-menu .wgr-icon:before {
		content: "\f00d";
	}

	.wgr-production {
		margin-top: 15px;
		color: #555;
	}
}

/* Medium */
@media all and (max-width: 480px) {
	#produktdata,
	.checkout-thumbnail {
		display: none;
	}

	.mini-site-logo {
		max-width: 135px;
		max-height: 45px;
	}

	.product-carousel {
		height: auto;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 15px;
		line-height: 1;
		text-align: center;
	}

	.review-col-1 {
		max-width: auto;
		margin-right: 0;
		float: none;
		margin-bottom: 10px;
	}

	#checkoutSettings {
		overflow: auto;
	}
	.checkoutExtraTable td {
		display: block;
	}
}

/** Menu modules **/

/* Large */
@media all and (max-width: 768px) {
	.site-search {
		max-width: 440px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		float: none;
		position: relative;
		width: auto;
		background: #fff;
		border-style: none;
		height: 42px;
	}

	.site-search__input {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		height: auto;
		width: auto;
		padding-left: 10px;
		line-height: 42px;
	}

	.mobile-module {
		margin-bottom: 30px;
	}
	.mobile-module__heading {
		margin: 0;
		padding: 10px 18px;
		font-weight: normal;
		color: #fff;
		font-size: 20px;
		text-transform: uppercase;
		border-style: none;
		background: #262223;
		border-bottom: 1px solid #94897d ;
	}

	.mobile-listmenu-1 {
		display: none;
	}

	.is-listmenu-opened .mobile-listmenu-1 {
		display: block;
	}

	.mobile-listmenu-2 {
		display: none;
	}

	.mobile-listmenu-1 > .is-listmenu-opened .mobile-listmenu-2 {
		display: block;
	}

	.mobile-listmenu {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	.mobile-listmenu a {
		position: relative;

		display: block;
		padding: 10px 18px;
		border-bottom: 1px solid #94897d ;
		text-transform: uppercase;
		font-size: 14px;
		color: #fff;
	}
	.mobile-listmenu .selected {
		font-weight: bold;
	}

	.mobile-listmenu-0 {
		background-color: #262223;
	}

	.mobile-listmenu-0 .test106 {
		display: none;
	}

	.mobile-listmenu-1 > li > a {
		text-transform: none;
		padding-left: 25px;
		color: #262223;
		border-style: none;
	}
	.mobile-listmenu .mobile-listmenu {
		background: #f4f3f2;
	}

	/* Font icon */
	.menu-node {
		width: 20px;
		height: 20px;
		margin-right: 8px;
		color: #b6b5b5;
		text-align: center;
		line-height: 20px;

		font-size: 18px;
	}
	.lang-changer {
		text-align: center;
	}

	.fixed-wrapper {
		display: none;
	}
}

/* Medium */
@media all and (max-width: 480px) {
	.site-search {
		margin-left: 12px;
		margin-right: 12px;
	}

	.mobile-module__heading {
		padding-left: 12px;
		padding-right: 12px;
	}
	.mobile-listmenu a {
		padding-left: 12px;
		padding-right: 12px;
	}

	.category-item__heading {
		font-size: 14px;
	}
}

/** Grid-gallery **/

/* XLarge */
@media all and (max-width: 1100px) {
	.grid-gallery--categories > li {
		width: 32.33%;
	}
}
@media all and (max-width: 960px) {
	.grid-gallery > li,
	.view-home .grid-gallery > li {
		width: 32.33%;
	}
}
@media all and (max-width: 768px) {
	.grid-gallery .category-trademark {
		margin-bottom: 5px;
	}
}
@media all and (max-width: 600px) {
	.grid-gallery--categories > li {
		width: 49%;
	}
}

/* Medium */
@media all and (max-width: 480px) {
	.grid-gallery > li,
	.view-home .grid-gallery > li {
		width: 49%;
	}
}


/* ==========================================================================
   Helpers
   ========================================================================== */

/* XLarge */
@media all and (max-width: 960px) {
	.hide-for-xlarge {
		display: none !important;
	}
}

/* Large */
@media all and (max-width: 768px) {
	.hide-for-large {
		display: none !important;
	}
}

/* Medium */
@media all and (max-width: 480px) {
	.hide-for-medium {
		display: none !important;
	}
}

/* Small */
@media all and (max-width: 320px) {
	.hide-for-small {
		display: none !important;
	}
}
