.mfp-bg {
	background: #005659 !important;
	opacity: 0.8 !important;
}


.ccm-custom-style-main2717 P
{
Line-height:15px;
Font-size:11px;
}

@media (max-width: 768px) 
    {
    
        div.d-none h4 {
            font-size:12px !important;
        }
        
        .top1 {
            display: none;
        }
        .top2 {
            display: none;
        }
        .front-button {
            display: none;
        }
        
        .store-product-additional-images{
            display:none;
        }
        
        
        .border-left
        {
        border-right:none !important;
        }
    }
    
    @media (min-width: 768px) 
    { 
        .mobiltop {
        display: none;
        }
        .buton-link
        {
        display: none;
        }
    }

/* Dropdown Button */
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 13px;
  border: none;
}
    
    /* The container <div> - needed to position the dropdown content */
.dropdown {
  position: left;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
  font-size: 12px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: rgb(1, 124, 131);}

/*style extra pic on product */
.store-product-additional-image {
 padding-left: 1px !important;
 padding-right:1px !important;
 padding-top:5px;
}
.mfp-bottom-bar {
    display:none;
}
.store-product-primary-image{
  padding-left: 1px !important;
 padding-right:1px !important;   
}

.product-card {
display: flex;
position: relative;
flex-direction: column;
flex-grow: 1;

border: 1px solid #ddd;
background: #fff;
box-sizing: border-box;
margin: 0;
padding: 0;
font: inherit;
font-weight: inherit;
font-style: inherit;
height:425px;
overflow: hidden;
}
.product-card-text {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.product-card:hover {
    transform: scale(1.015); 
}
.product-card a:hover {
  text-decoration: underline !important;
}
.c5h-modal-stack{
padding-top: 0px !important;
}


.ccm-custom-style-main575 {
    border-radius: 5px;
}

.pagelink:hover{
    background-color: rgb(0,155,164);
}

.ccm-page .c5h-search-bar .postfix {
    background: rgb(0, 155,164) !important;
    color: #FFFFFF;
    border: rgb(0, 155,164) !important;
}

.ccm-page .c5h-search-bar .postfix:hover {
    background: rgb(0, 130, 138) !important;
    color: #FFFFFF;
    border: rgb(0, 130, 138) !important;
}

/* Sørg for, at alle tilstande af links bruger Muli */
a,
a:hover,
a:active,
a:visited,
a:focus {
    font-family: 'Muli', sans-serif !important;
}