@charset "UTF-8";
/*BOOTSTRAP DEFAULTS*/
/*BASE SETTINGS*/
/*LOGO*/
/*OVERSKRIFTER*/
/*HEADER*/
/*BASKET PREVIEW*/
/*SLIDER*/
/*NIVO CAPTION*/
/*SPOTLIGHTS*/
/*CONTENT*/
/*PRIMARY*/
/*ASIDE*/
/*FRONTPAGE TEXT*/
/*PRODUCT MENU*/
/*SINGLE PRODUCT - VARELISTER*/
/*BADGES - VARELISTER*/
/*SINGLE PRODUCT - PRODUKTKORT */
/*BADGES - PRODUKTKORT*/
/*COUNTDOWN - PRODUKTKORT*/
/*SUBCATS (MELLEMSIDE)*/
/*CART*/
/*TABS*/
/*BRANDS*/
/*FOOTER*/
/*FORMS*/
/*SEARCH*/
/*CHECKOUT*/
.relative, .single_product .image > a img, .favorite_item .image > a img, .subcategory .image > a img, .single_product, .favorite_item, .subcategory, #spotlights .image, #spotlights .spotlight, #header #basket_preview .hidden_basket .go_to_basket:before, #header #search #Search_Form {
  position: relative;
}

.absolute, #single_View_Product #single_View_Images .primary_image .offer, #single_View_Product #single_View_Images .primary_image .new, .single_product .offer, .favorite_item .offer, .subcategory .offer, .single_product .new, .favorite_item .new, .subcategory .new, #spotlights .overlay, #spotlights .text, #slider .nivo-controlNav, #header #search .SubmitButton_SearchPage {
  position: absolute;
}

.cell_push {
  display: inline-block;
  width: 50px;
}

.placeholder {
  color: #958a7e;
}

:-ms-input-placeholder {
  color: #958a7e;
}

::-webkit-input-placeholder {
  color: #958a7e;
}

:-moz-placeholder {
  color: #958a7e;
}

::-moz-placeholder {
  color: #958a7e;
}

input {
  border-radius: 0;
}

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
}

*:focus {
  outline: 0 !important;
}

html {
  height: 100%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  min-height: 99.9%;
  font-family: "Open Sans", sans-serif;
  color: #958a7e;
  -webkit-font-smoothing: antialiased;
  counter-reset: section;
}

.clear:before, .clear:after {
  content: "";
  display: block;
  clear: both;
}

h1, #frontpage_Text .Text2_Frontpage .facebook_title, #content #primary .Heading_Profile, #content #primary .Heading_Terms, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  font-family: "Droid Serif", serif;
}

h1, #frontpage_Text .Text2_Frontpage .facebook_title, #content #primary .Heading_Profile, #content #primary .Heading_Terms, .h1 {
  font-size: 24px;
  color: #705e50;
}

h2, .h2 {
  font-size: 22px;
  color: #705e50;
}

h3, .h3 {
  font-size: 20px;
  color: #705e50;
}

h4, .h4 {
  font-size: 18px;
  color: #705e50;
}

h5, .h5 {
  font-size: 16px;
  color: #705e50;
}

h6, .h6 {
  font-size: 14px;
  color: #705e50;
}

p, li {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}

p {
  margin-bottom: 15px;
  line-height: 24px;
}

a, .button, input[type=image] {
  cursor: pointer;
}

a {
  color: #958a7e;
}
a:hover, a:focus, a:active {
  color: #7b7065;
  text-decoration: none !important;
}

input, textarea {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}
img.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
img.aligncenter {
  margin: 0 auto 15px;
}
img.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

/*HIDE*/
.SearchTitle_SearchPage, #Search_Form > br, .buyWrapperHeadline {
  display: none;
}

/*HAX TIL MOZILLA OG IE*/
.CmsPageStyle_Table {
  table-layout: fixed;
}

/*TOP BAR*/
#top_bar {
  background: #fff;
}
#top_bar .left {
  float: left;
  line-height: 37px;
  color: #958a7e;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#top_bar .left span {
  color: #564132;
  font-weight: 600;
}
#top_bar .right {
  float: right;
}
#top_bar .right img {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  #top_bar .left, #top_bar .right {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }
  #top_bar .left {
    line-height: 17px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  #top_bar .right {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 520px) {
  #top_bar .left {
    font-size: 10px;
    letter-spacing: normal;
  }
}

/*HEADER*/
#header {
  background: #fff;
  padding: 30px 0;
  box-shadow: inset 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}
#header .tablerize {
  display: table;
  height: 129px;
}
#header #search, #header #basket_preview {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 100%;
  height: 100%;
}
#header #search {
  text-align: center;
}
#header #search #Search_Form {
  display: inline-block;
  height: 38px;
}
@media only screen and (max-width: 767px) {
  #header #search #Search_Form {
    width: 100%;
  }
}
#header #search .nbsp {
  display: none;
}
#header #search .SearchField_SearchPage {
  position: relative;
  background: #f2f0ee;
  border: 1px solid #333333;
  border-radius: 0;
  font-size: 14px;
  color: #f2f0ee;
  font-style: normal;
  height: 38px;
  width: 250px;
  color: #aaa096;
  padding-right: 45px;
}
#header #search .SearchField_SearchPage::-moz-placeholder {
  color: #333333;
}
#header #search .SearchField_SearchPage::placeholder {
  color: #333333;
}
@media only screen and (max-width: 767px) {
  #header #search .SearchField_SearchPage {
    width: 100%;
  }
}
#header #search .SubmitButton_SearchPage {
  top: 5px;
  bottom: 0;
  right: 0px;
  background: url("../img/search_ico.png") no-repeat center center;
  height: 30px;
  width: 45px;
  border-left: 1px solid #e6e1dc;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  text-indent: -9999px;
  border-radius: 0;
  padding: 0;
}
#header #basket_preview {
  cursor: pointer;
  padding: 10px;
  position: absolute;
  left: 0px;
  top: 78px;
  z-index: 789;
  height: auto;
  max-width: 360px;
}
#header #basket_preview:before {
  content: "";
  background: url("../img/basket_ico.png") no-repeat;
  width: 64px;
  height: 36px;
  float: left;
  margin-right: 15px;
}
#header #basket_preview .total_products {
  color: #333333;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 15px;
}
#header #basket_preview .total_price {
  color: #333333;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  font-family: "Droid Serif", serif;
  line-height: 22px;
  letter-spacing: 0.1em;
}
#header #basket_preview .total_price .currency {
  display: inline-block;
  margin-left: 5px;
}
#header #basket_preview a {
  color: #958a7e;
}
#header #basket_preview a:hover {
  color: #958a7e;
  text-decoration: none;
}
#header #basket_preview .hidden_basket {
  padding-top: 10px;
  display: none;
  font-size: 12px;
}
#header #basket_preview .hidden_basket .cell_push {
  display: inline-block;
  width: 80px;
  text-align: left;
  float: left;
  font-size: inherit;
}
#header #basket_preview .hidden_basket .total_price {
  color: #333333;
  text-transform: none;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: inherit;
}
#header #basket_preview .hidden_basket .go_to_basket {
  color: #7d0000;
  text-decoration: none;
  font-size: inherit;
  display: block;
  margin-top: 20px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
#header #basket_preview .hidden_basket .go_to_basket:hover {
  color: #7d0000;
  text-decoration: none;
}
#header #basket_preview .hidden_basket .go_to_basket:before {
  content: "";
  display: inline-block;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #7d0000;
  margin-right: 5px;
  top: -2px;
}
#header #basket_preview:hover {
  background: #f5f4f2;
}
#header #basket_preview:hover .hidden_basket {
  display: block;
}
@media screen and (max-width: 990px) {
  #header .tablerize {
    height: 75px;
  }
  #header #basket_preview {
    top: 28px;
  }
  #header #logo {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #header #basket_preview {
    left: 80px;
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  #header #search {
    text-align: left;
  }
  #header #basket_preview {
    left: auto;
    width: inherit;
    bottom: 0;
    width: 250px;
  }
  #header #basket_preview .hidden_basket {
    display: none;
  }
  #header #basket_preview:hover {
    background: none;
  }
  #header #basket_preview:hover .hidden_basket {
    display: none;
  }
}

.touch_device #header #basket_preview:hover {
  background: none;
  bottom: 0px;
}
.touch_device #header #basket_preview:hover .hidden_basket {
  display: none;
}

