/*hide mobile logo on desktop*/
a.logo-mobile,
.cart-sub-text {
	display: none;
}

/*max width for logo on small mobile devices*/
@media (max-width: 320px) {
	.left_quick_access .logo-mobile img {
		max-width: 130px;
	}
}

/* mobile view only */
@media (max-width: 799px) {
	html {
		box-sizing: border-box;
	}

	*,
	*:before,
	*:after {
		box-sizing: inherit;
	}

	p {
		margin-bottom: 10px;
	}

	.header-sub-container {
		border-bottom: 1px solid #ccc;
	}

	.top_menu_container {
		margin: 0 10px;
		border: 0;
		padding: 15px 0;
	}

	.header-container .quick-access-container {
		margin-top: 15px;
		padding-bottom: 0;
	}

	.header-container .quick-access {
		display: table;
		padding: 0 10px;
		width: 100%;
	}

	.left_quick_access {
		display: table-cell;
		border: 0;
		margin: 0;
		width: 50%;
		vertical-align: middle;
	}

	.left_quick_access div.logo {
		/* better: remove inline style in markup */
		margin: 0 !important;
		height: auto !important;
	}

	.left_quick_access a.logo {
		display: none;
	}

	.left_quick_access a.logo-mobile {
		display: block;
		text-align: left;
	}

	.left_quick_access .logo-mobile img {
		width: auto !important;
		height: auto !important;
	}

	.right_quick_access {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
	}

	.right_quick_access .cart div a,
	.right_quick_access .search div a {
		padding: 10px 5px;
		text-align: center;
		color: #606060;
	}

	.right_quick_access .cart {
		font-size: 16px;
		text-align: right;
	}

	.right_quick_access .cart div:first-child {
		margin: 0;
		border: 0;
	}

	.right_quick_access i {
		/* better: remove inline style in markup */
		font-size: 18px !important;
	}

	.header_top {
		/* better: remove inline style in markup */
		width: auto !important;
		height: auto !important;
	}

	.header-top {
		border-bottom: 1px solid #ccc;
		padding: 15px 10px;
		background-color: #f0f0f0;
	}

	.top_search_sub_container {
		margin-top: 0;
	}

	.top_search {
		float: none;
		text-align: left;
	}

	.top_search_container {
		float: none;
	}

	#search_mini_form {
		display: block;
	}

	.form-search:after {
		display: table;
		content: "";
		clear: both;
	}

	.header-container .form-search input {
		float: left;
		border-color: #999;
		padding: 10px 20px 10px 40px;
		width: 70%;
		line-height: 18px;
		background-position: 12px 9px;
	}

	.header-container .form-search button {
		float: right;
		border-color: #999;
		border-radius: 3px;
		width: 25%;
		height: 40px !important;
	}

	.sticky_logo {
		display: none !important;
	}

	#menu-button {
		border: 1px solid #999;
		border-radius: 3px;
		width: auto;
		background-color: #f0f0f0;
	}

	#menu-button a:link,
	#menu-button a:visited {
		float: none;
		margin: 0;
	}

	#menu-content {
		margin-top: 5px;
		border: 1px solid #999;
		border-radius: 3px;
	}

	#custommenu-mobile .level0 {
		background-color: #fff;
	}

	.menu-mobile .parentMenu {
		border-color: #ccc;
	}

	.header-container .form-search .search-autocomplete {
		top: 60px !important;
		right: 10px;
		width: auto !important;
		z-index: 1000;
	}

	.header-container .form-search .search-autocomplete ul {
		border-color: #999;
		border-radius: 3px;
	}

	.header-container .form-search .search-autocomplete ul li {
		padding: 10px;
	}

	.std {
		padding: 0;
	}

	.camera_wrap {
		padding: 0 10px 15px;
		margin-bottom: 0 !important;
	}

	.product_inner {
		margin: 0 0 15px;
		border: 1px solid #ccc;
		height: auto;
	}

	.product_image {
		padding: 15px;
	}

	.products-grid .product-name {
		margin: 0 0 15px;
		height: auto;
	}

	.footer-container {
		padding: 0 10px;
	}

	.footer1 .footer_above_content {
		float: none;
		text-align: left;
	}

	.footer1 .newsletter {
		text-align: left;
	}

	.footer1 .form-newsletter .input-box {
		display: block;
		margin-bottom: 10px;
	}

	.footer1 .form-newsletter .actions {
		display: block;
	}

	.footer1 .newsletter button {
		display: block;
		border-color: #999;
		border-radius: 3px;
		width: 100%;
		height: 40px !important;
	}

	.footer1 .newsletter input {
		margin: 0;
		border-color: #999;
		padding: 10px;
		width: 100%;
		line-height: 18px;
		text-align: center;
	}

	.footer1-container {
		border: 1px solid #ccc;
		padding: 15px;
	}

	.newsletter_bottom {
		padding-top: 15px;
	}

	.footer .footer2-container ul {
		font-size: 14px;
	}

	.footer .footer2-container ul a {
		display: block;
		padding: 5px;
	}

	.footer2 .box1,
	.footer2 .box2,
	.footer2 .box3,
	.footer2 .box4,
	.footer2 .box5 {
		padding-bottom: 15px;
	}

	[class^="col"] {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}

	.cart-sub-text {
		display: block;
		font-size: x-small;
	}

	/*basefield only*/
	.home_movie_text {
		float: none;
		width: auto;
	}

	/*category pages*/
	.main {
		display: flex;
		flex-direction: column;
	}

	.main-container {
		padding: 15px 0;
	}

	.page-title {
		margin: 0;
		padding: 0 10px;
	}

	.page-title h1,
	.page-title h2 {
		float: none;
		margin-bottom: 10px;
	}

	.category-image {
		display: none;
	}

	.category-products {
		padding: 0 10px;
	}

	.toolbar .pager,
	.toolbar .sorter {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		margin: 0;
		padding: 0 0 15px;
		text-align: left;
	}

	.toolbar .sorter {
		border: 0;
		background: none;
	}

	.pager .amount,
	.pager .limiter {
		flex-shrink: 0;
		flex-grow: 1;
		width: 30%;
	}

	.pager .pages {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0;
		padding: 15px 0 0;
		width: 100%;
	}

	.pager .pages ol {
		display: flex;
		flex-wrap: wrap;
	}

	.pager .pages li:not(:first-child) {
		margin-left: 8px;
	}

	.pager .pages .current {
		padding: 8px;
	}

	.pager .pages a {
		display: block;
		padding: 8px;
		width: 34px;
		text-align: center;
	}

	.pager .pages a.next.i-next,
	.pager .pages a.previous.i-previous {
		width: 34px;
	}

	select {
		border-radius: 3px;
		padding: 10px;
		-webkit-appearance: none;
	}

	.block-layered-nav {
		margin: 0;
		padding: 0 10px 15px;
	}

	.block-layered-nav .block-title {
		border: 1px solid #999;
		border-radius: 3px;
		padding: 10px;
		line-height: 18px;
	}

	.block-layered-nav .block-title strong {
		display: inline;
		line-height: inherit;
	}

	.block-layered-nav .block-content {
		margin-top: 5px;
		border-top: 1px solid #999;
		border-bottom: 1px solid #999;
		border-radius: 3px;
		padding: 0;
	}

	.block-layered-nav dt {
		margin: 0;
		border: solid #999 !important;
		border-width: 0 1px 1px !important;
		background-color: #fff;
	}

	.block-layered-nav dd {
		margin-bottom: 0;
		border: solid #999;
		border-width: 0 1px 1px;
	}

	.block-layered-nav dt.last {
		border-bottom: 0 !important;
	}

	.block-layered-nav dd li {
		overflow: hidden;
		padding: 5px;
	}

	.block-layered-nav .mobile_tabbed_filter_label_active {
		border-bottom: 0 !important;
	    padding: 10px 10px 13px;
	}

	.filter_sizes {
		padding: 10px;
	}

	div.price-filter-value {
		width: 45%;
	}

	div.price-filter-value input {
		margin-left: 10px;
		border: 1px solid #f0f0f0;
		padding: 10px;
		width: 80%;
	}

	div.price-filter-submit {
		margin: 15px 0 0;
	}

	div.price-filter-submit button {
		border-radius: 3px;
		padding: 10px;
		width: 100%;
		height: auto !important;
		line-height: 18px;
		text-transform: uppercase;
	}

	.catalog-category-view > .toolbar {
		display: flex;
		flex-direction: column;
	}

	.category-products > .toolbar .pager {
		order: 2;
		padding-bottom: 10px;
	}

	.category-products > .toolbar .sort-by {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.category-products > .toolbar .sort-by a {
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #ccc;
		border-radius: 3px;
		width: 38px;
		height: 38px;
		background-color: #fff;
	}

	.category-products > .toolbar .sort-by select {
		flex: 1;
		margin: 0 10px;
	}

	.category-products > .toolbar .pages,
	.category-products > .toolbar .limiter {
		display: none;
	}

	.toolbar-bottom .amount,
	.toolbar-bottom .limiter,
	.toolbar-bottom .sorter,
	.toolbar-bottom .pages strong {
		display: none;
	}

	.toolbar-bottom .pages {
		padding-top: 0;
	}

	/*detail pages*/
	.product-view .product-img-box {
		float: none;
		width: 100%;
	}

	.product-view .product-img-box .product-image,
	.product-view .product-img-box .more-views,
	.product-view .product-shop {
		float: none;
		margin: 0 10px 15px;
		padding: 0;
		width: auto;
	}

	.more-views ul li {
		padding-bottom: 0;
	}

	.product-options-bottom {
		margin: 0 0 15px;
		padding: 0;
	}

	.product-options {
		margin: 15px 0;
		padding: 0;
	}

	.product_buttons {
		margin: 15px 10px 0;
		border: 0;
		padding: 0;
	}

	.product-collateral {
		margin-bottom: 15px;
	}

	.product-collateral .r-tabs {
		margin: 0 10px;
		border-radius: 0;
	}

	.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor,
	.r-tabs .r-tabs-panel {
		border-radius: 0;
	}

	.product-image img,
	.more-views img {
		border: 1px solid #ccc;
	}

	.selected_thumbnail {
		border: 0;
	}

	.selected_thumbnail img {
		border-color: #913d13;
	}

	.product-artikelnummer {
		/* display: none; */
	}

	.product-options-bottom .price-box {
		margin-bottom: 0;
	}

	.product-view .product-essential .price-box .price {
		font-size: 24px;
	}

	.add-to-cart {
		display: flex;
		margin: 15px 0;
	}

	.add-to-cart .qty {
		margin-right: 10px;
		border-radius: 3px;
	}

	.add-to-cart button.button {
		flex-grow: 1;
		border-radius: 3px;
		height: 38px !important;
	}

	.product-options .input-box {
		display: flex;
		justify-content: center;
	}

	.product-view .product-options dl dd.dpddp {
		flex-grow: 1;
		margin-right: 0;
		border-radius: 3px;
		padding: 10px;
	}

	.product-view .product-options dl dd.product_options_selected {
		background-color: #bbb;
	}

	.product-view .product-options dl dd.dpddp:not(:last-child) {
		margin-right: 10px;
	}

	.block-viewed {
		margin: 0 10px 15px;
	}

	.block-viewed .block-title {
		border: 0;
		border-radius: 0;
		padding: 10px;
	}

	.block-viewed .block-content {
		padding: 10px;
		background-color: #fff;
	}

	.block-viewed .block-content .mini-products-list li {
		border: 0;
		padding: 10px 0;
	}

	.block-viewed .block-content .mini-products-list .product-details {
		margin-left: 65px;
		padding-top: 5px;
	}

	/*cart/checkout*/
	.cart-empty,
	.global_default_messages {
		padding: 0 10px;
	}

	.cart .discount,
	.cart .shipping {
		margin: 0 10px 15px;
		padding: 10px;
	}

	.cart .totals,
	.cart .cart-collaterals .col2-set,
	.cart .cart-collaterals .col2-set .col-1,
	.cart .cart-collaterals .col2-set .col-2 {
		float: none;
		margin-bottom: 0;
		width: auto !important;
	}

	.cart .totals {
		margin: 0 10px;
	}

	input.input-text,
	.cart button.button {
		border-color: #999;
		border-radius: 3px;
		padding: 10px;
    	width: 100%;
    	height: auto !important;
    	line-height: 18px;
	}

	.cart-table .input-text {
		width: auto !important;
	}

	.discount .buttons-set {
		margin: 0;
	}

	.discount-form label,
	.discount-form .input-box {
		display: block;
		margin-bottom: 10px;
	}

	.cart .checkout-types {
		float: none;
		text-align: left;
	}

	.cart .checkout-types li {
		margin-bottom: 10px;
		padding: 0;
	}

	form {
		display: block;
	}

	.cart .title-buttons .checkout-types li {
		float: none;
		margin: 0;
	}

	.title-buttons {
		margin-bottom: 15px;
		text-align: left;
	}

	.cart-table td,
	.cart .totals table td {
		vertical-align: middle;
	}

	.cart .cbtn-delete {
		display: inline-block;
		border-radius: 3px;
		padding: 10px;
		line-height: 18px;
	}

	.opc .step-title {
		padding: 10px;
	}

	.opc li.section {
		border-width: 1px 0 0;
	}

	.form-list label {
		margin-bottom: 5px;
	}

	.form-list .control {
		margin-bottom: 10px;
	}

	.buttons-set button.button {
		border-radius: 3px;
		padding: 0 12px;
		height: 38px !important;
	}

	.form-list .input-box {
		width: auto;
	}

	.form-list input.input-text,
	.form-list select {
		border-color: #999;
		padding: 10px;
		line-height: 18px;
		width: 100% !important;
	}

	.form-list {
		margin-bottom: 15px;
	}

	.form-list .field {
		margin-bottom: 15px;
	}

	.form-list .fields {
		margin-bottom: 0 !important;
	}

	#login-form {
		padding: 0;
	}

	#shipping-new-address-form input.input-text,
	#billing-new-address-form input.input-text {
		width: 100% !important;
	}

	#checkout-review-table-wrapper,
	#checkout-review-submit {
		border: 0;
	}

	/*.data-table tr,
	.data-table td {
		display: block;
	}

	.data-table td {
		padding: 10px;
	}*/

	.data-table .item-options dd {
		margin-bottom: 10px;
	}

	#discount-coupon-form {
		margin-top: 15px;
	}

	#discount-coupon-form button {
		margin-top: 10px;
		border-radius: 3px;
		padding: 0 12px;
		height: 38px !important;
	}
}

@media (max-width: 799px) {
    #custommenu {
        display: none !important;
    }

    #custommenu-mobile {
        display: block !important;
    }
}

@media (min-width: 800px) {
    #custommenu {
        display: block !important;
    }

    #custommenu-mobile {
        display: none !important;
    }
}

/* Startseite 2-spaltig */

.col1-layout .products-grid {
    margin-left: -10px !important;
}

.col1-layout .products-grid li.item {
    display: flex;
    flex-direction: column;
    width: 50% !important;
}

@media (min-width: 800px) {
    
    .col1-layout .products-grid li.item {
        width: 25% !important;
    }
}