/* Design for a width of less than 1024 px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 1024px */
@media only screen and (max-width: 1023px) {
	/* Slide Captions */
	.slide-caption {
		font-size: 12.5px;
	}

	.slide-caption.mey1 {
		bottom: 90px;
	}

	.sliderSaleBtns {
		bottom: 10%;
		left: 27%;
		width: 86%;
	}

	.d1024small {
		font-size: 24px !important;
	}

	.kw02 h3.heading {
		font-size: 122px !important;
	}

	/* Product Tabs */
	.gen-tabs-style1 .tabs a {
		font-size: 11px;
	}

	/* Product Gallery */
	.products-grid .price-box span {
		font-size: 14px;
	}

	.products-grid .old-price {
		margin-right: 10px;
	}

	/* Detail Page */
	.storefinder-detail iframe {
		width: 100% !important;
	}

	/* Landingpages */
	.landingpage-damen_herren .heading.fs44 {
		font-size: 36px;
	}

	.landingpage-damen_herren .fs16,
	.landingpage-damen_herren .fs18 {
		font-size: 17px;
	}

	.landingpage-damen_herren .fs15 {
		font-size: 15px;
	}

	.landingpage-damen_herren .fs100 {
		font-size: 82px;
	}

	.landingpage-damen_herren .mt100 {
		margin-top: 90%;
	}

	.landingpage-damen_herren .content .r18 {
		right: 15%;
	}

	.landingpage-damen_herren .content .t45 {
		top: 43%;
	}

	.landingpage-damen_herren .content .t53 {
		top: 51%;
	}

	.landingpage-damen_herren .content .b20 {
		bottom: 18%;
	}

	.landingpage-damen_herren .content .b23 {
		bottom: 20%;
	}

	.mey247-lp .landingpage-damen_herren .heading {
		font-size: 122px !important;
	}

	.landingpage-damen_herren .heading.fs24 {
		font-size: 16px;
	}

	.landingpage-damen_herren p.fs14.ucase {
		font-size: 15px;
	}

	.landingpage-damen_herren .heading.fs34 {
		font-size: 27px;
	}

	.product-options .sizehelper-container{
		position: relative;
		display: block;
		margin-top: 15px;
		top: 0;
		right: 0;
	}
}

/* Tablet (Portrait) - design for a width of 768px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 768px <= width < 960px */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	/* Slide Captions */
	.slide-caption {
		font-size: 11px;
	}

	.slide-caption.mey1 {
		bottom: 60px;
	}

	.sliderSaleBtns {
		bottom: 10%;
		left: 28%;
		width: 86%;
	}

	.product-view .action-box .add-to-links a {
		margin: 0 0 0 15px;
	}

	/* One Step Checkout */
	#onestepcheckout-form .onestepcheckout-threecolumns > div {
		height: auto;
		display: block;
	}

	#onestepcheckout-form .onestepcheckout-threecolumns {
		width: 100%;
	}

	#onestepcheckout-form .onestepcheckout-column-left {
		width: 55%;
	}

	#onestepcheckout-form .onestepcheckout-column-middle {
		width: 45%;
		padding-right: 0;
	}

	#onestepcheckout-form .onestepcheckout-column-right {
		width: 100%;
		margin-top: 30px;
		padding: 0;
		border: none;
	}

	/* Landingpages */
	.damen-lp .landingpage-damen_herren hr,
	.mey247-lp .landingpage-damen_herren hr,
	.herren-lp .landingpage-damen_herren hr {
		width: 160px;
	}

	.landingpage-damen_herren .content p.white.fs15 br {
		display: none;
	}

	.landingpage-damen_herren .heading.fs44 {
		font-size: 29px;
	}

	.landingpage-damen_herren .heading.fs20 {
		font-size: 19px;
	}

	.landingpage-damen_herren .fs16,
	.landingpage-damen_herren .fs18 {
		font-size: 16px;
	}

	.landingpage-damen_herren .content .r18 {
		right: 11%;
	}

	.landingpage-damen_herren .content .r20 {
		right: 17%;
	}

	.landingpage-damen_herren .content .t53 {
		top: 49%;
	}

	.landingpage-damen_herren .content .b20 {
		bottom: 17%;
	}

	.landingpage-damen_herren .absbottom {
		bottom: 15px;
	}

	.mey247-lp .landingpage-damen_herren .heading {
		font-size: 92px !important;
	}

	.landingpage-damen_herren .heading.fs34 {
		font-size: 22px;
	}

	/* Slide Caption */
	body.cms-index-index .slide-caption.forcesmall h2.short-head {
		font-size: 87px !important;
	}
}

@media only screen and (min-width: 768px) {
	.mobile-settings-wrapper {
		display: inline;
	}

	html.mobile .header-primary.container{
		width: 98%;
		margin-left: auto;
	    margin-right: auto;
	}
}