/*TOPMENU*/
#top_menu {
  background: #f2f0ee;
  box-shadow: inset 0px 11px 11px 0px rgba(0, 0, 0, 0.09);
}
#top_menu a {
  font-family: "Droid Serif", serif;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  display: block;
  float: left;
  line-height: 40px;
  margin-right: 40px;
}
#top_menu a:hover {
  color: #7d0000;
  text-decoration: none;
}
#top_menu a:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 990px) {
  #top_menu a {
    margin-right: 20px;
  }
}
#top_menu .Link_Spacer_Topmenu {
  display: none !important;
}
#top_menu .Link_Topmenu.Link_Active_Topmenu {
  color: #7d0000;
}
#top_menu .toggle_top_menu {
  line-height: 35px;
  cursor: pointer;
}
#top_menu .toggle_top_menu img {
  margin-right: 5px;
}
#top_menu .facebook_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
#top_menu .facebook_link a {
  text-indent: -9999px;
  display: block;
  height: 100%;
  width: 50px;
  background: #fff url("../img/facebook_ico.png") no-repeat center center;
  box-shadow: inset 0px 8px 4px 0px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 990px) {
  #top_menu .top_menu {
    display: none;
  }
  #top_menu a {
    float: none;
    line-height: 40px;
  }
}
@media screen and (min-width: 991px) {
  #top_menu .top_menu {
    display: block !important;
  }
}

/*SLIDER*/
#slider {
  background: #ddd;
  padding: 0;
}
#slider .nivo-controlNav {
  text-align: right;
  margin: 0px auto;
  width: 1140px;
  display: inline-block;
  z-index: 987;
  left: 0px;
  right: 0px;
  bottom: 20px;
}
#slider .nivo-controlNav a {
  cursor: pointer;
  display: inline-block;
  text-indent: -9999px;
  margin-left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
#slider .nivo-controlNav a.active {
  background: #7d0000;
}
#slider a.nivo-imageLink {
  z-index: 266;
}
#slider .nivo-dynamic-text {
  height: 100% !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}
@media only screen and (max-width: 990px) {
  #slider .nivo-dynamic-text {
    display: none !important;
  }
}
#slider .nivo-dynamic-text-inner-content {
  width: 100% !important;
  height: 100% !important;
  margin: 0px auto !important;
  max-width: 1170px !important;
  display: table !important;
}
@media only screen and (max-width: 1200px) {
  #slider .nivo-dynamic-text-inner-content {
    max-width: 800px !important;
  }
}
#slider .nivo-dynamic-text-inner-content-left {
  padding: 15px !important;
  display: table-cell !important;
  vertical-align: middle !important;
}
#slider .nivo-dynamic-text-header {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
  width: 100%;
  max-width: 450px;
  margin-bottom: 20px;
  font-family: "Droid Serif", serif;
}
#slider .nivo-dynamic-text-teaser {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  margin-bottom: 40px;
}
#slider .nivo-dynamic-text-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 42px;
  padding: 0 30px;
  background: #7d0000;
  text-transform: uppercase;
}
#slider .nivo-dynamic-text-link:hover {
  background: #640000;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  #slider .nivo-controlNav {
    width: 940px;
  }
}
@media screen and (max-width: 1100px) {
  #slider .nivo-dynamic-text {
    top: 16% !important;
    right: 10% !important;
  }
}
@media screen and (max-width: 960px) {
  #slider .nivo-controlNav {
    width: 720px;
  }
}

/*SPOTLIGHTS*/
#spotlights {
  background: transparent;
  padding: 30px 0;
}
#spotlights .spotlight.spotlight_1 .overlay {
  background: #7d0000;
}
#spotlights .spotlight.spotlight_2 .overlay {
  background: #7d0000;
}
#spotlights .spotlight.spotlight_3 .overlay {
  background: #7d0000;
}
#spotlights .spotlight.spotlight_4 .overlay {
  background: #7d0000;
}
#spotlights .spotlight:hover .overlay {
  display: block;
  opacity: 0.6;
  cursor: pointer;
}
#spotlights .spotlight:hover .text .hidden_text {
  display: block;
}
#spotlights .text {
  bottom: 14%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  font-family: "Droid Serif", serif;
  z-index: 105;
  cursor: pointer;
}
#spotlights .text .hidden_text {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  padding: 10px 20px 0 20px;
  display: none;
}
#spotlights .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  display: none;
}
@media screen and (max-width: 990px) {
  #spotlights {
    padding-bottom: 0;
  }
  #spotlights .spotlight {
    margin-bottom: 30px;
  }
  #spotlights .image img {
    width: 100%;
  }
}

.touch_device #spotlights .overlay, .touch_device #spotlights .hidden_text {
  display: block !important;
}
.touch_device #spotlights .overlay {
  opacity: 0.6;
}

/*CONTENT*/
.toggle_product_menu {
  line-height: 35px;
  cursor: pointer;
}
.toggle_product_menu img {
  margin-right: 5px;
}

#content {
  padding: 30px 0;
}
#content #primary {
  /*PROFILE + TERMS*/
  /*OTHERS*/
}
#content #primary .inner {
  color: #333333;
}
#content #primary .primary_settings {
  color: #333333;
}
#content #primary .Heading_Profile_Wrapper, #content #primary .Heading_Terms_Wrapper {
  text-align: left !important;
}
#content #primary .termsWrapper .Text1_Terms {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
#content #aside {
  /*Product Menu*/
  /*BANNERS*/
  /*RATEPANEL*/
}
#content #aside .Heading_Productmenu {
  text-transform: none;
  font-size: 18px;
  font-family: "Droid Serif", serif;
  font-weight: 400;
  color: #564132;
  border-bottom: 1px solid #e6e1dc;
  margin: 0 0 10px 0;
  display: block;
}
#content #aside #ProductMenu_List {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content #aside #ProductMenu_List li {
  border-bottom: 0;
  /*Dropdowns*/
  /*Subheadings + dropdowns*/
}
#content #aside #ProductMenu_List li #ActiveCategory_A, #content #aside #ProductMenu_List li #ActiveCategory_B, #content #aside #ProductMenu_List li #ActiveCategory_C {
  display: none;
}
#content #aside #ProductMenu_List li a {
  background: transparent;
  color: #333333;
  display: block;
  padding: 5px 15px;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}
#content #aside #ProductMenu_List li a:hover, #content #aside #ProductMenu_List li a .Activ_Productmenu {
  background: #f2f0ee;
  color: #7d0000;
  text-decoration: none;
}
#content #aside #ProductMenu_List li a .ProductMenu_MenuItemBold {
  font-weight: 400;
  color: #333333;
}
#content #aside #ProductMenu_List li a .ProductMenu_MenuItemBold:hover {
  color: #7d0000;
}
#content #aside #ProductMenu_List li.active a {
  background: #f2f0ee;
  color: #7d0000;
  text-decoration: none;
}
#content #aside #ProductMenu_List li.active > .dropdown {
  display: block;
}
#content #aside #ProductMenu_List li .dropdown {
  list-style: none;
  display: none;
}
#content #aside #ProductMenu_List li .dropdown li {
  border-bottom: 0;
}
#content #aside #ProductMenu_List li .dropdown li a {
  background: transparent;
  color: #333333;
  display: block;
  padding: 4px 30px;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}
#content #aside #ProductMenu_List li .dropdown li a:hover, #content #aside #ProductMenu_List li .dropdown li a .Activ_Productmenu {
  background: #f2f0ee;
  color: #7d0000;
  text-decoration: none;
}
#content #aside #ProductMenu_List li .dropdown li.active a {
  background: #f2f0ee;
  color: #7d0000;
  text-decoration: none;
}
#content #aside #ProductMenu_List li .dropdown li .dropdown li a {
  padding: 4px 50px;
}
#content #aside #ProductMenu_List li.subheading_productmenu {
  margin-top: 10px;
  display: block;
}
#content #aside #ProductMenu_List li.subheading_productmenu > a {
  text-transform: none;
  font-size: 18px;
  font-family: "Droid Serif", serif;
  color: #564132;
  border-bottom: 1px solid #e6e1dc;
  margin: 0 0 10px 0;
  padding: 0;
}
#content #aside #ProductMenu_List li.subheading_productmenu > a:hover, #content #aside #ProductMenu_List li.subheading_productmenu > a .Activ_Productmenu {
  background: none;
  color: #564132;
  text-decoration: none;
}
#content #aside #ProductMenu_List li.subheading_productmenu > a .ProductMenu_MenuItemBold {
  font-weight: 400;
}
#content #aside #ProductMenu_List li.subheading_productmenu.active > a {
  background: none;
  color: #564132;
  text-decoration: none;
}
#content #aside #ProductMenu_List li.subheading_productmenu .dropdown li a {
  padding: 5px 15px;
}
#content #aside #banners {
  margin-top: 30px;
}
#content #aside #banners .banner {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 990px) {
  #content #aside #banners .banner {
    width: 25%;
    margin-right: 30px;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  #content #aside #banners .banner {
    width: 100%;
    margin-right: 0;
    float: none;
  }
}
@media screen and (max-width: 990px) {
  #content #aside {
    display: none;
    padding-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #content #banners {
    text-align: center;
    margin-bottom: 30px;
  }
}

