.left {	
	text-align:left;
}

.right {	
	text-align:right;
}

.center {	
	text-align:center;
}


/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> BASIC STRUCTURE */

#page_wrapper {
	height: 100%; /* important to be set in height (not: min-height) for correct displaying of the footer */
}

.outer_canvas_wrapper, .inner_canvas_wrapper {
	height: 100%; /* important to be set in height (not: min-height) for correct displaying of the footer */
}

#outer_wrapper {
	min-height: 100%;
}

/* begin header */
header form[name="search_form"] {
    margin-top: 1rem;
}

#header_nav {
	float: right;
	margin-bottom: 0;	
	z-index: 100;
}

#header_nav .flyout_login {
	min-width: 25rem;
	z-index:10000;
}

.custom_login #header_nav .flyout_login {
	min-width: 17rem;
}

#header_nav a[class*="link_navigation"] > span[class*="icon"],
#header_nav a.link_navigation_cart > div > span[class*="icon"] {
	font-size: 2.5rem;
}

#header_nav .flyout_site_search {
	min-width: 17.5rem;	
}

#header_nav .flyout_login p {
	display: table;
	float: right;
}

#header_nav .flyout_login p span {
	text-decoration: underline;
}

.flyout_cart  > div, .flyout_wishlist > p {
	margin-bottom: 1rem;
}

#header_nav .flyout_login p span:hover,
#header_nav .flyout_login p span:active,
#header_nav .flyout_login p span:focus {
	text-decoration: none;
}

#header_nav .flyout_login span, #header_nav .flyout_login a {
	display: block;
	float: left;
	padding: 0;
}

#breadcrumbs li, 
.dropdown li, 
.thumbnail_scroller li, 
footer li, #stockInfo li, 
#navigation_my_account li,
.pageNavigation li,
#availableColors_left li,
#availableColors_right li,
#slider li,
.product_colors li,
#info_text li {
	list-style: none;
	margin-left: 0;
}

.flyout_login #form_login_submit {
	float: none;
	width: 100%;
	margin-bottom: .5rem;
}

#header_nav > li {
	margin: 0;
}

#header_nav > li > a span[class*="icon"] {
	margin: 0;
}

#logo {
	background-image: url(../images/logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	height: 20rem;
	display: block;
}

.box_shopping_cart p {
	text-align: center;
	margin-bottom: .5rem;
}

.box_shopping_cart .button {
	margin: 0;
	width: 100%;
}

header h5 {
	text-align: right;
}

a[class*="link_navigation"] {
	cursor: default;
}

#header_nav > li {
	float: left;
	min-width: 7rem;
}

#header_nav > li, 
#header_nav > li > a, 
#header_nav li span {
	display: block;
	text-decoration: none;
	text-align: center;
}

#header_nav li div {
	float: left;
}


#header_wrapper header, div#navigation_wrapper, #navigation_wrapper nav, #inner_wrapper, #footer_wrapper footer {
	max-width: 128rem;
	padding: 0 1rem;
	margin: 0 auto;
}

#header_wrapper header {
	padding-bottom: 1rem;
	z-index: 100;  /* important for dropdown-navigation */
}

header ul li a, nav ul li a, aside ul li a {
	padding: 1rem; /* padding for navigation entries (to configure the size of the 'buttons' */
    display: block;
}

header .box_login {
	background: none;
	border: 0;
}

header .status_login {
	text-align: right;
}

.link_navigation_cart div:last-child {
	margin-left: .5rem;
}

header .outletInfoText {
	clear: both;
	border: 1px solid red;
	padding: .5rem;
	margin: 1rem 1rem 0 1rem;
	color: green;
	font-weight: bold;
}
/* end header */

/* begin navigation */
nav a, .navigation a,
nav a span, .navigation a span,
nav a span[class*="icon-"], .navigation a span[class*="icon-"] {
	color: #000;
	text-decoration: none;
}

nav li:hover > a, nav li:active > a, nav li:focus > a, 
nav li:hover > a[class*="icon-"], nav li:active > a[class*="icon-"], nav li:focus > a[class*="icon-"], 
nav li:hover > a span, nav li:active > a span, nav li:focus > a span,
nav li:hover > a span[class*="icon-"], nav li:active > a span[class*="icon-"], nav li:focus > a span[class*="icon-"] {
	color: #fff;
	text-decoration: none;
}

nav > .display_flex > li:last-of-type {
	border: 0;
}

nav > ul > li > a span[class*="single_arrow"]{
	display: none;
}

nav ul li:hover > ul, nav ul li:active > ul, nav ul li:focus > ul,
.navigation ul li:hover > ul, .navigation ul li:active > ul, .navigation ul li:focus > ul {
	display: block;
}

nav ul ul ul {
	top: 0;
	left: 100%;
}

#toggle_offcanvas {
	margin: 0;
	display: none;
	padding: 1rem;
}

nav ul, .navigation ul {
    margin: 0;
    display: -webkit-flex;
    display: flex;
}

nav > ul {
	border-right: none;
}

header nav > ul, header nav > ul > li {
	border: 0;
}

nav > ul > li.close_nav, nav > ul li.level_up {
	display: none;
}

nav ul li span[class*="icon-single_arrow"], nav .close_nav span[class*="icon-"] {
	font-size: 1rem;
}

nav .close_nav a, nav .level_up a {
	text-align: center;
}

nav .close_nav span:not([class*="icon"]), nav .level_up span:not([class*="icon"]) {
	font-weight: bold;
}

nav > .display_flex > li:last-of-type {
	border: 0;
}

nav > ul > li > a {
	text-align: center;	
}

nav > ul > li > a span[class*="single_arrow"]{
	display: none;
}

nav ul ul li a, .navigation ul ul li a {
    vertical-align: middle;
}

li.sub_entries a {
	display: flex;
	align-items: center;
}

li.sub_entries a span:first-child {
	margin-right: .5rem;
}

li.sub_entries a span[class*="icon"] {
	justify-self: flex-end;
	margin-left: auto !important;
}

nav ul ul, .navigation ul ul {
	display: none;
	position: absolute; /* brings subnavigation to own layer */
	left: 0; 			/* left-position of layer (as left as top-level-entries) */
	z-index: 100; 		/* brings subnavigation to front */
	min-width: 100%;
}

