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

.filter-select {
    display: none;
}


/* ==========================================================================
   Layout
   ========================================================================== */
@media all and (max-width: 1310px) {
    .constrained {
        margin-left: 15px;
        margin-right: 15px;
    }
	.l-constrained {
		padding-left: 15px;
		padding-right: 15px;
	}
    .l-inner,
    .breadcrumbs {
        margin-left: 15px;
        margin-right: 15px;
    }
    .view-home .l-inner {
        margin-left: 0;
        margin-right: 0;
    }

    .startpage-sell {
        font-size: 14px;
    }
    .startpage-sell h1,
    .startpage-sell h2 {
        margin-bottom: 15px;
    }
    .startpage-sell h1,
    .startpage-sell h2,
    .startpage-reviews h1,
    .startpage-reviews h2 {
        font-size: 28px;
    }
    .startpage-sell .grid .grid {
        font-size: 12px;
    }
}

@media all and (max-width: 1100px) {
    .startpage-categories .grid-gallery > li {
        width: 23%;
    }

    .startpage-sell {
        font-size: 16px;
    }
    .startpage-sell h1,
    .startpage-sell h2 {
        margin-bottom: 20px;
    }
    .startpage-sell h1,
    .startpage-sell h2,
    .startpage-reviews h1,
    .startpage-reviews h2 {
        font-size: 32px;
    }
    .startpage-sell .grid .grid {
        font-size: 13px;
    }
    .startpage-sell > .grid {
        display: flex;
        flex-wrap: wrap;
    }
    .startpage-sell > .grid > .grid-item {
        width: 100%;
    }
    .startpage-sell > .grid > .grid-item:first-of-type {
        order: 2;

        margin-top: 20px;
    }
    .startpage-sell > .grid > .grid-item:last-of-type {
        order: 1;
    }

}
@media all and (max-width: 1024px) {
	.l-holder {
		width: auto;
		max-width: 1024px;
	}

	.hourglass-top {
		margin-left: 20px;
	}
}

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

    .white-box {
        padding: 30px 30px 20px;
    }
    .white-box--no-pb {
        padding-bottom: 0px;
    }


    .startpage-reviews .grid-item-1-6 {
        width: 33.33%;
    }

	.l-product-col-1 {
		width: 55%;
	}
    .product-usp-price {
        display: block;
    }
    .prod-price {
        margin-top: 10px;

        text-align: left;
    }

    .slick-header__col--3 {
        width: auto;
    }

	.sell-device-col-1,
	.sell-device-col-2 {
		width: 50%;
		margin-bottom: 10px;
		padding-right: 15px;
	}
	.sell-device-col-2 {
		padding-left: 15px;
		padding-right: 0;
	}
	.sell-device-col-3 {
		float: none;
		clear: both;
		width: 100%;
	}



	.newsletter-phrase {
		margin-bottom: 20px;
		margin-right: 0;
	}
	.newsletter-form {
		margin-bottom: 30px;
	}
}

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

    .white-box,
    .white-box--smaller {
        padding: 0;
    }

    .slick-header {
        margin: 0;

        background: none;
        box-shadow: none;
    }
    .slick-header__cols {
        padding: 0;
    }
    .slick-header__col {
		display: none;
	}

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

	.l-main {
		margin-top: 15px;
	}
    .prod-desc,
    .l-product,
    .l-inner {
        padding: 0;
    }

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

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

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

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

		background: #fff;
		/*box-shadow: 0 1px 3px rgba(0,0,0,0.3);*/
		border-bottom:1px solid #e0e0e0;
	}
    .mobile-module__heading {
        display: block;
    }
    .mobile-module {
        margin-bottom: 30px;
    }
    .mobile-module a {
        border-bottom: 1px solid #e2e2e2;
    }

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

        display: none;
        max-height: none;
        padding-bottom: 70px;
        padding-top: 20px;
        width: auto;

        background-color: #F6F6F6;
	}

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

    .product-big-usps {
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        padding: 10px 0 0;
    }
    .product-big-usps .grid-content-3 img {
        margin-bottom: 10px;
        margin-top: 6px;
        max-width: 90px;
    }


    .footer {
        padding-bottom: 80px;
        padding-top: 80px;

        font-size: 14px;
    }
    .footer__cols {
        text-align: center;
    }
    .footer__col,
    .footer__col--3 {
        width: 50%;
    }
    .footer__col--3,
    .footer__col--4 {
        margin-top: 30px;
    }
    .footer__col h3 {
        font-size: 17px;
    }

    .footer__bottom {
        margin-top: 50px;
    }
    .footer__bottom ul {
        margin-bottom: 20px;
    }
	.payment-logo {
		margin-right: 15px;
		margin-bottom: 15px;
	}

	/*.view-home #fancybox-wrap {
		position: fixed !important;
		width: auto !important;
		height: auto !important;
		top: 10px;
		bottom: 10px;
		left: 10px;
		right: 10px;
	}*/
}