.webshop-checkout .toggle_product_menu {
  display: none !important;
}
.webshop-checkout #aside {
  display: none !important;
}
.webshop-checkout #primary.col-md-9, .webshop-checkout #primary.col-xs-12 {
  width: 100% !important;
}

/*FRONTPAGE TEXT + UL*/
#frontpage_Text .frontpage_Border {
  border-top: 1px solid #e6e1dc;
  height: 1px;
  width: 100%;
  padding-top: 30px;
}
#frontpage_Text .Text1_Frontpage {
  display: block;
}
#frontpage_Text .Text1_Frontpage p {
  line-height: 24px;
  font-size: 14px;
}
#frontpage_Text .Text1_Frontpage ul {
  list-style: none;
  margin: 20px 0 0 0;
}
#frontpage_Text .Text1_Frontpage ul li {
  background: url("../img/list_ico.png") no-repeat left 9px;
  font-size: 16px;
  color: #705e50;
  padding: 2px 0 2px 35px;
  line-height: 35px;
}
#frontpage_Text .Text2_Frontpage {
  display: block;
}
/*
    SINGLE PRODUCT
    -- Benyttes på varelister + forsidevareliste
*/
.single_product, .favorite_item, .subcategory {
  margin-bottom: 30px;
  border: 1px solid #e6e1dc;
  text-align: center;
  background: transparent;
}
.single_product .inner, .favorite_item .inner, .subcategory .inner {
  padding: 18px;
}
.single_product .image > a, .favorite_item .image > a, .subcategory .image > a {
  height: 180px;
  display: block;
  margin-bottom: 6px;
}
.single_product .image > a .Element_Overlay_DIV, .favorite_item .image > a .Element_Overlay_DIV, .subcategory .image > a .Element_Overlay_DIV {
  display: inline; /* or none? */
  position: static;
}
.single_product .image > a img, .favorite_item .image > a img, .subcategory .image > a img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
}
.single_product h1, .favorite_item h1, .subcategory h1, .single_product #content #primary .Heading_Profile, .favorite_item #content #primary .Heading_Profile, .subcategory #content #primary .Heading_Profile, #content #primary .single_product .Heading_Profile, #content #primary .favorite_item .Heading_Profile, #content #primary .subcategory .Heading_Profile, .single_product #content #primary .Heading_Terms, .favorite_item #content #primary .Heading_Terms, .subcategory #content #primary .Heading_Terms, #content #primary .single_product .Heading_Terms, #content #primary .favorite_item .Heading_Terms, #content #primary .subcategory .Heading_Terms, .single_product #frontpage_Text .Text2_Frontpage .facebook_title, .favorite_item #frontpage_Text .Text2_Frontpage .facebook_title, .subcategory #frontpage_Text .Text2_Frontpage .facebook_title, #frontpage_Text .Text2_Frontpage .single_product .facebook_title, #frontpage_Text .Text2_Frontpage .favorite_item .facebook_title, #frontpage_Text .Text2_Frontpage .subcategory .facebook_title, .single_product h3, .favorite_item h3, .subcategory h3 {
  max-width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #958a7e;
  font-size: 12px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.single_product h1 a, .favorite_item h1 a, .subcategory h1 a, .single_product #content #primary .Heading_Profile a, .favorite_item #content #primary .Heading_Profile a, .subcategory #content #primary .Heading_Profile a, #content #primary .single_product .Heading_Profile a, #content #primary .favorite_item .Heading_Profile a, #content #primary .subcategory .Heading_Profile a, .single_product #content #primary .Heading_Terms a, .favorite_item #content #primary .Heading_Terms a, .subcategory #content #primary .Heading_Terms a, #content #primary .single_product .Heading_Terms a, #content #primary .favorite_item .Heading_Terms a, #content #primary .subcategory .Heading_Terms a, .single_product #frontpage_Text .Text2_Frontpage .facebook_title a, .favorite_item #frontpage_Text .Text2_Frontpage .facebook_title a, .subcategory #frontpage_Text .Text2_Frontpage .facebook_title a, #frontpage_Text .Text2_Frontpage .single_product .facebook_title a, #frontpage_Text .Text2_Frontpage .favorite_item .facebook_title a, #frontpage_Text .Text2_Frontpage .subcategory .facebook_title a, .single_product h3 a, .favorite_item h3 a, .subcategory h3 a {
  color: #333333;
  font-size: 12px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
}
.single_product h1 a span, .favorite_item h1 a span, .subcategory h1 a span, .single_product #content #primary .Heading_Profile a span, .favorite_item #content #primary .Heading_Profile a span, .subcategory #content #primary .Heading_Profile a span, #content #primary .single_product .Heading_Profile a span, #content #primary .favorite_item .Heading_Profile a span, #content #primary .subcategory .Heading_Profile a span, .single_product #content #primary .Heading_Terms a span, .favorite_item #content #primary .Heading_Terms a span, .subcategory #content #primary .Heading_Terms a span, #content #primary .single_product .Heading_Terms a span, #content #primary .favorite_item .Heading_Terms a span, #content #primary .subcategory .Heading_Terms a span, .single_product #frontpage_Text .Text2_Frontpage .facebook_title a span, .favorite_item #frontpage_Text .Text2_Frontpage .facebook_title a span, .subcategory #frontpage_Text .Text2_Frontpage .facebook_title a span, #frontpage_Text .Text2_Frontpage .single_product .facebook_title a span, #frontpage_Text .Text2_Frontpage .favorite_item .facebook_title a span, #frontpage_Text .Text2_Frontpage .subcategory .facebook_title a span, .single_product h3 a span, .favorite_item h3 a span, .subcategory h3 a span {
  font-size: inherit;
  font-family: inherit;
}
.single_product .price, .favorite_item .price, .subcategory .price {
  color: #705e50;
  font-size: 18px;
  font-family: "Droid Serif", serif;
  font-weight: 700;
  margin-bottom: 17px;
}
.single_product .price .currency, .favorite_item .price .currency, .subcategory .price .currency {
  display: inline-block;
  margin-left: 5px;
}
.single_product .price strike, .favorite_item .price strike, .subcategory .price strike, .single_product .price .PriceStriked_Productlist, .favorite_item .price .PriceStriked_Productlist, .subcategory .price .PriceStriked_Productlist {
  color: #705e50;
  font-size: 12px;
  text-decoration: line-through;
  line-height: 0;
}
.single_product .info, .favorite_item .info, .subcategory .info, .single_product .add_to_basket, .favorite_item .add_to_basket, .subcategory .add_to_basket {
  display: inline-block;
  vertical-align: top;
  height: 34px;
}
.single_product .info, .favorite_item .info, .subcategory .info {
  float: left;
}
.single_product .add_to_basket, .favorite_item .add_to_basket, .subcategory .add_to_basket {
  float: right;
}
.single_product .new, .favorite_item .new, .subcategory .new {
  top: 10px;
  right: -1px;
  z-index: 10;
}
.single_product .offer, .favorite_item .offer, .subcategory .offer {
  top: 10px;
  right: -1px;
  z-index: 11;
}
.single_product div.Element_Overlay_Frontpage_SavingsDIV, .favorite_item div.Element_Overlay_Frontpage_SavingsDIV, .subcategory div.Element_Overlay_Frontpage_SavingsDIV {
  position: static !important;
  display: inline !important;
}
.single_product div.Element_Overlay_Frontpage_SavingsContainer_DIV, .favorite_item div.Element_Overlay_Frontpage_SavingsContainer_DIV, .subcategory div.Element_Overlay_Frontpage_SavingsContainer_DIV {
  top: 50px !important;
}