nav ul > li > ul,
nav ul > li > ul > li:last-child,
nav ul > li > ul > li:last-child a,
.navigation ul > li > ul,
.navigation ul > li > ul > li:last-child,
.navigation ul > li > ul > li:last-child a {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

nav ul ul li, .navigation ul ul li {
	white-space: nowrap;
}

nav ul li:hover > ul, nav ul li:active > ul, nav ul li:focus > ul,
.navigation ul li:hover > ul, .navigation ul li:active > ul, .navigation ul li:focus > ul {
	display: block;
}

nav ul ul ul {
	left: 100%;	/* left-position of sub-subnavigation (level 3) (100% of width of level 2-navigation) */
	top: -.1rem;
}

nav ul li {
	display: block;
	float: left;	/* for mobile Layout: float: none; */
}

nav ul ul li {
	float: none;  /* either in horizontal or vertical navigation al subnavigation elements should not float to be in vertical (block) order	*/ 
}

.nav_active a.taphover,
.nav_active .menuMainGrp_active span,
.nav_active .menuGrp_active a {
	font-weight: bold;
}

.nav_active .menuMainGrp_active span,
.nav_active .menuGrp_active a {
	font-size: 1.1em;
}


/* end navigation */

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< END BASIC STRUCTURE */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> BASIC DESIGN */

.zoomPad {
	float: none;
}

.zoomWrapperImage img {
	max-width: none;
	width: auto;
}

.full_width, #full_width {
	display: block !important; /* sets element to a block-element */
	float: none !important;    /* element should not float */
}

.full_width .horizontal main {
	width: 100%;
}

dt {
	min-width: 14rem; /* min-width for definition term of definition lists */
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< END BASIC DESIGN */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> FORMS + FORM-ELEMENTS */

form, fieldset {
	display: block;
}

input[type="radio"],
input[type="checkbox"],
input[type="submit"] {
	width: auto;
    height: auto;
}

input[type="radio"],
input[type="checkbox"] {
    padding-left: 0;
}

input, input[class*="large"], select {
	padding: .4rem;
}

form span[class*="float_"] {
	display: block;
	margin-top: .5rem;
}

form[id*="form_filter"] .clearfix,
#ItemList_sortedItemList .clearfix
{
	padding-top: 0;
}

label[for="sendCopy"] {
	width: 80%;
}

label[for="sendCopy"] input {
	margin-top: .4rem;
}

label[for="quantity"] {
	margin-bottom: 0;
	margin-top: .5rem;
}

header form[name="search_form"] fieldset, #small_nav_wrapper form[name="search_form"] fieldset {
	margin-bottom: 0;
    border: 0;
}

a.button > span, button > span {
	line-height: 100%;
}

a.button.float_left {
	float: left !important;
	margin-left: 0;
}

a.button.small {
	border-radius: 1.1rem;
	border: 0;
	float: right;
	margin: 0 0 0 .5rem;
	font-size: 1.2rem;
    padding: .5rem;
}

/*	a.disabled, a.disabled:hover, a.disabled:active, a.disabled:focus,	*/
input[disabled="disabled"], input[disabled="disabled"]:hover, input[disabled="disabled"]:active, input[disabled="disabled"]:focus,
input[type="submit"]:disabled, input[type="submit"]:disabled:hover, input[type="submit"]:disabled:active, input[type="submit"]:disabled:focus {
	cursor: url(../images/cursor_disabled.png), default;
}

input[type="search"] {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
}

form small span {
    line-height: 100%; /* line-height for spans inside small-tags within forms */
}

textarea {
	width: 80%;
}

#deliveryInfo_B2C {
	border: #ccc .1rem solid;
	width: 100%;
	min-height: auto;
}

#deliveryInfo_B2C:focus{
	min-height: 16.5rem;
}

.form_address address {
	float: left;
}

#deliveryAddress select, #invoiceAddress select {
	float: left;
	width: 80%;
}

#add_delivery_address, #add_invoice_address {
	margin-left: 0;
}

label, input, select, textarea, .input_wrapper {
	width: 50%;	
}

div#header_wrapper fieldset {
	background: none !important;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< END FORMS + FORM-ELEMENTS */

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> TABLES */

table {
	padding: 0; /* padding for table (not for td in table) */
	min-width: 30rem;
	display: table;
}

th, td {
	padding: .5rem; /* padding for th (tablehead) and td (tablecells) */
}

.tablesaw-swipe tr:last-child td.tablesaw-cell-persist, tr:last-child td {
	border-bottom: 0;
}

table tr td a {
	display: block;
}

th.id {
	width: 2.1rem;
}

table.centercontent tr td {
	text-align: center;
}

table tr th.options {
	min-width: 12rem;
}

table td input {
	margin-bottom: 0;
	width: auto;
}

tr.strong td {
	font-weight: bold;
}

tr.text-align_center td {
	text-align: center;
}

tr.text-align_right td {
	text-align: right;
}

td.lastSizeMarking input {
	background: #bcdd82 none repeat scroll 0 0;
}

.customerListForm dl {
	display: table;
	background: #eee;
}

.customerListForm dl dt, .customerListForm dl dd {
	margin-bottom: 1rem;
}

.customerListForm dl dt:last-of-type , .customerListForm dl dd:last-of-type {
	margin-bottom: 0;
}

#Cart_changeEntry_quantity, #Cart_changeEntry_quantity + button {
	float: left;
	margin-left: 0;
	height: 3.9rem;
}

#Cart_changeEntry_quantity + button {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#Cart_addItems,
#table_wrapper_assortment {
	display: table;
}

#Cart_reloadCart {
	float: right;
}

.cartStatus {
	float: left;
}

#Cart_addItems th {
	min-width: 10rem;
}

#Cart_addItems .variantListLabel {
	min-width: 15rem;
}

#Cart_addItems input {
	margin-right: .5rem;
}

#Cart_addItems tr.specialPriceRow td,#Cart_addItems tr.quantityScalePriceRow td.specialPriceRow {
	color: #f00;
}

#Cart_addItems .tablesaw tr.specialPriceRow td:first-child {
	color: #f00;
}

#Cart_addItems .tablesaw tr.sizeRow.sizeHeader td {
	background-color: #fff;
	color: #000;
	font-size: 1.5rem;
	line-height: 1em;
	text-transform: uppercase;
	text-align: center;
}

.colorAndInputFieldRow td input {
    border-radius: .5rem;
}

table td input[type="number"] {
	width: 5rem;
}

[id^="order_tracking_pos"] {
	margin-bottom: 2rem;
}

[id^="order_tracking_pos"].tablesaw.tablesaw-swipe th, [id^="order_tracking_pos"].tablesaw.tablesaw-swipe td {
	text-transform: none;
	width: 9rem;
	padding: .5rem .3rem;
}

[id^="order_tracking_pos"] th:first-child {
	width: 12rem;
}

[id^="order_tracking_pos"] td:first-child {
	text-align: center;
}

#inner_wrapper table.cartEntryInfo {
	display: table;
	width: auto;
}

td button, td .button {
	margin: 0;
}
/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< END TABLES */

