@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Glegoo');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,800,700,400italic');

body {
	margin:0 0 15px;
	background-position:50% 0;
	background-size:cover;
}
body, input, textarea, select {
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
	color:#1D1D1D;
	font-size:12px;
}
input,
textarea,
select,
input[type="text"],
input[type="password"] {
	color:#000;
}
.CmsPageStyle_Table {
    table-layout: fixed;
}
a {
	color:#000;
}
a:hover {
	color:#749a11;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border:0;
}
.button,
input[type="submit"],
input[type="button"],
.btn-checkout,
.btn-basket,
.button,
a.button,
a.ShowBasket_SendBasketLink_Dialog_Link,
div.readMore {
	-webkit-box-shadow: inset 0px -4px 0px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    inset 0px -4px 0px -2px rgba(0, 0, 0, 0.2);
	box-shadow:         inset 0px -4px 0px -2px rgba(0, 0, 0, 0.2);
	border:0;
	color:#fff;
	cursor:pointer;
	background-color:#38A9B6;
	-webkit-appearance: none;
	display:inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:18px;
	padding:7px 15px;
	text-decoration:none;
}
.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.btn-checkout:hover,
.btn-basket:hover,
.button:hover,
a.button:hover {
	background-color:#555;
	background-image:none;
}
h1,
.Heading_Productmenu,
.Heading_Terms,
.Heading_Profile,
.Heading_AdvancedSearchPage,
.Heading_ShowBasket_Master,
#checkout-container h1.checkout-headline,
aside .header,
.Heading_B2Blogin,
.SubCatsProcuctsHeading {
	color:#fff;
    display: block;
    text-align: left;
	text-transform:uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 25px;
    margin: 0px 0px 10px;
	background-color:#789e15;
	background-image: -ms-linear-gradient(top, #c8dc52 0%, #789e15 100%);
	background-image: -moz-linear-gradient(top, #c8dc52 0%, #789e15 100%);
	background-image: -o-linear-gradient(top, #c8dc52 0%, #789e15 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c8dc52), color-stop(1, #789e15));
	background-image: -webkit-linear-gradient(top, #c8dc52 0%, #789e15 100%);
	background-image: linear-gradient(to bottom, #c8dc52 0%, #789e15 100%);
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border:0;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}
h2 {
	font-size:16px;
	font-weight:normal;
	padding:0;
	margin:0 0 10px;
}
.wrapper {
	width:1040px;
	max-width:95%;
	margin:0 auto;
	padding:5px 20px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
header {
	position:relative;
	height:205px;
	
}

.sponsor {
	position:absolute;
	right:300px;
	top:11px;
	text-align:right;
	font-size:11px;
	color:#fff;
}
.sponsor img {
	max-height:22px;
	max-width:130px;
	margin:3px 0 0 10px;
}
div.dd-theme-default .dd-nivoSlider {
	background-color:transparent;
}
a.logo {
	position:absolute;
	top:60px;
	left:25px;
	font-size:52px;
	line-height:55px;
	text-decoration:none;
	color:#fff;
	width:40%;
	display:block;
}
a.logo small {
	color:#747474;
	font-size:16px;
	line-height:16px;
	display:block;
}
a.logo img {
	max-width:100%;
	max-height:100px;
	margin-top:-10px;
}
.basket {
	position:absolute;
	right:0;
	top:13px;
	z-index:10;
	width:260px;
	height:136px;
	padding:10px 20px;
	background-color:#c8dc52;
	background-image: -ms-linear-gradient(top, #c8dc52 0%, #789e15 100%);
	background-image: -moz-linear-gradient(top, #c8dc52 0%, #789e15 100%);
	background-image: -o-linear-gradient(top, #c8dc52 0%, #789e15 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c8dc52), color-stop(1, #789e15));
	background-image: -webkit-linear-gradient(top, #c8dc52 0%, #789e15 100%);
	background-image: linear-gradient(to bottom, #c8dc52 0%, #789e15 100%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.basket .header {
	border-bottom:solid 1px #789e15;
	color:#fff;
	text-transform:uppercase;
	padding:0 0 4px;
	font-size:17px;
	font-weight:700;
	line-height:17px;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
}
.basket > div > span {
	float:right;
}
.basket .totalproducts {
	border-top:solid 1px #c8dc52;
	padding:5px 0 0;
}
.basket > a {
	display:block;
	color:#fff;
	margin:0px 0 4px;
}
.basket .creditcards img {
	display:block;
	max-height:18px;
}

.usp {
	display: flex;
	justify-content: center;
	align-items: center;
    gap: 20px;

    position:absolute;
	bottom:0;
	left:0;
	height:45px;
	width:100%;
	margin:0;
    /*
	background-color:#789e15;
	background-image: -ms-linear-gradient(top, #c8dc52 0%, #789e15 100%);
	background-image: -moz-linear-gradient(top, #c8dc52 0%, #789e15 100%);
	background-image: -o-linear-gradient(top, #c8dc52 0%, #789e15 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c8dc52), color-stop(1, #789e15));
	background-image: -webkit-linear-gradient(top, #c8dc52 0%, #789e15 100%);
	background-image: linear-gradient(to bottom, #c8dc52 0%, #789e15 100%);
    */
    background-color: rgba(244,244,244,1.00);
	border-radius: 6px;
}

.usp a {
	display: flex;
	text-decoration: none;
	text-align: center;
}
.usp img {
	height: 15px;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
    /*
    -webkit-filter: invert(1);
   filter: invert(1);
    */
}
.usp strong {
	display: inline-block;
	vertical-align: middle;
    font-weight: bold;
}
.usp span {
	color: #789e15;
	text-decoration: underline;
	display: none;
}
.usp p {
	display: none;
}


/* TOPMENU */

header .TopMenu_MenuItems {
	position:absolute;
	bottom:0;
	left:0;
	height:45px;
	width:100%;
	margin:0;
	padding:0 0 0 10px;
	list-style-type:none;
	background-color:#789e15;
	background-image: -ms-linear-gradient(top, #c8dc52 0%, #789e15 100%);
	background-image: -moz-linear-gradient(top, #c8dc52 0%, #789e15 100%);
	background-image: -o-linear-gradient(top, #c8dc52 0%, #789e15 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c8dc52), color-stop(1, #789e15));
	background-image: -webkit-linear-gradient(top, #c8dc52 0%, #789e15 100%);
	background-image: linear-gradient(to bottom, #c8dc52 0%, #789e15 100%);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
header .TopMenu_MenuItems > li {
	display:inline-block;
	float:left;
	vertical-align:top;
}
header .TopMenu_MenuItems > li > a {
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.4);
	text-transform:uppercase;
	font-weight:700;
	font-size: 16px;
	line-height:16px;
	color: #fff;
	text-decoration: none;
	padding: 11px 25px;
	border-right:solid 1px #92b229;
	border-left:solid 1px #b0ca40;
	display:inline-block;
	vertical-align:top;
}
header .TopMenu_MenuItems > li > a:hover {
	color:#000;
}
header .TopMenu_MenuItems > li:first-child a {
	border-left:0;
	background-color:
}
header .TopMenu_MenuItems > li:last-child a {
	border-right:0;
}
/*
header .TopMenu_MenuItems a[href="/shop/customer.html"],
header .TopMenu_MenuItems a[href="/shop/terms.html"],
header .TopMenu_MenuItems a[href="/shop/frontpage.html"],
header .TopMenu_MenuItems a[href="/"] {
	display:none;
}
*/
/* HEADERMENU */
nav.headermenu {
	position:absolute;
	top:15px;
	left:25px;
}
nav.headermenu a {
	font-size:13px;
	color: #fff;
	text-decoration: none;
	padding: 0px 13px;
	border-right: 1px solid #404040;
}
nav.headermenu a:first-child {
	padding-left:0;
}
nav.headermenu a:last-child {
	border:0;
}
nav.headermenu a:hover {
	color:#CCC;
}


/* SEARCH */
header #Search_Form {
	position:absolute;
	right:300px;
	top:70px;
	width:270px;
}
#Search_Form .SearchTitle_SearchPage,
#Search_Form .nbsp,
#Search_Form br {
	display:none;
}
header input[type="text"].SearchField_SearchPage {
	color:#000;
	background-image:url('/images/skins/Glegoo/images/btn-search.png');
	background-repeat:no-repeat;
	background-position:15px 50%;
	background-size:15px auto;
	background-color:rgba(255,255,255,0.8);
	padding:0 15px 0 45px;
	border:0;
	height:40px;
	width:270px;
	font-size:16px;
	position:absolute;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
}
header input[type="text"].SearchField_SearchPage:focus {
	background-position:-30px 50%;
	background-color:rgba(255,255,255,1.0);
	color:#000;
	padding-left:15px;
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.2);
}
header input[type="submit"].SubmitButton_SearchPage {
	position:absolute;
	right:6px;
	top:6px;
	display:block;
	height:28px;
	background-color:#38A9B6;
	padding:0 7px;
	color:#fff;
	font-size:13px;
	letter-spacing:1px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border:0;
	cursor:pointer;
	text-transform:uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}
header #Search_Form:hover input[type="submit"].SubmitButton_SearchPage {
	background-color:#789E15;
}

article {
	margin:20px 0;
	padding:10px;
	background-color:#fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
article:after {
	content:"";
	clear:both;
	display:block;
}
article > .content {
	float:right;
	width:74%;
	display:inline-block;
	vertical-align:top;
	position:relative;
}

/* ASIDE */
aside {
	float:left;
	width:24%;
	display:inline-block;
	vertical-align:top;
}

/* FRONTPAGE */
.FrontPage_TD .slider-wrapper {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow:hidden;
	margin:0 0 30px;
}
.Text2_FrontPage {
	margin:30px 0 0;
	line-height:18px;
	display:block;
	columns: 2;
	columns-gap: 30px;
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
}


/* B2B LOGIN */
form[action="/shop/b2blogin.html"] > div > table {
	width:100%;
}

form[action="/shop/b2blogin.html"] > div > table > tbody > tr:nth-child(3) > td:nth-child(1) {
	width:1%;
	padding-right:15px;
}
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="text"],
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="email"],
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="password"] {
	-webkit-appearance:none;
	font-size:23px;
	height:40px;
	width:250px;
	max-width:100%;
	margin:3px 0;
	padding:0 10px;
	border:0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input:focus {
	border:solid 1px #0085AD;
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.1);
}
.B2BLogin_TD article form[action="/shop/b2blogin.html"] input[type="submit"] {
	margin-top:10px;
}
.B2BLogin_TD article form[action="/shop/b2blogin.html"] > br {
	display:none;
}





/* PRODUCTMENU */
span.ProductMenu_MenuItemBold {
	font-weight:normal;
}
aside #ProductMenu_List {
	margin:0;
	padding:0 0 0 25px;
	list-style-type:none;
	font-size:14px;
}
aside #ProductMenu_List > li {
	border-bottom:solid 1px #2A2A2A;
}
aside #ProductMenu_List > li > a {
	display:block;
	padding:7px 0;
	text-decoration:none;
}

/* LEVEL 2 */
aside #ProductMenu_List > li > ul {
	padding:5px 0 15px 10px;
	margin:0;
	list-style-type:none;
	border-left:solid 4px #2A2A2A;
	display:none;
}
aside #ProductMenu_List > li > ul > li > a {
	padding:2px 0;
	display:block;
	text-decoration:none;
	font-size:12px;
}


aside #ProductMenu_List > li a.Activ_Productmenu {
	color:#789e15;	
}
aside #ProductMenu_List > li a#ActiveCategory_A {
	display:none;
}


/* FOOTER */
footer .TopMenu_MenuItems {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
footer .TopMenu_MenuItems a {
    text-decoration: none;
    color: #000;
}
footer > section > div > strong {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}
footer {
	position:relative;
	padding:30px 25px;
	background-color:#FFF;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
    color: #000;
    font-size: 15px;
}
footer > section {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
footer a {
	color:#000;
    font-size: 15px;
    display: block;
    padding: 5px 0;
}
.footerpayment {
    display: flex;
    gap: 10px;
}
.footerpayment img {
    height: 24px;
    width: auto;
    background-color: #FFF;
    border-radius: 2px;
    padding: 3px 6px;
}


/* BREADCRUMB */
.breadcrumb, .SubCats_BreadCrumb {
	margin-left:25px;
}
.breadcrumb, .SubCats_BreadCrumb, .breadcrumb a, .SubCats_BreadCrumb a, .breadcrumb td {
	font-size:11px;
	color:#7C7C7C;
	text-decoration:none;
}
.breadcrumb a:hover {
	color:#fff;
}
.breadcrumb a.BreadCrumbLink_Active, .SubCats_BreadCrumb a.BreadCrumbLink_Active {
	color:#38A9B6;
}
.SubCats_BreadCrumb {
	display:none;
}


/* PRODUCTLIST */
.category-description {
	display:none;
	padding:15px;
	border:solid 1px #E4E4E4;
	margin:0 0 15px;
}
.Frontpage_Custom_UL,
.ProductList_Custom_UL,
.Related_Custom_UL {
	padding:0;
	margin:0 -1%;
	list-style-type:none;
}
.Frontpage_Custom_UL:after,
.ProductList_Custom_UL:after,
.Related_Custom_UL:after {
	content:"";
	clear:both;
	display:block;
}
.Frontpage_Custom_UL > li,
.ProductList_Custom_UL > li,
.Related_Custom_UL > li {
	position:relative;
	width:31.3%;
	display:inline-block;
	vertical-align:top;
	margin:0 1% 2%;
	padding:10px;
	border:solid 1px #e5e5e5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color:#D9D9D9;
	background-image: -ms-linear-gradient(top, #FFFFFF 80%, #F2F2F0 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 80%, #F2F2F0 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 80%, #F2F2F0 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.8, #FFFFFF), color-stop(1, #F2F2F0));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 80%, #F2F2F0 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 80%, #F2F2F0 100%);
}
.Frontpage_Custom_UL > li:hover,
.ProductList_Custom_UL > li:hover,
.Related_Custom_UL > li:hover {
	background-color:#333333;
}
/*
.ProductList_Custom_UL > li {
	width:31.3%;
	display:inline-block;
	vertical-align:top;
	margin:0 1%;
	float:left;
}
*/
li .product {
	position:relative;
	text-align:center;
}
li .product .name a {
	display:block;
	font-size:12px;
	font-weight:700;
	padding:15px 0 5px;
	text-decoration:none;
	text-overflow: ellipsis;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}
li .product .image {
	position:relative;
}
li .product img {
	display:block;
	width:100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
li .product .price {
	font-size:14px;
	position:relative;
	padding:4px 0;
}
li.member .product .price {
	background-color:rgba(155,0,2,1.00);
	color:rgba(255,255,255,1.00);
	border-radius:4px;
}
li .product .price strike {
	color:red;
	padding:0 4px 0 0;
}

/* NEWS */
li .news {
	position:absolute;
	top:0px;
	right:0px;
	z-index:40;
	width:40%;
}
.Frontpage_Custom_UL li .news img,
.ProductList_Custom_UL li .news img,
.Related_Custom_UL li .news img {
	width:100%;
}


/* PAGER */
.pager {
	clear:both;
}
.pager:after {
	content:"";
	clear:both;
	display:block;
}
.pager > div {
	display:block;
	float:left;
}
.pager .prev {
	width:20%;
	min-height:1px;
}
.pager .pages {
	width:60%;
	text-align:center;
}
.pager .next {
	width:20%;
	text-align:right;
}
.pager .next a,
.pager .prev a {
	display:inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:solid 1px #4D4D4D;
	padding:5px 10px;
	text-decoration:none;
}
.pager .pages a {
	display:inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:solid 1px #4D4D4D;
	padding:5px 10px;
	margin:0 3px;
	text-decoration:none;
}
.pager .pages a.ActivePageNumber_ProductList {
	border:0;
	background-color:#38A9B6;
	color:#fff;
	font-weight:normal;
	padding-right:10px;
}


/* SORT SELECTOR */
.sort-container:after {
	content:"";
	clear:both;
	display:block;
}
#Productlist_Sort_table {
	float:right;
	margin:0 0 10px;
}
.sort-selector {
	overflow:hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-image: -ms-linear-gradient(top, #FEFEFE 0%, #F2F2F0 100%);
	background-image: -moz-linear-gradient(top, #FEFEFE 0%, #F2F2F0 100%);
	background-image: -o-linear-gradient(top, #FEFEFE 0%, #F2F2F0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FEFEFE), color-stop(1, #F2F2F0));
	background-image: -webkit-linear-gradient(top, #FEFEFE 0%, #F2F2F0 100%);
	background-image: linear-gradient(to bottom, #FEFEFE 0%, #F2F2F0 100%);
	border:solid 1px #E4E4E4;
}
.sort-selector a {
	display:inline-block;
	padding:8px 15px;
	font-size:11px;
	line-height:11px;
	color:#4E4E4E;
	text-decoration:none;
}
.sort-selector a:hover {
	background-color:#585858;
	color:#fff;
}
.sort-selector a.selected {
	background-color:#38A9B6;
	color:#fff;
}
.sort-selector a:last-child {
	border:0;
}
#Productlist_Sort_Select {
	display:none;
}


/* OFFER OVERLAY */
.product div.Element_Overlay_Container_DIV,
.product .Element_Overlay_ProdList_SpecialOfferContainer_DIV,
.product div.Element_Overlay_ProductInfo-relatedContainer_DIV,
div.Element_Overlay_ProdInfo_SpecialOfferImage_DIV {
	display:none;
}
.product div.Element_Overlay_ProdList_SavingsDIV,
.product div.Element_Overlay_Frontpage_SavingsDIV,
.product div.Element_Overlay_ProductInfo-related-savingsDIV {
	position:relative;
	display:block;
}
.ProductList_Custom_UL .image > a > div,
.Frontpage_Custom_UL .image > a > div,
.Related_Custom_UL .image > a > div,
div.Element_Overlay_DIV {
	display:block !important;
}
li div.Element_Overlay_Frontpage_SavingsContainer_DIV,
li div.Element_Overlay_ProdList_SavingsContainer_DIV,
li div.Element_Overlay_Frontpage_SavingsContainer_DIV,
li div.Element_Overlay_ProductInfo-related-savingsContainer_DIV {
	top:5px;
	left:5px;
	width:50px;
	height:50px;
	
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	background-color:#000;
	-webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:    2px 2px 0px $rgba(0, 0, 0, 0.2);
	box-shadow:         2px 2px 0px rgba(0, 0, 0, 0.2);
}
li .Element_Overlay_Frontpage_SavingsImage_DIV,
li .Element_Overlay_ProdList_SavingsImage_DIV,
li .Element_Overlay_ProductInfo-related-savingsImage_DIV {
	display:none;
}
li div.Element_Overlay_ProdList_SavingsText_DIV,
li div.Element_Overlay_Frontpage_SavingsText_DIV,
li div.Element_Overlay_ProductInfo-related-savingsText_DIV {
	width:100%;
	top:10px;
	text-align:center;
	font-size:13px;
	line-height:15px;
	text-transform:uppercase;
	padding-top:0;
	padding-left:0;
	color:#fff;
	font-weight:700;
	position:absolute;
}


/* PRODUCTGROUPS */
.SubCats_Categories_UL {
	padding:2.3%;
	margin:0;
	list-style-type:none;
}
.SubCats_Categories_UL:after {
	content:"";
	clear:both;
	display:block;
}
.SubCats_Categories_UL > li {
	width:23% !important;
	margin:0 1% 2%;
	display:inline-block;
	vertical-align:top;
}
.SubCats_Categories_UL > li:last-child {
	display:none;
}
.SubCats_Categories_UL > li a {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color:#c8dc52;
	display:block;
	padding:10px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	font-size:13px;
}
.SubCats_Categories_UL > li a:hover {
	background-color:#38A9B6;
	color:#fff;
}


/* PRODUCTCARD */
.productcard {
	position:relative;
	padding:25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:solid 1px #EBEBEB;
}
.productcard:after {
	content:"";
	clear:both;
	display:block;
}
.productcard iframe {
	max-width:100% !important;
}
.ProductInfo_TD .back {
	position:absolute;
	top:72px;
	right:25px;
}
#BUYSECTION {
	float:left;
}
.ProductInfo_TD .info .buy > span.Description_Productinfo {
	display:block;
	clear:both;
	padding:10px 0 0;
}
.buyWrapperHeadline, .amountWrapperHeadline {
	display:none;
}
.amountWrapper {
	float:left;
}
.amountWrapper input {
	-webkit-appearance:none;
	-webkit-border-radius:0;
	height:45px;
	width:35px;
	border-top:solid 1px #E2E2E2;
	border-right:0;
	border-bottom:solid 1px #E2E2E2;
	border-left:solid 1px #E2E2E2;
	background-color:#FFFFFF;
	text-align:center;
	padding:0;
}
.buyWrapper {
	float:left;
}
.buyWrapper input {
	height:45px;
	margin:0 15px 0 0;
	display:block;
	-webkit-appearance:none;
	-webkit-border-radius:0;
}
.ProductInfo_TD #swiper, .ProductInfo_TD #swipeimage, .ProductInfo_TD ul#position {
	display:none;
}
.productcard .news {
	position:absolute;
	top:0px;
	right:0px;
	z-index:40;
	width:25%;
}
.productcard .news img {
	width:100%;
}
.productcard .images {
	float:left;
	width:44%;
	position:relative;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	overflow:hidden;
}
.productcard .imageselector img {
	display:block;
	margin:0 5px 5px 0 !important;
}
table.ProductInfo_MagixZoomPlus_MainImage_TABLE {
	width:100%;
}
div.MagicThumb-caption {
	display:none !important;
}
.productcard .info {
	float:right;
	width:53%;
	position:relative;
	margin:0;
}
.productcard .product-number {
	border-bottom: 1px solid #484848;
	padding:0 0 5px;
	margin:0 0 15px;
	font-size:11px;
	display:none;
}
.productcard .product-number.active {
	display:block;
}
.Variants {
	padding:0 0 15px;
}
td.VariantGroupLabel {
	font-weight:700;
	padding:0 0 4px;
}
.ProductInfo_TD .info .buy {
	padding:15px 0;
	margin:0 0 20px;
	border-top:solid 1px #484848;
	border-bottom:solid 1px #484848;
}
.ProductInfo_TD .info .buy:after {
	content:"";
	clear:both;
	display:block;
}
.ProductInfo_TD .buy .stock {
	font-size:17px;
	margin:14px 0 0;
	display:block;
}
.ProductInfo_TD .buy .stock img {
	margin:0 10px 3px 0;
	vertical-align:middle;
	height:17px;
}
.Prices_Custom_UL {
	width:auto;
	margin:10px 0 15px;
	padding:0;
	list-style-type:none;
}
.Prices_Custom_UL .before-price {
	font-size:16px;
	line-height:16px;
	color:#CA0003;
}
.Prices_Custom_UL .price {
	font-size:16px;
	line-height:25px;
	font-weight:700;
}
.Prices_Custom_UL li:first-child .price {
	font-size:36px;
	line-height:36px;
}
.productcard.member .Prices_Custom_UL li:first-child .price {
	background-color:rgba(155,0,2,1.00);
	color:rgba(255,255,255,1.00);
	border-radius:6px;
	font-size:22px;
	line-height:22px;
	padding:10px 15px;
	display:inline-block;
}
.Prices_Custom_UL .price .text {
	font-size:16px;
	line-height:16px;
	font-weight:400;
	color:#7E7E7E;
	padding-left:10px;
}
.Prices_Custom_UL li:first-child .text {
	display:none;
}
.productcard .short-description {
	padding:0 0 20px;
}
.ProductInfo_TD div.Element_Overlay_ProdInfo_SavingsContainer_DIV {
	top:10px;
	left:10px;
	right:auto;
	width:70px;
	height:70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color:#000;
	position:absolute;
}
.ProductInfo_TD div.Element_Overlay_ProdInfo_SavingsImage_DIV {
	display:none;
}
.ProductInfo_TD div.Element_Overlay_ProdInfo_SavingsText_DIV {
	position:static;
	width:100%;
	text-transform:uppercase;
	font-size:15px;
	line-height:15px;
	padding-left:0;
	padding-top:10px;
}
td.ProductInfo_MagixZoomPlus_MainImage_TD {
	border:0;
}

.longDescription {
	position:relative;
}
.longDescription.hidden {
	height:100px;
	overflow:hidden;
	position:relative;
}
.longDescription.hidden:after {
	display:block;
	content:"";
	width:100%;
	height:30px;
	position:absolute;
	bottom:0;
	left:0;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	z-index:10;
}
.longDescription + .readMore {
	font-size:14px;
	padding:5px 10px;
	margin:5px 0 0;
	cursor:pointer;
}



/* RELATED PRODUCTS */
.related {
	margin:40px 0 0;
}
.related .header {
	font-size:18px;
	margin:0 0 20px;
	padding:0 0 0 10px;
}


/* CONTACTFORM */
aside .header {
	margin-top:30px;
}
form.contact {
	padding:0 0 0 15px;
}
form.contact input[type="text"], form.contact input[type="email"], form.contact textarea {
	width:100%;
	height:30px;
	padding-left:10px;
	border:0;
	border-bottom:solid 1px #D2D2D2;
	margin:0 0 4px;
	background-color:#EDEDED;
}
form.contact textarea  {
	padding:10px;
	height:60px;
}
form.contact small {
	display:block;
	padding:5px 0 10px 10px;
}
form.contact input[type="submit"] {
	font-size:12px;
	padding:7px 10px;
	margin-left:10px;
	text-transform:uppercase;
}
form.newsletter div {
    padding: 5px 0 5px 10px;
}

/* NEWSLETTERFORM */
form.newsletter {
	padding:0 0 0 15px;
}
form.newsletter input[type="text"], form.newsletter input[type="email"] {
	width:100%;
	height:30px;
	padding-left:10px;
	border:0;
	border-bottom:solid 1px #D2D2D2;
	margin:0 0 4px;
	background-color:#EDEDED;
}
form.newsletter input[type="submit"] {
	font-size:12px;
	padding:7px 10px;
	margin-left:10px;
	text-transform:uppercase;
}

/* SHOWBASKET */

.Order_back_basket {
	margin-left:25px;
}
.Order_back_basket img {
	height:30px;
}
.Order_empty_basket {
	display:none;
}
.Basket_Order {
	float:right;
	margin-right:25px;
}
.Basket_Order img {
	height:40px;
}
.ShowBasket_SendBasketLink_LinkContainer {
	position:absolute;
	right:25px;
	top:11px;
}
a.ShowBasket_SendBasketLink_Dialog_Link {
	font-size:11px;
	padding:5px 10px;
	background-color:#898989;
	margin:0 0 10px;
}
.TableLines_ShowBasket > tbody > tr > td {
	padding:15px 25px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:solid 1px #E1E1E1;
}
.TableLines_BackgroundColor1 .Heading_ShowBasket {
	border-bottom:solid 1px #444444;
	padding-top:5px;
	padding-bottom:5px;
}
.productrow > td {
	border-bottom:solid 1px #444444;
	padding-top:10px;
	padding-bottom:10px;
}
.ShowBasket_ProductLine_ActionButtons_TD img {
	width:20px;
	margin:0 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.Basket_PaymentFees td {
	background-color:#F3F3F3;
	padding-top:5px;
	padding-bottom:5px;
}
.Basket_SendFee td {
	background-color:#E4E4E4;
	padding-top:5px;
	padding-bottom:5px;
}
.Basket_TotalPrice > td {
	font-size:18px;
}
.BackgroundColor2_ShowBasket.member {
	background-color:#9B0002;
}
.BackgroundColor2_ShowBasket.member td {
	color:rgba(255,255,255,1.00);
	font-weight:bold;
}


/* OPC */
.CheckOut_TD .basket,
.CheckOut_TD header #Search_Form,
.CheckOut_TD header .TopMenu_MenuItems,
.CheckOut_TD .sponsor {
	display:none;
}
#checkout-container label[for="res3"] {
	display:none;
}
.CheckOut_TD header {
	height:161px;
	margin-bottom:0;
}
.CheckOut_TD article {
	margin-top:0;
}
.CheckOut_TD aside {
	display:none;
}
.CheckOut_TD article > .content {
    float: none;
    width: 100%;
    display: block;
}
#checkout-container #column-data h3, #checkout-container div h2 {
	font-size:16px;
	line-height:16px;
	font-weight:700;
	padding:13px 15px;
	margin:0;
	background-color:#c8dc52;
	background-image: -ms-linear-gradient(top, #c8dc52 0%, #789e15 100%);
	background-image: -moz-linear-gradient(top, #c8dc52 0%, #789e15 100%);
	background-image: -o-linear-gradient(top, #c8dc52 0%, #789e15 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c8dc52), color-stop(1, #789e15));
	background-image: -webkit-linear-gradient(top, #c8dc52 0%, #789e15 100%);
	background-image: linear-gradient(to bottom, #c8dc52 0%, #789e15 100%);
	color:#fff;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#checkout-container select.checkout-select {
	height:auto;
	width:100%;
	display:block;
}
#checkout-container input.checkout-text {
	width: 100%;
	padding:0 5px;
	height: 25px;
	display:block;
	margin: 0px 0px 5px;
	border:solid 1px #9C9C9C;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#checkout-container textarea.checkout-text {
	width: 100%;
	padding:10px 0 0 10px;
	height: 30px;
	display:block;
	margin: 0px 0px 5px;
	border:solid 1px #9C9C9C;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#checkout-container label {
	display:block;
}
#checkout-container  div.salesdiscountcode-container {
	float:none;
}
#checkout-container  div.salesdiscountcode-button-container {
	float:none;
}
#checkout-container  div.salesdiscountcode-button-container .checkout-salesdiscount-code-button {
	float:none;
}
#checkout-container small {
	display:block;
	color:#c00556;
}


/* KOL 1 */
#checkout-container div#column-data {
	width:25%;
	padding:0;
	border:0;
	}
	/* ---- CUSTOMER */
	#customer-data {
		margin:15px;
	}
	
	/* ---- LOGIN */
	#customer-login {
		padding:0 0 0px;
		margin:0 0 20px;
	}
	#customer-login p, #checkout-container #customer-login fieldset {
		padding:0 10px;
	}
	#checkout-container div#checkout_password_login-container {
		float:none;
		width:auto;
	}
	#checkout-container input.checkout-lookup-button {
		float:none;
	}
	#checkout-container #column-data div#customer-login-devider {
		display:none;
	}
	#checkout-container div.salesdiscountcode-container {
		width:100%;
	}
	
	/* ---- ALT DEL. */
	#customer-alternative-delivery p {
		padding:0 15px;
	}
	#checkout-container #customer-alternative-delivery {
		border-top:0;
	}
	