/*
    SINGLE PRODUCT
    -- Benyttes inde på selve produktet (#single_View_Product)
*/
#single_View_Product {
  padding-bottom: 30px;
}
#single_View_Product #single_View_Images .primary_image .new {
  top: 10px;
  right: 15px;
}
#single_View_Product #single_View_Images .primary_image .offer {
  top: 10px;
  left: 15px;
}
#single_View_Product #single_View_Info .favorite {
  margin-top: 15px;
}
#single_View_Product #single_View_Info .excerpt {
  padding: 20px 0;
  color: #333333;
}
#single_View_Product #single_View_Info .stars {
  margin-bottom: 20px;
}
#single_View_Product #single_View_Info .call_to_action {
  margin-top: 15px;
  background: #62C3E8;
  padding: 4px 15px;
  border: none;
}
#single_View_Product #single_View_Info .call_to_action img {
  float: right;
}
#single_View_Product #single_View_Info .call_to_action span {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
#single_View_Product #single_View_Info .call_to_action:after {
  content: "";
  display: table;
  clear: both;
}
#single_View_Product #single_View_Add_Now .prices .single_product-price-price {
  font-weight: 700;
  font-size: 24px;
  color: #333333;
  font-family: "Droid Serif", serif;
}
#single_View_Product #single_View_Add_Now .prices .single_product-price-before {
  text-decoration: line-through;
}
#single_View_Product #single_View_Add_Now .prices {
  margin-bottom: 20px;
}
#single_View_Product #single_View_Add_Now .stock {
  margin-top: 20px;
  color: #333333;
}
#single_View_Product #single_View_Add_Now .prod_push {
  display: inline-block;
  width: 120px;
}
#single_View_Product #single_View_Add_Now .moms_funktion {
  margin-top: 5px;
}
#single_View_Product #single_View_Add_Now .Variants {
  margin-bottom: 15px;
}
#single_View_Product #single_View_Add_Now .Variants .VariantGroupLabel {
  padding-bottom: 5px;
}
#single_View_Product #single_View_Add_Now .Variants .OptionSelect_ProductInfo {
  border: 1px solid #e6e1dc;
}
#single_View_Product #single_View_Add_Now .add_to_cart #BUYSECTION {
  display: inline-block;
  width: 135px;
}
#single_View_Product #single_View_Add_Now .add_to_cart .amountWrapper {
  margin: 10px 0;
  color: #333333;
}
#single_View_Product #single_View_Add_Now .add_to_cart .amountWrapper #amount {
  border: 1px solid #eeeeee;
  width: 50px;
  padding: 3px 5px;
  margin-left: 5px;
}
#single_View_Product #single_View_Add_Now .favorite {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 5px;
}
#single_View_Product #single_View_Tabs .tabs:after {
  content: "";
  display: block;
  clear: both;
}
#single_View_Product #single_View_Tabs .tabs {
  margin-top: 30px;
}
#single_View_Product #single_View_Tabs .tabs .tab {
  font-size: 14px;
  color: #fff;
  background: #AAA096;
  display: block;
  float: left;
  margin-right: 6px;
  line-height: 38px;
  padding: 0 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
}
#single_View_Product #single_View_Tabs .tabs .tab:hover {
  text-decoration: none;
}
#single_View_Product #single_View_Tabs .tabs .tab.active {
  background: #7D0000;
  color: #fff;
}
#single_View_Product #single_View_Tabs .tab_content {
  display: none;
  background: #fff;
  border: 1px solid transparent;
  padding: 20px 0 0 0;
}
#single_View_Product #single_View_Tabs .tab_content.active {
  display: block;
}
@media screen and (max-width: 990px) {
  #single_View_Product #single_View_Images {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  #single_View_Product #single_View_Info .call_to_action {
    text-align: center;
  }
  #single_View_Product #single_View_Info .call_to_action .countdown {
    display: block;
  }
  #single_View_Product #single_View_Info .call_to_action img {
    float: none;
    margin-top: 5px;
  }
}
@media screen and (max-width: 480px) {
  #single_View_Product #single_View_Tabs .tabs .tab {
    width: 100%;
  }
}

/*RELATED PRODUCTS*/
/*MELLEMSIDE*/
.SubCats_Categories_Container, .SubCatsProcuctsHeading, .SubCats_Categories_DIV {
  clear: both;
}

.SubCatsProcuctsHeading {
  color: #E55E5E;
  font-size: 20px;
  font-weight: 700;
  font-family: "Droid Serif", serif;
  text-transform: uppercase;
  display: block;
}

.subcategory h1, .subcategory #content #primary .Heading_Profile, #content #primary .subcategory .Heading_Profile, .subcategory #content #primary .Heading_Terms, #content #primary .subcategory .Heading_Terms, .subcategory #frontpage_Text .Text2_Frontpage .facebook_title, #frontpage_Text .Text2_Frontpage .subcategory .facebook_title {
  margin: 0;
}

/*FAVORIT*/
.Favorites_Custom_DIV {
  clear: both;
}

.favorite_item h1, .favorite_item #content #primary .Heading_Profile, #content #primary .favorite_item .Heading_Profile, .favorite_item #content #primary .Heading_Terms, #content #primary .favorite_item .Heading_Terms, .favorite_item #frontpage_Text .Text2_Frontpage .facebook_title, #frontpage_Text .Text2_Frontpage .favorite_item .facebook_title {
  margin: 0;
}

/*CART*/
.ShowBasket_SendBasketLink_Dialog_Link {
  font-size: 11px;
  line-height: 25px;
}

#cart_Header {
  font-weight: 700;
  text-transform: uppercase;
}
#cart_Items .item {
  margin-bottom: 5px;
  overflow: auto;
}
#cart_Items .item .amount {
  color: #333333;
}
#cart_Items .item .description {
  color: #333333;
}
#cart_Items .item .price {
  color: #333333;
}
#cart_Items .item .item_total {
  color: #333333;
}
#cart_Items .item .actions {
  text-align: right;
}
#cart_Items .item .actions span a img {
  margin-right: 5px;
}
#cart_Items .item .actions span a:last-child img {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  #cart_Items .amount, #cart_Items .description, #cart_Items .price, #cart_Items .item_total, #cart_Items .actions {
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  #cart_Items .amount > div:first-of-type, #cart_Items .description > div:first-of-type, #cart_Items .price > div:first-of-type, #cart_Items .item_total > div:first-of-type, #cart_Items .actions > div:first-of-type {
    float: left;
    font-weight: 700;
    text-transform: uppercase;
  }
  #cart_Items .amount span, #cart_Items .description span, #cart_Items .price span, #cart_Items .item_total span, #cart_Items .actions span {
    float: right;
  }
}

#cart_Footer {
  margin-top: 20px;
}
#cart_Footer .buttons {
  margin-top: 20px;
}
#cart_Footer .buttons .back_to_shop {
  display: inline-block;
}
#cart_Footer .buttons .clear_cart {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #cart_Footer .buttons .checkout {
    margin-bottom: 20px;
  }
}

/*BRANDS*/
#brands {
  padding: 30px 0;
  background: #fcfaed;
  text-align: center;
}
#brands .brand {
  display: inline;
  margin: 10px 17px;
}
/*FOOTER*/
#footer {
  background: #f2f0ee;
  padding: 30px 0;
  /*NEWSLETTER FORM*/
  /*BRANDING*/
}
#footer h3 {
  color: #705e50;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer ul li {
  text-transform: uppercase;
  line-height: 25px;
}
#footer p, #footer li {
  font-size: 12px;
  color: #958a7e;
  line-height: 20px;
}
#footer p a, #footer li a {
  color: #958a7e;
}
#footer p a[href^="mailto:"], #footer li a[href^="mailto:"] {
  color: #7d0000;
}
#footer p a:hover, #footer li a:hover {
  color: #7d0000;
  text-decoration: none;
}
#footer .footer_form .footer_input {
  width: 100%;
  margin-bottom: 4px;
  padding: 10px 12px;
  border: 1px solid #f2f0ee;
}
#footer .footer_form .footer_submit {
  margin-top: 1px;
  text-transform: uppercase;
}
#footer #op {
  display: block;
  text-align: center;
  width: 50px;
  height: 20px;
  background: url("../img/op_logo_small.png") no-repeat scroll left bottom/contain transparent;
}
@media screen and (max-width: 990px) {
  #footer ul {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #footer h3 {
    margin-top: 20px;
  }
  #footer ul {
    margin-bottom: 0;
  }
  #footer .col-md-3:first-of-type h3 {
    margin-top: 0;
  }
}