/*	Button "Darstellungsvariante" >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>	*/
#viewGrid, #viewRow {
	color: #0061b0;
}

#viewGrid:hover, #viewRow:hover {
	color: #064337;
}

#viewGrid.aktive, #viewRow.aktive {
	color: #666;
}

#viewGrid.aktive:hover,  #viewRow.aktive:hover {
	color: #004587;
}

#viewGrid.disabled, #viewRow.disabled {
	color: #666 !important;
	background: unset !important;
    background-color: unset !important;
	border: unset !important;
	cursor: unset !important;
	color: unset !important;
	box-shadow: unset !important;
}
/*	<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< Button "Darstellungsvariante"	*/

#product_listing_content .price span:last-child {
	display: inline-block;
	/*	float: right;		*/
}

/* BEGIN SLIDESHOW >>> */
.callbacks_container {
	float: none;
}

.slideshow ul.callbacks_tabs {
    display: table;
    margin: 1rem auto 0 auto;
}

.slideshow ul.callbacks_tabs li {
    float: left;
    padding: .3rem;
    margin: 0 .5rem;
    list-style-type: none;
}

.slideshow ul.callbacks_tabs li {
    border-radius: 1rem;
}

.slideshow ul.callbacks_tabs li a {
    text-indent: -999rem;
    display: block;
    width: 1rem;
    height: 1rem;
    border-radius: .5rem;
}

.callbacks .caption p {
	margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.caption p:last-child {
	margin-bottom: 0;
}

/* <<< END SLIDESHOW */

/* BEGIN PAGER >>> */
label[for="product_per_page"] {
	padding-top: 0;
	margin-top: 0;	
}

#pager {
	text-align: center; /* centers all elements that are not floated */
}

/* main parts of the pager */
#pager div a:first-child {
	margin: 0;
}

/* numbers/page index */
#pager a.button {
	display: inline-block;       /* puts all page index-elements in one line, but as a block-element */ 
	margin: 0 .3rem;               /* margin for page index */
	line-height: 150%;           /* line-height for page index */
	text-decoration: none;       /* text-decoration for page index */
	float: none!important;      /* page index-elements should not be floated (otherwise they cannot be centered) */
	min-height: 3.8rem;           /* min-height for page index-elements */
	min-width: 3.8rem;             /* min-width for page index-elements */
	text-align: center;
}

/* buttons for previous/next page */
#pager a.button.page_change {
	width: auto;  /* important to avoid word-wrapping */
	float: right; /* buttons are floated right by default */
}

/* buttons for previous page */
#pager div:first-child a.button.page_change {
	float: left; /* button is floated left */
}
/* <<< END PAGER */

.pageNavigation li {
	float: left;
}

.pageNavigation li a {
	padding: .5rem;
	text-decoration: none;
}

#back_to_top_wrapper {
	position: fixed;
	/*	left: 1rem;	*/
	left: auto;
	right: 1rem;
	bottom: 1rem;
	width: 3.5rem;
	height: 3.5rem;
	z-index: 100;
	display: block;
	padding: 1rem;
	clear: both;
}

article div.box img {
	float: none;
    display: block;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> MESSAGES */

.message {
	font-weight: bold;  /* font-weight for all messages (.message) */
	padding: .5rem 3rem;  /* padding (top/bottom and left/right) for .message */
	text-align: center; /* text-align for .message */
	background-image: repeating-linear-gradient(-45deg, transparent, transparent .7rem, rgba(255,255,255,.15) .7rem, rgba(255,255,255,.15) 1.4rem);
	box-shadow: #ccc 0 .3rem .3rem; /* box-shadow (color, left/right, top/bottom, blur) for messages */
	margin-bottom: 1rem; /* margin (top/bottom, left/right) for messages */
	color: #fff;
	text-shadow: 0 .1rem .1rem #333;
	display: table;
}

.message a {
	color: #fff;
}

p.red, .error, p.warning {
	border: .1rem solid #e00; /* border for warnings/errors */
    background-color: #b81900;
}

p.yellow, p.information, body.el-rte-structure p.information {
	border: .1rem solid #e3e319; /* border for informations */
    background-color: #a8a816;
}

p.green, p.authentication, p.success {
	border: .1rem solid #090; /* border for authentications */
    background-color: #070;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< END MESSAGES */

/* langauges/flags >>> */
.languages {
	float: right;
	margin-left: 0;
}

.languages li {
	display: inline-block;
	margin-right: .5rem;
}

.languages li a {
	display: block;
	width: 3rem;
	height: 1.8rem;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
}

.languages .de { 
	background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjYwMCIgdmlld0JveD0iMCAwIDUgMyI+DQo8cGF0aCBkPSJtMCwwaDV2M2gtNXoiLz4NCjxwYXRoIGZpbGw9IiNkMDAiIGQ9Im0wLDFoNXYyaC01eiIvPg0KPHBhdGggZmlsbD0iI2ZmY2UwMCIgZD0ibTAsMmg1djFoLTV6Ii8+DQo8L3N2Zz4NCg==');
}

.languages .en {
		background-image: url('data:image/png;base64,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');
}

.languages .es {
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3NTAgNTAwIj4NCjxwYXRoIGZpbGw9IiNjNjBiMWUiIGQ9Im0wLDBoNzUwdjUwMGgtNzUweiIvPg0KPHBhdGggZmlsbD0iI2ZmYzQwMCIgZD0ibTAsMTI1aDc1MHYyNTBoLTc1MHoiLz4NCjwvc3ZnPg0K');
}

.languages .fr {
	 background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5MDAgNjAwIj4NCjxwYXRoIGZpbGw9IiNlZDI5MzkiIGQ9Im0wLDBoOTAwdjYwMGgtOTAweiIvPg0KPHBhdGggZmlsbD0iI2ZmZiIgZD0ibTAsMGg2MDB2NjAwaC02MDB6Ii8+DQo8cGF0aCBmaWxsPSIjMDAyMzk1IiBkPSJtMCwwaDMwMHY2MDBoLTMwMHoiLz4NCjwvc3ZnPg0K');
}

.languages .it {
	 background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBoZWlnaHQ9IjEwMDAiIHZpZXdCb3g9IjAgMCAzIDIiPg0KPHBhdGggZmlsbD0iIzAwOTI0NiIgZD0ibTAsMGgxdjJoLTF6Ii8+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJtMSwwaDF2MmgtMXoiLz4NCjxwYXRoIGZpbGw9IiNjZTJiMzciIGQ9Im0yLDBoMXYyaC0xeiIvPg0KPC9zdmc+DQo=');
}

.languages .cs {
	background-image: url('data:image/png;base64,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');
}
/* <<< languages/flags */

/* box_product >>> */
.box_product {
	padding: 1rem;	
}

#category_wrapper .box_product > div:first-child {
	height: auto;
}

#product_price {
	margin-bottom: 1rem;
}

