@font-face{
font-family:proximanova-bold-webfont;
src:url(fonts/proximanova-bold-webfont.eot);
src:url(fonts/proximanova-bold-webfont.eot?#iefix) format("embedded-opentype"),
  url(fonts/proximanova-bold-webfont.woff) format("woff"),
  url(fonts/proximanova-bold-webfont.woff2) format("woff2"),
  url(fonts/proximanova-bold-webfont.ttf) format("truetype"),
  url(fonts/proximanova-bold-webfont.svg#svgFontName) format("svg");
font-weight:normal;
font-style:normal}

@font-face{
  font-family:proximanova-light-webfont;
src:url(fonts/proximanova-light-webfont.eot); /* IE9 Compat Modes */
src:url(fonts/proximanova-light-webfont.eot?#iefix) format("embedded-opentype"), /* IE6-IE8 */
    url(fonts/proximanova-light-webfont.woff) format("woff"), /* Modern Browsers */
    url(fonts/proximanova-light-webfont.ttf)  format("truetype"), /* Safari, Android, iOS */
    url(fonts/proximanova-light-webfont.svg#svgFontName) format("svg"); /* Legacy iOS */
font-weight:normal;
font-style:normal}
 
 
@font-face {
  font-family:proximanova-regular-webfont;
  src: url(fonts/proximanova-regular-webfont.eot); /* IE9 Compat Modes */
  src: url(fonts/proximanova-regular-webfont.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
     url(fonts/proximanova-regular-webfont.woff) format('woff'), /* Modern Browsers */
     url(fonts/proximanova-regular-webfont.ttf)  format('truetype'), /* Safari, Android, iOS */
     url(fonts/proximanova-regular-webfont.svg#svgFontName) format('svg'); /* Legacy iOS */
   font-weight: normal;
   font-style: normal;
 }

@font-face {
  font-family:proximanova-regularitalic-webfont;
  src: url(fonts/proximanova-regularitalic-webfont.eot); /* IE9 Compat Modes */
  src: url(fonts/proximanova-regularitalic-webfont.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
     url(fonts/proximanova-regularitalic-webfont.woff) format('woff'), /* Modern Browsers */
     url(fonts/proximanova-regularitalic-webfont.ttf)  format('truetype'), /* Safari, Android, iOS */
     url(fonts/proximanova-regularitalic-webfont.svg#svgFontName) format('svg'); /* Legacy iOS */
   font-weight: normal;
   font-style: normal;
 }
 
 @font-face {
  font-family:proximanova-semibold-webfont;
  src: url(fonts/proximanova-semibold-webfont.eot); /* IE9 Compat Modes */
  src: url(fonts/proximanova-semibold-webfont.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
     url(fonts/proximanova-semibold-webfont.woff) format('woff'), /* Modern Browsers */
     url(fonts/proximanova-semibold-webfont.ttf)  format('truetype'), /* Safari, Android, iOS */
     url(fonts/proximanova-semibold-webfont.svg#svgFontName) format('svg'); /* Legacy iOS */
   font-weight: normal;
   font-style: normal;
 }
 
  @font-face {
  font-family:proximanovat-thin-webfont;
  src: url(fonts/proximanovat-thin-webfont.eot); /* IE9 Compat Modes */
  src: url(fonts/proximanovat-thin-webfont.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
     url(fonts/proximanovat-thin-webfont.woff) format('woff'), /* Modern Browsers */
     url(fonts/proximanovat-thin-webfont.ttf)  format('truetype'), /* Safari, Android, iOS */
     url(fonts/proximanovat-thin-webfont.svg#svgFontName) format('svg'); /* Legacy iOS */
   font-weight: normal;
   font-style: normal;
 }

html{
  background: #f5f5f5;
}

body {
  font-family: 'proximanova-regular-webfont';
  background: #f5f5f5;
  padding-top: 53px;
  /* Space for navbar */
}
@media (min-width: 768px) {
  body {
    margin-bottom: 100px;
    /* Space for sticky footer */
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'proximanova-regular-webfont', 'Georgia', 'sans-serif';
}
h4 {
  color: #333333 !important;
}
a {
  color: #23527c;
}
/*Generelt*/
.mx-auto{ margin: 0 auto; }
.text-success {
  color: #5cb85c !important;
}
.section {
  padding: 50px 0 50px;
  background-color: #f5f5f5;
}
/* Buttons */
.btn-primary {
  font-family: 'proximanova-regular-webfont';
  background: #008755;
  border-color: #006633;
}
.btn-primary:hover {
  background: #006633;
  border-color: #008755;
}
.btn-link {
  color: #006633;
}
.btn-success {
  color: #ffffff;
  background-color: #008755;
  border-color: #006633;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #006633;
  border-color: #008755;
}
/*Login side*/
.login-page-heading {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  margin: 50px 0 10px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 50px;
  font-family: 'proximanova-bold-webfont';
}
.login-page-description {
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin: 0 0 40px;
  font-size: 36px;
  font-family: 'proximanova-bold-webfont';
}
/* Carousel */
.carousel-caption p {
  font-size: 31px;
}
@media (min-width: 768px) {
  .carousel-fullheight {
    position: absolute;
    /*bottom: 40px;*/
  }
}
/* Navigation bar*/
.dropdown-menu > li > a {
  color: #008755;
  font-weight: bold;
  padding: 10px 15px !important;
}
.navbar {
  background: #008755;
  border: transparent;
  border-top: 3px solid #006633;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.navbar-brand{
  margin-right: 25px;
}
.navbar .navbar-nav > li > a {
  font-size: 16px;
  color: #FFF;
  transition: all 0.3s ease;
}
.navbar .navbar-nav > li > a.navbar-nav-cart {
  background: #006633 !important;
  color: #ffffff;
  font-weight: 700;
}
.navbar .navbar-nav > .open > a{
  background: #006633 !important;
}
.navbar .navbar-nav > li > a.navbar-nav-cart:hover {
  background-color: #006633 !important !important;
}
.navbar .navbar-nav > .active > a {
  color: #008755;
  background: transparent !important;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #ffffff;
  background-color: #008755;
}
#impleomenu-cat > li > div > ul > li > a.k-link {
  background-color: transparent !important;
  color: #008755;
  transition: all 0.3s ease;
}
.k-menu .k-link.k-state-active {
  background-color: #008755;
  color: #ffffff;
}
.k-link:link,
.k-link:visited,
.k-nav-current.k-state-hover .k-link {
  color: #008755;
}
.k-state-active {
  color: #ffffff !important;
  background: #008755 !important;
}
/* Topmenu */
.logo {
  padding: 6px 0;
}
.jumbotron-inner {
  background-color: rgba(0, 102, 54, 0.5);
  padding: 40px 0;
  background-image: none;
}
/* Footer */
.footer {
  background: #008755;
  color: #ffffff;
  font-size: 13px;
}

/* Breadcrumps */
.section-breadcrumbs {
  background: #ffffff;
  padding: 0;
  border-bottom: 1px solid #ddd;
  line-height: 40px;
}
.section-breadcrumbs a {
  color: #333333;
}
.section-breadcrumbs a:nth-child(2) {
  display: none;
}
/*Produktsider*/
.panel-product {
    margin-bottom: 45px;
}

.panel-preview-price {
  color: #008755;
}
.panel-options .total-price {
  color: #333333;
  font-size: 32px;
  line-height: 34px;
  margin: 0 0 3px;
}
.panel-product-image {
  margin: 0 auto;
  display: block;
  height: 145px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.panel-preview-illustrations .panel-product-image {
  margin: 20px auto;
  display: block;
  height: 100px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.panel-product-heading {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 41px;
  max-height: 42px;
  overflow: hidden;
}
.section-products {
  background: #f5f5f5;
  border-bottom: 0px solid #ddd;
}
.panel-preview-large a {
  outline: none !important;
  position: relative;
  width: 60%;
  z-index: 99;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 auto;
  display: block;
  border: solid 1px #dcdcdc !important;
  cursor: zoom-in;
}

.webshop-product-customization{
  display: none;
}

.webshop-product-description .ws_itemno{
  display: none;
}

.webshop-product-quantity .btn-webshop-add{
  min-width: 175px;
}

/* Kategorier */
.webshop-product-image img {
    width: 155px;
    margin-bottom: 50px;
}
.webshop-product-image img:hover {
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
}
.RadComboBox_Bootstrap .rcbReadOnly {
    color: #FFF !important;
    background-color: #65b359 !important;
}
.webshop-product-title {
    padding: 5px 0;
    margin: 0 0 5px;
    font-size: 16px;
}
.webshop-product-price-total {
    font-size: 16px;
    padding:3px 0;
}
.webshop-product-image img{
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);  
}

/* Checkout */
#ctl00_MC_PH_pnl_CartHelp div,
#ctl00_MC_PH_pnl_CartTotal,
.cart-row.cart-total{
  background: #F5F5F5;
}

.btn-webshop-dl{
  background: #65b359;
  border: 1px solid #49923e;
}

#ctl00_MC_PH_pnl_DeliveryMethod,
#ctl00_MC_PH_pnl_Delivery hr{
  display: none;
}

/* section-products-featured */

.section-products-featured{ background-color: #b9d8d0 !important; margin-left: 0; margin-right: 0; }
.section-products-featured .section-products-heading{ margin: 15px 15px 40px; color: #50a368; text-transform: uppercase; font-size: 30px; }
.section-products-featured .panel-product{ margin-bottom: 10px; }
.section-products-featured .panel-product-label{ font-size: 14px; }