/* All mobile - design for a width of less than 768px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 768px */
@media only screen and (max-width: 767px) {

	.sliderSaleBtns {
		bottom: 10%;
		left: 27%;
		width: 86%;
	}

	/* Helper Class */
	.nofloatab768 {
		float: auto;
		clear: none;
	}

	/* Grid units below 768px screen size are 100% wide with no margin. Padding compensates lack of margin. */
	.container.nav {
		padding: 0;
	}

	.main.container {
		overflow: hidden;
	}

	/* Hide */
	.hide-below-767 {
		display: none !important;
	}

	.m-center {
		float: inherit !important;
		text-align: center !important
	}

	/* Search: mobile (search bar layout for narrow screens) */
	.search-wrapper-mobile {
		position: absolute;
		width: 235px;
	}

	/* Header-Logo Center and Big */
	.header .logo {
		max-width: 300px;
	}

	.header .logo a {
		width: 100%;
	}

	/* Header Mini-Cart */
	#mini-cart {
		float: none;
		display: inline-block;
	}

	#mini-cart .hidden-link {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 150%;
		z-index: 4002;
	}

	.header .open > .dropdown-toggle.cover > div a,
	#mini-cart .title-cart-mini,
	#mini-cart .label.amount {
		color: #ffffff;
	}

	.user-menu {
		text-align: center;
		width: 22px !important;
		float: right;
		margin: 20px 10px 0 20px;
	}

	/* Header Marquise Text */
	.shop-informercials {
		position: relative;
	}

	.header-main {
		overflow-x: hidden;
	}

	/* HomePage Static Blocks */
	.postscript {
		overflow: hidden;
	}

	/* Gallery */
	.filter-navigation-wrapper li {
		margin: 5px 0;
	}

	/* Detail-Page */
	.product-view {
		text-align: center;
	}

	#itemslider-zoom .owl-buttons {
		display: none;
	}

	.product-view .img-box .more-images {
		margin-top: 0;
	}

	.product-view .product-shop {
		margin-right: 0;
	}

	.product-view .product-type-data > .price-box {
		float: none;
	}

	.product-view .product-options dt,
	.product-options dd {
		text-align: left;
	}

	.product-view .add-to-cart-attributes {
		text-align: left;
		padding-left: 1%;
	}

	#SCPcustomOptionsDiv {
		text-align: left;
	}

	#SCPcustomOptionsDiv dt {
		margin-left: 1%;
	}

	/* Cart */
	#shopping-cart-table .col-delete a.link-edit {
		position: absolute;
		top: 10%;
		left: 150px;
		width: auto;
	}

	#shopping-cart-table .col-delete a.link-remove {
		position: absolute;
		top: 15%;
		left: 150px;
		width: auto;
	}

	#shopping-cart-table .col-delete a.link-edit span,
	#shopping-cart-table .col-delete a.link-remove span {
		font-size: 18px;
		text-decoration: underline;
		color: #585858;
		font-style: italic;
	}

	/* Wishlist Page */
	#wishlist-table td.last a.link-edit {
		position: absolute;
		top: 15%;
		left: 180px;
		width: auto;
	}

	#wishlist-table td.last a.link-remove {
		position: absolute;
		top: 25%;
		left: 180px;
		width: auto;
	}

	#wishlist-table td.last a.link-edit span,
	#wishlist-table td.last a.link-remove span {
		font-size: 18px;
		text-decoration: underline;
		color: #585858;
		font-style: italic;
	}

	#wishlist-table .product-image {
		display: inline-block;
	}

	/* Collapsible Dropdowns */
	.mobile-collapsible .block-content {
		padding: 5px 0 15px 5px;
		display: block;
	}

	/* Footer Row 1.5 */
	.block_footer_primary_bottom_left {
		width: 100%;
	}

	.block_footer_primary_bottom_right {
		width: 100%;
	}

	/* Footer Row 2 */
	.hide-above-768 {
		display: block;
	}

	/* One Step Checkout */
	#onestepcheckout-form .onestepcheckout-threecolumns > div {
		height: auto;
		display: block;
	}

	#onestepcheckout-form .onestepcheckout-threecolumns {
		width: 100%;
	}

	#onestepcheckout-form .onestepcheckout-column-left {
		width: 55%;
	}

	#onestepcheckout-form .onestepcheckout-column-middle {
		width: 45%;
	}

	#onestepcheckout-form .onestepcheckout-column-right {
		width: 100%;
		margin-top: 30px;
		padding: 0;
		border: none;
	}

	#onestepcheckout-form .input-box.checkbox-createaccount {
		margin-top: 10px;
	}

	/* Newsletter IFrame */
	#proxyFrame {
		height: 900px;
	}

	/* Changes Homepage */
	/* Toplinks */
	.dropdown, .top-links {
		float: right !important;
		position: relative;
		z-index: 102;
	}

	.top-links {
		margin-top: 20px
	}

	.top-links.links-wrapper-separators-left li {
		line-height: 3em
	}

	.mobile-settings-wrapper .caret,
	.mobile-settings-wrapper .mobile-settings > a.button {
		display: block;
	}

	.mobile-settings-wrapper {
	}

	.mobile-settings {
		position: relative;
		top: 5px;
		background: #f3f2f0;
		width: 130px;
		left: 0px;
		text-align: center;
	}

	.mobile-settings {
		visibility: hidden;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		top: -30px;
		z-index: -2;
		transition: all 0.4s 1s;
		-webkit-transition: all 0.4s 1s;
		-moz-transition: all 0.4s 1s;
		-o-transition: all 0.4s 1s;
	}

	.mobile-settings-wrapper:hover .mobile-settings {
		visibility: visible;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		top: 40px;
		z-index: 11;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
	}

	.mobile-settings .caret {
		position: absolute;
		left: 10px;
		top: -7px;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0 6px 10.4px 6px;
		border-color: transparent transparent #f2f1ef transparent;
		-webkit-box-shadow: 0px -1px 0px -1px rgba(242,241,239, 1);
		-moz-box-shadow: 0px -1px 0px -1px rgba(242,241,239, 1);
		box-shadow: 0px -1px 0px -1px rgba(242,241,239, 1);
	}

	.mobile-settings ul {
		float: none;
	}

	.mobile-settings ul li.link-wishlist {
		margin-right: 30px;
	}

	.mobile-settings .customer-service-wrapper li {
		margin: 15px 0;
	}

	/* Language Switcher */
	.lang-switcher .dropdown-toggle .value {
		display: none;
	}

	.lang-switcher .dropdown-menu {
		width: 85px;
		min-width: 0;
	}

	.lang-switcher .dropdown-toggle .label.dropdown-icon,
	.lang-switcher .dropdown-menu .label.dropdown-icon {
		width: 40px;
	}

	.lang-switcher .dropdown-menu li {
		font-size: 0;
		line-height: 35px;
	}

	.lang-switcher .dropdown-menu li a {
		font-size: 0;
	}

	/* Cart Mini */
	#mini-cart .label.amount {
		position: absolute;
		right: 0px;
		top: 6px;
		color: #000000;
		width: 100%;
	}

	#mini-cart .label.amount .closure,
	#mini-cart .dropdown-toggle .summary,
	#mini-cart .dropdown-toggle .empty {
		display: none;
	}

	/* Header Logo */
	.header-container .logo {
		width: 90px;
	}

	/* Positions */
	.shop-informercials-wrapper {
		overflow: hidden;
		height: 18px
	}

	.header-top-container .header-top > .grid-full {
		z-index: 2500;
		position: absolute;
		top: 10px;
		width: 100px !important;
		right: 60px;
	}

	.lang-switcher {
		margin: 16px 0 0
	}

	.lang-switcher .dropdown-toggle > div {
		padding: 0;
	}

	.mobile-settings-wrapper {
	}

	.header-top-contaier-seperator {
		top: 90px;
		position: absolute;
	}

	.header-primary-container .header-main.v-grid-container {
		height: 70px;
		overflow: visible;
	}

	.header-primary-container .logo-wrapper {
		position: absolute;
		width: auto !important;
		margin: 0;
		top: 25px;
		left: 10px;
		z-index: 103;
	}

	.header-primary-container .shop-informercials {
		top: 0px;
	}

	#mini-cart {
		line-height: 100%;
	}

	#mini-cart .feature-icon-hover {
		padding: 0;
	}

	#mini-cart .close-to-text {
		margin: 0;
	}

	.user-menu .search-wrapper.search-wrapper-mobile {
		top: 105px;
		position: absolute;
		width: auto;
		right: 15px;
	}

	.customer-service-wrapper {
		left: auto;
		right: 0;
	}

	.customer-service-wrapper .caret {
		left: auto;
		right: 20px;
	}

	/* Static Boxes */
	.home-blocks-static img.mobile,
	.home-blocks-static .mobile img {
		display: inline-block;
	}

	.home-blocks-static img.desktop,
	.home-blocks-static .desktop img {
		display: none;
	}

	body.cms-index-index .col-main .box {
		float: left;
		width: 100%;
	}

	body.cms-index-index .col-main .box .caption hr {
		margin: 0 10%;
	}

	body.cms-index-index .col-main .box .caption .button {
		font-size: 13px;
	}

	/* Shop Benefits */
	.shop-benefits.last .heading {
		position: absolute;
		left: 23%;
		top: 20px;
		width: 150px;
	}

	/* Sync Styles for Mobile Devices incl Tablets */
	/* Page in Full Width */
	.container {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding-left: 0;
		padding-right: 0;
	}

	.container.main > * {
		width: 98% !important;
		margin: 0 1%;
	}

	/* Homepage Static Blocks with no Hover */
	body.cms-index-index .col-main .box .caption {
		bottom: 0px;
	}

	body.cms-index-index .col-main .box .caption > * {
		display: block !important;
	}

	body.cms-index-index .col-main .grid12-4 {
		text-align: center;
	}

	/* Search Box Add Opener */
	.search-wrapper .search-opener {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 27px;
		height: 22px;
		z-index: 1;
	}

	.search-wrapper .form-search:hover .search-opener {
		display: none;
	}

	/* Newsletter Subscribe */
	.newsletter-subscribe .input-text,
	.newsletter-subscribe .select-text {
		height: 35px;
	}

	.newsletter-subscribe .actions {
		bottom: 30px;
		height: 35px;
	}

	.newsletter-subscribe .actions span span {
		line-height: 31px;
		height: 33px;
	}

	/* Footer  */
	.footer-primary-container .collapsible .block-content li {
		margin: 10px 0;
	}

	/* Gallery */
	.layered-navigation .filter-filter_color li {
		margin: 0 20px 10px 0;
	}

	.layered-navigation .filter-filter_color a.checkbox {
		height: 24px;
		width: 44px;
	}

	.sidebar .category-image {
		display: block;
	}

	.col-main .category-image {
		display: none;
	}

	.block-layered-nav .block-content {
		overflow: hidden;
		opacity: 0;
		max-height: 0;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
	}

	.block-layered-nav.active .block-content {
		opacity: 1;
		max-height: 3000px;
		transition: opacity 0.4s, max-height 3s;
		-webkit-transition: opacity 0.4s, max-height 3s;
		-moz-transition: opacity 0.4s, max-height 3s;
		-o-transition: opacity 0.4s, max-height 3s;
	}

	.block-layered-nav:before {
		content: "";
		display: block;
		position: relative;
		top: 23px;
		left: 17px;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 3px 0 3px 7px;
		border-color: transparent transparent transparent #000000;
	}

	.block-layered-nav.active:before {
		border-width: 7px 3px 0 3px;
		border-color: #000000 transparent transparent transparent;
	}

	.sidebar .block-layered-nav .block-title {
		padding-left: 27px;
		cursor: pointer;
	}

	.pagination-desktop {
		display: none;
	}

	.pagination-mobile {
		display: block;
		text-align: center;
	}

	.pager .pages.mobile {
		display: block;
	}

	.pagination-mobile a.next:after,
	.pagination-mobile a.previous:before {
		display: none;
	}

	.pagination-mobile a.next,
	.pagination-mobile a.previous {
		text-indent: 0;
		width: auto;
		height: auto;
		display: inline-block;
		padding: 10px 20px;
		line-height: 100%;
		text-transform: uppercase;
		background: rgb(81, 81, 81);
		background: rgba(81, 81, 81, .85);
		color: #ffffff;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
	}

	.pagination-mobile a.next:hover,
	.pagination-mobile a.previous:hover {
		background: rgb(38, 38, 38);
		background: rgba(38, 38, 38, .85);
		color: #ffffff;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
	}

	.pagination-mobile .page-select {
		display: inline-block;
		text-align: center;
		width: 32%;
	}

	.pagination-mobile .link-previous {
		display: inline-block;
		text-align: left;
		width: 33%;
	}

	.pagination-mobile .link-next {
		display: inline-block;
		text-align: right;
		width: 32%;
	}

	/* Detail Page */
	.box-frame-storefinder .mobile {
		display: block;
		width: 95%;
		text-align: center;
		margin: 0 auto;
	}

	.box-frame-storefinder .desktop {
		display: none;
	}

	/* Input Override for mobile Device */
	#onestepcheckout-login-form input,
	#onestepcheckout-forgot-form input,
	#onestepcheckout-form input,
	#onestepcheckout-form select {
		height: 35px !important;
	}

	#onestepcheckout-form input[type='checkbox'],
	#onestepcheckout-form input[type='radio'] {
		height: auto !important;
		transform: scale(1.5, 1.5);
		-ms-transform: scale(1.5, 1.5);
		-webkit-transform: scale(1.5, 1.5);
		margin: 0 2% 2% 2%;
		position: relative;
		top: 5px;
	}

	#onestepcheckout-form .input-box.input-different-shipping input {
		top: 5px;
	}

	#onestepcheckout-form li,
	#onestepcheckout-form dt {
		padding: 3px 0;
	}

	#onestepcheckout-form .input-box.checkbox-createaccount label,
	#onestepcheckout-form .input-box.input-different-shipping label,
	#onestepcheckout-form .onestepcheckout-enable-newsletter label {
		position: relative;
		top: -3px;
		height: 30px;
		line-height: 22px;
	}

	/* Contactform */
	.contacct-form {
		width: 100%;
	}

	.contact-info {
		margin: 30px 0 0;
		width: 100%;
	}

	/* Cart Mods */
	.cart-table-wrapper * {
		font-size: 18px !important;
	}

	.cart .item-options dd,
	.cart .item-options dt {
		line-height: 26px;
	}

	.cart-table-wrapper .cell-label {
		font-weight: normal;
		text-transform: uppercase;
		line-height: 26px;
	}

	.col-main .cart {
		position: relative;
	}

	.cart .page-title {
		padding-bottom: 55px;
	}

	.cart .proceed-wrapper {
		position: absolute;
		top: 25px;
		margin: 0;
		left: 50%;
	}

	.cart .proceed-wrapper button.button.btn-checkout {
		position: relative;
		left: -50%;
		margin-top: 0;
	}

	.cart .col-img a {
		margin-top: 30px;
	}

	.cart .product-name {
		position: absolute;
		top: 0;
	}

	.cart .product-name a {
		font-size: 18px;
	}

	.block_cart_below_table {
		top: -20px;
	}

	.cart .item-options dt {
		clear: left;
		float: left;
		width: 38%;
	}

	.cart .item-options dd {
		font-weight: bold;
		clear: right;
	}

	#shopping-cart-table .cell-label {
		margin-right: 16%;
	}

	.cart .matandcare-wrapper .matandcare-hint.carein {
		clear: right;
		margin: 0 0 0 25%;
	}

	.matandcare-wrapper .matandcare-hint.material {
		clear: left;
		float: left;
		width: auto;
		margin: 0;
	}

	#shopping-cart-table .btn-continue {
		display: none;
	}

	.continue-wrapper {
		display: block;
		text-align: center;
		position: relative;
		top: -15px;
	}

	.continue-wrapper .button.btn-continue2 {
		text-transform: none;
		position: relative;
		background: none;
	}

	.continue-wrapper .button.btn-continue2 span,
	.continue-wrapper .button.btn-continue2:hover,
	.continue-wrapper .button.btn-continue2:hover span { background: none;
		color: #333333;
	}

	#shopping-cart-table .truncated .truncated_full_value dt {
		width: 20%;
	}

	#shopping-cart-table .truncated .truncated_full_value dd {
		width: 100%;
	}

	.col-unit-price .price,
	.col-total .price {
		font-weight: bold;
	}

	/* Tablet Modify */
	html.mobile .category-products .products-grid .item {
		width: 48%;
	}

	html.mobile .newsletter-subscribe .actions {
		bottom: 30px;
		right: 19.8%;
	}

	/* Searchresult Modify */
	.no-search-results .std .relink-box {
		width: 300px !important;
		margin: 0 auto 25px !important;
		display: block;
		float: none;
		padding: 1px 0;
	}

	/* Order Success Modify */
	.checkout-onepage-success .success-page {
		margin: 0 2%;
	}

	.checkout-onepage-success .block_cart_below_table {
		top: 0;
		float: none;
		display: inline !important;
	}

	.checkout-onepage-success .block_cart_below_table .service-cart {
		display: inline-block;
	}

	.checkout-onepage-success .page-number {
		text-align: center;
	}

	.checkout-onepage-success .order-customer-dates {
		text-align: center;
	}

	.checkout-onepage-success .order-customer-dates .grid-full > div {
		margin-bottom: 15px;
	}

	.checkout-onepage-success .block_ordered_after .grid-full > div:first-child {
		margin-bottom: 30px;
	}

	/* Modify Mainmenu */
	.accordion.vertnav-top.mobile span.opener {
		/*left: 180px;
		right: auto;*/
	}

	/* Landingpages Modify */
	.landingpage-damen_herren .box.w33 {
		width: 50%;
	}

	.landingpage-damen_herren .box.w66 {
		width: 100%;
	}

	.landingpage-damen_herren .box,
	.landingpage-damen_herren .box.side-right {
		margin: 0;
	}

	.landingpage-damen_herren .content .caption > * {
		display: block !important;
	}

	.landingpage-damen_herren .caption {
		bottom: 0;
	}

	.landingpage-damen_herren .caption hr {
		width: auto;
	}

	.mey247-lp .landingpage-damen_herren .heading {
		font-size: 62px !important;
	}

	.landingpage-damen_herren .heading.fs24 {
		font-size: 18px;
	}

	.landingpage-damen_herren .heading.fs34 {
		font-size: 27px;
	}

	/* Slide Caption */
	body.cms-index-index .slide-caption.forcesmall h2.short-head {
		font-size: 62px !important;
	}

	.d1024small {
		font-size: 20px !important;
	}

	.kw02 h3.heading {
		font-size: 82px !important;
	}

	.kw02content {
		top: auto;
		bottom: 20%;
	}

	.link-customer:hover .customer-service-wrapper{
		top: -175px;
	}
}