#product_price ul:last-child {
	margin-bottom: 0
}

.itemPrice {
	margin-bottom: 0;
	height: 5.1rem;
}

.price {
	margin-top: .5rem;
}

.price > small {
	display: block;
}

.price > span {
	display: block;
	float: left;
}

ul.colors {
    clear: both;
    display: table;
    margin: 0 auto;
}

ul.colors li {
    display: inline-block;
    margin-left: 0 !important;
	margin: .5rem .2rem 0 .2rem;
}

ul.colors li a {
    display: block;
    float: left;
    padding: .2rem;
    margin: .1rem;
    line-height: 100%;
	transition: 1s ease;
}

ul.colors li a span {
    display: block;
    width: 1.9rem;
    height: 1.9rem;
}

a.box_product ~ a {
	display: block;
	text-align: center;
}

.box_product h3 + div {
	height: auto;
}

.button.itemMore {
	margin: 0 auto;
	float: none;
}

#form_product_table table th {
	text-align: center;
}

#form_product_table table td input[type="number"] {
	float: right;
	width: 50%;
}

#form_product_table table tr td:first-child {
	min-width: 13rem;
}

.product_colors span[class*="status_"] {
	margin: .4rem;
}

span[class*="status_"] {
	margin: 1rem 0 0 0;
	display: block;
	float: right;
	width: 1rem;
	height: 1rem;
}

#stockInfo span[class*="status_"] {
	float: left;
	margin-top: 0.5rem;
}

/* produktBoxRow */
.produktBoxRow .box_product h3 {
	height: auto;	
}

.produktBoxRow .product_wrapper {
	min-height: 0;	
}

.produktBoxRow .float_right {
	margin-bottom: 1rem;	
}

.produktBoxRow .price,
.produktBoxRow .line-through,
.produktBoxRow .specialPrice {
	font-size: 2rem;	
}

.produktBoxRow .itemViewInfoText {
	margin-top: 1rem;	
}

.itemViewInfoText {
	font-size: 1.4rem;
	line-height: 140%;	
}

.preorderHint {
	font-size: 2rem;
}

/* red */
span[class*="status_"]{
	border-radius: .5rem;
	background: -webkit-linear-gradient(top, #a90329 0%,#6d0019 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #a90329 0% ,#6d0019 100%); 
}
/* yellow */
span.status_yellow {
	background: -webkit-linear-gradient(top, #f1da36 0%,#d7c230 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f1da36 0%,#d7c230 100%); 
}
/* green */
span.status_green {
	background: -webkit-linear-gradient(top, #83c783 0%,#005700 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #83c783 0%,#005700 100%); 
}
/* blue */
span.status_blue {
	background: -webkit-linear-gradient(top, #0181ed 0%,#014681 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0181ed 0%,#014681 100%); 
}
/* pink */
span.status_pink {
	background: -webkit-linear-gradient(top, #7e0075 0%,#52004c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #7e0075 0%,#52004c 100%); 
}

form[id*="form_filter"] label, 
form[id*="form_filter"] select, 
#ItemList_sortedItemList label, 
#ItemList_sortedItemList select {
	float: none;
	width: 100%;
	margin: 0;
}

form[id*="form_filter"] label,
#ItemList_sortedItemList label {
	font-weight: bold;
	text-align: center;
}

form[id*="form_filter"] label[for$="gruppe"] + span {
	display: block;
	text-align: center;
}

#filter_wrapper {
	margin-bottom: 1rem;
}
/* <<< box_product */

/* >>> filter_wrapper */

label[for="product_per_page"] ~ a {
	display: inline-block;
	padding: .3rem;
	line-height: 110%;
	text-decoration: none;
}

/* <<< filter_wrapper */

/* thumbnail_scroller >>> */
.thumbnail_scroller {
	width: 100%;
	margin-bottom: 1rem;
}

.thumbnail_scroller img {
	display: block;
	max-width: 9.4rem;
	max-height: 9.4rem;
}

.thumbnail_scroller li a {
	display: block;
	margin: 0 2rem;
	float: none;
	text-decoration: none;
}

.thumbnail_scroller img {
	display: block;
	max-width: 15rem;
	max-height: 15rem;
	margin: 0 auto;
}

.thumbnail_scroller p, .thumbnail_scroller span {
	display: block;
	text-align: center;	
}

.thumbnail_scroller p span {
	display: inline-block;
	margin: 0 .2rem;
}

.thumbnail_scroller li {
	max-width: 20rem;	
}

.specialPrice {
	color: #c00;
	margin-left: .5rem;
}

.line-through {
    white-space: nowrap; /* would center line-through in the middle of the wrapped lines */
    text-decoration: none;
    
}

.line-through:after {
    border-top: 1px solid #000;
    position: absolute;
    content: "";
    right: 0;
    top:50%;
    left: 0;
}

.mTSButton {
	margin: 0; 
    width: 2.6rem;
    height: 2.6rem;
	position: absolute;
	top: 40%;
}

.thumbnail_scroller [class*="icon-"]:before {
	left: -.9rem;
 	top: -.9rem;
}

.jThumbnailScroller .icon-arrow_left {
	left: 0; 
}

.product_scroller span {
	display: block;
	margin: 0 auto;
	text-align: center;
}
/* <<< thumbnail_scroller */
#clear_footer {
	height: 15.5rem;
}

#footer_wrapper {
	margin-top: -15.5rem;
}

footer li {
	margin-bottom: .5rem;
}

footer #method_of_payment li {
	float: left;
	width: 9rem;
	margin: 0 1rem 1rem 0;
	background-repeat: no-repeat;
}

[id$="method_of_payment"] main img, #form_checkout_mode_of_chipment main img {
	display: block;
}

#checkout_page3_overview img + .button {
	margin-top: 1rem;
}

/* tablesaw >>> */

.tablesaw {
	border-collapse: unset;	
}

thead, .tablesaw thead {
	border: 0;
	background: none;	
}

.tablesaw thead th {
	text-align: center; /* overwrite default settings from tablesaw.css */
	text-shadow: none !important;
	text-align: center;
}

.tablesaw thead tr:first-child th:last-child {
	border: 0;
}

th, td, .tablesaw-swipe .tablesaw-cell-persist {
	border-left-width: 0; /* border-left for th (tablehead) and td (tablecells) */
	border-bottom: none;  /* border-top for th (tablehead) and td (tablecells) */
}

table.tablesaw thead th, table.tablesaw thead td {
	font-size: 1.3rem; /* overwrite default settings from tablesaw.css */
}

