/* SUPPORT.CSS */
ul.liste li {
    width: 100% !important;
		display: list-item !important
}
ul.liste {
    list-style: circle !important;
    margin-left: 20px;
}
.category-header-subtitle {
	font-size: 1em !important;
}
.page-default .startpage-header {
	display: none;
}
  #startpage_list .text {
    position: absolute;
    transform: translateY(-50%);
    left: 5%0; 
  }
.startpage-module-with-text {
	position: relative;
}
a#ctl00_main_responsivecheckout_lbChangeCustomerType {
    font-weight: bold;
    font-size: 14px;
    background: #EC6C3F;
    color: white;
    padding: 5px 5px 5px 5px;
    border-bottom: none !important;
}

a#ctl00_main_responsivecheckout_btnLogin {
    padding: 5px 5px 5px 5px;
    border-bottom: none;
}
.error-no-product {
    background-color: #fff;
    padding: 20px;
}

.payment-selector-wrapper .payment-1 {
    background-image: url(/SystemImages/responsive-checkout/payment/payment-icon-swish.png);
}

#ctl00_ctl00_bdy{
background: #000000 url(/stage/images/custom/body_bg.jpg) no-repeat top center; !important;
}

/* CAT NAV FIXES TO MAKE IT ALL FIT */
@media only screen and (min-width: 100.0625em) and (max-width: 6249999.9375em) {
  #cat-nav li.lv1 > a {
    padding: 0px 29px 0;} }

@media only screen and (min-width: 85.0625em) and (max-width: 100em) {
  #cat-nav li.lv1 > a {
    padding: 0px 28px 0; } }