/*FORMS*/
input[type=text],
input[type=email],
input[type=phone],
input[type=password],
select {
  background: #fff;
  border: 1px solid #e6e1dc;
  padding: 3px 10px;
  font-size: 13px;
  color: #958a7e;
  border-radius: 0;
  width: auto;
  height: auto;
}

input[type=submit] {
  background: #7d0000;
  border: 1px solid #7d0000;
  padding: 6px 13px;
  font-size: 14px;
  color: #fff;
  border-radius: 0;
  width: auto;
  height: auto;
}

textarea {
  background: #fff;
  border: 1px solid #e6e1dc;
  padding: 3px 10px;
  font-size: 13px;
  color: #958a7e;
  border-radius: 0;
  width: auto;
  height: auto;
}

/*HOVER EFFEKT PÅ KNAPPER*/
input[type=image]:hover, input[type=submit]:hover, input[type=button]:hover, .info img:hover, .clear_cart img:hover, .back_to_shop img:hover, .checkout img:hover, .actions img:hover, .favorite img:hover {
  opacity: 0.8;
}

.touch_device input[type=image]:not(.BuyButton_ProductList):hover, .touch_device input[type=submit]:hover, .touch_device input[type=button]:hover, .touch_device .clear_cart img:hover, .touch_device .back_to_shop img:hover, .touch_device .checkout img:hover, .touch_device .actions img:hover, .touch_device .favorite img:hover {
  opacity: 1;
}

.mm-menu .Productmenu_Category_Icon_Container, .mm-menu #ActiveCategory_A, .mm-menu #ActiveCategory_B, .mm-menu #ActiveCategory_C {
  display: none !important;
}
.mm-menu > .mm-panel > .mm-listview li a {
  color: #333333;
}
.mm-menu > .mm-panel > .mm-listview li a:hover, .mm-menu > .mm-panel > .mm-listview li a:active, .mm-menu > .mm-panel > .mm-listview li a:focus, .mm-menu > .mm-panel > .mm-listview li a.Activ_ProductMenu {
  color: #7d0000;
}
.mm-menu > .mm-panel > .mm-listview > li > a {
  color: #333333;
}
.mm-menu > .mm-panel > .mm-listview > li > a:hover, .mm-menu > .mm-panel > .mm-listview > li > a:active, .mm-menu > .mm-panel > .mm-listview > li > a:focus, .mm-menu > .mm-panel > .mm-listview > li > a.Activ_ProductMenu {
  color: #7d0000;
}
.mm-menu > .mm-panel > .mm-listview > li > a .ProductMenu_MenuItemBold {
  font-weight: inherit !important;
}
.mm-menu .top_menu .Link_Spacer_Topmenu, .mm-menu .top_menu_mobile .Link_Spacer_Topmenu {
  display: none;
}
.mm-menu .top_menu > a, .mm-menu .top_menu_mobile > a {
  display: block;
  color: #333333;
}
.mm-menu .top_menu > a:hover, .mm-menu .top_menu_mobile > a:hover {
  color: #7d0000;
}

.mm-navbar {
  height: 42px;
  border-bottom: 0;
  padding: 0px 20px;
}
.mm-navbar .mm-title {
  color: #564132 !important;
  font-family: "Droid Serif", serif;
  font-weight: 400;
  font-size: 18px;
}

.mm-listview .mm-next {
  width: 70px;
}

.mm-next:after, .mm-arrow:after {
  right: 32px;
}

@media screen and (max-width: 520px) {
  #ibill-overlay-container-ver2 {
    display: none !important;
  }
}
/*POPUP*/
.popupOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.popupOverlay .popupBox {
  width: 300px;
  height: 105px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -52.5px;
  margin-left: -150px;
  padding: 15px;
  background: #fff;
  border-radius: 0px;
  box-sizing: border-box;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.popupOverlay .popupBox h2 {
  font-size: 20px;
  text-align: center;
}

.popupOverlay .popupBox .popupIconPlaceholder {
  text-align: center;
}

/*.popupOverlay .popupBox .popupIconPlaceholder:before {
        content: "\2714";
        display: inline-block;
        color: green;
        font-size: 48px;
        font-weight: 700; }*/
.popupOverlay .popupBox p {
  margin: 10px 0 20px;
  display: none;
}

.popupOverlay .popupBox .popupContinueShopping, .popupOverlay .popupBox .popupGoToCart {
  display: inline-block;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  width: 47.5%;
  border-radius: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
}

.popupOverlay .popupBox .popupContinueShopping {
  background: #aaa096;
  color: #fff;
}

.popupOverlay .popupBox .popupContinueShopping:hover, .popupOverlay .popupBox .popupContinueShopping:active {
  background: #aaa096;
}

.popupOverlay .popupBox .popupGoToCart {
  background: #7d0000;
  color: #fff;
  margin-left: 5%;
}

.popupOverlay .popupBox .popupGoToCart:hover, .popupOverlay .popupBox .popupGoToCart:active {
  background: #7d0000;
  color: #fff;
}

.ui-widget input.RTBinputProductBuyAmount {
  width: 40px;
  height: 20px;
  padding: 2px;
}

#checkout-container h1.checkout-headline, #checkout-container #content #primary .checkout-headline.Heading_Profile, #content #primary #checkout-container .checkout-headline.Heading_Profile, #checkout-container #content #primary .checkout-headline.Heading_Terms, #content #primary #checkout-container .checkout-headline.Heading_Terms, #checkout-container #frontpage_Text .Text2_Frontpage .checkout-headline.facebook_title, #frontpage_Text .Text2_Frontpage #checkout-container .checkout-headline.facebook_title {
  border-bottom: 0;
}
#checkout-container label {
  display: inline;
  font-weight: 400;
}
#checkout-container input[type=text], #checkout-container input[type=password], #checkout-container input[type=email], #checkout-container textarea, #checkout-container select {
  width: 100%;
  border: 1px solid #eeeeee;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  outline: 0;
}
#checkout-container input[type=text]:focus, #checkout-container input[type=password]:focus, #checkout-container input[type=email]:focus, #checkout-container textarea:focus, #checkout-container select:focus {
  outline: 0;
}
#checkout-container .checkout-select {
  height: auto;
}
#checkout-container #order-summary {
  margin-top: 20px;
}
#checkout-container .checkout-payment-method-image {
  max-width: 180px;
}
#checkout-container #customer-alternative-delivery {
  margin-top: 20px;
  padding-top: 20px;
}
#checkout-container .div-checkout-checkbox {
  vertical-align: middle;
}
#checkout-container #checkout_use_alternative_delivery_address {
  margin-top: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 4px !important;
}
#checkout-container > #column-data {
  padding-right: 15px;
  padding-left: 0;
  border-color: #eee;
}
#checkout-container #column-shipping-payment {
  border-color: #eee;
}
#checkout-container #order-summary table {
  border-color: #eee;
}
#checkout-container #order-summary table tr td {
  padding: 3px 0;
}
#checkout-container #confirm-accepterms input[type=checkbox], #checkout-container #confirm-accepterms input[type=radio], #checkout-container #confirm-accept-customerdata input[type=checkbox], #checkout-container #confirm-accept-customerdata input[type=radio] {
  vertical-align: text-bottom;
  margin-right: 5px;
}
#checkout-container #confirm-termsandconditions-link-text {
  padding-top: 10px;
}
#checkout-container #payment-methods .checkout-payment-radio-cell {
  padding-right: 10px;
}
#checkout-container #shipping-methods .checkout-shipping-radio-cell {
  padding-right: 10px;
}
#checkout-container #column_data {
  padding-right: 0 !important;
}
#checkout-container #column-order-summary {
  width: 50%;
  border-color: #eee;
}
#checkout-container #column-order-summary th {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
}
#checkout-container #confirm-checkout #confirm-complete-button {
  border: 0;
  margin-top: 15px;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  border-radius: 0;
  padding: 8px 20px;
  text-transform: uppercase;
  background: #7D0000;
}
#checkout-container #customer_lookup_submit, #checkout-container #checkout_forgottenpassword_submit, #checkout-container #payment-giftcertificateinfo input[type=button] {
  border: 0;
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  border-radius: 0;
  padding: 5px 11px;
  height: 34px;
  margin: 0 !important;
  text-transform: uppercase;
  background: #F2F0EE;
  color: #7D0000;
}
#checkout-container #checkout_forgottenpassword_submit {
  background: #F2F0EE;
  color: #7D0000;
}
@media screen and (max-width: 768px) {
  #checkout-container #order-summary {
    margin-top: 15px;
    padding-left: 0;
  }
}
@media screen and (max-width: 510px) {
  #checkout-container #column-shipping-payment {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }
}
#checkout-container #column-data #customer-login-devider {
  margin-bottom: 20px;
  border-color: #eee;
}