.tablesaw thead tr:first-child th {
	padding: .7rem;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
	padding: 1rem;
	display: inline-block;
	float: none;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before {
	left: .6rem;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
	left: .8rem;
}

.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.left:before, 
.tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn.right:before {
	top: .5rem;
}

th, td, .tablesaw-swipe .tablesaw-cell-persist {
	vertical-align: middle; /* verical-align for elements in th (tablehead) and in td (tablecells) */
}

/* <<< tablesaw */


/* Lagerstatus  in der Matrix >>> */
/* red */
.status_input_red {
	background:  #ffc4bf;
	border: 1px solid #f4220b;
}

/* yellow */
.status_input_yellow {
	background: #fff2bf;
	border: 1px solid #d7c230; 
}

/* green */
.status_input_green {
	background: #bfffbf;	
	border: 1px solid #005700;
}

/* blue */
.status_input_blue {
	background: #14bbeb;
	border: 1px solid #0033cc;
}

/* pink */
.status_input_pink {
	background: #e4bfff;
	border: 1px solid #ca23dc;
}

/* red */
span[class*="status_"]{
	background: -webkit-linear-gradient(top, #ffc4bf 0%,#f4220b 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffc4bf 0% ,#f4220b 100%); 
}
/* yellow */
span.status_yellow {
	background: -webkit-linear-gradient(top, #fff2bf 0%,#d7c230 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fff2bf 0%,#d7c230 100%); 
}
/* green */
span.status_green {
	background: -webkit-linear-gradient(top, #bfffbf 0%,#005700 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #bfffbf 0%,#005700 100%); 
}

/* blue */
span.status_blue {
	background: -webkit-linear-gradient(top, #14bbeb 0%,#0033cc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #14bbeb 0%,#0033cc 100%); 
}
/* pink */
span.status_pink {
	background: -webkit-linear-gradient(top, #e4bfff 0%,#ca23dc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #e4bfff 0%,#ca23dc 100%); 
}
/* <<< Lagerstatus in der Matrix */

a[class*="icon-"].button, button[class*="icon-"] {
	min-width: 3rem;
	text-align: center;
	line-height: 112%;
}

.place-inside {
    position: absolute;
    top: 0.6rem;
    left: 0.6rem;
    z-index: 5;
}

.product_sizes li {
	margin: 0 .5rem .5rem 0;
}

.product_sizes li, .product_sizes li a {
	display: block;
	float: left;
}

.product_sizes li a {
	text-decoration: none;
	padding: .2rem .5rem;
	width: 5rem;
	text-align: center;
}

.product_colors li {
	overflow: hidden;
	margin-bottom: .5rem;
	list-style-type: none;
}

.product_colors li span,
.table_matrix span[class*="colors"] {
	display: block;
	float: left;
	margin-left: .5rem;
}

.product_colors li span[class*="colors"],
.table_matrix span[class*="colors"] {
	width: 2rem;
	height: 2rem;
	margin-left: 0;
}

/* Panel Item-Detail >>> */
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    transition: 0.4s;
    padding: 1.5rem;
    display: flex;
	align-items: center;
	margin : 0;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), 
and when you move the mouse over it (hover) */
.accordion:hover, .accordion:active, .accordion:focus {
	cursor: pointer;
}

.accordion [class*="icon"] {
	margin: 0;
	font-size: 1.5rem;
	margin-left: auto;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 2rem;
    padding: 0 1.5rem;
}

.panel h4 {
	margin-top: 1.5rem;
}

.panel span {
	margin-bottom: 1.5rem;
	display: block;
}
/* <<< Panel Item-Detail */

.table_matrix span[class*="colors"] {
	margin-top: .3rem;
	border: .1rem solid;
}

.table_matrix span[class*="colors"]:last-of-type {
	margin-right: 1rem;
	margin-left: .1rem;
}

#table_wrapper_assortment tbody td {
	text-align: center;
}

.product_colors li.active a span,
.dropdown li.active a {
	font-weight: bold;
}

.cart_additional_links a {
	display: block;
}

noscript .message {
	display: block;
}

.message .icon-warning {
	margin-right: .7rem;
}

.message .icon-warning + span {
	margin-top: 0;
}

.message a[class*="icon"] {
	text-decoration: none;
	padding: 0;
	position: absolute;
	top: .3rem;
	right: .6rem;
}

main ul, main ol {
	list-style-position: inside; /* list-style-position for all list in main */
}

form[id^="form_checkout"] > div > label {
	float: none;
	display: table;
	margin: .5rem auto;
}

#page_counter {
	display: block;
	float: right;
}

#cart_table {
	width: 100%;
}

h1 + #cart_table {
	padding-top: 0;
}

#cart_table tr td:first-child a {
	max-width: 15rem;
	text-decoration: none;
}

#cart_table label[for^="amount_"] {
	margin-top: .5rem;
}

#cart_table input[id^="amount_"] {
	width: 4rem;
	float: left;
}

.cartStatusPointMsg {
	display: table;
	margin: 0 auto 1rem auto;
	text-align: center;
	font-weight: bold;    
	margin-top: 1rem;
}

.currentPointAccount {
	margin-top: 1rem;
}

#summary {
	margin-bottom: 1rem;
}

#summary dl {
	float: right;
	margin: 0;
}

#summary dt {
	clear: both;
}

#summary dd {
	text-align: right;
	float: right;
}

#button_search {
	margin-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;	
	padding: .5rem;
	margin-bottom: 0;
	flex: 0;
}

label[for="point_account_period"] {
	width: auto;
}
/* begin flyout */
#quantity {
	background: #c00;
	border-radius: 50%;
	position: absolute;
	z-index: 30;
	color: #fff;
	top: .3rem;
	right: .3rem;
	font-weight: bold;
	padding: .2rem;
	min-width: 2rem;
}

[class*="flyout"] {
	position: absolute;
	top: 100%;
	right: 0;
	width: auto;
	white-space: nowrap;
	overflow: visible;
}

[class*="flyout"] form {
	margin-bottom: 0;
}

[class*="flyout"] span, [class*="flyout"] a {
	text-decoration: none;
}

[class*="flyout"] a:not(.button):hover, [class*="flyout"] a:not(.button):active, [class*="flyout"] a:not(.button):focus {
	text-decoration: underline;
}

[class*="flyout"] ul:last-child {
	margin-bottom: 0;
}

[class*="flyout"] .button, [class*="flyout"] button {
	margin-left: 0;
}

[class*="flyout"] .button:last-child {
	margin-bottom: 0;
}

.flyout_login .box_login {
	padding: 0;
	min-width: 21rem;
}

.flyout_login .box_login h2 {
	display: none;
}

[class*="box_"].highlight {
	padding: 1rem;	
}