@media all and (max-width: 600px) {
    .startpage-categories .grid-gallery > li {
        width: 48%;
    }

    .startpage-sell .grid .grid {
        margin-left: 0;
    }
    .startpage-sell .grid .grid:before,
    .startpage-sell .grid .grid:after {
        display: none;
    }
    .startpage-sell .grid .grid .grid-item {
        padding-left: 0;
        width: 100%;
    }
    .startpage-sell li {
        display: block;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
    .startpage-sell li:first-of-type,
    .startpage-sell li:last-of-type {
        text-align: center;
    }

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

	.checkout-area-addresses,
	.checkout-area-paymentoptions,
	.checkout-area-send {
		width: 100%;
		padding-right: 0;
	}
	.checkout-stepnumber {
		display: none;
	}

	.sell-device-col-1,
	.sell-device-col-2 {
		width: 100%;
		padding-left: 0;
		padding-right: 0px;
	}
	.sell-device-col-1 {
		margin-bottom: 0;
	}


	/* Added */
	.tabs--pricelist .nav-fit a {
		margin-right: 10px;
		padding: 5px 20px;
		border: 1px solid #d2d2d2;
		border-radius: 3px;

		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	}

    .product-big-usps .grid-item-1-6 {
        width: 33.33%;
    }
}

/* Medium */
@media all and (max-width: 480px) {
	.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 */
	}

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

	.l-content {
		margin-left: 10px;
		margin-right: 10px;
	}
	.sell-device-holder {
		min-height: 615px;
	}
	.sell-device-step--header {
		padding-top: 0;
	}
	.sell-device-step select,
	.sell-device-step input {
		height: 32px;
		margin-bottom: 10px;
		padding-left: 10px;
	}
	.step-continue .btn,
	.sell-device-step input.btn {
		height: auto;
	}
	.step-percentage {
		margin-top: 15px;
	}

	.sell-device--back {
		top: -5px;
		left: -10px;
	}

    .slideshow-wrapper,
    .startpage-collage {
        margin-top: 10px;
    }
    .startpage-collage h1,
    .startpage-collage h2,
    .startpage-collage h3,
    .startpage-collage h4,
    .startpage-collage h5,
    .startpage-collage h6,
    .startpage-collage p {
        margin-bottom: 10px;
    }
}

/* ==========================================================================
   Modules
   ========================================================================== */
@media all and (max-width: 1400px) {
	.site-logo {
		max-width: 250px;
	}
}
@media all and (max-width: 1380px) {
	.site-nav > li > a,
	.nav-float .listmenu > li a {
		padding: 0 8px;
		font-size: 13px;
	}

	.flexslider-text {
		right: auto;
		left: 15px;
		margin-left: 0;
	}
}

@media all and (max-width: 1150px) {
	.flexslider-text h1 {
		font-size: 50px;
	}

	.flexslider-text p {
		font-size: 22px;
	}

	.flexslider-buttons a {
		font-size: 16px;
	}
}

@media all and (max-width: 1040px) {
	.site-logo {
		max-width: 200px;
	}
	.klarnaheader {
		display: none;
	}
}
@media all and (max-width: 1024px) {

	.site-nav > li > a,
	.nav-float .listmenu > li a {
		line-height: 70px;
	}
}