/* Mobile (Landscape) - design for a width of 480px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
@media only screen and (max-width: 767px) and (orientation: landscape) {
	.user-menu {
		margin: 11px 10px 0 20px;
	}
}

/* 480px <= width < 768px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	/* Shop-Benefits */
	.shop-benefits {
		width: 30%;
	}

	/* Slider Caption */
	.slide-caption.mey1 .heading {
		font-size: 30px;
	}

	.slide-caption.mey1 p {
		font-size: 20px;
	}

	.slide-caption.mey1 .button {
		font-size: 16px;
	}

	.slide-caption.mey1 {
		bottom: 50px;
	}

	.mey247-lp .landingpage-damen_herren .heading {
		font-size: 62px !important;
	}

	.sliderSaleBtns {
		bottom: 10%;
		left: 27%;
		width: 86%;
	}
}

/* 768px <= width < 1023px */

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	
	html.mobile .newsletter-subscribe .actions{
		bottom: -25px;
		width: 80%;
	}
}


/* Mobile (Landscape, iPhone 4 Portrait) - design for a width of 640px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* 640px <= width < 768px */
@media only screen and (min-width: 640px) and (max-width: 767px) {
	/* Static Home Boxes */
	body.cms-index-index .col-main .box .caption .button {
		margin: 15px 9%;
	}

	/* Landingpages */
	.landingpage-damen_herren .heading.fs24 {
		font-size: 22px;
	}

	.sliderSaleBtns {
		bottom: 10%;
		left: 24%;
		width: 86%;
	}
}