button .icon-search {
	margin-right: 0;
}

[class*="flyout"] label {
	margin-bottom: 0;
}

[class*="flyout"] input {
	width: 100%;
	float: left;
	display: block;
}

header > [class*="large-"] {
	padding-left: 0;
	padding-right: 0;
}

header > .large-3, #info_text {
	padding-left: 1rem;
}

[class*="flyout"] input[type="search"] {
	width: auto;
}

[class*="flyout"]  #button_search, .flyout_site_search fieldset {
	float: left;
}

#ItemList_filter, #ItemList_filter fieldset {
	float: right;
}

#ItemList_filter .fieldset {
	display: flex;
	align-items: stretch;
}

#navigation_my_account ul {
	margin-left: 0;	
}

#navigation_my_account li, #link_navigation_my_account li {
	text-align: left;
	margin-right: 1rem;
	float: none;
}

#navigation_my_account li a, #link_navigation_my_account li a {
	float: none !important;
} 

.multi-step {
	margin: 0 0 1rem 0;
}

.multi-step a.wrap {
	display: block;
}

.multi-step ol > li:before, .multi-step ol > li:after {
    right: .1rem;
    left: .1rem;
}

.multi-step.numbered ol .wrap:before {
	top: .3rem;
}

#content_wrapper {
	padding-top: 1rem;
}

.box_product_small {
	margin-bottom: 1rem;
}
/* <<< /pages */

a#menu-trigger {
    display: none;
    margin-bottom: 0;
}

span.fehler, 
span.missing,
ul.fehler li span  {
	color: red;
}

ul.fehler li span  {
    font-weight: bold;
}

ul.actionMessage li span  {	
	color: green;
	font-weight: bold;
}

#info_text {
	float: left;
	margin-top: 1rem;
	margin-bottom: 0;
}

#info_text li {
    float: left;
    margin-right: 3rem;
    font-size: 1.6rem;
}

#productsHistory {
	padding: .5rem;
	margin-top: .5rem;
}

#productsHistory a {
	display: table;
	float: left;
	margin-right: 1rem;
}

/* >>> social bookmarks */

#social_bookmarks li {
	float: left;
	margin-right: .5rem;
}

#social_bookmarks a {
	display: block;
	width: 3.2rem;
	height: 3.2rem;
	background: no-repeat;	
	background-size: contain;
}

#social_bookmarks #facebook a {
	background-image: url("../images/icons/icon_social_bookmarks_facebook.png");
}

#social_bookmarks #twitter a {
	background-image: url("../images/icons/icon_social_bookmarks_twitter.png");
}

#social_bookmarks #instagram a {
	background-image: url("../images/icons/icon_social_bookmarks_instagram.png");
}

#social_bookmarks #pinterest a {
	background-image: url("../images/icons/icon_social_bookmarks_pinterest.png");
}

#social_bookmarks #tumblr a {
	background-image: url("../images/icons/icon_social_bookmarks_tumblr.png");
}

#social_bookmarks #google_plus a {
	background-image: url("../images/icons/icon_social_bookmarks_google_plus.png");
}

#social_bookmarks #you_tube a {
	background-image: url("../images/icons/icon_social_bookmarks_you_tube.png");
}

#social_bookmarks #vimeo a {
	background-image: url("../images/icons/icon_social_bookmarks_vimeo.png");
}

#social_bookmarks #xing a {
	background-image: url("../images/icons/icon_social_bookmarks_xing.png");
}
/* <<< social bookmarks */


/********************************************************************************/
/* >>> selectmenu dropdown */
.dropdown {
	margin: 0;
}

.dropdown a, .dropdown a:visited { 
	color: #000; 
	text-decoration: none; 
	outline: none;
	display: block;
	padding: 0 0 0 .5rem;
}

.dropdown a:hover, .dropdown a:active, .dropdown a:focus { 
	color: #000;
}

.dropdown dt {
	width: 100%;
	min-width: 0;
}

.dropdown dt a {
	padding: .3rem .7rem;
	background: url("../images/arrow_down.png") no-repeat scroll 96% 45%; 
	display: block; 
	color: #000;
	border: .1rem solid #000;
}  

.dropdown dt a:hover span ,.dropdown dt a:active span, .dropdown dt a:focus span {
	color: #000;
}

.dropdown dt a span {
	cursor: pointer; 
}

.dropdown dt a span[class*="status_"] {
	margin-top: .5rem;
}

.dropdown dt ul {
	margin-bottom: 0;
	background-color: #fff; 
}

.dropdown ul a > span:first-child, .dropdown ul a > span:nth-child(2) {
	display: inline-block;
	min-width: 1.2rem;
	min-height: 1.2rem;
	top: .1rem;
	border: .1rem solid #ccc;
}

.dropdown ul a > span:nth-child(2) {
	margin-right: .3rem;
	border-left: 0;
}

.dropdown dd {
	float: none;
}

.dropdown dd ul { 
	background: #fff; 
	border: .1rem solid #7a9cd3; 
	display: none; 
	position: absolute; 
	top: 2.5rem;
	width: 100%; 
	list-style: none;
	z-index: 100;
	min-width: 14rem;
}

.dropdown span.value { 
	display: none;
}

.dropdown dd ul li:hover, .dropdown dd ul li:active, .dropdown dd ul li:focus { 
	background-color: #1e90ff;
}

.dropdown dd ul li a:hover span, .dropdown dd ul li a:active span, .dropdown dd ul li a:focus span {
	color: #fff;
}

.dropdown dt span[class*="status"] {
	margin-top: .8rem;
}

.dropdown span[class*="status"] {
	margin: .5rem 2rem 0 0;
}

#filter_wrapper .dropdown ul a > span:nth-child(2) {
	border: 0;
}

#filter_wrapper dd ul > li:first-child span, #all_colors {
	border: 0;
}

/* ie 10 & ie11 only */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {	
	.dropdown dt {
		height: 2.7rem;
	}
	
	.dropdown dt a {
		background-image: url("../images/arrow_down_ie.png");
	}
	
	.dropdown dd ul {
		top: 0;
		padding: .5rem 0;
		border: .2rem solid #000; 
	}
	
	.dropdown dd ul li a:hover, .dropdown dd ul li a:active, .dropdown dd ul li a:focus { 
		background: #26a0da;
	}	
}

/* firefox only */
@-moz-document url-prefix() { 	
	.dropdown dt a {
		background: url("../images/arrow_down_ff.png") no-repeat scroll right top; 
	}
	
	.dropdown dt a:active {
		background-image: url("../images/arrow_down_ff_active.png"); 
	}
	
	.dropdown dd ul {
		background: #fff;
		border: .1rem solid #919191;
		border-top: .1rem solid #b2b2b2;
		border-left: .2rem solid #b2b2b2;
	}
	
	.dropdown a, .dropdown a:visited {
		padding-left: .3rem;
	}	
	
	.dropdown dt a {
		padding: .4rem .8rem;
	}
}
/* <<< selectmenu dropdown */
/********************************************************************************/