/*Små tablets / tablets i portræt*/
@media only screen and (max-width: 767px) {
  #checkout-container #column-data,
  #checkout-container #column-shipping-payment {
    width: 50%;
  }
  #checkout-container #column-shipping-payment {
    border-right: 0;
  }
  #checkout-container #column-order-summary {
    width: 100%;
  }
  #checkout-container #column-data, #checkout-container #column-shipping-payment, #checkout-container #column-order-summary {
    float: left;
    display: block;
  }
}
/*iPhone < 4S i landskab, og de fleste andre smartphones*/
@media only screen and (max-width: 510px) {
  #checkout-container #column-data, #checkout-container #column-shipping-payment, #checkout-container #column-order-summary {
    width: 100%;
    border-right: 0;
    min-height: 0;
  }
}
/* Nyt farveskema */
.webshop-checkout #header #search {
  display: none;
}
.webshop-checkout #checkout-container h2 > .number, .webshop-checkout #checkout-container h3 > .number {
  font-size: inherit !important;
  display: inline-block;
  margin-right: 10px;
}
.webshop-checkout #checkout-container h2, .webshop-checkout #checkout-container h3 {
  font-size: 16px;
  /*margin-top: 0;*/
}
.webshop-checkout #checkout-container h2:before, .webshop-checkout #checkout-container h3:before {
  counter-increment: section;
  content: counter(section) ". ";
}
.webshop-checkout #checkout-container input[type=text], .webshop-checkout #checkout-container input[type=password] {
  padding: 0 10px;
}
.webshop-checkout #checkout-container #customer-login, .webshop-checkout #checkout-container #shipping-methods, .webshop-checkout #checkout-container #customer-data, .webshop-checkout #checkout-container #payment-methods, .webshop-checkout #checkout-container #order-confirm, .webshop-checkout #checkout-container #order-giftcertificate {
  background: #f5f5f5;
}
.webshop-checkout #checkout-container #customer-phone-lookup {
  padding: 0 10px;
  margin: 0;
}
.webshop-checkout #checkout-container #customer-data {
  padding: 10px;
}
.webshop-checkout #checkout-container #shipping-methods {
  padding: 10px;
  margin: 0 0 30px 0;
}
.webshop-checkout #checkout-container #payment-methods {
  padding: 10px;
}
.webshop-checkout #checkout-container #customer-login {
  padding: 0 10px 10px 10px;
}
.webshop-checkout #checkout-container #order-confirm {
  margin: 30px 0 0;
  padding-bottom: 5px;
}
.webshop-checkout #checkout-container #order-confirm #confirm-termsandconditions-text {
  padding: 10px 10px 5px 10px;
  line-height: 1.5;
}
.webshop-checkout #checkout-container #order-confirm #confirm-termsandconditions-link-text {
  padding: 0 10px 10px;
}
.webshop-checkout #checkout-container #order-confirm #confirm-accepterms, .webshop-checkout #checkout-container #order-confirm #confirm-accept-customerdata {
  padding-top: 0;
  margin: 0 10px 10px 10px;
  line-height: 1.5;
}
.webshop-checkout #checkout-container #column-data {
  border: 0;
  padding: 0;
  position: relative;
  width: 25%;
}
.webshop-checkout #checkout-container #column-shipping-payment {
  width: 35%;
  padding: 0;
  margin: 0 0 0 2%;
  border: 0;
  position: relative;
}
.webshop-checkout #checkout-container #column-order-summary {
  width: 36%;
  padding: 0;
  float: right;
}
.webshop-checkout #checkout-container div h2, .webshop-checkout #checkout-container div h3 {
  background: #705e50;
  color: #fff;
  padding: 15px 15px;
}
.webshop-checkout #checkout-container div h3 {
  margin-top: 30px;
}
.webshop-checkout #checkout-container div #payment-cardinfo {
  background: #ebf6d6;
  padding: 0 0 10px;
  margin: 0 0 30px;
  border: 0;
}
.webshop-checkout #checkout-container div #payment-cardinfo > fieldset {
  padding: 0 10px;
}
.webshop-checkout #checkout-container div #payment-cardinfo > p {
  padding: 10px 10px 0 10px;
}
.webshop-checkout #checkout-container .payment-giftcertificateinfo {
  border-bottom: 0;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.webshop-checkout #checkout-container .payment-giftcertificateinfo label[for=checkout-giftcertificate-cardnumber] {
  width: 60px;
  line-height: 40px;
  height: 40px;
}
.webshop-checkout #checkout-container .payment-giftcertificateinfo #checkout-giftcertificate-cardnumber {
  width: 165px;
}
.webshop-checkout #checkout-container .payment-giftcertificateinfo p, .webshop-checkout #checkout-container .payment-giftcertificateinfo fieldset {
  padding: 0 10px;
}
.webshop-checkout #checkout-container .payment-giftcertificateinfo p > div input[type=button], .webshop-checkout #checkout-container .payment-giftcertificateinfo fieldset > div input[type=button] {
  background: #7d0000;
  border-color: #7d0000;
  color: #fff;
  text-transform: uppercase;
}
.webshop-checkout #checkout-container .payment-giftcertificateinfo > p {
  padding-top: 10px;
}
@media only screen and (max-width: 1200px) {
  .webshop-checkout #checkout-container .payment-giftcertificateinfo #checkout-giftcertificate-cardnumber {
    width: 101px;
  }
}
.webshop-checkout #checkout-container h1.checkout-headline, .webshop-checkout #checkout-container #content #primary .checkout-headline.Heading_Profile, #content #primary .webshop-checkout #checkout-container .checkout-headline.Heading_Profile, .webshop-checkout #checkout-container #content #primary .checkout-headline.Heading_Terms, #content #primary .webshop-checkout #checkout-container .checkout-headline.Heading_Terms, .webshop-checkout #checkout-container #frontpage_Text .Text2_Frontpage .checkout-headline.facebook_title, #frontpage_Text .Text2_Frontpage .webshop-checkout #checkout-container .checkout-headline.facebook_title {
  padding-bottom: 0;
  border: 0;
}
.webshop-checkout #checkout-container h2, .webshop-checkout #checkout-container h3 {
  margin-bottom: 0;
}
.webshop-checkout #checkout-container h3 {
  margin-top: 15px;
}
.webshop-checkout #checkout-container #column-data {
  border-color: #e6e1dc;
}
.webshop-checkout #checkout-container #column-data #customer-login-devider {
  /*border-color: $checkoutBorderColor;*/
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.webshop-checkout #checkout-container #customer-login input {
  margin-bottom: 0;
}
.webshop-checkout #checkout-container #customer-login h2 {
  margin-left: -10px;
  margin-right: -10px;
}
.webshop-checkout #checkout-container #customer-login p {
  padding-top: 10px;
}
.webshop-checkout #checkout-container #customer-login input[type=button] {
  margin-bottom: 0;
}
.webshop-checkout #checkout-container #customer-alternative-delivery {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.webshop-checkout #checkout-container #customer-alternative-delivery > p {
  padding: 10px 10px 10px 10px;
  line-height: 1.5;
  background: #f5f5f5;
  margin-bottom: 0;
}
.webshop-checkout #checkout-container #column-shipping-payment {
  border-color: #e6e1dc;
}
.webshop-checkout #checkout-container #column-order-summary {
  border-right: 0;
}
.webshop-checkout #checkout-container #order-summary table {
  border-color: #e6e1dc;
}
.webshop-checkout #checkout-container #order-summary table td .order-summary-variants {
  font-size: 11px;
  line-height: 1;
}
.webshop-checkout #checkout-container label {
  display: block;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.webshop-checkout #checkout-container #column-data #customer-data input:not([type=checkbox]), .webshop-checkout #checkout-container #column-data #customer-data select, .webshop-checkout #checkout-container #column-data #customer-login input, .webshop-checkout #checkout-container .checkout-text {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  font-weight: 400;
}
.webshop-checkout #checkout-container .checkout-select {
  height: 40px;
  padding: 0 10px;
  font-weight: 400;
}
.webshop-checkout #checkout-container .left-label {
  height: 40px;
  line-height: 40px;
}
.webshop-checkout #checkout-container #customer_lookup_submit, .webshop-checkout #checkout-container #checkout_lookupphone_submit, .webshop-checkout #checkout-container #confirm-complete-button, .webshop-checkout #checkout-container #checkout_altdelivery_lookupphone_submit, .webshop-checkout #checkout-container .checkout-salesdiscount-code-button {
  padding: 0 5px;
  height: 40px;
  font-weight: 400;
}
.webshop-checkout #checkout-container .div-checkout-checkbox-label {
  vertical-align: top;
  line-height: 1;
}
.webshop-checkout #checkout-container #column-data #customer-login input[type=button], .webshop-checkout #checkout-container #column-data #customer-data input[type=button] {
  border-color: #F2F0EE;
  background: #F2F0EE;
  color: #7D0000;
  font-weight: 700;
  text-transform: uppercase;
}
.webshop-checkout #checkout-container .checkout-shipping-radio-cell, .webshop-checkout #checkout-container .checkout-payment-radio-cell, .webshop-checkout #checkout-container .pacsoftservicepointradio, .webshop-checkout #checkout-container .Orderstep2_GLS_RadioBtn {
  padding-right: 5px;
  margin-right: 5px;
}
.webshop-checkout #checkout-container .childproduct {
  padding-left: 0;
  font-style: normal;
}
.webshop-checkout #checkout-container #confirm-accepterms:after, .webshop-checkout #checkout-container #confirm-accept-customerdata:after, .webshop-checkout #checkout-container #confirm-checkout:after {
  content: "";
  clear: both;
  display: table;
}
.webshop-checkout #checkout-container #acceptTermsBit {
  margin-right: 5px;
  vertical-align: text-bottom;
}
.webshop-checkout #checkout-container #acceptCustomerDataBit {
  margin-right: 5px;
  vertical-align: text-bottom;
}
.webshop-checkout #checkout-container #confirm-termsandconditions-link-text {
  padding-top: 0;
}
.webshop-checkout #checkout-container #confirm-checkout {
  padding: 0 10px 10px 10px;
}
.webshop-checkout #checkout-container #confirm-complete-button {
  background: #7d0000;
  color: #fff;
  border-color: #7d0000;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0 10px;
  height: 45px;
  width: 100%;
  float: none;
}
.webshop-checkout #checkout-container .payment-message, .webshop-checkout #checkout-container .shipping-message {
  line-height: 1.5;
  font-size: 12px;
}
.webshop-checkout #checkout-container .Checkout_ShippingMethodServices_Devider_HR {
  display: none;
}
.webshop-checkout .servicepoint-address.servicpoint-streetname {
  line-height: 1;
  padding-bottom: 5px;
}
.webshop-checkout .servicepoint-address.servicpoint-city {
  line-height: 1;
}
.webshop-checkout .Orderstep2_GLS_ParcelShop_TD {
  line-height: 1.5;
}
@media only screen and (max-width: 990px) {
  .webshop-checkout #checkout-container #column-data {
    width: 48%;
    padding-right: 2%;
    min-height: 1px;
  }
  .webshop-checkout #checkout-container #column-shipping-payment {
    width: 48%;
    padding-left: 2%;
    padding-right: 0;
    border-right: 0;
    min-height: 1px;
  }
  .webshop-checkout #checkout-container #column-order-summary {
    width: 100%;
    padding-top: 4%;
    padding-left: 0;
    padding-right: 0;
    min-height: 1px;
  }
}
@media only screen and (max-width: 520px) {
  .webshop-checkout #checkout-container #column-data {
    float: none;
    display: block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 4%;
  }
  .webshop-checkout #checkout-container #column-shipping-payment {
    float: none;
    display: block;
    width: 100%;
    padding-top: 4%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .webshop-checkout #checkout-container #column-order-summary {
    float: none;
    display: block;
  }
  .webshop-checkout #checkout-container #confirm-complete-button {
    margin-top: 20px;
  }
}