/* Special Treatment for Homepage Slider and OneStepCheckout*/
/* width < 600px */
@media only screen and (max-width: 600px) {
	.main .the-slideshow .owl-item img,
	.main .flexslider .slides img {
		width: 580px;
		height: 300px;
		max-width: 100%;
	}

	body.cms-index-index .slide-caption.forcesmall h2 {
		font-size: 14px !important;
		letter-spacing: 0 !important
	}

	body.cms-index-index .slide-caption.forcesmall p {
		font-size: 14px !important;
	}

	body.cms-index-index .slide-caption.forcesmall .minfs25 {
		font-size: 26px !important;
	}

	/* One Step Checkout */
	#onestepcheckout-form .onestepcheckout-column-left {
		width: 100%;
		border: none;
		padding: 0;
	}

	#onestepcheckout-form .onestepcheckout-column-middle {
		width: 100%;
		padding: 0;
		margin-top: 15px;
	}

	#onestepcheckout-form input[type='checkbox'],
	#onestepcheckout-form input[type='radio'] {
		top: 3px;
		vertical-align: top;
	}

	#onestepcheckout-form .input-box.input-different-shipping input {
		top: 3px;
	}

	/* Cart */
	.block_cart_below_table {
		display: none;
	}

	/* Landingpages */
	.landingpage-damen_herren .heading.fs34 {
		font-size: 27px;
	}

	/*Helper Classes*/
	.mob-r0 {
		right: 0 !important;
	}

	.mob-li {
		left: inherit !important
	}

	.mob-l0 {
		left: 0 !important;
	}

	.mob-center {
		margin: 0 auto;
		left: 0;
		right: 0
	}

	.mob-b0 {
		bottom: 0 !important;
		top: inherit !important
	}

	.mob-b20 {
		bottom: 20% !important;
		top: inherit !important
	}

	.mob-b30{
		bottom: 30% !important;
		top: inherit !important
	}

	.slide-caption .box p {
		font-size: 14px
	}

	.slide-caption .box h2.h1 {
		font-size: 92px;
		line-height: 80px;
	}

	.slide-caption .box {
		padding: 1em 2em;
	}

	/* Landingpages Modify */
	.landingpage-damen_herren .slide-caption .mt100 {
		margin-top: 75%;
	}

	.landingpage-damen_herren .slide-caption h2.fs20 {
		font-size: 19px;
		white-space: normal;
	}

	.mey247-lp .landingpage-damen_herren .heading {
		font-size: 52px !important;
	}

	/* Slide Caption */
	body.cms-index-index .slide-caption.forcesmall h2.short-head {
		font-size: 42px !important;
	}

	.smallt20 {
		top: 20%;
	}

	.smallt5 {
		top: 5%;
	}

	.sliderSaleBtns {
		bottom: 10%;
		left: 21%;
		width: 86%;
	}
}