#customerAddress p {
	margin-bottom: 2rem;
}

#totalValues label {
	margin-bottom: 0;	
}

#totalValues label:last-of-type,
#totalValues span:last-of-type {
	margin-top: 1rem;
	display: inline-block;
}

#totalValues dd {
	float: right;	
}

#totalValues dt:last-of-type, #totalValues dd:last-of-type {
	margin-top: .5rem;
}

#Cash_orderGoods_deliveryInfo {
	width: 65%;
}

#Cash_orderGoods_acceptTerms,
#Cash_orderGoods_acceptPrivacyPolicy,
#Cash_orderGoods_subscribeNewsletter {
	float: left;
	margin-top: .5rem;
}

#cashForm.standard label {
	width: 70%;	
}

#cashForm_cash_order_button {
	margin-bottom: 1rem;
}

/* Memo-Text fuer den Kunden */
.customerMemo {
	border: .1rem solid;
	font-weight: bold;
	margin: 1rem 0;
	padding: 1rem;
}

#cart_table_direct_order th {
	width: 25%;
}

#cart_table_direct_order td input {
	width: 100%;
}

#Cart_reloadCart_cart_reload_cart {
	margin-bottom: 1rem;
}

.haendlerbund {
	padding: .5rem;
	display: table;
	background: #fff;
}

#customerInfoBox {
	z-index: 0;
}

/* VOR/NAECHST-Scroller >>>  */
.pre_next {
	margin-top: 2.5rem;
	width: 4rem;
	height: 5.2rem;
}

div#pre_next {
	float: left;
}

div#pre_next img {
	float: left;
}

#pre_next a {
	text-decoration: none;
}

#pre_next [class*="icon-"] {
	font-size: 1.2rem;
	top: -.2rem;
}

#pre_next [class*="icon-"]:last-child {
	margin-left: .5rem;
}

#pre_next a {
	display: block;
	float: left;
	padding: 0 .5rem;
}

#pre_next a:first-child {
	border-right: .1rem solid #000;
}

/* <<< END  VOR/NAECHST-Scroller */


/* >>> Row-Ansicht im Artikel-Katalog	*/
#product_listing_content .produktBoxRow .price dd {
	float: right;
}

#product_listing_content .produktBoxRow .price dt {
	min-width: 8rem;
}
/* <<< END Row-Ansicht im Artikel-Katalog	*/

@media all and (-webkit-min-device-pixel-ratio:0) { /* styles for webkit-browsers only */
	.dropdown dt a {
		padding: .4rem .7rem;
	}
}

/* >>> BEGIN Cookiedisclaimer --------------------------------------------------------------- */
#cookie_policy div {
	padding: 1rem; 
	padding-right: 4rem;
}

#cookie_policy { 
	text-align: center; 
	position:fixed;
	bottom: 0; 
	z-index: 10000;
	width: 100%; 
	padding: .7rem 5rem;
}

#cookie_policy .button {
	display: inline-block;
}

#cookie_policy a:not(.button) {
	text-decoration: underline;
	margin: 0
}

#cookie_policy a:hover, #cookie_policy a:active, #cookie_policy a:focus {
	text-decoration: none;
}

/* <<< END Cookiedisclaimer --------------------------------------------------------------- */

tr.sendInfoMessageRow td:first-child,
tr.stockInfoRow td:first-child  {
	text-align: left;
}

/* >>> Tool-Tip fuer TouchScreen	*/
.tooltip_icon {
	padding-left: 10px;
}

tr.sendInfoMessageRow td div {
	border-radius: 50%;
	cursor: help;
	margin-left: .5rem;
	display: table;
	float: right;
}

.lastOrderSizeText {
	background: #bcdd82 none repeat scroll 0 0;
	font-weight: bold;
}

#tooltip {
	text-align: center;
	color: #fff;
	background: #111;
	position: absolute;
	z-index: 100;
	padding: 1.5rem;
	font-size: 1.3rem;
}
 
#tooltip:after { /* triangle decoration */
	width: 0;
	height: 0;
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
	border-top: 1rem solid #111;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -1rem;
	margin-left: -1rem;
}
 
#tooltip.top:after {
	border-top-color: transparent;
	border-bottom: 1rem solid #111;
	top: -2rem;
	bottom: auto;
}
 
#tooltip.left:after {
	left: 1rem;
	margin: 0;
}
 
#tooltip.right:after {
	right: 1rem;
	left: auto;
	margin: 0;
}

/* <<< END Tool-Tip fuer TouchScreen */

div.mz-expand-controls.mz-fade.mz-visible {
	position: unset;
}

/* LikeIt >>> */


a[class*="likeIt"] {
	display: block;
	float: right;
	margin-right: 70px;
	width: 15px;
	height: 15px;
	background: url("../images/like.png") no-repeat;
}

/*	a[class*="likeIt"]:active, 	*/

a[class*="likeIt"]:hover, 
a[class*="likeIt"]:focus {
	background-image: url("../images/like_hover.png");
} 

a[class*="likeIt"].active {
	background-image: url("../images/like_highlighted.png");
}

/* <<< END LikeIt */

#ItemList_filter fieldset {
	background: none;
}

.careInfo {
	margin-top: 2rem;
}

label.captcha {
	width: 100%;
	font-size: large;
}

input.captcha {
	float: left;
	margin-bottom: 2rem;
}


/* >>> BEGIN MEDIA QUERIES --------------------------------------------------------- */

@media only screen and (max-width: 1024px) {                    
    
    #ItemList_filter fieldset {
		padding-top: 0;
	}
	
	p.message a.icon-cancel {
		margin: 0;
	}
	
	label, input, input[class*="large"], select, textarea, #sitemap ul li {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	
	a[class*="icon-"].button, button[class*="icon-"] {
		min-width: 4.2rem;
	}
	
	table tr th {
		min-width: 9rem;
	}
	
	.product_sizes li {
		margin: 0 1rem 1rem 0;
	}
	
	.product_sizes li a {
		padding: .5rem;
	}
	
	.cart_additional_links a {
		margin: .5rem  0;
	}
	
	.thumbnail_scroller li a {
		margin: 0 1rem;
	}

} /* end 1024px */

