/* Hidden in desktop */
.l-mobile-header,
.l-mobile-nav,
.sort-select,
.filter-responsive,
.checkout-cart-row-small,
.mobile-slideshow,
.l-header-holder {
	display: none;
}

/* ==========================================================================
   Grid
   ========================================================================== */

/* Large */
@media all and (max-width: 768px) {
	.grid-item-1-4 {
		width: 50%;
	}
	.grid-item-1-4:nth-child(3) {
		clear: both;
	}
	.grid-item-1-6 {
		width: 31.33%;
	}
}

/* medium */
@media all and (max-width: 480px) {
	.grid {
		margin-left: 0;
	}

	.grid-item {
		padding-left: 0;
	}
	.grid-item-1-2,
	.grid-item-1-3,
	.grid-item-2-3,
	.grid-item-1-4 {
		width: 100%;
	}

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

/* Large */
@media all and (max-width: 768px) {
	.grid-item-1-4 {
		width: 50%;
	}
	.grid-item-1-4:nth-child(3) {
		clear: both;
	}
}

/* medium */
@media all and (max-width: 480px) {
	.grid {
		margin-left: 0;
	}

	.grid-item {
		padding-left: 0;
	}
	.grid-item-1-2,
	.grid-item-1-3,
	.grid-item-2-3,
	.grid-item-1-4 {
		width: 100%;
	}
}

/* ==========================================================================
   Layout
   ========================================================================== */
@media all and (max-width: 1440px) {
    .startpage-intro-new .grid .grid-item-1-2 .grid-content-1 {
        padding: 10px 0;
        padding-left: 5%;
        padding-right: 5%;
    }

    .startpage-intro-new .grid .grid-item-1-2 .grid-content-1 p:last-child {
        margin: 0;
    }
}

@media all and (max-width: 1250px) {
    .l-header {
        padding: 5px 10px;
    }

    .l-menubar {
        padding: 5px 15px;
    }

	.l-holder {
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
	}

    .view-home .l-holder {
        margin-left: 0;
        margin-right: 0;
    }

    .l-constrained {
        margin-left: 15px;
		margin-right: 15px;
		width: auto;
    }

    .startpage-intro-new .grid {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .startpage-intro-new .grid .grid-item-1-2 {
        width: 100%;
        padding: 0 15px;
    }

    .startpage-intro-new .grid .grid-item-1-2 .grid-content-1 {
        padding-top: 25px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .startpage-intro-new .grid .grid-item-1-2 .grid-content-2 {
        padding-top: 15px;
        padding-bottom: 25px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media all and (max-width: 1060px) {
    .l-footer-inner {
        display: block;
    }

    .l-footer-col-1,
    .l-footer-col-2,
    .l-footer-col-3,
    .l-footer-col-4 {
        display: inline-block;
        vertical-align: top;
        margin-bottom: 20px;
    }

    .l-footer-col-1,
    .l-footer-col-2,
    .l-footer-col-3 {
        width: 30%;
        margin-left: 2%;
    }

    .l-footer-col-4 {
        width: 60%;
        margin-left: 20%;
    }
}


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

	/* Checkout */
	.l-checkout-col-1,
	.l-checkout-col-1-2,
	.l-checkout-col-2 {
		float: none;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.l-checkout-col-1-2 {
		clear: none;
	}
	.l-checkout-col-1-inner {
		padding: 5px;
		margin-bottom: 15px;

		background-color: transparent;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}
	.l-checkout-col-2-inner {
		padding-left: 5px;
		padding-right: 5px;
	}

}

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

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

	.l-menubar-wrapper,
	.l-menubar {
		display: none;
	}

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

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

	.filter-responsive {
		display: block;
	}

	.l-holder {
		margin-top: 65px; /* Same as .l-mobile-header height */

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

    .view-home .l-holder {
        margin-top: 65px; /* Same as .l-mobile-header height */
    }

	.l-mobile-header {
		position: fixed;
		overflow: hidden;

		top: 0;
		left: 0;
		z-index: 1000;

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

		background: #fff;
		-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
		        box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	}

	.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-color: #F6F6F6;

		-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;
	}

    .l-mobile-nav .site-search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;

        margin-bottom: 10px;
    }

    .l-mobile-nav .site-search .site-search__input {
        width: 85%;
        padding: 5px 5px 5px 10px;
    }

    .l-mobile-nav .site-search .site-search__btn {
        width: 15%;
        padding: 5px;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

	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;
	}

    .l-footer-col-1 {
        margin-left: 20%;
        width: 60%;
        text-align: center;
    }

    .l-footer-col-2,
    .l-footer-col-3 {
        margin: 0;
        width: 49.5%;
        text-align: center;
    }

    .l-footer-col-4 {
        text-align: center;
    }

    .l-footer-col-1
    .l-footer-col-2,
    .l-footer-col-3,
    .l-footer-col-4 {
        margin-bottom: 30px;
    }
}

@media screen and (orientation:landscape) {
	.l-mobile-header {
		position: absolute;
	}
}

@media all and (max-width: 600px) {
	.l-product-col-1,
	.l-product-col-2,
	.l-product-col-3 {
		width: auto;
		padding-right: 0;
		float: none;
	}

    .l-footer-col-1,
    .l-footer-col-2,
    .l-footer-col-3,
    .l-footer-col-4 {
        margin: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .l-footer h3 {
        margin-bottom: 10px;
    }
}

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

	/* Cancel KCO's margins... */
	.l-klarna-checkout {
		margin-left: -10px;
		margin-right: -10px;
	}

    .desktop-slideshow {
        display: none;
    }

    .mobile-slideshow {
        display: block;
        margin-bottom: 15px;
    }

    .mobile-slideshow .grid:before,
    .mobile-slideshow .grid:after{
        display: none;
    }

    .mobile-slideshow p {
        margin: 0;
    }

    .mobile-slideshow .grid {
        position: relative;
    }

    .mobile-slideshow .grid-item {
        display: block;
        margin-bottom: 0;
    }

    .mobile-slideshow .grid-item-1-3 .grid-content-1 {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        height: 50%;
        width: 100%;

        display: -webkit-box;

        display: -ms-flexbox;

        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }

    .mobile-slideshow .grid-item-1-3 .grid-content-1 a {
        padding: 15px 25px;
        /*border-radius: 30px;*/
        color: #fff;
        background-color: rgba(90,90,90,0.85);
    }
}

@media all and (max-width: 350px) {
	.l-checkout-col-1-inner {
		padding-left: 0;
		padding-right: 0;
	}
}

/* ==========================================================================
   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;

		width: 100%;
		max-width: 120px;
		margin: auto;

		-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
				transform: translateY(0);

		-webkit-transition: -webkit-transform .4s cubic-bezier(.694, .0482, .335, 1);
				transition: -webkit-transform .4s cubic-bezier(.694, .0482, .335, 1);
				-o-transition: transform .4s cubic-bezier(.694, .0482, .335, 1);
				transition: transform .4s cubic-bezier(.694, .0482, .335, 1);
				transition: transform .4s cubic-bezier(.694, .0482, .335, 1), -webkit-transform .4s cubic-bezier(.694, .0482, .335, 1);
	}
	.is-new-mini-cart-item .mini-site-logo {
		-webkit-transform: translateY(-65px);
			-ms-transform: translateY(-65px);
				transform: translateY(-65px);

		-webkit-transition-delay: 0.15s;
				-o-transition-delay: 0.15s;
		   transition-delay: 0.15s;
	}
	.no-csstransforms .mini-site-logo {
		top: 0;
	}
	.no-csstransforms .new-mini-cart-item .mini-site-logo {
		top: -100px;
	}

	.mini-cart-info {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 65px;
		right: 65px;
		margin: auto;
		text-align: center;
		color: #222;
		font-weight: 600;
		font-size: 11px;

		-webkit-transform: translateY(65px);
			-ms-transform: translateY(65px);
				transform: translateY(65px);

		-webkit-transition: -webkit-transform .4s cubic-bezier(.694, .0482, .335, 1);
				transition: -webkit-transform .4s cubic-bezier(.694, .0482, .335, 1);
				-o-transition: transform .4s cubic-bezier(.694, .0482, .335, 1);
				transition: transform .4s cubic-bezier(.694, .0482, .335, 1);
				transition: transform .4s cubic-bezier(.694, .0482, .335, 1), -webkit-transform .4s cubic-bezier(.694, .0482, .335, 1);
	}
	.is-new-mini-cart-item .mini-cart-info {
		-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
				transform: translateY(0);

		-webkit-transition-delay: 0.15s;
				-o-transition-delay: 0.15s;
		   transition-delay: 0.15s;
	}
	.no-csstransforms .mini-cart-info {
		top: 100px;
	}
	.no-csstransforms .new-mini-cart-item .mini-cart-info {
		top: 0;
	}
	.mini-cart-info:before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}
	.mini-cart-info-text {
		display: inline-block;
		vertical-align: middle;
		line-height: 1.1;
	}

	.mini-menu,
	.mini-cart {
		width: 65px;
		color: #444;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	.mini-menu {
		left: 0;
		font-size: 30px;
	}
	.mini-cart {
		right: 0;
		font-size: 22px;
	}
	.is-touch.mini-menu,
	.is-touch.mini-cart {
		opacity: 0.5;

	    -webkit-transition: opacity .15s;
	   			-o-transition: opacity .15s;
	   			transition: opacity .15s;
	}
	.mini-cart-inner {
		position: relative;
		display: inline-block;
	}
	.mini-cart-count {
		position: absolute;
		top: -4px;
		right: -10px;

		height: 17px;
		width: 17px;

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

		line-height: 17px;
		font-size: 9px;
		color: #fff;
		text-align: center;
	}
	.is-new-mini-cart-item .mini-cart-count {
		-webkit-animation: cart-count-pop .25s cubic-bezier(.694, .0482, .335, 1);
				animation: cart-count-pop .25s cubic-bezier(.694, .0482, .335, 1);
	}
	.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;
	}

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

	.checkout-info {
		padding: 7px 15px 0;
	}

	.checkout-info-item {
		float: none;
		margin-right: 0;
		margin-bottom: 7px;
	}
	.checkout-info-terms {
		display: none;
	}
	.checkout-stepnumber {
		height: 22px;
		width: 22px;
		line-height: 22px;
		font-size: 11px;
	}

    .startpage-topboxes {
        margin-bottom: 20px;
    }

    .startpage-topboxes .grid-3 .grid-item-1-3 .grid-1-2 .grid-item-1-3 .grid-content-1 {
        height: 30px;
        width: 120px;
        line-height: 30px;
    }
}

@media all and (max-width: 768px) {
    .startpage-how-it-works h2 {
        margin-bottom: 20px;
    }

    .startpage-how-it-works .grid-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .startpage-how-it-works .grid-item-1-3 {
        width: 100%;
        max-width: 500px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .startpage-how-it-works .grid-item-1-3:last-child {
        margin-bottom: 0;
    }

    hr {
        margin: 40px 0;
    }

    .news-holder {
        padding-top: 45px;
        padding-bottom: 60px;
    }

    .news-holder .news-body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .news-holder .news-inner {
        width: 100%;
        margin-bottom: 20px;
        padding-top: 35px;
    }

    .start-bottom-1, .start-bottom-3 {
        padding-top: 45px;
        padding-bottom: 60px;
    }

    .start-bottom-1-inner, .start-bottom-3-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .start-bottom-1-inner .grid {
        width: 100%;
        margin-bottom: 20px;
        padding-top: 35px;
        text-align: center;
    }

	.start-bottom-3-inner .grid {
        width: 100%;
        margin-bottom: 20px;
        padding-top: 35px;
        text-align: center;
    }

    .start-bottom-2 {
        padding: 60px 0;
    }

    .start-bottom-2 table tbody {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    .start-bottom-2 tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 50%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0 10px;
    }

    .start-bottom-2 tr td {
        width: 100%;
    }

    .l-footer {
        padding: 50px 0;
    }

    .startpage-intro-new .grid .grid-item-1-2 {
        width: 100%;
        padding: 0;
    }

    .startpage-intro-new .grid .grid-item-1-2 .grid-content-1 {
        padding-top: 25px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .startpage-intro-new .grid .grid-item-1-2 .grid-content-1 h1 {
        font-size: 24px;
    }

    .startpage-intro-new .grid .grid-item-1-2 .grid-content-2 {
        padding: 0;
    }
}

@media all and (max-width: 550px) {
	.startpage-topboxes .grid-3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .startpage-topboxes .grid-3 .grid-item-1-3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .startpage-topboxes .grid-3 .grid-item-1-3:last-child {
        margin-bottom: 0;
    }

    .startpage-topboxes .grid-3 .grid-item-1-3 .grid-1-2 .grid-item-1-3 .grid-content-1 {
        height: 50px;
        width: 180px;
        line-height: 50px;
    }
}

/* Medium */
@media all and (max-width: 480px) {
	.mini-site-logo {
		max-width: 90px;
	}

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

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

	.checkout-cart thead th:last-child,
	.checkout-cart-row td:last-child {
		padding-left: 10px;
		white-space: nowrap;
	}

	.checkout-cart-quantity-btn {
		/* display:none; */
	}

	.checkout-cart-custom-text {
		display: none;
	}
	.checkout-cart-row-small {
		display: table-row;
	}
	.checkout-cart-row-small td {
		padding-top: 0;
	}

	.followup {
		text-align: center;
	}
	.followup textarea {
		font-size: 16px;
	}
	.followup .media-img {
		width: auto;
		float: none;
		margin-left: 0;
		margin-bottom: 15px;
	}
	.followup-stars {
		margin-top: 10px;
		margin-bottom: 15px;

		text-align: center;
	}
	.followup-stars > label {
		font-size: 20px;
	}

    hr {
        margin: 30px 0;
    }

    .news-holder {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    .start-bottom-1 {
        padding-top: 25px;
        padding-bottom: 40px;
    }

    .start-bottom-2 {
        padding: 40px 0;
    }

    .l-footer {
        padding: 40px 0;
    }
}

@media all and (max-width: 430px) {
	.news-holder .news-inner {
        padding-top: 0;
    }
}


@media all and (max-width: 350px) {
	.checkout-cart-thumbnail {
		max-height: 25px;
		max-width: 25px;
		margin-right: 5px;
	}
	.checkout-cart-quantity-input {
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
}

/** Menu modules **/

/* Large */
@media all and (max-width: 768px) {
	.site-search {
		max-width: 440px;
		margin-left: auto;
		margin-right: auto;
	}

	.mobile-module {
		margin-bottom: 30px;
	}
	.mobile-module__heading,
    .mobile-module h3 {
		margin: 0;
		padding: 8px 18px;
		font-weight: 600;
		color: #444;
        font-size: 14px;
	}

	.mobile-module__body {
		background-color: #fcfcfc;
		padding: 20px;
		border-top: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2;
	}

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

		display: block;
		padding: 12px 18px;
		border-bottom: 1px solid #e2e2e2;

		font-size: 13px;
		color: #222;
	}
	.mobile-listmenu a:hover,
	.mobile-module ul li a:hover {
		text-decoration: none;
	}

	.mobile-listmenu .selected {
		font-weight: 600;
	}

	.mobile-listmenu-0,
    .mobile-module ul {
		background-color: #fcfcfc;
		border-top: 1px solid #e2e2e2;
	}

	.mobile-listmenu-0 + .mobile-listmenu-0,
    .mobile-module ul +  .mobile-module ul {
		border-top-style: none; /* Fix for double-border */
	}

	.mobile-listmenu-1 {
		background: rgba(0,0,0,.02);
	}

	.mobile-listmenu-1 .mobile-listmenu {
		/*background: rgba(0,0,0,.02);*/
		border-left: 5px solid #c9c9c9;
	}

	/* Toggle menu */
	li .mobile-listmenu {
		display: none;
	}
	.is-listmenu-opened > .mobile-listmenu {
		display: block;
	}

	/* Font icon */
	.menu-node {
		width: 40px;
		height: 100%;

		text-align: center;
		line-height: 42px;
		font-size: 22px;
	}
	.lang-changer {
		text-align: center;
	}
}

/* Medium */
@media all and (max-width: 480px) {
	.site-search {
		margin-left: 12px;
		margin-right: 12px;
	}
	.mobile-module__heading,
    .mobile-module h3 {
		padding-left: 12px;
		padding-right: 12px;
	}
	.mobile-module__body {
		padding: 12px;
	}
	.mobile-listmenu a,
    .mobile-module ul li a {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/** Grid-gallery **/

@media all and (max-width: 1100px) {
	.view-home .grid-gallery > li {
		width: 31.33%;
	}
}

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

/* ==========================================================================
   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;
	}
}

/**
 * Cookie control
 */
 @media all and (max-width: 480px) {
	.cookie-control-wrapper {
		flex-direction: column;
	}

	.cookie-control-banner__buttons {
		flex-direction: column;
		
		max-width: none;
	}

	.cookie-control-banner__buttons .btn {
		margin-bottom: 3%;
		margin-left: 0;
	}
}

@media all and (max-width: 768px) {
	.cookie-control-wrapper {
		margin-bottom: 5px;
	}

	.cookie-control-controller {
		max-width: 80vw;
		padding: 6%;
	}
}


/* ==========================================================================
   Custom animations
   ========================================================================== */

@-webkit-keyframes cart-count-pop {
	50% {
		-webkit-transform: scale(1.35);
				transform: scale(1.35);
	}
	100% {
		-webkit-transform: scale(1);
				transform: scale(1);
	}
}
@keyframes cart-count-pop {
	50% {
		-webkit-transform: scale(1.35);
				transform: scale(1.35);
	}
	100% {
		-webkit-transform: scale(1);
				transform: scale(1);
	}
}