/* KOL 2 */
#checkout-container div#column-shipping-payment {
	width:35%;
	padding:0;
	margin:0 0 0 2%;
	border:0;
	position:relative;
}
	/* ---- PAYMENT */
	#payment-methods {
				margin:0 0 15px;
		padding:10px;
	}
	.checkout-payment-description-cell {
		font-weight:700;
	}
	.payment-message {
		font-weight:400;
	}
	
	/* ---- SHIPPING */
	#checkout-container #column-shipping-payment {
		min-height:10px;
	}
	#shipping-methods {
		
		padding:10px;
	}
	.checkout-shipping-description-cell {
		font-weight:700;
	}
	.shipping-message {
		font-weight:400;
	}
	img#post-fix {
		position:absolute;
		right:20px;
		margin-top:40px;
	}


/* KOL 3 */
#checkout-container div#column-order-summary {
	width:36%;
	padding:0;
	float:right;
}
	/* ---- PAYMENT */
	#checkout-container div #txtCardNumber {
		width:100%;
	}
	#checkout-container div #txtCardCvv {
		width:75px;
	}
	#checkout-container div #payment-cardinfo {
		padding:0;
		margin:0 0 15px;
		border:0;
	}
	body #checkout-container div #payment-cardinfo > fieldset {
		background-color:#EBF6D6;
		padding:10px 15px;
		color:#000;
	}
	#checkout-container div #payment-cardinfo p {
		display:none;
	}
	#checkout-container div #payment-cardinfo fieldset {
		padding:10px 10px 0;
	}
	#checkout-container input.checkout-text.checkout-payment-controlcode-text {
		width:40px;
	}
	#checkout-container label.left-label {
		float:none;
	}
	div.payment-giftcertificateinfo {
		border:0;
		padding:0;
	}
	.payment-giftcertificateinfo > p {
		padding:0 10px;
	}
	#checkout-container .payment-giftcertificateinfo > fieldset {
		padding:0 10px;
	}
	#checkout-container label[for="checkout-giftcertificate-cardnumber"] {
		display:none;
	}
	#checkout-container #checkout-giftcertificate-cardnumber {
		float:none;
		width:100%;
	}
	
	/* ---- SUMMARY */
	#order-summary {
		margin:0;
	}
	#checkout-container #order-summary table {
		width:94%;
		margin-left:3%;
	}
	
	
	/* ---- CONFIRM */
	div#order-confirm {
		margin:15px 0 0;
		padding-bottom:5px;
		
	}
	div#confirm-termsandconditions-text {
		padding:10px 10px 0;
	}
	div#confirm-termsandconditions-link-text {
		
		padding:0 10px 10px;
	}
	div#confirm-accepterms,	div#confirm-accept-customerdata, #subscription-maillist {
		float:none;
		margin:5px 10px 10px 10px;
		border:solid 1px #A0A0A0;
		padding:5px;
	}
	#subscription-maillist {
		margin:0 10px 10px 10px;
		width:calc(100% - 20px);
	}
	div#confirm-checkout {
		clear:both;
		padding:0 10px;
		text-align:right;
	}
	#checkout-container input#confirm-complete-button {
		margin:0 0 5px;
		float:none;
		display:block;
		padding:13px 0;
		text-align:center;
		font-size:18px;
		color:#fff;
		border:0;
		cursor:pointer;
		width:100%;
		-webkit-appearance:none;
	}
	#checkout-container input#confirm-complete-button:hover {
		background-color:#555555;
	}
	
	