/* Design for a width of less than 480px (small mobile)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 480px */
@media only screen and (max-width: 479px) {
	/* Search Box */
	.search-wrapper .form-search input#search,
	.catalogsearch-result-index .search-wrapper input#search {
		width: 180px;
	}

	/* Gallery Labels */
	.products-grid .product-name,
	.products-grid .price-box {
		width: 100%;
		text-align: center;
	}

	/* Product-Page */
	.back-to-category {
		position: relative;
		right: auto;
		top: auto;
	}

	.product-view .product-shop label,
	.product-view .product-options dt {
		width: 35%;
	}

	.product-view .product-options dd {
		width: 61%;
	}

	/* Product Option List */
	#SCPcustomOptionsDiv dd {
		margin-left: 37%;
	}

	/* Upsell */
	.box-up-sell .owl-item,
	.box-up-sell .owl-item .product-name a,
	.box-up-sell .products-grid .price-box span {
		font-size: 12px;
	}

	.box-up-sell .product-information .product-price {
		margin-top: 10px;
	}

	/* Cart */
	#shopping-cart-totals-table tbody tr:first-child td {
		padding-left: 0;
	}

	#shopping-cart-totals-table tbody tr:first-child td:first-child {
		padding-left: 4%;
		padding-right: 0;
	}

	#shopping-cart-totals-table colgroup {
		right: 5%;
	}

	.cart .matandcare-wrapper .hidden-hint:first-child .caret {
		left: 20px;
	}

	.cart .matandcare-wrapper .matandcare-hint.material .hidden-hint {
		left: -10px;
	}

	.cart .matandcare-wrapper .matandcare-hint.carein .hidden-hint .caret { left: 110px;
	}

	.cart .matandcare-wrapper .matandcare-hint.material .hidden-hint .caret {
		left: 20px;
	}

	.cart .matandcare-wrapper .matandcare-hint.carein .hidden-hint {
		left: -100px;
	}

	.truncated .truncated_full_value.show .item-options:before {
		left: 110px;
	}

	.truncated .truncated_full_value.show > dl {
		left: -90px;
	}

	.cart .data-table tr {
		border-color: #585858 !important;
	}

	/* Account Information */
	.customer-account-edit .my-account .form-list,
	.customer-account-edit .my-account .buttons-set {
		width: 100%;
	}

	/* TODO Wenn Text Drin dazu stylen drunter */
	/* Changes Mobile Homepage */
	.header-top {
		text-align: right;
	}

	/* Static Home Boxes */
	body.cms-index-index .col-main .box .caption .button {
		margin: 15px 6%;
	}

	html.iphone .the-slideshow-wrapper .item.slide {
		font-size: 14px !important;
	}

	html.iphone .the-slideshow-wrapper .owl-item,
	html.iphone .shop-informercials {
		max-width: 100%;
		width: 320px;
	}

	.info-page .info-navi ul#info-menu li {
		width: 100%;
		margin: 0
	}

	.info-page .info-navi ul#info-menu li a {
		display: block;
		padding: 4px 0;
	}

	/* Order Success Modify */
	.checkout-onepage-success .order-customer-items .product-item-price {
		display: none;
	}

	/* Landingpages Modify */
	.landingpage-damen_herren .slide-caption .mt100 {
		margin-top: 75%;
	}

	.landingpage-damen_herren .fs44 {
		font-size: 26px;
	}

	.landingpage-damen_herren .fs16,
	.landingpage-damen_herren .fs18 {
		font-size: 16px;
	}

	.landingpage-damen_herren .slide-caption .fs100 {
		font-size: 62px;
	}

	.landingpage-damen_herren .slide-caption p.fs18.white {
		font-size: 14px;
	}

	.landingpage-damen_herren .slide-caption hr {
		width: 160px;
	}

	.mey247-lp .landingpage-damen_herren .heading {
		font-size: 52px !important;
	}

	.landingpage-damen_herren .slide-caption.r38.text-center {
		right: 25%;
	}

	.landingpage-damen_herren .heading.fs34 {
		font-size: 21px; }

	/* HomeSlider */
	.darkslide {
		padding: 6px 0 !important;
	}

	.sliderSaleBtns {
		bottom: 10%;
		left: 10%;
		width: 86%;
	}
    
    .loadmore a { display: block; }
}