/*EFTER CHECKOUT*/
.webshop-orderstep4 #col_right {
  width: 100%;
  margin-left: 0;
  font-size: 14px;
  line-height: 1.3;
}
.webshop-orderstep4 #col_right a {
  color: #626363;
}
.webshop-orderstep4 #col_right hr {
  border-color: #eeeeee;
}
.webshop-orderstep4 .Foto1_OrderStep4 img {
  display: none;
}

.BackGroundColor1_OrderStep4 td {
  display: inline-block;
}

.TableLines_OrderStep4 tr,
.TableLines_OrderStep4 thead,
.TableLines_OrderStep4 tbody,
.TableLines_OrderStep4 table,
.TableLines_OrderStep4 > tbody > tr > td:first-child,
.TableLines_OrderStep4 > tbody > tr > td:first-child > table:first-child > tbody:first-child > tr:first-child > td:first-child,
.BackGroundColor1_OrderStep4 > tbody > tr:first-child + tr + tr + tr > td {
  width: 100% !important;
  display: block !important;
}

.BasketLine_OrderStep4.last + tr + tr,
.BasketLine_OrderStep4.last + tr + tr + tr,
.BasketLine_OrderStep4.last + tr + tr + tr + tr,
.BasketLine_OrderStep4.last + tr + tr + tr + tr + tr,
.BasketLine_OrderStep4.last + tr + tr + tr + tr + tr + tr + tr + tr {
  text-align: right;
}

.BackGroundColor1_OrderStep4 > tbody:first-child > tr:first-child,
.BackGroundColor1_OrderStep4 > tbody:first-child > tr:first-child + tr {
  margin-bottom: 30px;
}

.BackGroundColor1_OrderStep4 > tbody:first-child > tr:first-child > td {
  width: 50%;
}

.BackGroundColor1_OrderStep4 > tbody:first-child > tr:first-child > td:first-child + td,
.BackGroundColor1_OrderStep4 > tbody:first-child > tr:first-child + tr > td:first-child + td,
.BackGroundColor1_OrderStep4 > tbody:first-child > tr:first-child + tr + tr > td:first-child + td {
  text-align: right;
}

.Heading_OrderStep4 {
  font-weight: 700;
}

.BasketLine_OrderStep4_Heading > td:first-child,
.BasketLine_OrderStep4 > td:first-child,
.BasketLine_OrderStep4_Heading > td:first-child + td + td,
.BasketLine_OrderStep4 > td:first-child + td + td {
  width: 8%;
}

.BasketLine_OrderStep4_Heading > td:first-child + td + td + td + td,
.BasketLine_OrderStep4 > td:first-child + td + td + td + td {
  width: 62%;
}

.BasketLine_OrderStep4_Heading > td:first-child + td + td + td + td + td,
.BasketLine_OrderStep4 > td:first-child + td + td + td + td + td, .BasketLine_OrderStep4_Heading > td:first-child + td + td + td + td + td + td,
.BasketLine_OrderStep4 > td:first-child + td + td + td + td + td + td {
  width: 10%;
}

.ProductImage_Order4 {
  margin-right: 10px;
}

.BasketLine_OrderStep4 {
  border-bottom: 1px solid #eeeeee;
}

.TableLines_OrderStep4 + br + br + a {
  margin-bottom: 20px;
  display: block;
}