@media only screen and (max-width: 768px) {
/* begin offcanvas-navigation */

	#toggle_offcanvas {
		display: block;
	}
	
	.link_navigation_cart > div.hide-for-small {
		display: none !important;
	}

	#navigation_wrapper:not(.persist_on_mobile) + #toggle_offcanvas {
		display: table;
		margin-bottom: 0;
	}
	
	#navigation_wrapper:not(.persist_on_mobile) {
		position: fixed;
		top: 0;
		left: -100%;
		min-width: 50%;
		max-width: 80%;
		height: 100%;
		opacity: 0;
		z-index: 500;
		overflow: scroll;
	}
		
	#navigation_wrapper nav {
		padding: 0;
	}
	
	#navigation_wrapper:not(.persist_on_mobile) ul {
		flex-direction: column;
	}
	
	#navigation_wrapper:not(.persist_on_mobile) > ul > li {
		float: none;
		border: 0;
	}
	
	#navigation_wrapper:not(.persist_on_mobile) ul li:hover > ul, 
	#navigation_wrapper:not(.persist_on_mobile) ul li:active > ul, 
	#navigation_wrapper:not(.persist_on_mobile) ul li:focus > ul {
		display: none;
	}
	
	#navigation_wrapper:not(.persist_on_mobile) > ul > li > a {
		text-align: left;
	}
	
	#navigation_wrapper:not(.persist_on_mobile) li {
		background: none; /* remove background so alpha of nav works correctly */
		float: none;
	}

	#navigation_wrapper:not(.persist_on_mobile) ul ul {
		position: relative; /* sets lower levels back to relative position (to take their space within the navigation) */
		z-index: auto;
		left: auto;
	}
	
	#navigation_wrapper:not(.persist_on_mobile) ul ul li {
		white-space: normal;
	}
	
	nav > ul > li > a {
		text-align: left;
	}
	
	nav > ul > li > a span[class*="single_arrow"]{
		display: inline-block;
	}
	
	nav ul ul li a {
		padding-left: 1.5rem
	}
	
	nav ul ul ul li a {
		padding-left: 2rem;
	}
	
	nav ul ul ul ul li a {
		padding-left: 2.5rem;
	}
	
	nav ul ul ul ul ul li a {
		padding-left: 3rem;
	}
	
	.nav_open nav ul ul li span + span[class*="icon"]::before {
		transform: rotate(90deg);
	}
	
	.nav_open > nav > ul > li.close_nav {
		display: block;
	}
	
	/* end offcanvas-navigation */
	
	header #ItemList_filter {
		display: none;
	}
	
	.place-inside {
		top: 1.2rem;
	}
	
	#info_text li {
		float: none;
		margin-right: 0;
	}
	
	#header_nav > li:last-child a.link_navigation_cart div:last-child {
		display: none;
	}
	
	article div.box div div {
		padding: 0 1rem;
	}
	
	article div.box div div:first-child {
		padding: 0 1rem 0 0;
	}
	
	#cart_table tr td:first-child a {
		width: 8rem;
	}
	
	nav > ul > li > a {
		text-transform: none; /* text-transform for main navigation */
	}		
  
	nav {
		padding: 0;
	}

	#header_wrapper div.box.login {
		right: .5rem;
	}
	
	#header_nav > li {
		min-width: 5rem;
	}
	
	#header_nav li [class*="link_navigation_"] span:last-child {
		display: none;
	}
	
	input[type="search"], #search_input {
		height: 2.9rem; /* keep input same height as offcanvas-button */
	}
	
	#button_search {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	
	#cookie_policy a.button {
		position: relative;
		margin: 1rem auto 0 auto; 
		display: table;
		float: none;	
	}
	
	footer li {
	    margin-bottom: 1rem;
	}
} /* end 768px */


@media only screen and (max-width: 480px) { 
	
	header .status_login {
		text-align: center;
	}
	
	#header_wrapper div:first-child {
		padding-bottom: 0;
		padding-right: 1rem;
	}

	#header_nav li div {
		float: none;
	}

	#logo {
		display: block;
		margin: 0 auto;
	}
	
	a.button, input[type="submit"], button, .button, .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn {
		margin-left: 0;
	}
	
	#info_text {
		float: none;
		display: table;
		margin: 0 auto 1rem auto;
		text-align: center;
	}
	
	#cartPage .tablesaw-bar {
		display: none;	
	}
	
	.slideshow ul.callbacks2_tabs {
		display: none !important;
	}

	label[for*="male"] {
   		padding-top: .5rem;
    	padding-bottom: .5rem;
	}
	
	ul#header_nav {
		margin-bottom: 0;
	}
	
	.main-nav ul li a {
		padding-left: 2rem;
	}
	
	.main-nav ul ul li a {
		padding-left: 3rem;
	}
	
	#content_wrapper {
		padding: 0;
	}
    
    article div.box.content {
    	padding: 0;
    }
	
	table tr th {
		min-width: 2rem;
	}
	
	#cart_table_direct_order th {
		width: 20%;
	}
	
	.message {
		display: block;
	}                                  
                  
    form[name="search_form"] {
        display: table;
        float: right;
    }         
    
    .callbacks .caption {
   		padding: 1rem;
    }                                                      
                                    
    label, input, select, .input_wrapper {
        width: 100%
    }
                
    input[type="number"] {
		width: auto;    
	}
	
	#Cart_deleteEntry button {
		float: left;	
	}
                
    a[href^="tel"] {
        text-decoration: underline;
    }
	
	#header_nav li:nth-child(1) [class*="flyout_"], 
	#header_nav li:nth-child(2) [class*="flyout_"],
	#header_nav li:nth-child(3) [class*="flyout_"] {
		left: 0;
		right: auto;
	}
	
	#header_wrapper #header_nav li .flyout_cart {
		left: auto;
		right: -50px;
	}
 
	#header_nav > li > a span:last-child {
		display: none;
	}		

	#header_wrapper header, #content_wrapper, #footer_wrapper footer {
		padding: 0;
	}
	
	#header_nav {
		float: none;
		display: table;
		margin: 0 auto;
	}
	
	#header_nav > li {
		width: 16.66666%;
	}
	
	#thumbnailsImageScroller_verti, #zoom img {
		max-height: 30rem !important;	
	}
	
	#ItemView #zoom {
		max-width: 20rem;	
	}
} /* end 480px */
       
@media only screen and (max-width: 320px) { 
    
    #thumbnailsImageScroller_verti li.mTSThumbContainer span {
    	display: none;
    }
    
    fieldset label[for="salutation"] + div {
        margin-bottom: 1rem;
    }
    
    fieldset label[for="salutation"] + div label {
        overflow: hidden; /* to force clearfix-effect */
        width: 50%;
        float: left;
    }
        
    .input_wrapper {
        float: none;
        width: 100%;
    }
    
} /* end 320px */

/* <<< END MEDIA QUERIES --------------------------------------------------------- */