/* Import&eacute;r Montserrat og Open Sans med alle v&aelig;gte og italic */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');


/* top */
#site-topbar {
  background-color: #069ed9!important;
  width: 100%;
}
.footer-bottom * {
  font-size: 14px!important;
}
#site-topbar span,
#site-topbar a,
#site-topbar label,
footer * {
  color:white!important;
}

/*
#co2pro-links li {
    display: inline-block;
}
#co2pro-links {
  
}
#info-phone:before {
  font-family: "bootstrap-icons" !important;
  content: "\F5C1";        
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  speak: never;
  position: relative;
  top: 2px;
  margin-right: 6px;
  line-height: 1;
}
#info-email:before {
  font-family: "bootstrap-icons" !important;
  content: "\F32F"; 
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  speak: never;
  position: relative;
  top: 2px;
  margin-right: 6px;
  line-height: 1;
}

.page-content .nav {
  display: block;
}
a.nav-login:before {
  font-family: "bootstrap-icons" !important;
  content: "\F4E1"; 
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  speak: never;
  position: relative;
  top: 2px;
  margin-right: 6px;
  line-height: 1;
}
.nav-right svg{
  height: 20px;
}
*/
input.w-search-input{
  color:black!important
}
/* Brug skrifttyperne */
* {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
    line-height: 1.5;
}
body {
/*  font-family: 'Open Sans', Arial, sans-serif; */
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}

.nav-tabs>li>a {
font-size: 1.3em;
}

.h6 {
    font-size: 1.2em;
}

p {
  font-size: 1.3em;
  color: black;
}

.table-h-striped td {
font-size: 1.2em;
}

.panel-border .panel-heading {
    background-color: #e6e6e6;
}
img.responsive,
.placeholder{
  background-color: transparent;
}
/* modelvare nr. */
.product-itemNumber-text,
.selected-itemNumber-text {
  font-size: 16px; /* Just&eacute;r st&oslash;rrelsen efter behov */
}

/* selve prisen */
.price {
  font-size: 18px; /* Just&eacute;r st&oslash;rrelsen efter behov */
}

/* prisen f&oslash;r rabat */
.priceBeforeDiscount {
  font-size: 14px;     /* Just&eacute;r st&oslash;rrelsen efter behov */
  color: gray;         /* Startfarve: gr&aring; */
}

/* v&aelig;gt */
.product-weight-text,
.selected-weight-text,
.product-weight,
.selected-weight {
  font-size: 14px; /* Just&eacute;r st&oslash;rrelsen efter behov */
}

.page-content {
    margin-top: 50px;
    margin-bottom: 15px;
}

@media (min-width: 1281px) {
    .w-search .w-search-container .w-search-form {
        height: 36px;
    }
}


/* CSS */
.topbar {
  background-color: #00a0dc; /* bl&aring; baggrund */
  color: #fff; /* hvid tekst */
  font-size: 14px;
  display: flex;
  justify-content: space-between; /* venstre & h&oslash;jre */
  align-items: center;
  padding: 5px 15px;
}
.topbar .count-bubble {
  font-style: normal;
}
.topbar svg{
  height: 20px;
}
.w-search-submit svg,
.w-search-close svg {
  color: black;
}
.topbar > div {
  display: flex;
}
.topbar a {
  color: #fff;
  text-decoration: none;
  margin-left: 15px;
  font-size: 14px;
  display: inline-flex;
}

.topbar a:hover {
  text-decoration: underline;
}

.icon {
  margin-right: 5px;
  font-size: 14px;
}

.topbar-left .icon {
  margin-left: 15px;
}
.topbar-left .icon:first-child {
  margin-left: 0;
}
#site-topbar .miniBasket *{
  color: black!important;
  font-size: 16px;;
}
@media only screen and (max-width: 960px) {
  span.txt { display: none;}
}
/* s&oslash;gning */
/*
div#searchBox {
    padding: 0 5% !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: none !important;
}

.blur-site-content {
    position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    background:peachpuff;
    opacity: .5;
    z-index: 101;
    left: 0;
    right: 0;
    top: 0;
}

#searchBox svg#closeSearchFeild {
    background: #fe8e6a;
    color: #fff;
    padding: 6px;
    width: 35px;
    height: 35px;
    border-radius: 20px;
}

.search-input-big {
    margin: 20px auto 20px;
}

svg#closeSearchFeild {
    top: 22px;
}

#searchBox input#searchInput {
    background: #f1f1f1;
    border: none;
    text-align: center;
    font-size: 22px;
    padding: 4px 4px;
    border-radius: 50px !important;
}

#searchBox #resultBox ul.result-list li {
    overflow: hidden !important;
}

#resultBox .search-result a.small.result-button-see-more {
    color: #fff !important;
    background: #fe8e6a !important;
    font-size: 17px;
    width: 100%;
    padding: 7px 3px;
    border-radius: 20px;
}

@media only screen and (max-width: 960px) {

    form#searchForm {
        background: #fff;
        padding: 0 15px;
        box-sizing: content-box;
        margin: 0 -15px;
    }

    #searchInput {
    background: #f1f1f1 !important;
    color: #333;
    border-bottom: 1px #fff solid;
    }

    #searchBox .feild-container {
    padding-right: 45px;
    }

}
*/