/* Mobile (Portrait) - design for a width of 320px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Treatment for Landingpages */
@media only screen and (max-width: 390px) {
	.landingpage-damen_herren .box.w33 {
		width: 100%;
	}

	.landingpage-damen_herren .box {
		margin: 0 !important;
	}

	.landingpage-damen_herren .heading.fs44 {
		font-size: 26px;
	}

	.landingpage-damen_herren .slide-caption.r38.text-center {
		right: 10%;
	}

	.mey247-lp .landingpage-damen_herren .heading {
		font-size: 42px !important;
	}

	/* Slide Caption */
	body.cms-index-index .slide-caption.forcesmall h2.short-head {
		font-size: 32px !important;
	}

	.sliderSaleBtns {
		bottom: 10%;
		left: 5%;
		width: 92%;
	}
}

/* 320px <= width < 480px */
@media only screen and (min-width: 320px) and (max-width: 479px) {
	/* Shop-Benefits */
	.shop-benefits {
		width: 45%;
	}

	/* Static Home Boxes */
	body.cms-index-index .col-main .box .caption .button {
		margin: 15px 1%;
	}

	body.cms-index-index .col-main .box .caption h3 {
		font-size: 16px;
	}

	.pieces-banner-wrapper, .seoLP-banner-wrapper {
		font-family: "HelveticaRegular",sans-serif;
		left: 3%;
		top: 5%;
		width: 45%;
	}

	.pieces-banner-head, .seoLP-banner-head {
		font-size: 14px;
		margin-bottom: 0px;
	}

	.pieces-banner-text, .seoLP-banner-text {
		font-size: 10px;
		line-height: normal;
	}
}

