#background-image {
 position: absolute;
 top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

#product-svg {
  position: relative;
  z-index: 2;
margin-left: -10px;
margin-right: -10px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  mix-blend-mode: multiply;
}

#product-shape {
  fill: #ffffff;
}

.color-container {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.farve {
    border: 2px solid #e1e1e1;
    cursor: pointer;
    background: #e1e1e1;
    margin: 0 30px 10px 0;
    line-height: 40px;
    border-radius: 10px;
    overflow: hidden;
}

.farve .color_bg {
    float: left;
    width: 30%;
    height: 34px;
    margin: 3px 10px 3px 5px;
    border-radius: 20px;
}
.color_bg {
    border: 2px solid #e1e1e1;
    cursor: pointer;
    background: #e1e1e1;
    margin: 0 30px 10px 0;
    line-height: 40px;
    border-radius: 10px;
    overflow: hidden;
}
.farvebox {
    height: 370px;
    overflow-x: hidden;
}


h2 {
    font-size: 21px;
    margin: 0 0 10px 0;
    font-family: oswald,serif;
}
.farve .farvenavn {
    float: left;
    font-size: 13px;
}

.farvekategori{
background: #ffffff;
    padding: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
}

select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #444444;
    font-size: 15px;
    outline: 0;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 0 20px;
    -webkit-appearance: none;
    background: url(https://online.rockidan.dk/arrowdown.png) no-repeat #fff center right 10px;
}

#colorbox {
 border: 1px solid #cccccc;
 border-radius: 5px;
}

.valger{
background-image: none;
    background: #282828;
    border: 1px solid #282828;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 700;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    font: 600 14px/1.35 Montserrat, Helvetica Neue, Verdana, Arial, sans-serif;
    vertical-align: top;
    margin-bottom: 5px;

}
