@charset "UTF-8";
/*
CTA grøn #5ba42f
CTA grøn bg #eeffe6
CTA orrange #e79223
CTA seperator #e6e6e6
*/

/*overall*/
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html,body,input, textarea, select, button {font-size:  13px;color:#4a4a4a;font-family: 'Varela Round', serif}
body {background:#fff}
ul{margin:0;padding:0}
a {color:#000;text-decoration:none}
a:hover {text-decoration:underline}
h1,h2,h3 {font-weight: normal}
h1 {font-size: 26px;margin:0 0 15px 0;color: #5ba42f;}
h2 {font-size: 22px;color: #5ba42f;}
h3 {font-size: 14px;}
p {margin:0px}
.hidden {display:none!important}
img {max-width: 100%;max-height: 100%;vertical-align: middle;border: 0;}
input,textarea {border:1px solid #d7d7d7}
input[type=text]:focus,input[type=email]:focus,textarea:focus{box-shadow:0 0 5px rgba(177, 177, 177, 0.7);background:#fafafa;border-color:#d7d7d7;outline:0}
input[type="submit"]{cursor:pointer}
.hidden {display:none}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;margin-left: auto;margin-right: auto;}
.text-upper {text-transform:uppercase}
.container,.topline>ul,header>section,article,footer>section,footer .credits section {margin:0 auto 0;width: 1310px;max-width: 98%;position:relative}
.container {overflow:hidden}
.fade {-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.padding {padding:15px}
.knap,
.buyWrapperHeadline,
.ButtonWrapperText,
#confirm-complete-button,
.webshop-productlist .paging .paging_prev a,
.webshop-productlist .paging .paging_next a{font-size:14px;line-height:20px;border-radius:5px;border:0px;background:#5ba42f;color:#fff;display:inline-block;text-transform: uppercase;padding:8px 20px;text-align:center;	-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
.knap:hover,
.buyWrapper:hover span,
.ButtonWrapperText:hover,
#confirm-complete-button:hover,
.webshop-productlist .paging .paging_prev a:hover,
.webshop-productlist .paging .paging_next a:hover{text-decoration:none;opacity: 0.8;color:#fff}
.gray {background:#b3b3b3}
::-webkit-input-placeholder {color: #5ba42f}:-moz-placeholder {color: #5ba42f}::-moz-placeholder {color: #5ba42f}:-ms-input-placeholder {color: #5ba42f}

@media (max-width: 879px) { 
	.padding {padding:5px}
    .head {font-size:16px}
	.hidden-xs,.hidden-sm {display: none;}
    /*layout*/
	.leftmenu {display:none}
	article {max-width:100%}
	article > .content {background:#fff;padding:5px}
	
    header {;position:relative;height:60px;border-bottom:1px solid #eee}
    header>section {height:100%}
    header .WebShopSkinLogo {max-height:90%; max-width:60%; position:absolute; top: 0; bottom: 0;margin: auto 0;}
    header #Search_Form {display:none}
    header #resbasket,header #resmenu {text-align:center;font-size:18px;position:absolute;top:10px;width:40px;height:40px;background:#000;color:#fff;line-height: 40px;border: 1px solid rgba(177, 177, 177, 0.5);border-radius: 5px;cursor:pointer}
    header #basket {display:none}
    header #basket #totalprice {display:none}
	header #resbasket  {right:0px}
    header #resbasket >span {font-size:12px;right:-5px;top:-10px;position:absolute;width:20px;height:20px;border-radius:20px;background:#5ba42f;color:#fff;line-height:20px;text-align: center;font-weight:normal}
	header #basket #totalproducts {font-size:12px;right:-5px;top:-10px;position:absolute;width:20px;height:20px;border-radius:20px;background:#000;color:#fff;line-height:20px;text-align: center;font-weight:normal}
    header #resmenu {right:50px;}

/*responsive dropdown menu*/
	.resmenu {background:#eeffe6;width:100%;z-index:99;}
	.resmenu a {padding-left:10px;font-size:13px;display:block}
	.resmenu li {line-height:30px;border-bottom:1px solid #fff}
	
    /*nav*/
    nav {display:none}
}

@media (min-width: 880px) { 
	/*layout*/
	article {position:relative}
    article .leftmenu {display:none}
	article .content {margin-top:40px}
   
   	/*header*/
    header {position:relative;height:80px;border-bottom:1px solid #5ba42f}
	header>section {height:100%}
    header .WebShopSkinLogo {max-height:100px;position:absolute; top:0; bottom:10px;margin:auto 0;left:0; right:0; }
    header #basket  {line-height:50px;width:50px;height:50px;position:absolute;top:15px;right:0px;cursor:pointer;border:1px solid #5ba42f;text-align: center;border-radius:50%;padding-top:4px}
	header #basket i {font-size:24px;color:#5ba42f}
    header #resmenu,header #resbasket {display:none}
    header #totalproducts {background:#e79223;color:#fff;width:20px;height:20px;display:block;line-height:20px;text-align: center;border-radius:25px;position:absolute;right:-10px;z-index:9;top:0px;font-size:11px}
	header #basket-price span {margin-left:10px}
}

/*------------------nav start--------------------*/
nav {position:absolute;left:30%;top:30px;transition: all .3s ease; }
nav ul {list-style: none;margin:0px;display:flex;flex-direction: row}
nav ul li {flex-grow: 0;}
nav ul li a {font-size:18px;display: block;padding:0 25px}
nav ul li a:hover {color:#5ba42f;text-decoration: none;}
nav ul > li:first-child a {background:#e79223;text-transform: uppercase;color:#fff;border-radius:5px;padding:2px 15px;font-size:16px}
nav ul > li:first-child a:hover {opacity: 0.7}

@media (max-width: 1250px){
    nav {left:25%}
}
@media (max-width: 1150px){
    nav ul li a {font-size:16px;padding:0 15px}
}
@media (max-width: 1000px){
    nav ul li a {font-size:14px;padding:0 10px}
    nav {left:30%}
}
/*------------------nav end--------------------*/

/*------------------topline start--------------------*/
section.topline {line-height:35px;border-bottom:1px solid #e6e6e6;transition: all .3s ease; }
section.topline ul {padding:0px;list-style:none;position:relative}
section.topline>ul>li {display:inline-block;padding-right:20px}
section.topline>ul>li .fa {padding-right:8px;color:#5ba42f;font-size:15px}
section.topline .member {float:right;border-left:1px solid #e6e6e6;border-right:1px solid #e6e6e6;padding:0 10px;text-align: center}
@media (max-width: 1350px){
    section.topline {font-size:12px}
    section.topline>ul>li {padding-right:20px}
    section.topline>ul>li .fa {padding-right:6px;font-size:14px}
    section.topline .member {border-right:0px}
}
@media (max-width: 1250px){
    section.topline {font-size:11px}
    section.topline>ul>li {padding-right:10px}
    section.topline .member {border-right:0px}
    section.topline>ul>li .fa {padding-right:4px;font-size:13px}
}
@media (max-width: 1150px){
    section.topline>ul>li:nth-child(4) {display:none}
}
@media (max-width: 900px){
    section.topline>ul>li:nth-child(3) {display:none}
}
@media (max-width: 879px){
 	section.topline {font-size:9px}
	section.topline>ul>li:nth-child(2) {display:none}
}
/*------------------topline end--------------------*/

/*------------------tabslist start--------------------*/
.tabslist {list-style:none;padding:0px;}
.tabslist li div.body {display:none;font-size:14px}
.tabslist li b.head {border-top:1px solid #e6e6e6;font-weight:normal;display:block;font-size:16px;background:#fff no-repeat left 20px center;padding:20px 0 20px 70px;cursor:pointer}
.tabslist li b.head:before {font-family: fontawesome;content:'\f196';font-size:20px;position:absolute;margin-left:-30px}
.tabslist li.active b.head {border-top:1px solid #e6e6e6;font-weight:bold;display:block;font-size:16px;	background:#eeffe6 no-repeat left 20px center;padding:20px 0 20px 70px;cursor:pointer}
.tabslist li.active b.head:before{font-family: fontawesome;content:'\f147';font-size:20px;position:absolute;margin-left:-30px}
.tabslist li b.head:hover,.tabslist li b.head:hover:before,
.tabslist li.active b.head,.tabslist li.active b.head:before {color:#5ba42f}
.tabslist li.active b.head {border-bottom:0px!important}
.tabslist li:last-child b.head {border-bottom:1px solid #e6e6e6;}
.tabslist li.active > div.body {cursor:pointer;background:#eeffe6;padding:0 70px 25px 70px;color:#444444}
.tabslist h2 {margin-bottom:5px;font-style:italic;}
.tabslist img {max-width:100%;display:block;margin:10px 0 20px 0}
.row {overflow:hidden}
@media (min-width: 880px){
	.row .left {width:50%;float:left}
	.row .right {width:50%;float:right}
}



/*------------------tabslist end--------------------*/

/*------------------forside start--------------------*/
.slideshow {position:relative;overflow:hidden}
.slideshow img {display:block;max-width:100%}
.slideshow img:hover {opacity: 0.7}
/*
.slideshow div:first-child {float:left;width:67%}
.slideshow div:last-child {float:right;width:32%}
*/
.slideshow div:first-child {float:left;width:76%}
.slideshow div:last-child {float:right;width:22%}
.slideshow div:last-child img {float:right}
.slideshow div:last-child a:nth-child(2) img {margin-top:7%}
.product-list h2 {font-size:26px;margin-top:50px;text-align:center;color:#5ba42f}
.product-list > div {text-align:center;margin-bottom:20px}

.seo h1 {font-size:24px}
.seo {position:relative;overflow:hidden;background: #eeffe6;padding:30px;margin-top:50px;}
.seo > div:first-child {width: 50%;float:left;}
.seo > div:last-child {width: 40%;float:right;padding-top: 2%;margin-right: 5%;}
.seo iframe {max-width:100%}
@media (max-width:1100px){
.seo h1 {font-size:20px}
.seo > div:last-child {padding-top:2%}
}
@media (max-width: 879px) {
.seo > div:first-child {width:100%}
.seo > div:last-child {width:100%}
}

.slick-prev {left:-40px}
.slick-prev:before {content:'\f137';font-family: fontawesome;color:#5ba42f!important;font-size:26px}
.slick-next {right:-40px}
.slick-next:before {content:'\f138';font-family: fontawesome;color:#5ba42f!important;font-size:26px}

.forsidetrust {overflow:hidden;position:relative}
.forsidetrust .title {width:30%;float:left;font-size:70px;opacity: 0.15;padding-left:5%;padding-top:5%}
.forsidetrust .reviews {width:55%;float:right;text-align:center;margin-top:7%}
.forsidetrust .reviews .reviewsfeed {position:relative;width:500px;}
.forsidetrust .reviews .reviewsfeed .slide div {width:500px}
.forsidetrust .reviews .reviewsfeed img {margin-bottom:20px;display:inline-block}
.forsidetrust .reviews .reviewsfeed small{display:block;margin-top:20px;font-size:12px}
.forsidetrust .reviews .slick-slide {outline: none;}
@media (max-width: 990px){
.forsidetrust .title {font-size:50px;}
.forsidetrust .reviews {width:65%;float:right;text-align:center;margin-top:7%}
}
@media (max-width: 879px){
.forsidetrust .title {width:100%;text-align:center}
.forsidetrust .reviews .reviewsfeed {margin:0px auto}
.forsidetrust .reviews {width:100%;margin-top:3%}
}
@media (max-width: 650px){
.forsidetrust .title {font-size:22px}
.forsidetrust .reviews .reviewsfeed {width:250px}
.forsidetrust .reviews .reviewsfeed .slide div {width:250px}
}

.webshop-frontpage .forsideinsta {margin-top:50px;background:url('/images/skins/dandodesign-prof/media/instabg.png') #dde9d2;padding:45px 100px}
.webshop-frontpage .forsideinsta h3 {font-size:20px;text-align:Center}
.webshop-frontpage #instafeed img {width:220px;height:220px;padding:10px;}
@media (max-width: 1000px){
	.webshop-frontpage #instafeed {padding: 0 20px}
	.webshop-frontpage #instafeed .slick-prev {left:-0}
	.webshop-frontpage #instafeed .slick-next {right:-0}
}


/*------------------forside end--------------------*/


/*------------------footer start--------------------*/

footer {border-top:1px solid #5ba42f;margin-top:40px}
footer b {display:block;margin-bottom:15px;font-size:20px;font-weight:normal;line-height:30px}
footer .kontakt p{margin-bottom:20px}
footer .kontakt p span {display:block;color:#5ba42f;font-size:18px}
footer .kontakt p span a {color:#5ba42f;font-size:18px}
footer .kontakt p .fb .fa {margin-right:5px}
footer .kontakt p .insta .fa {margin-left:20px;margin-right:5px}
footer .row{overflow:hidden}
footer .row > div{float:left;padding-bottom:10px}
footer .row > .col-xs-5{width:80px;clear:left}
footer .list_link li {list-style:none;padding-left:10px;padding-bottom:10px}
footer .list_link li a {color:#5ba42f}
footer .list_link li:before {content: '›';font-family:FontAwesome;font-weight: normal;position: absolute;margin-left:-10px;color:#5ba42f}
footer form input[type="text"],
footer form input[type="email"] {width:100%;color:#5ba42f;margin-bottom:10px;line-height:25px;padding-left:10px;border:1px solid #d7d7d7}
footer form .knap {width:100%}
footer .credits {text-align:center;padding-top:20px;color:#9d9d9d;font-size:12px}
footer .credits img {padding-bottom:10px}
footer .credits small {display:block;margin-top:5px}
footer .credits small a {color:#9d9d9d}



@media (max-width: 879px) { 
    footer {overflow:hidden;padding:0}
	footer b {font-size:18px;margin:30px 0 10px 0}
    footer .lg {font-size:15px}
    footer>section>ul {list-style-type: none;padding:0 20px}
    footer > section>ul > li {padding-bottom:10px}
}    
@media (min-width: 880px) {
    footer {overflow:hidden;}
    footer > section {padding:50px 0 60px 0}
    footer>section>ul {margin: 0 -2%;padding: 0;list-style-type: none;overflow:hidden}
    footer > section >ul > li:nth-child(1) {float: left;width: 21%;margin: 0 2%;}
    footer > section >ul > li:nth-child(2) {float: left;width: 19%;margin: 0 2%;}
    footer > section >ul > li:nth-child(3) {float: left;width: 20%;margin: 0 2%;}
    footer > section >ul > li:nth-child(4) {float: right;width: 24%;margin: 0 2%;}
}




/*------------------footer end--------------------*/



/*------------------produkt start--------------------*/
body div[class*="avingsImage_DIV"] {display:none}
body div[class*="avingsText_DIV"]{color:#000;font-weight:bold;text-transform:uppercase;font-size:15px;padding:0;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}
body div[class*="avingsContainer_DIV"]{background:#e79223;border-radius:40px;height:60px;width:60px;padding:0;line-height:15px;margin:5px;box-shadow:0 0 10px rgba(0, 0, 0, 0.4)}
.ProductInfo_Fancybox_IMG {width:100%}
div.Element_Overlay_DIV,
div.Element_Overlay_Frontpage_SavingsDIV,
div.Element_Overlay_ProdList_SpecialOfferDIV,
div.Element_Overlay_ProductInfo-related-savingsDIV,
div.Element_Overlay_ProductInfo-customersboughtDIV,
div.Element_Overlay_ProdList_SavingsDIV {width:100%!important;height:100%!important;position:inherit!important}
.product-list {margin:0 -5px}
.product-list>ul {display:flex;flex-wrap: wrap;}
.product-list>ul>li {cursor:pointer;display: inline-block;position: relative;float: none;vertical-align: top;box-sizing: border-box;margin: 5px;padding: 5px;text-align: center;}
.product-list>ul>li:hover .product-name a{text-decoration: underline;}
.product {position:relative;background:#eeffe6;transition: all .3s ease;}
.product:hover {position:relative;background:#e3ffc9}
.product-news {position:absolute;right:0px;z-index:9}
.product-name {height:60px}
.product-name a{font-size:15px;margin:10px;display:block}
.product-name a{color:#5ba42f;font-size:26px}
.product-text {padding:0 20%;height:210px}
.product-text ul {margin-top:15px;list-style: none}
.product-text ul li {line-height:35px;border-top:1px solid #c8e2b0;font-size:14px}
.product-text ul li:last-child {border-bottom:1px solid #c8e2b0}
.product-price {font-size:15px}
.product-price span {font-size:26px}
.product-price strike {margin-right:10px; color: #b6b6b6;text-decoration: line-through;font-size: 13px;}
.product-offer {color:rgb(221,66,66)}
.product-offer strike {color:#000}
.product-list>ul>li {width: calc(25% - 10px)}

.product-buy {padding:10px 0 30px 0;display:block}
@media (max-width: 1000px){
.product-text {padding:0 10%}
}
@media (max-width: 879px) {	
.product-list>ul>li {width:100%}
.product-list>ul>li {width:100%}

.product-text {height:auto;padding-bottom:30px}
}
/*------------------produkt end--------------------*/


/*------------------vareliste start--------------------*/
.CmsPageStyle h1,.webshop-productlist h1 {text-align: center}
.webshop-productlist .CmsPageStyle hr {display:none}
.webshop-productlist .Productlist_Sort_Select_DIV ul {margin:10px 0;padding-left:0px}
.webshop-productlist .Productlist_Sort_Select_DIV ul li {display:inline-block;cursor:pointer;padding:3px 6px;border:1px solid #c2c2c2;border-radius:2px;margin-right:3px;font-size:11px;}
.webshop-productlist .Productlist_Sort_Select_DIV ul li.active, 	.Productlist_Sort_Select_DIV ul li:hover {background-color:#333333;color:#FFF;}
.webshop-productlist .Productlist_Sort_Select_DIV ul li:first-child {background:#fff!important;padding-left:0px!important;border:0px;color:#6b6b6b;margin-right:10px}
.webshop-productlist .paging {margin:20px }	
.webshop-productlist .paging_pages a.ActivePageNumber_ProductList {border:1px solid black}
.webshop-productlist .paging_pages a {line-height:25px;height:25px;width:25px;margin:0 1px;border-radius:2px;font-size:12px;border:1px solid #c2c2c2;margin-bottom:5px;display:inline-block;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
.webshop-productlist .paging_pages a:hover{text-decoration:none;color:#fff;background:#000}	
.webshop-productlist .paging a.ActivePageNumber_ProductList:link {padding:0px!important}
.webshop-productlist .paging .paging_prev a,
.webshop-productlist .paging .paging_next a {display:inline-block}
/*------------------vareliste end--------------------*/


/*------------------varekort start--------------------*/
.MagicThumb-caption {padding: 0!important;text-align: center!important;}
.webshop-productinfo .product-list > div {font-size:24px;text-align:center;margin-bottom:20px }
.webshop-productinfo .container-fluid {overflow:hidden}
.webshop-productinfo h1 {color:#5ba42f;font-size:32px}
/*thumbs*/
.webshop-productinfo .productthumbs {overflow:hidden;}
.webshop-productinfo .productthumbs a {float:left;width:100px;margin:20px 0 0 0}
.webshop-productinfo .productthumbs br {display:none}
.webshop-productinfo .productthumbs a {border:1px solid #f3f3f3;display:block;width:80px!important; height:80px!important;padding:5px}
.webshop-productinfo .productthumbs a:hover {border:1px solid #d6ead7}

.webshop-productinfo .col-info {background:#eeffe6;padding:30px}

/*buybox*/
.webshop-productinfo .buybox{;text-align:right}
.webshop-productinfo .buybox .price-retail{font-weight:600;color:#7f7f7f}
.webshop-productinfo .buybox .price-retail strike{text-decoration:none}
.webshop-productinfo .buybox .price{margin:10px 0;font-size:36px}
.webshop-productinfo .buybox .price-txt{font-size:16px;margin-right:5px}
.webshop-productinfo .buybox .price-saving{font-weight:600;color:#e2001a}
.webshop-productinfo .buybox .price-before{color:#7f7f7f;font-weight:600;font-size:14px;text-decoration:line-through}
.webshop-productinfo .buybox .delivery{font-weight:600;color:#000;font-size:13px}
.webshop-productinfo .buybox .delivery img{margin-right:10px}
.webshop-productinfo .buy{margin-top:20px;overflow:hidden;position:relative}
.webshop-productinfo .amountWrapper{text-transform:uppercase;display:inline-block;float:left;height:45px;font-weight:600;width:37%;display:none}
.webshop-productinfo .amountWrapperHeadline{padding-right:14px}
.webshop-productinfo .amountWrapper input::-webkit-inner-spin-button, input::-webkit-outer-spin-button{opacity:1;}
.webshop-productinfo .amountWrapper input{padding:0px;border-radius:5px;margin:0px;height:45px;text-align:center;font-size:20px;width:60px;border:1px solid #c2c1c1;}
.webshop-productinfo .buyWrapper{position:relative;float:right;height:45px;font-size:22px;line-height:45px;text-align:center;border-radius:5px;width:100%;}
.webshop-productinfo .buyWrapper .buyWrapperHeadline{padding:0px;line-height:45px;display:block;width:100%;height:100%;font-size:18px}
.webshop-productinfo .buyWrapper input{cursor:pointer;position:absolute;width:100%;height:100%;z-index:2;left:0;top:0;opacity:0}
.webshop-productinfo .description{margin-top:15px}
.webshop-productinfo .viabill-pricetag {padding:10px 0;background:url('/images/skins/dandodesign-prof/media/viabill.png') no-repeat center left 25% #c3c3c3;color:#fff!important;position:relative;display:block;overflow:hidden;}
.webshop-productinfo .viabill-pricetag > iframe{float:right;right:1px;width:160px!important}

/*variants*/
.webshop-productinfo .variants {margin:20px 0}
.webshop-productinfo .variants select {outline:0;border:1px solid #d7d7d7;border-radius:5px;height:30px;padding-left:10px;min-width:150px}
.webshop-productinfo .variants .VariantGroupLabel {color:#5ba42f;font-size:16px;font-weight:400;margin-top:20px;display:block}
.webshop-productinfo .variants select,.variants input {margin-top:1px}
.webshop-productinfo .variants select {margin-bottom:15px}
.webshop-productinfo .variants .custom select {display:none}
.webshop-productinfo .variants .custom input[type="radio"]{cursor:pointer;outline:0;-webkit-appearance:none;appearance:none;border:1px solid #d7d7d7;border-radius:32px;position:relative;background:#fff;box-sizing:content-box;width:20px;height:20px;transition:opacity .2s ease-in-out,border .2s ease-in-out}
.webshop-productinfo .variants .custom label {cursor:pointer;margin-left:2px;float:right}
.webshop-productinfo .variants .custom div {margin-top:5px;float:left;line-height:25px;margin-right:12px}
.webshop-productinfo .variants .custom input[type="radio"]:hover,
.webshop-productinfo .variants .custom input[type="radio"]:checked{background:#fff url("/images/skins/dandodesign-prof/media/check.png") center center no-repeat;background-size:12px 12px;border:1px solid #cacaca}
.webshop-productinfo .variants .custom input[type="radio"]:checked::-ms-check{color:transparent;background:#fff url("/images/skins/dandodesign-prof/media/check.png") center center no-repeat;background-size:12px 12px}


/*usp*/
.webshop-productinfo .usp {background:#f7f7f7;list-style:none;overflow:hidden;margin-bottom:40px}
.webshop-productinfo .usp li {float:left;width:33.33%;}
.webshop-productinfo .usp li div {font-size:22px;padding:20px 0 20px 100px}
.webshop-productinfo .usp li div:before {font-family: fontawesome;content:'\f058';position:absolute;color:#5ba42f;font-size:52px;margin-left:-60px}

/*desc*/
.webshop-productinfo .col-desc {padding-top:40px}
.webshop-productinfo .col-head {font-size:26px;border-bottom:1px solid #d7d7d7;margin-bottom:40px;padding-bottom:10px;}

/*formular*/
.webshop-productinfo .col-formular .fa {color:#5ba42f;}
.webshop-productinfo .col-formular .knap {width:100%}
.webshop-productinfo .col-formular {background:#f7f7f7}
.webshop-productinfo .col-formular > div {padding:40px;text-align:center}
.webshop-productinfo .col-formular input[type="text"], 
.webshop-productinfo .col-formular input[type="email"] {height:40px;padding-left:20px;margin-bottom:10px}
.webshop-productinfo .col-formular textarea {height:40px;padding:10px 20px;margin-bottom:10px;height:200px}
.webshop-productinfo .col-formular input, .col-formular textarea {width:100%} 
.webshop-productinfo .col-formular p {margin-top:20px}


@media (max-width: 779px) { 
	.webshop-productinfo h1 {color:#5ba42f;font-size:22px}
	.webshop-productinfo .usp {margin-bottom:10px}
	.webshop-productinfo .usp li {float:none;width:100%}
	.webshop-productinfo .usp li div {font-size:18px;padding:20px 0 20px 50px}
	.webshop-productinfo .usp li div:before {font-family: fontawesome;content:'\f058';position:absolute;color:#5ba42f;font-size:22px;margin-left:-30px}
}
@media (min-width: 880px) { 
	.webshop-productinfo .col-container {position:relative;overflow:hidden}
	.webshop-productinfo .col-left {width:49%;float:left;margin-bottom:50px}
	.webshop-productinfo .col-right {width:49%;float:right;margin-bottom:50px}
}

@media (max-width: 1100px) { 
	.webshop-productinfo .buy,
	.webshop-productinfo .price {width:100%}
	.webshop-productinfo .price .Prices_Custom_DIV {font-size:20px}
}
/*------------------varekort end--------------------*/

/*------------------subcat start--------------------*/
.SubCats_Categories_UL {position:relative;overflow: hidden; margin:0 -5px}
.SubCats_Categories_UL li {cursor:pointer;display: inline-block;position: relative;float: none;vertical-align: top;box-sizing: border-box;margin: 5px;text-align: center;border: 1px solid #eee;}
.SubCats_Categories_UL li a {display:block;}
.SubCats_Categories_UL li img {max-height:200px}
.SubCats_Categories_UL li .subcat-name a {background-color:#ebebeb;text-decoration:none;padding:7px 0;}
.SubCats_Categories_UL li:hover .subcat-name a {background-color:#c4c4c4;color:#FFFFFF;}
.SubCats_Categories_UL li:last-child {display:none}
@media (max-width: 879px) {	
.SubCats_Categories_UL li {width: calc(50% - 10px)!important}
}
@media (min-width: 880px) {	
.SubCats_Categories_UL li {width: calc(20% - 10px)!important}
}
/*------------------subcat end--------------------*/

/*------------------breadcrumbs start--------------------*/
.breadcrumb,.breadcrumb * {color:#9a9a9a;font-size:12px;height:20px;line-height:20px}

@media (min-width: 880px) { 
.breadcrumb {position:absolute;top:-30px}
}
/*------------------breadcrumbs end--------------------*/

/*default pages*/
.webshop-terms .Heading_Terms {font-size:2em;font-weight:400;margin:15px 0;text-transform: uppercase;}
.webshop-terms .Heading_Terms_Wrapper {text-align:left!important; margin: 15px 0;}
.webshop-terms .termsWrapper td[valign="top"] > br {display:none!important}
.webshop-profile .Heading_Profile {font-size:2em;font-weight:400;margin:15px 0;text-transform: uppercase;}
.webshop-profile .Heading_Profile_Wrapper {text-align:left!important; margin: 15px 0;}
.webshop-profile .profileWrapper td[valign="top"] > br {display:none!important}

/*showbasket*/
.webshop-showbasket .disabled {background:rgb(251,117,117);cursor:default}
.webshop-showbasket .postnr {position:relative;overflow:hidden;margin-top:30px}
.webshop-showbasket .postnr form {}
.webshop-showbasket .postnr form input[type="text"] {height:35px;border-radius:5px;text-align: center;margin-right:10px}
.webshop-showbasket .postnr form > div {display:block;text-align:right}
.webshop-showbasket .postnr form > div .ok {color:#5ba42f;font-weight:bold;margin-bottom:5px;text-align:left!important}
.webshop-showbasket .postnr form > div .err {color:rgb(251,117,117);font-weight:normal;margin-bottom:5px;text-align:left!important}

.webshop-showbasket-empty h1,
.webshop-showbasket-empty .ShowBasket_Custom_DIV,
.webshop-showbasket-empty .baskettotals,
.webshop-showbasket-empty .basketactions,
.webshop-showbasket-empty .fragtnotok,
.webshop-showbasket-empty .basketusp {display:none!important}
.webshop-showbasket-empty .showbasketempty {display:block!important;text-align:center;padding:20px 0;font-size:25px}
.webshop-showbasket-empty .ButtonWrapperText {font-size:14px;}

.webshop-showbasket h1 {text-align:center}
.webshop-showbasket .basketship {position:relative}
.webshop-showbasket .fragtnotok {margin-top:20px;font-size:11px;color:#EF3F3E;font-weight:bold;text-align:right}
.webshop-showbasket .fragtok {margin-top:20px;font-size:11px;color:#08AC51;font-weight:bold;text-align:right}
.webshop-showbasket .content {overflow:hidden}	
.webshop-showbasket article .leftmenu {display:none}
.webshop-showbasket article .content {width:100%}
.webshop-showbasket .line {border-top:1px solid #D9D9D9;padding-top:10px;margin-bottom:0px;position:relative;overflow:hidden;min-height:100px}
.webshop-showbasket .ShowBasket_Custom_DIV {border-bottom:1px solid #D9D9D9}
.webshop-showbasket .line .besk img.ProductImage_ShowBasket {position:absolute;top:10px;left:10px}
.webshop-showbasket .besk {float:left;width:80%;padding-left:120px}
.webshop-showbasket .besk a:not(.resantal) {font-size:15px}
.webshop-showbasket .resantal {margin:10px 0 0 -10px;display:block;font-size:14px}
.webshop-showbasket .resantal img:first-child {margin-right:10px}
.webshop-showbasket .resantal img:last-child {margin-left:10px}
.webshop-showbasket .pris {padding-top:20px;text-align:right;float:right;font-weight:bold;font-size:17px}
.webshop-showbasket .pris img {position:absolute;margin-bottom:5px;right:5px;top:20px}
.webshop-showbasket .baskettotals  {overflow:hidden}
.webshop-showbasket .baskettotals  > div {width:50%;float:right;padding:15px 0;border-bottom:1px solid #D9D9D9}
.webshop-showbasket .baskettotals > div > div:nth-child(1) {float:left; white-space: nowrap}
.webshop-showbasket .baskettotals > div > div:nth-child(2) {float:right;text-align:right; white-space: nowrap}
.webshop-showbasket .basketprice { font-weight: bold;  font-size: 17px;}
.webshop-showbasket .basketactions {margin:50px 0;overflow:hidden}
.webshop-showbasket .basketactions a:first-child {margin-left:50%; }
.webshop-showbasket .basketactions a:last-child {position:absolute;right:0px;}

.basketusp {list-style:none;display: flex;flex-direction: row;border-top:1px solid #D9D9D9;padding-top:30px;margin-top:40px;padding-bottom:20px}
.basketusp li{text-align:center!important;flex-grow: 1;}
.basketusp li.topmenu,
.basketusp li.topflags {display:none}

.basketusp img {display:block;margin-left: auto;margin-right: auto;margin-bottom:10px}
.basketusp .member {display:none}
.basketusp .fa{display:block;font-size:28px;color:#5ba42f}
.basketusp .fa-star {display:inline-block}
.basketusp span {display:block}

@media (max-width: 879px) { 
.webshop-showbasket .baskettotals  > div {width:100%}
.basketusp {display:none}
.webshop-showbasket .basketactions a:first-child {margin:0}
}

/*webshop-checkout*/
.webshop-checkout h1 {text-align: center}
#checkout-container {margin-top:0px!important;padding-bottom:50px}
#checkout-container .checkout-headline {border:0px; }
#checkout-container h2, #checkout-container h3 {border:0px!important}
#checkout-container h2,
#checkout-container h3 {background: #969696; padding: 12px;margin: 0;color: white;}
#checkout-container h2 span,
#checkout-container h3 span {font-size:23px}

#checkout-container #column-shipping-payment {border:0px}
#checkout-container h2 hr {display:none}
#checkout-container #column-data > div,
#checkout-container #column-shipping-payment > div,
#checkout-container #column-order-summary > div#order-summary {background: #EEEEEE}

#checkout-container #column-data #customer-login-devider,
#checkout-container #column-data,
#checkout-container #column-shipping-payment,
#checkout-container #column-order-summary,
#checkout-container #order-summary table:last-child {border:0px}
#payment-methods {margin-bottom:20px!important;display:block}

#checkout-container #customer-data select,
#checkout-container #customer-data input,
#checkout-container #customer-data select,
#checkout-container #customer-data input,
#checkout-container #customer-data textarea {padding-left:5px!important;box-sizing: border-box;border-radius:5px;border:1px solid #cecece;height:30px;font-size:12px}
#checkout-container #customer-data textarea {height:75px}

/*column-data*/
#checkout-container #column-data {width: 32%;margin: 0;padding: 0;box-sizing: border-box;}
#checkout-container #column-data label {display:block}
#checkout-container #column-data > div {border:0px!important}
#checkout-container #column-data #customer-data label {font-size:11px;line-height:20px}
#checkout-container #column-data #customer-data,#checkout-container #column-shipping-payment #customer-data,#checkout-container #column-order-summary #customer-data {padding: 20px; }
#checkout-container #column-data #customer-data fieldset,#checkout-container #column-shipping-payment #customer-data fieldset,#checkout-container #column-order-summary #customer-data fieldset {margin-top: 0 !important; }

#checkout-container #column-data #subscription-maillist label:nth-child(2) {padding-top:7px}
#checkout-container #column-data .right-label {width:80%}
#checkout-container #column-data label[for="checkout_note"] > div {position:static!important}
#checkout-container #column-data .div-checkout-checkbox {width:60px}
#checkout-container #column-data .div-checkout-checkbox-label {padding-top:15px}
#checkout-container #column-data .checkout-row {padding-bottom:10px}
#checkout-container #column-data #customer-login {margin-bottom: 25px; }
#checkout-container #column-data .column-data p {padding: 10px 20px; }
#checkout-container #column-data .column-data fieldset {padding: 0 20px; }
#checkout-container #column-data > div p {padding: 10px 20px 0; }
#checkout-container #column-data input[type=text],
#checkout-container #column-data input[type=password] {padding-left: 6px; }
#checkout-container #column-data #checkout_customer_zipcode,#checkout-container #column-data #checkout_customer_altdelivery_zipcode {width: 100% !important; }
#checkout-container #column-data .checkout-row h2 {border: none !important;margin-bottom: 10px; }

/*column-shipping-payment*/
.Checkout_ShippingMethodServices_Devider_HR {display:none}
#checkout-container #column-shipping-payment {width: 28%;margin: 0 2%;padding: 0;box-sizing: border-box;}
#checkout-container #column-shipping-payment > div {border:0px!important}

/*
#checkout-container #column-shipping-payment .gls-parsel-shops--container {border: 1px solid #B6B6B6;border-color:#B6B6B6;border-radius: 5px;font-size:12px;background: #f3f3f3;margin-bottom: 10px!important;}
#checkout-container #column-shipping-payment .checkout_shippingmethodservices_param {width:90%!important}
*/
#checkout-container #column-shipping-payment .checkout-payment-description-cell,
#checkout-container #column-shipping-payment .checkout-shipping-description-cell{font-size:12px;font-weight: bold}
#checkout-container #column-shipping-payment .payment-message,
#checkout-container #column-shipping-payment .shipping-message{font-size:11px;font-weight:normal}
#checkout-container #column-shipping-payment #shipping-methods {margin-bottom:10px}
#checkout-container #column-shipping-payment .checkout-shipping-radio-cell,
#checkout-container #column-shipping-payment .checkout-payment-radio-cell {width: 40px;}
#checkout-container #column-shipping-payment label {border: 1px solid #B6B6B6;border-radius: 5px;background: #fff;margin-bottom: 10px!important;}
#checkout-container #column-shipping-payment #shipping-methods, #checkout-container #column-shipping-payment #payment-methods {padding: 20px 20px 10px 20px!important;}
#checkout-container #column-shipping-payment #shipping-methods,#checkout-container #column-shipping-payment #payment-methods {padding:10px 20px }
#checkout-container #column-shipping-payment .checkout-payment-radio-cell,
#checkout-container #column-shipping-payment .checkout-shipping-radio-cell,
#checkout-container #column-shipping-payment .checkout-payment-description-cell,
#checkout-container #column-shipping-payment .checkout-shipping-description-cell {border: none; }
#checkout-container #column-shipping-payment label {padding: 15px; }


/*column-order-summary*/
#checkout-container #column-order-summary {width: 36%;margin: 0;padding: 0;box-sizing: border-box;}
#checkout-container #column-order-summary > div {border:0px!important}
#checkout-container #column-order-summary #order-summary {margin-top: 0; }
#checkout-container #column-order-summary #order-summary th {font-weight:400}
#checkout-container #column-order-summary #order-summary .order-summary-variants{font-weight:normal;font-size:12px}
#checkout-container #column-order-summary #order-summary > table {padding:5px 5px;border-spacing:3px!important;border-collapse:separate}
#checkout-container #column-order-summary #order-summary > table th {padding:0 5px;font-size:11px}
#checkout-container #column-order-summary #order-summary > table td {padding:0 5px;font-size:13px}
/*#checkout-container #column-order-summary #order-summary table#order-summary tr:nth-child(1) td {font-weight:bold}*/
#checkout-container #column-order-summary #order-summary table#order-summary > tbody > tr > td > a {font-weight:600;color:#000;text-decoration: none}
#checkout-container #column-order-summary #confirm-termsandconditions-link-text {display:none}
#checkout-container #column-order-summary #confirm-accepterms,
#checkout-container #column-order-summary #confirm-accept-customerdata,
#checkout-container #column-order-summary #mailchimp-subscribe-box {margin-bottom:15px;padding:0px;display:block;background:#eeeeee;width:100%;border:1px solid #cecece;font-size:13px;overflow:hidden;position:relative;height:50px}
#checkout-container #column-order-summary #confirm-accepterms a,
#checkout-container #column-order-summary #confirm-accept-customerdata a {display:block;color:#0080a8;text-decoration: underline;margin-top:2px}
#checkout-container #column-order-summary #confirm-accepterms > label,
#checkout-container #column-order-summary #confirm-accept-customerdata > label,
#checkout-container #column-order-summary #mailchimp-subscribe-box > label:first-child {float:left;display:block;margin:7px 15px}
#checkout-container #column-order-summary #confirm-accepterms > span,
#checkout-container #column-order-summary #confirm-accept-customerdata > span {line-height:50px}

#checkout-container #column-order-summary #order-confirm h2 {display:none}
#checkout-container #column-order-summary #order-confirm #confirm-termsandconditions-text {display:none}
#checkout-container input[type="radio"]{cursor:pointer;outline:0;-webkit-appearance:none;appearance:none;border:1px solid #cacaca;border-radius:32px;position:relative;background:#fff;box-sizing:content-box;width:20px;height:20px;transition:opacity .2s ease-in-out,border .2s ease-in-out}
#checkout-container input[type="radio"]:hover,
#checkout-container input[type="radio"]:checked{background:#fff url("/images/skins/dandodesign-prof/media/radio-button-green.svg") center center no-repeat;background-size:12px 12px;border:1px solid #cacaca}
#checkout-container input[type="radio"]:checked::-ms-check{color:transparent;background:#fff url("/images/skins/dandodesign-prof/media/radio-button-green.svg") center center no-repeat;background-size:12px 12px}
#confirm-complete-button {float: right;display: inline-block;width: 100%;color: #fff;text-transform: uppercase;position: relative;font-size: 20px!important;line-height: 40px;text-align: center;border-radius: 5px}

.customControl {position:relative;height: 35px;width:35px;float:left;margin-right:15px}
.customControl input {opacity: 0;float:none!important}
.customControl .checkmark {cursor:pointer;position: absolute;top: 0;left: 0;height: 35px;line-height:35px;width:35px;background: #fff;border-radius:50%;border:1px solid #cecece}
.customControl input:checked ~ .checkmark:after {content: "\002714";display:block;width:100%;height:100%;font-size:30px;text-align:center;color:#00B221;font-weight:600;}
.customControl input:checked ~ .checkmark {border:1px solid #00B221}
@media (min-width: 1025px) {
.customControl:hover .checkmark:after {content: "\002714";display:block;width:100%;height:100%;font-size:30px;text-align:center;color:#00B221;font-weight:600;}
}

@media (max-width: 879px) {
.webshop-checkout .topicons > div:not(.logo) {display:none!important}
.webshop-checkout content > .container {padding-top:50px;}
.webshop-checkout #column-data,
.webshop-checkout #column-shipping-payment,
.webshop-checkout #column-order-summary {width:100%!important;margin:0!important;}
.webshop-checkout #checkout-container #column-shipping-payment {min-height:auto;}
#checkout_lookupphone_submit {float: none;width: 100%;}
#checkout-container #checkout-lookupphone-container,#checkout-container #checkout-lookupphone-button-container {float: none;width: 100%;}
}

/*webshop-orderstep4*/
.webshop-orderstep4 .Heading_OrderStep4, 
.webshop-orderstep4 .Foto1_OrderStep4,
.webshop-orderstep4 .TableLines_OrderStep4 img,
.webshop-orderstep4 .leftmenu {display: none!important;}
.webshop-orderstep4 .content {width:100%;}
.webshop-orderstep4 .Heading_Order4 {font-size:22px;font-weight:normal}
@media (max-width: 767px) {
	.webshop-orderstep4 content > .container {padding-top:50px;}
	.webshop-orderstep4 .img-responsive {padding-bottom:10px}
}

/*kurv popup*/
.fancybox-lock .fancybox-overlay{z-index:9999999}
.fancybox-overlay-fixed{bottom:0;position:fixed;right:0}
#KurvPopup{padding:5px;width:750px;background:#fff;overflow:hidden;padding-top:20px}
#KurvPopup > div {position:relative;overflow:hidden}
#KurvPopup .left{float:left;width:50%}
#KurvPopup .right{float:right;width:47%}
#KurvPopup .pophead {font-size:18px}
#KurvPopup .left{border-right:1px solid #ccc;text-align:center}
#KurvPopup .left .pophead{color:#048e49;}
#KurvPopup .left img {max-width:80%;max-height:220px;padding:10px}
#KurvPopup .right .pophead{margin:0 0 20px 0px;border-bottom:1px solid #ccc;padding:0 0 20px 20px}
#KurvPopup .right .info{padding-left:0px}
#KurvPopup .right .info > div {margin:5px 0}
#KurvPopup .right .info > div b {width:80px;display:inline-block}
#KurvPopup .right .knapper{padding:15px 0;overflow:hidden}
#KurvPopup .right .knapper a:first-child {float:left}
#KurvPopup .right .knapper a:last-child {float:right}
#KurvPopup .right .fragttxt {background: #FAD400; border-radius: 5px;font-size:13px;text-align:center;padding:2px 0}
#KurvPopup .right .fragttxt span {font-weight:bold}
#KurvPopup .prod {padding-top:10px;border-top:1px solid #ccc;text-align:center}
#KurvPopup .prod .img {height:200px;margin-bottom: 5px}
#KurvPopup .prod > div{float:left;text-align:center;width:calc(25% - 10px);margin:5px}
#KurvPopup .prod .price {font-weight:600;margin:5px 0}
#KurvPopup .prod .price span {padding-left:5px}
#KurvPopup .prod .knap {padding:3px 10px;cursor:pointer}

@media (max-width: 879px){
	#KurvPopup{width:auto;padding:0px!important}
	#KurvPopup .prod {display:none}
	#KurvPopup .left {width:100%}
	#KurvPopup .left img {display:none}
	#KurvPopup .left {border:0px}
	#KurvPopup .right {width:100%}
	#KurvPopup .right .knapper {margin-bottom:30px}
	#KurvPopup .right .fragttxt {background:#fff}
	#KurvPopup .right .pophead,#KurvPopup .right .info{display:none}
}


/*til toppen*/
#BackTo>span{position:fixed;-webkit-transform:translateZ(0);transform:translateZ(0);font-size:14px;font-weight:300;line-height:20px;z-index:999;cursor:pointer;background-color:#fff;border-radius:5px;box-shadow:0 0 3px rgba(0,0,0,0.2)}
#BackTo>span:hover{box-shadow:0 0 3px #000;-webkit-transition:all .1s ease-in-out 0s;-moz-transition:all .1s ease-in-out 0s;-ms-transition:all .1s ease-in-out 0s;-o-transition:all .1s ease-in-out 0s;transition:all .1s ease-in-out 0s}
#BackToTop{padding:10px 20px 10px 40px;opacity:0;visibility:hidden;bottom:-10px;right:20px;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}
#BackToTop.FixedTop{bottom:20px;opacity:1;visibility:visible}
#BackToTop:before {top:8px;content:'\f106';font-family: FontAwesome;font-size:30px;position:absolute;left:12px;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-ms-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}
#BackToTop:hover:before {top:0px;}





/*kundecenter start*/
.webshop-customercenter #Content > table,.webshop-customercenter #Content > form {background:#fff;max-width: 960px;width: 100%; margin: 0px auto;}
.webshop-customercenter .Heading_Customer {font-weight:400;font-size:30px;color:#626262;padding:10px;display:block;}
.webshop-customercenter #Content > br {display:none}
.webshop-customercenter .Login_Customer {padding:10px 0 50px 10px}
.webshop-customercenter .Login_Customer input[type="text"]#xprofileid.TextInputField_Customer, .Login_Customer input[type="password"]#xprofileid1.TextInputField_Customer {	-webkit-appearance: none;height: 35px;width: 200px!important;margin: 10px 4px 10px 0;padding: 0 10px;border-radius: 3px;border: 1px solid #ddd;}
.webshop-customercenter .SubmitButton_Customer {width:70px;height: 35px;margin-top: 10px; border:0px;border-radius: 3px;color: #fff;background: #559400;margin-left:10px}
.webshop-customercenter .Login_Customer a {color:#848484;text-decoration: underline}
.webshop-customercenter .Login_Customer a:hover {color:#111}
.webshop-customercenter .Login_Customer td {color:#626262}
.webshop-customercenter .Login_Customer td[width="130"] {width:150px}
.webshop-customercenter .Text1_Customer .Heading_Customer {font-size: 25px;border-bottom: solid 1px #dbdbdb;display: block;padding:30px 0 5px 0;margin-bottom:15px}
.webshop-customercenter .Text1_Customer {padding:0 10px 100px 10px;position:relative}
#tabB1 {margin-left:10px}
#tabB1 > span, #tabB2 > span, #tabB3 > span, #tabB4 > span, .tabLinkID > a {display: inline-block;background-color: #559400;padding: 5px 10px;color: rgba(255,255,255,1.00);border-radius: 2px;margin: 0 10px 0 0;border: solid 1px #559400;}
#tabB1 > span.Tabactive_Customer, #tabB2 > span.Tabactive_Customer, #tabB3 > span.Tabactive_Customer, #tabB4 > span.Tabactive_Customer,#tabB1 > span.Tabhover_Customer, #tabB2 > span.Tabhover_Customer, #tabB3 > span.Tabhover_Customer, #tabB4 > span.Tabhover_Customer, .tabLinkID > a:hover {background-color:rgba(255,255,255,1.00);border: solid 1px #78BD55;color: #095a3e;}
#tabB4 {float: right;margin-right:10px}
#tabB4 > span {margin: 0;background-color: #e03325;border-color: #e03325;}
#tabID2 > tbody > tr > td > br {display: none;}
#tabID2 > tbody > tr > td > table > tbody > tr:nth-child(1), #tabID2 > tbody > tr > td > table > tbody > tr:nth-child(2) {display: none;}
#tabID2 > tbody > tr > td > table > tbody > tr > td:nth-child(3) {font-size: 0;position: relative;width: 0;}
#tabID2 > tbody > tr > td > table > tbody > tr > td {padding: 4px 0;}
#tabID2 > tbody > tr > td > table > tbody > tr > td:nth-child(1) {padding-right: 15px;}
#tabID2 > tbody > tr > td > table > tbody > tr > td:nth-child(3) > span {position: absolute;right: 7px;z-index: 20;color: red;font-size: 11px;top: 50%;transform: translateY(-50%);}
.webshop-customercenter #tabID2 input.TextInputField_Customer,
.webshop-customercenter #tabID2 select.OptionSelect_Customer{font-size: 14px;height: 35px;width: 100%!important;margin: 0 4px 0 0;padding: 0 10px;display: inline-block;border-radius: 3px;border: 1px solid #ddd;}
.webshop-customercenter .MemberFrame {margin-top:20px}
/*kundecenter slut*/

/*menuplan*/
.menuplan .top {background:url('/images/skins/dandodesign-prof/media/menuplantop_1.jpg') no-repeat;color:#000;height: 300px;text-align:center;font-size:20px;padding-top:100px}
.menuplan .top_2 {background:url('/images/skins/dandodesign-prof/media/menuplantop_2.jpg') no-repeat}
.menuplan .top_3 {background:url('/images/skins/dandodesign-prof/media/menuplantop_3.jpg') no-repeat}
.menuplan .top h1 {font-size:40px;font-weight:bold;color:#000}

.menuplan .menu {list-style: none;text-align: center;margin:50px 0}
.menuplan .menu li {display:inline-block;background:#5ba42f;color:#fff;border-radius:15px;padding:5px 20px;font-size:18px;margin:0 10px;cursor:pointer;transition: all .3s ease;}
.menuplan .menu li.active,.menuplan .menu li:hover {background:#e79223}

.menuplan .plan {font-size:15px;line-height:25px}
.menuplan .plan h2 {color:#4a4a4a;margin-bottom:10px;margin-top:70px}
.menuplan .plan > div {display:none}
.menuplan .plan > div.active {margin-bottom:40px;display:block}
@media (max-width: 879px) { 
    .menuplan .menu li {display:block;margin-bottom:10px}
}