/* Mobile (Portrait) - design for a width of less than 320px
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* width < 320px */
@media only screen and (max-width: 319px) {
	/* Shop-Benefits */
	.shop-benefits {
		width: 100%;
	}

	/* Upsell */
	.box-up-sell .owl-item,
	.box-up-sell .owl-item .product-name a,
	.box-up-sell .products-grid .price-box span {
		font-size: 10px;
	}

	.box-up-sell .product-information .product-price {
		margin-top: 0px;
	}

	.box-up-sell .product-image {
		vertical-align: baseline;
	}

	/* Static Home Boxes */
	body.cms-index-index .col-main .box .caption h3 {
		font-size: 12px;
	}

	/* Landingpages Modify */
	.landingpage-damen_herren .slide-caption.t20 {
		top: 5%;
	}

	.mey247-lp .landingpage-damen_herren .heading {
		font-size: 42px !important;
	}

	.sliderSaleBtns {
		bottom: 10%;
		left: 5%;
		width: 92%;
	}

	.pieces-banner-wrapper, .seoLP-banner-wrapper {
		font-family: "HelveticaRegular",sans-serif;
		left: 3%;
		top: 5%;
		width: 45%;
	}

	.pieces-banner-head, .seoLP-banner-head {
		font-size: 14px;
		margin-bottom: 0px;
	}

	.pieces-banner-text, .seoLP-banner-text {
		font-size: 10px;
		line-height: normal;
	}
}

@media screen and (max-device-width: 480px), screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2) {
	.m-center {
		float: inherit !important;
		text-align: center !important
	}

	.header-top-container {
		position: relative;
		z-index: 9999;
		float: left;
		width: 100%;
	}

	.header-container3 {
		width: 100%
	}

	.narrow-by-list input[type=checkbox] {
		position: relative;
		top: -1px
	}

	.header-primary.header {
		max-height: 100px
	}

	.the-slideshow-wrapper .owl-item,
	.shop-informercials-wrapper {
		min-width: 0;
	}

	.shop-informercials .owl-carousel .owl-item > .item.slide {
		font-size: 14px !important;
	}

	.main.container .the-slideshow-wrapper .item.slide {
		font-size: 14px !important;
		width: 100%;
		height: 300px;
		overflow: hidden;
		text-align: center;
		position: relative;
	}

	.main.container .the-slideshow .owl-item img {
		position: absolute;
	}

	.main.container .the-slideshow .owl-item img:not(.r0) {
		left: 0;
	}
}

@media screen and (max-device-width: 1024px){
	.outside_banner{display:none}
}
/* Print Modify
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/
@media only print{
	/* Shop Benefits */
}

/*
Magenta colored sale category
*/
.menu-cat-sale span {
	color: #e6007e!important;
}

/*
 * Primary size flag
 */

.primary-size-flag{
	position: absolute;
	right: 18%;
	top: 2%;
	z-index: 2;
	width: 18%;
}

.product-view-primary-size-flag{
	position: absolute;
	right: 27px;
	top: 25px;
	z-index: 100;
	height: 100px;
}

.product-view-primary-size-flag-mobile{
	display: none;
}

@media screen and (max-width: 752px) {

	.product-view-primary-size-flag{
		display: none;
	}

	.product-view-primary-size-flag-mobile{
		display: block;
	    position: absolute;
	    right: 19%;
	    top: 4%;
	    z-index: 100;
	    width: 18%;
	}
}

/* Size guide modal
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.sizeguide-modal{
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.7) ;
	height: 100%;
	width: 100%;
	z-index: 10000;
	display: none;
}

.sizeguide-modal .modal-content-wrapper{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #FFF;
	margin: 0 8%;
	border: 2px solid #A9A9A9;
	height: 80%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.sizeguide-modal .modal-content{
	height: 100%;
	padding: 35px 40px;
	overflow-y: scroll;
}

.sizeguide-modal .close-btn{
	position: absolute;
	top: -25px;
	right: -20px;
	color: #A9A9A9;
	font-size: 18px;
	cursor: pointer;
	z-index: 10000;
}

#sgm-content-options{
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
}

.sgm-content-option{
	color: #989898;
}

.sgm-content-option:hover{
	color: #6E6E6E;
	cursor: pointer;
}

.sgm-content-option.active{
	color: #6E6E6E;
}

.sgm-about{
	padding: 20px 8%;
	border: 2px solid #979797;
	text-align: center;
	margin: 0 10%;
}

.sgm-about .title{
	font-size: 38px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.sgm-about-instructions{
	overflow: auto;
}

.sgm-about-instructions .image{
	float: left;
	width: 40%;
	text-align: right;
}

.sgm-about-instructions .image img{
	max-width: 100%;
}

.sgm-about-instructions .details{
	float: left;
	width: 60%;
	padding: 50px 0 0 50px;
}

.sgm-about-instructions p{
	margin-top: 60px;
	margin-bottom: 40px;
}

.sgm-about-instructions ol{
	list-style: decimal outside;
}

.sgm-about-instructions ol li{
	margin-bottom: 20px;
}

.sgm-about-instructions-mobile{
	display: none;
	text-align: center;
	padding: 20px 0;
}

.sgm-about-instructions-mobile .step{
	position: relative;
}

@media screen and (max-width: 425px) {
	
	#sgm-content-options{
		padding: 15px 0;
		font-size: 13px;
	}

	.sizeguide-modal .modal-content{
		padding: 20px;
	}

	.sizeguide-modal .close-btn{
		right: 10px;
	}

	.sgm-about-instructions .image{
		float: none;
		width: 100%;
	}

	.sgm-about-instructions .details{
		float: none;
		width: 100%;
		padding: 10px 0;
	}

	.sgm-about-instructions p{
		margin-top: 20px;
	}
}

/* Product video
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

.product-video-box{
	display: none;
	width: 100%;
}

.product-video-box video{
	max-width: 100%;
	vertical-align: middle;
}

.product-video-item{
	margin: 0 2px 4px;
	border: 1px solid transparent;
	padding: 4px;
}

.product-video-item:hover{
	cursor: pointer;
	border-color: #cdcdcd
}

.product-video-item video{
	display: none;
	max-width: 100%;
}

.product-video-item .play-icon{
	position: absolute;
	top: 0;
	left: 50%;
	bottom: 0;
	margin: auto;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #FFF;
	opacity: 0.9;
}

@media screen and (max-width: 752px) {
	
	.product-video-item .preview-img{
		display: none;
	}

	.product-video-item video{
		display: block;
	}
}

/*
 * Looks detail page navigation buttons
 */