/* RESPONSIVE */
/*EFTER CHECKOUT*/
@media screen and (max-width: 767px) {
  .ProductImage_Order4 {
    display: none;
  }
  .TableLines_OrderStep4 {
    width: 480px;
    margin: 0 auto;
  }
  .BasketLine_OrderStep4_Heading > td:first-child,
  .BasketLine_OrderStep4 > td:first-child {
    width: 40px;
  }
  .BasketLine_OrderStep4_Heading > td:first-child + td + td,
  .BasketLine_OrderStep4 > td:first-child + td + td {
    width: 55px;
  }
  .BasketLine_OrderStep4_Heading > td:first-child + td + td + td + td,
  .BasketLine_OrderStep4 > td:first-child + td + td + td + td {
    width: 235px;
  }
  .BasketLine_OrderStep4_Heading > td:first-child + td + td + td + td + td,
  .BasketLine_OrderStep4 > td:first-child + td + td + td + td + td,
  .BasketLine_OrderStep4_Heading > td:first-child + td + td + td + td + td + td,
  .BasketLine_OrderStep4 > td:first-child + td + td + td + td + td + td {
    width: 70px;
  }
}
@media screen and (max-width: 479px) {
  .TableLines_OrderStep4 {
    width: 100%;
  }
  .BasketLine_OrderStep4_Heading > td:first-child,
  .BasketLine_OrderStep4 > td:first-child {
    width: 40px;
  }
  .BasketLine_OrderStep4_Heading > td:first-child + td + td,
  .BasketLine_OrderStep4 > td:first-child + td + td {
    width: 35px;
  }
  .BasketLine_OrderStep4_Heading > td:first-child + td + td + td + td,
  .BasketLine_OrderStep4 > td:first-child + td + td + td + td {
    width: 85px;
  }
  .BasketLine_OrderStep4_Heading > td:first-child + td + td + td + td + td,
  .BasketLine_OrderStep4 > td:first-child + td + td + td + td + td,
  .BasketLine_OrderStep4_Heading > td:first-child + td + td + td + td + td + td,
  .BasketLine_OrderStep4 > td:first-child + td + td + td + td + td + td {
    width: 70px;
  }
  .BasketLine_OrderStep4.last + tr + tr + tr + tr + tr + tr + tr + tr td {
    display: block;
  }
  .BasketLine_OrderStep4.last + tr + tr + tr + tr + tr + tr + tr + tr td:first-child + td + td + td + td {
    margin-bottom: 30px;
  }
  .BasketLine_OrderStep4.last + tr + tr + tr + tr + tr + tr + tr + tr td:first-child + td + td + td + td + td,
  .op_totalpris {
    width: 100%;
  }
  .webshop-orderstep4 #col_right {
    padding: 0;
  }
  .BasketLine_OrderStep4.last + tr + tr + tr + tr + tr + tr + tr + tr td:first-child + td + td,
  .BasketLine_OrderStep4.last + tr + tr > td:first-child,
  .BasketLine_OrderStep4.last + tr + tr > td:first-child + td,
  .BasketLine_OrderStep4.last + tr + tr > td:first-child + td + td,
  .BasketLine_OrderStep4.last + tr + tr > td:first-child + td + td + td,
  .BasketLine_OrderStep4.last + tr + tr + tr > td:first-child,
  .BasketLine_OrderStep4.last + tr + tr + tr > td:first-child + td,
  .BasketLine_OrderStep4.last + tr + tr + tr > td:first-child + td + td,
  .BasketLine_OrderStep4.last + tr + tr + tr > td:first-child + td + td + td,
  .BasketLine_OrderStep4.last + tr + tr + tr + tr td:first-child,
  .BasketLine_OrderStep4.last + tr + tr + tr + tr td:first-child + td,
  .BasketLine_OrderStep4.last + tr + tr + tr + tr td:first-child + td + td,
  .BasketLine_OrderStep4.last + tr + tr + tr + tr td:first-child + td + td + td,
  .BasketLine_OrderStep4.last + tr + tr + tr + tr + tr > td:first-child,
  .BasketLine_OrderStep4.last + tr + tr + tr + tr + tr > td:first-child + td,
  .BasketLine_OrderStep4.last + tr + tr + tr + tr + tr > td:first-child + td + td,
  .BasketLine_OrderStep4.last + tr + tr + tr + tr + tr > td:first-child + td + td + td {
    display: none;
  }
  .BackGroundColor1_OrderStep4 > tbody > tr:first-child + tr > td {
    width: 100% !important;
  }
  .BackGroundColor1_OrderStep4 > tbody > tr:first-child + tr > td:first-child {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
  }
}
/* Nye opdateringer */
.BasketLine_OrderStep4.last + tr + tr > td:first-child, .BasketLine_OrderStep4.last + tr + tr > td:nth-child(2), .BasketLine_OrderStep4.last + tr + tr > td:nth-child(3), .BasketLine_OrderStep4.last + tr + tr > td:nth-child(4) {
  display: none;
}

.BasketLine_OrderStep4.last + tr + tr > td:last-child {
  text-align: left;
  width: 25.2rem;
}

.BasketLine_OrderStep4.last + tr + tr > td:last-child > b {
  font-weight: normal;
}

.BasketLine_OrderStep4.last + tr + tr + tr > td:first-child, .BasketLine_OrderStep4.last + tr + tr + tr > td:nth-child(2), .BasketLine_OrderStep4.last + tr + tr + tr > td:nth-child(3), .BasketLine_OrderStep4.last + tr + tr + tr > td:nth-child(4) {
  display: none;
}

.BasketLine_OrderStep4.last + tr + tr + tr > td:last-child {
  width: 25.2rem;
  text-align: left;
}

.BasketLine_OrderStep4.last + tr + tr + tr > td:last-child > b {
  font-weight: normal;
}

.BasketLine_OrderStep4.last + tr + tr + tr + tr > td:first-child, .BasketLine_OrderStep4.last + tr + tr + tr + tr > td:nth-child(2), .BasketLine_OrderStep4.last + tr + tr + tr + tr > td:nth-child(3), .BasketLine_OrderStep4.last + tr + tr + tr + tr > td:nth-child(4) {
  display: none;
}

.BasketLine_OrderStep4.last + tr + tr + tr + tr > td:last-child {
  width: 80px;
}

.BasketLine_OrderStep4.last + tr + tr + tr + tr + tr > td:first-child, .BasketLine_OrderStep4.last + tr + tr + tr + tr + tr > td:nth-child(2), .BasketLine_OrderStep4.last + tr + tr + tr + tr + tr > td:nth-child(3), .BasketLine_OrderStep4.last + tr + tr + tr + tr + tr > td:nth-child(4) {
  display: none;
}

.BasketLine_OrderStep4.last + tr + tr + tr + tr + tr > td:last-child {
  width: 57px;
}

@media print {
  .no_print, .no_print * {
    display: none !important;
  }
  a[href]:after {
    content: none !important;
  }
}
table.mellemside {
  width: 100%;
}

.mellemside td {
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  table.mellemside {
    display: block;
  }
  .mellemside td {
    display: block;
    float: left;
    width: 50%;
    height: 220px;
    overflow: hidden;
    padding: 0 10px 30px 10px;
  }
}
@media only screen and (max-width: 479px) {
  .mellemside td {
    width: 50%;
  }
}
table.mellemside33 {
  width: 100%;
}

.mellemside33 td {
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  table.mellemside33 {
    display: block;
  }
  .mellemside33 td {
    display: block;
    float: left;
    width: 33%;
    padding: 0 10px 30px 10px;
  }
}
/*@media only screen and (max-width : 379px) {
    .mellemside33 td {
        height: auto;
    }
}*/
.Element_Overlay_ProdList_SavingsContainer_DIV {
  top: 40px !important;
  right: -20px !important;
}

.CategoryLink1_Productmenu {
  color: #333333;
}
.CategoryLink1_Productmenu a:hover {
  color: #7d0000;
}

.Link_Topmenu {
  display: block;
  padding: 10px 15px 15px 0px;
  border-bottom: 1px solid #ddd;
}
.Link_Topmenu:last-child {
  border-bottom: none;
}
.Link_Topmenu:hover {
  color: #7d0000;
}

.mm-counter {
  color: #333333 !important;
}

.varenavn {
  color: #333333;
}

.varenummer {
  color: #333333;
}

.vaegt {
  color: #333333;
}

.Description_Productinfo {
  color: #333333;
}

/* .column-data, .column-one, #shipping-methods, #payment-methods, #order-summary, #order-confirm {
    background: #cbcbcb!important;
} */
.checkout-text, .checkout-select {
  color: #333333 !important;
}

.ProductInfo_NoReviews a {
  color: #7D0000 !important;
}

#ProductInfo_ReviewHeadLine a {
  color: #7D0000 !important;
}/*# sourceMappingURL=custom.css.map */