/* CAMPAIGN-BAR */
a.campaign-bar {
	font-size:11px;
	color:#fff;
	text-decoration:none;
	-moz-box-shadow:    0px 0px 10px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
	box-shadow:         0px 0px 10px rgba(0, 0, 0, 0.7);
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	display:block;
	text-align:center;
	padding:10px 0;
	background-color:rgba(69,69,69,0.8);
	border-top:solid 1px rgba(156,156,156,0.5);
}
a.campaign-bar strong {
	color:#FF7E08;
}

a.credits {
	font-size:9px;
	color:#4A4A4A;
	text-decoration:none;
	margin:10px 0 0 25px;
	display:inline-block;
}
	
	
/* RESPONSIVE */
@media (max-width: 1100px) {
	
	a.logo {
		top: 57px;
		font-size: 42px;
		line-height: 45px;
	}
	a.logo img {
		margin-top:-17px;
	}
	
	/* SEARCH */
	header #Search_Form {
		right: 290px;
		width: 240px;
	}
	header input.SearchField_SearchPage[type="text"] {
		padding: 0px 15px 0px 45px;
		height: 40px;
		width: 240px;
		font-size: 13px;
		border-radius: 4px;
	}
}


@media (max-width: 880px) {
    .usp {
        position: relative;
        border-radius: 0;
        justify-content: space-evenly;
        gap: 0;
    }
    .usp > div:nth-child(n+3) {
        display: none;
    }
    .usp img {
        display: none
    }
    
	h1,
	.Heading_Productmenu,
	.Heading_Terms,
	.Heading_Profile,
	.Heading_AdvancedSearchPage,
	.Heading_ShowBasket_Master,
	#checkout-container h1.checkout-headline,
	aside .header,
	.Heading_B2Blogin,
	.SubCatsProcuctsHeading {
		padding-left:15px;
	}
	.sponsor {
		display:none;
	}
	a.campaign-bar {
		display:none;
	}
	a.credits {
		margin:10px 0 20px 10px;
	}
	.webshop-html body.webshop-body {
		margin:0;
		background-position:50% -130px;
		background-image:none;
	}
	.wrapper {
		max-width:100%;
		padding:0;
	}
	nav.headermenu {
		display:none;
	}
	header .TopMenu_MenuItems {
		display:none;
	}
	header,
	.CheckOut_TD header {
		height:65px;
		margin:0;
		background-color:rgba(0,0,0,0.3)
	}
	a.logo {
		top:17px;
		left:10px;
		font-size: 30px;
		line-height: 30px;
		width:50%;
	}
	a.logo small {
		display:none;
	}
	a.logo img {
		max-height:45px;
		margin-top:-7px;
	}
	aside {
		float:none;
		width:100%;
		display:block;
	}
	aside > *:not(.mobile) {
		display:none;
	}
	aside .header.mobile {
		margin:0;
	}
	aside .member-login {
		margin:10px 0 20px;
	}
	aside .member-login .contact {
		display:none;
	}
	form.contact {
		padding:0 15px;
	}
	aside .header {
		-webkit-border-radius:4px;
		border-radius:4px;
		font-size:14px;
		padding:10px;
		background-image:none;
		background-color:#3E3E3E;
	}
	article {
		margin:0;
		padding:10px;
	}
	article > .content {
		float:none;
		width:100%;
	}
	.breadcrumb {
		display:none;
	}
	
	/* BASKET */
	.basket {
		width:45px;
		height:45px;
		top:10px;
		right:10px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background-color:#38A9B6;
		background-image:url('/images/skins/Glegoo/images/btn-basket.png');
		background-repeat:no-repeat;
		background-size:50%;
		background-position:50% 50%;
	}
	.basket > div,
	.basket > a {
		display:none;
	}
	
	/* SHOWBASKET */
	.TableLines_ShowBasket > tbody > tr > td {
		padding:0;
	}
	.ShowBasket_ProductLine_ActionButtons_TD a:nth-child(1),
	.ShowBasket_ProductLine_ActionButtons_TD a:nth-child(2) {
		display:none;
	}
	a.ShowBasket_SendBasketLink_Dialog_Link {
		display:none;
	}
	.TableLines_ShowBasket > tbody > tr > td {
		background-image:none;
		background-color:transparent;
	}
	.Order_back_basket {
		max-width:30%;
		display:inline-block;
		margin:0;
	}
	.Basket_Order {
		max-width:60%;
		display:inline-block;
		margin:0;
	}
	.Order_back_basket img {
		max-width:100%;
		height:auto;
	}
	.Basket_Order img {
		max-width:100%;
		height:auto;
	}
	
	
	/* PRODUCTLIST */
	.sort-container {
		display:none;
	}
	.Frontpage_Custom_UL,
	.ProductList_Custom_UL,
	.Related_Custom_UL {
		
	}
	.Frontpage_Custom_UL > li,
	.ProductList_Custom_UL > li,
	.Related_Custom_UL > li {
		width: 48%;
		margin: 0px 1% 2%;
	}
	
	/* FRONTPAGE */
	.FrontPage_TD .slider-wrapper {
		margin:0 0 15px;
	}
	.Text2_FrontPage {
		margin:20px 0 0;
		columns: 1;
		columns-gap: 0;
		-moz-column-count: 1;
		-moz-column-gap: 0;
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
	}
	
	
	/* PRODUCTCARD */
	.productcard .images {
		float:none;
		width:100%;
	}
	.productcard .info {
		float:none;
		width:100%;
		margin:15px 0 0;
	}
	#BUYSECTION {
		float:none;
	}
	#BUYSECTION:after {
		content:"";
		clear:both;
		display:block;
	}
	
	/* FOOTER */
    footer > section {
        flex-direction: column;
    }
	footer {
		margin-top:15px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		padding:30px;
	}
	footer .TopMenu_MenuItems {
		display:block;
		padding:0;
		margin:0 0 20px;
		list-style-type:none;
	}
	footer .TopMenu_MenuItems a {
		display:block;
		padding:8px 0;
		text-decoration:none;
        font-weight: bold;
	}
	
	
	/* PRODUCTMENU */
	div.mm-header .mm-title {
		font-size:14px;
		color:#fff;
	}
	.btn-menu {
		position:absolute;
		top:10px;
		right:69px;
		width:40px;
		height:45px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		background-color: #3E3E3E;
		background-image: url('/images/skins/Glegoo/images/btn-menu.png');
		background-size: 45% auto;
		background-position: center center;
		background-repeat: no-repeat;
	}
	
	
	/* SEARCH */
	header #Search_Form {
		display:none;
	}
	#my-menu #Search_Form {
		display:block;
		background-color: rgba(0, 0, 0, 0.15);
		margin:10px 0 !important;
		padding:10px 20px;
	}
	#my-menu #Search_Form:after {
		content:"";
		clear:both;
		display:block;
	}
	#my-menu input[type="text"].SearchField_SearchPage {
		float:left;
		width:80%;
		height:30px;
		color:#000;
		-webkit-border-radius:0;
		border:0;
		padding-left:10px;
	}
	#my-menu input[type="submit"].SubmitButton_SearchPage {
		float:left;
		width:20%;
		height:30px;
		-webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
		-moz-box-shadow:    inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
		box-shadow:         inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
		-webkit-border-radius:0;
		border-radius:0;
		padding:0;
		font-size:12px;
	}
	.mm-list > li a#ActiveCategory_A {
		display:none;
	}
	
	/* PRODUCTGROUPS */
	.SubCats_Categories_UL {
		margin-bottom:15px;
	}
	.SubCats_Categories_UL > li {
		width:48% !important;
	}
	.SubCats_Categories_UL > li a {
		font-size:12px;
	}
	
	/* OPC */
	.CheckOut_TD .btn-menu {
		display:none;
	}
	#checkout-container div#column-data {
		width:100%;
		float:none;
	}
	#checkout-container div#column-shipping-payment {
		width:100%;
		float:none;
		margin:0;
	}
	.checkout-payment-method-image {
		display:none;
	}
	#checkout-container div#column-order-summary {
		width: 100%;
		padding: 15px 0 0;
		float: none;
	}
	#checkout-container input#confirm-complete-button {
		float:none;
		display:block;
		width:100%;
		margin:0 0 30px;
	}
	
}

.member-login .loggedin, .member-login .logout {
	display: none;
	
}
.member-login .error {
	display: none;
	color: red;
}
.member-login div {
	padding:5px 0 5px 10px;
}
	