.looks-detail-navigation{
	padding: 10px 5px 20px;
}

.looks-detail-navigation button{
	min-width: 100px;
	padding: 5px;
}

.looks-detail-navigation button:disabled{
	opacity: 0.6;
}





#nav > li > a,
#mobnav-trigger
{
    font-size:16px;
    text-transform:uppercase;
}

/*#mini-cart .summary { font-size: 14px; }*/

/*h6 { font-size: 1.2em }*/


#imagepopup-overlay-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
}

.imagepopup-container {
    position: absolute;
    width: 100%;
    top: 40%;
    z-index: 99999;
}

.imagepopup-content {
    width: 770px;
    margin: 0px auto;
    padding: 30px;
    background: url("<?php echo $this->getSkinUrl("images/imagepopup/background.png")?>") scroll 0 0 transparent;
    box-shadow: 0 0 30px rgb(231, 231, 231);
    position: relative;
}

.antifloat { clear: both; }

.imagepopup-content h3 {
    text-transform: uppercase;
}

.imagepopup-image {}
.imagepopup-text {
    width: 410px;
    position: relative;
    height: 512px;
}

.imagepopup-text h3 {
    text-align: center;
    /*font-size: 24px;*/
    letter-spacing: 2px;
}

.imagepopup-text h4 {
    color: #E5007A;
    text-align: center;
}

.imagepopup-text p {
    text-align: center;
    /*font-size: 14px;*/
}

.imagepopup-text .banner-5 {
    text-align: center;
}

.imagepopup-text button {
    width: 100%;
    border: 0px;
    /*font-size: 20px;*/
    letter-spacing: 1px;
    padding: 20px;
    position: absolute;
    bottom: 0;
    background: #E5007A;
    color: #fff;
}

.imagepopup-close {
    position: absolute;
    right: 20px;
    top: 10px;
    /*font-size: 14px;*/
    cursor: pointer;
    width: 20px;
}

.media-imagepopup { display: none; }

@media only screen and (min-width: 1386px) {
    .media-imagepopup {
        display: block;
    }
}


.accordion-style1 li a { font-size: 1.2em; }
.limiter, .sorter { font-size: 14px;}
.detail-panel ul li,
.desc-badge-panel, .materialcare-panel { font-size: 14px; }
.footer-primary a, .top-links, .add-to-links { font-size: 14px; }
.footer-container { font-size: 12px; }

.catalog-category-view .loadmore { margin-bottom: 50px; }

.nav_infortis { display: none; }

@media screen and (min-width: 60.000em) {
    .nav_cms { display: block;}
    
    a.megamenu-button {
        border: 2px solid #9c9897;
        display: inline-block !important;
    }
}

#search_autocomplete {
    width: 780px !important;
    border: 1px solid #999;
    background: #fff;
    left: -780px !important;
}

.search-product-list {
    float: left;
    width: 69%;
    padding: 1rem;
    border-right: 1px solid #999;
}

	ul#suggest-options {
		padding: 0px;
		margin: 0px;
	}

	ul#suggest-options li {
	    width: 30%;
	    float: left;
	    background: #fff;
	    margin: 0rem 0.5rem 0.150rem 0.5rem;
	}



	ul#suggest-options li span.thumbnail {
	    margin-bottom: 1rem;
	}

	ul#suggest-options li div.name-price-grid-x {
	    min-height: 75px;
	    display: block;
	    width: 100%;
	    color: #000;
	}

	    ul#suggest-options li span.name {
	        display: block;
	        width: 100%;
	        font-size: 13px;
	        padding: 0px;
	    }

	    ul#suggest-options li span.price {
	        display: block;
	        width: 100%;
	        font-size: 16px;
	        margin: 0px;
	    }



.search-product-navigation {
    float: right;
    width: 31%;
    padding: 1rem;
}
	ul.suggest-product li.search-title,
	ul.suggest-category li.search-title {
	    color: #000;
	    text-transform: uppercase;
	    font-weight: bold;
	}


@media screen and (max-width: 767px) {
    .display-flex {
        display: grid;
    }

    #search_autocomplete {
        width: 235px !important;
        border: 1px solid #999;
        background: #fff;
        left: 0px !important;
    }

    ul#suggest-options li div.name-price-grid-x {
        min-height: 120px;
    }

    .search-product-navigation {
        order: 1;
        display: inline-block;
        width: 100%;
    }
    
    .search-product-list {
        order: 2;
        display: inline-block;
        width: 100%;
        border-right: 0px;
        padding: 0.5rem;
    }

    ul#suggest-options li {
        width: 46%;
        margin: 0.250rem;
    }
}