/* XLarge */
@media all and (max-width: 960px) {
	.site-logo {
		max-width: 275px;
	}

	.site-nav > li > a,
	.nav-float .listmenu > li a {
		padding: 0 15px;
		font-size: 15px;
		line-height: 35px;
		border:none;
	}
	.site-nav > li > a:last-child {
		border: none;
	}

	.flexslider-text {
		left: 10px;
	}
	.flexslider-text h1 {
		font-size: 40px;
	}

	.flexslider-text p {
		font-size: 18px;
	}

	.flexslider-buttons {
		margin-top: 10px;
	}
	.flexslider-buttons a {
	    padding: 10px 15px;
		font-size: 14px;
	}
}

@media all and (max-width: 840px) {
	.site-nav > li > a,
	.nav-float .listmenu > li a {
		padding: 0 10px;
		font-size: 14px;
	}

	.flexslider-text {
		width: 50%;

		text-align: center;
	}
	.flexslider-text__inner {
		text-align: left;
	}
	.flexslider-text p,
	.flexslider-text h1 {
		display: none;
	}
	.flexslider-buttons {
		margin-top: 0;
	}
	.flexslider-buttons a,
	.flexslider-buttons .red-button {
		display: block;
	    width: 215px;
		font-size: 16px;
		margin: 5px auto;
	}
}

/* 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-width: 250px;
		margin: auto;
	}
	.mini-menu,
	.mini-cart {
		width: 65px;
		color: #0e4060;
	}
	.mini-menu {
		left: 0;
		font-size: 30px;
	}
	.mini-cart {
		right: 0;
		font-size: 22px;
	}
	.mini-cart-inner {
		position: relative;
		display: inline-block;
		max-width: 60%;
	}
	.mini-cart-count {
		position: absolute;
		top: -3px;
		right: -10px;

		height: 20px;
		width: 20px;

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

		line-height: 20px;
		font-size: 11px;
		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;
	}

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

        font-size: 14px;
    }

	.l-topbar {
		display: none;
	}

	.mobile-cert {
		position: absolute;
		right: 65px;
		top: 10px;
	}
}

@media all and (max-width: 560px) {
	.flexslider-buttons a,
	.flexslider-buttons .red-button {
		padding: 5px 10px;
		margin: 5px auto;
		font-size: 14px;
	}
}

/* Medium */
@media all and (max-width: 480px) {
	#produktdata,
	.checkout-thumbnail {
		display: none;
	}
    .checkout-table td {
        font-size: 13px;
    }
    .checkout-table tr td:first-child img {
        max-height: 30px;
        max-width: 20px;
    }

	.flexslider-text {
		width: 55%;
	}

	.mini-site-logo {
		max-width: 170px;
	}

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

	#checkoutSettings {
		overflow: auto;
	}
	.checkoutExtraTable td {
		display: block;
	}
	.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;
    }


	.flexslider-buttons a,
	.flexslider-buttons .red-button {
	    width: 180px;
		font-size: 14px;
	}

	.mobile-cert {
		top: 2px;
	}
}

@media all and (max-width: 385px) {
	.flexslider-buttons a,
	.flexslider-buttons .red-button {
		padding: 4px;
		margin: 4px auto;
		font-size: 12px;
	}
}

/** Menu modules **/

/* Large */
@media all and (max-width: 768px) {
    .l-mobile-nav .site-search {
        display: block;
    }
	.site-search {
		display: block;
		position: relative;
		right: 0;

		width: 440px;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15px;
	}
	.lang-changer {
		text-align: center;
	}
}

/* Medium */
@media all and (max-width: 480px) {
	.site-search__input {
		left: 10px;
	}
	.site-search__btn {
		right: 10px;
	}

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

/** Grid-gallery **/

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

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

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

/* 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;
	}
}
@media all and (max-width: 1130px) {
	.klarnaheader img{
		max-width: 90px;
	}
	.klarnaheader {
		margin: 35px auto;
	}
}
