/*2018-08-15*/
/*Fjern print og del på Mobile*/
@media only all and (max-width: 768px){
.widget-product-tools{display:none;}

/*Ret skæve baggrund på produktsider*/
body div.body-container {
    padding-top: 0 !important;
    padding-left: 0px;
    margin-left: 0;
    margin-right: 0;
}

}/*End @media only*/

/*Bladrepile i produktbånd*/
.horizontal-scroll-navigation {background-color: rgba(238,238,238,0.3);}
.widget-product-view .campaign-label {margin-top: 75px;}

body {background-color: #efefef;font-size:16px;}

p{font-weight:lighter;}

.cms-blok p{font-size:18px;line-height:2;}

/*FooterFix*/
footer .footer-right-side .links .links-col .links-container {line-height: 2;font-size: 18px;}
footer .footer-left-side {line-height: 2;font-size: 18px;}

/*Fjern border right i kurv og lister*/
.table.table-ao tr>td {border-right: 0;}
/*Sæt pris til højrejusteret*/
.total{text-align: right;}

/*Hindrer at vareliste vises dobbelt på store skærme - Kvittering*/
@media only all and (min-width: 768px){
.widget-cart .list-cart {
    display: none;
}
}

/*Centrer baggrund i tiles*/
.generic-tile-block{
background-position:center top;
}


/*Sikring af at menupunkter kan læses på mindre skærme*/
@media only all and (max-width: 1199px) and (min-width: 768px){
header .menu .main-menu .header-tab-group .header-tab.cart-tab {width: 90px;min-width: 90px;max-width: 90px;}
.cart .cart-info {display: none;}
}

/*Hoverstyling*/
.product-list-block .product-list .products .product:hover {box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);}
.menu-block .bootstrap-column-block.primary .tile-container.hvid:hover {box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);}
.generic-tile-block.hvid:hover, .tile-container.hvid:hover {box-shadow: 0 2px 5px 0 rgba(0,0,0,0.3);}

.bootstrap-column-block.standard-height .hide-overflow {
    height: 325px;
}

/*START - Ændringer til responsivt layout Artikelsider*/
/*Overskrift og header i responsivt layout*/

/*ORG @media only all and (max-width: 768px){*/
@media only all and (max-width: 1279px){
.image-container .butik-image+.standard-title-container {margin-top: -50px;}
.image-container .standard-title {font-size: 35px;min-height: inherit;padding: 25px;position: relative;margin-left: 15px;margin-right: 15px;}
}

/*SLUT - Ændringer til responsivt layout*/




/*START - Megamenu og kviksøg*/
/*Fjern transperans ved små skærme*/
@media only all and (max-width: 1199px){
.search-product-list-block .quick-search-background{background-color: #efefef !important;}
.mega-nav-container .mega-nav-background {background-color: #efefef !important;}
}

/*Transparent baggrund ved søgning*/
@media only all and (min-width: 1200px){
.search-product-list-block.quickkurv-push-md {margin-right: 0;height: 100%;box-shadow: 3px 3px 10px #888888;background-color: rgba(40,40,40,0.5);}
.search-product-list-block .quick-search-background{background-color: rgba(40,40,40,0.5) !important;}
/*Bredde på kviksøgning*/
.search-product-list-block .product-list-block {max-width: 1200px;margin-left: 115px;background-color: #efefef;padding-left: 40px;padding-right: 40px;padding-bottom: 15px;box-shadow: 3px 3px 10px #888888;border: 1px solid #fefefe;width: calc(100% - 740px);min-width: 750px;width: calc(100% - 150px);}
}/*Slut på media*/

/*Tilpas megamenu navigation*/
@media only all and (min-width: 1200px){
.mega-nav-container .main-mega-nav {margin-left: 100px;margin-right: 150px !important;border: 1px solid #fefefe;height: auto;box-shadow: 3px 3px 10px #888888;background-color: #efefef;padding-bottom:25px;}
.mega-nav-container .sub-mega-nav {height: auto;max-width: calc(100vw - 210px);transform: translateX(100%);transition: transform 0.2s ease-in-out;margin-left: 100px;margin-right: 150px !important;border: 1px solid #fefefe;box-shadow: 3px 3px 10px #888888;background-color: #efefef;padding-bottom:25px;}
.mega-nav-container {background-color: rgba(40,40,40,0.5) !important;}
}/*Slut på media*/
/*SLUT - Megamenu og kviksøg*/

/*UNDER TEST*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*Ret størrelse på katagorikort i megamenu*/
.mega-nav-container .current-category-container .category .category-inner {height: 185px;}
.mega-nav-container .current-category-container .category .category-inner .link-container {width: 65%;}
.mega-nav-container .current-category-container .category .category-inner .img-container {width: 35%;height: 130px;}
.mega-nav-container.scroll-in-top .mega-nav-header {padding-top: 25px;padding-bottom: 5px;}

/*Megamenu - Tilpas tekster til højde på 170px*/
.category-menu .current-category-container .category .category-inner .category-title, .structure-nav-container .current-category-container .category .category-inner .category-title, .mega-nav-container .current-category-container .category .category-inner .category-title {line-height: 22px;height: 50px;margin-bottom: 0;cursor: pointer;}
.category-menu .current-category-container .category .category-inner .category-subtitle, .structure-nav-container .current-category-container .category .category-inner .category-subtitle, .mega-nav-container .current-category-container .category .category-inner .category-subtitle {
    margin-bottom: 10px;font-size: 16px;}
/*Gør klikbar baggrund gennemsigtig med megamenu*/
.mega-nav-container .mega-nav-background {background: none;}

/*Søg for at niveau 2 kun vises ved selected*/
.sub-mega-nav{margin-left: 200px;}
.sub-mega-nav.selected{max-width: calc(100vw - 290px);margin-left: 100px;}

@media only all and (max-width: 768px){
.sub-mega-nav.selected {max-width: 100%;margin-left: 0;}
}

/*Virker dette?*/
@media only all and (min-width: 768px){
.mega-nav-container .sub-mega-nav {padding-right: 0 !important;}
}

/*Tilpas loginblok*/
/*Flyt margen fra bund til top*/
.login-container .login-body .input-container {    margin-bottom: 0;    margin-top: 20px;    text-align: right;}
.login-container .login-body button.login-button {    margin-top: 0;}
.login-footer > .btn{    margin-top: 20px !important;}

/*TESTET OG GODKENDT*/
/*--------------------------------------------------------------------------------------------------------------------*/
/*Test af mørkere rød på title*/
.image-container .standard-title.roed {background-color:#ed1c24;}
.standard-title > h1{font-size: 55px;}
.standard-title > p{font-size: 55px;}
.standard-title > h1.header1{font-size: 55px;}
.standard-title.roed{color:white;}
.standard-title.roed > h1{color:white;font-size: 55px;}
.standard-title.roed > p{color:white;font-size: 55px;}
.standard-title.roed > h1.header1{color:white;font-size: 55px;}

/*Sikring af anbefalingsbånd i kviksøg*/
.overflow{overflow:hidden;}

/*Sikring af at footer altid vises i bund af side*/
/*body{min-height:100vh;}*/
/*body div.body-container {min-height: calc(100vh - 600px);}*/
/*min-height: inherit;*/

/*Breadcrumb i responsiv visning*/
.breadcrumb .dropdown-container.compact {border-radius: 12px;min-width: 45px;}
.breadcrumb .dropdown-container.compact .ellipsis-container {margin: -8px 7.5px 0 7.5px;vertical-align: middle;}
.breadcrumb .dropdown-container.compact .chevron-down {display: none;}
.breadcrumb .dropdown-container.compact .ellipsis-container .dot {height: 6px;width: 6px;}

/* START - Højde på Menuikoner*/
nav ul li .nav-element .icon-container .nav-icon {width: 32px;height: 32px;background-size: 32px 32px;}
nav ul li .nav-element {padding: 10px 0 0;}
nav ul li .nav-element .text {margin-top: 10px;}
/* SLUT - Højde på Menuikoner*/

/*Fjern kopier leveringsadresseknap for Orielsamarbejde på checkout*/
.copy-from-order{display:none;}

/*Sikring af plads til VA- Spildevand og afløb*/
nav ul li {max-width: 179px;}
nav ul li {max-width: 179px;}
nav ul li .nav-element .text {margin-left: 5px;margin-right: 5px;}
  @media only all and (max-width: 1024px){
    nav ul li .nav-element {font-size: 12px;}
  }

/* START - Align EnkeltProdutkBlokke*/
.single-item-block .single-item {width: 100%;}
.single-item-block .single-item .img-container {height: 170px;}
.single-item-block .single-item .product-container .product-description {height: 50px;}

/* START - Højde på ArtikelsideBanner*/
@media only all and (min-width: 1200px){
.image-container .butik-image {
height: 365px;
}
}

/*Tilpasninger til Tiles*/
/*Fjern Box-shadow på transparente baggrundstiles*/
/*.single-item-block*/
.transparent {box-shadow: none;}
/*Sikring af at Tileelement (vare) har hvid baggrund som default*/
.single-item-block {background-color: white;}
/*ItemTile bredde - Sikrer at bredde på knap altid er ens*/
.single-item-block .single-item .product-container {width: 100%;}

/*START - Ændring af hastighed på kvikkurv og billeder*/
.cart-tab .cart-slider-container {transition: transform 0.2s ease-in;}
.quick-cart-open .quickkurv-push-md {transition: margin-right 0.2s linear;}
.quickkurv-push-md {transition: margin-right 0.2s linear;}
/*Hurtigere Lazy*/
.lazy-loaded {-webkit-transition: opacity 0.1s;-moz-transition: opacity 0.1s;-ms-transition: opacity 0.1s;-o-transition: opacity 0.1s;transition: opacity 0.1s;opacity: 1;}

/*Rettelse af SMÅFEJL*/
/*Tilføj Border til filterpanel*/
.widget-product-filter .panel-filter-facet {border: 1px solid #e1e1e1;border-left: 1px solid #e1e1e1;}
/*Fjerner ekstra (+) under filtre på søgeside - SKAL FJERNES IGEN*/
.widget-product-filter .remove {display: none;}
/*Flyt teskt til top af HeroBlok*/
.hero-tile-block{-webkit-justify-content: flex-start;justify-content: flex-start;}
/*Curser over (i) på produkter*/
.aoicon-info:before {cursor: pointer;}
/*Øg tydelighed på låste Tiles*/
.menu-block .locked div * {opacity: 0.44;}
/*SKJUL INAKTIV STRAKSORDREFLOW*/
button.straksordre-button{display:none !important;}

/*AO Tabel layout*/
@media only screen and (max-width: 1000px) {
    .cms-blok.hide-overflow{
        overflow:auto;
    }
    .aotable{
        width: 200%;
        max-width: 200%;
    }
}


.aotable th{
padding-top:10px;
padding-bottom:10px;
padding-left:3px;
font-size:16px;
text-transform:uppercase;
font-weight:bolder;
color:white;
background-color:#575757;
}

/*Sikring af header hvis der ved en fejl ikke benyttes <TH>*/
.aotable tr:nth-child(1) > td{
padding-top:10px;
padding-bottom:10px;
padding-left:3px;
font-size:16px;
text-transform:uppercase;
font-weight:bolder;
color:white;
background-color:#575757;
    height: inherit;
}

.aotable td{
padding-top:15px;
padding-left: 3px;
vertical-align:top;
border-bottom:1px solid #575757;
}

.aotable tr > td:first-child{
padding:0;
height:70px;
}

.aotable tr:first-child > td:first-child {
    padding: 0;
    height: inherit;
}

.aotable tr:nth-child(1) > td:first-child::before{
display:none;
height:inherit;
vertical-align: middle;
}


/*Rød bjælke i første kolonne*/
.aotable tr > td:first-child::before{
width:5px;
height:30px;
background-color:#ed1c24;
content:"\00A0";
position:absolute;
}
/*Dog ikke i anden række*/
.aotable tr:nth-child(2) > td:first-child::before{
background-color:transparent;
}


.aotable td:nth-child(2){
text-transform:uppercase;
font-weight:bolder;
}

.aotable td > p {
    font-size: 16px;
    margin: 0;
    line-height: inherit;
    margin-bottom: 3px;
}

.aotable td{
font-size:16px;
font-weight: lighter;
}


/*Grøn variant*/
.aotable.green tr > td:first-child::before{
    width:5px;
    height:30px;
    background-color:#bfd730;
    content:"\00A0";
    position:absolute;
}
.aotable.green tr:nth-child(2) > td:first-child::before {
    background-color: transparent;
}
/*END - AO Tabel layout*/




/*START - CSS: Massetilføj*/
#uploadlisteModal{
    border: 1px solid #d3d3d3;
    background-color: white;
    padding: 5px;
}


#VareTekstListeTekstLabel{
min-height:150px !important;
max-height:450px !important;

}

#TilfoejedeVarerTekst{
min-height:150px !important;
max-height:450px !important;
}


.submit-vareliste.btn.btn-primary{
color:white;
background-color:black;
}
/*END- CSS: Massetilføj*/

/*START - CSS: Skift Bruger*/
.widget-product-filter .remove {display: block;}

@media only all and (max-width: 767px){
.mega-nav-container.scroll-in-top {
    top: 50px;
}

.change-user{
    font-size: 18px;
    margin: 15px;
    padding: 10px;
	}
	
.pre-text{
	width: 50px;
    float: right;
    margin-right: 50px;
    top: -70px;
    position: relative;
    height: 0;
	}
}
/*END - CSS: Skift Bruger*/

/*START - CSS: Megamenu responsive*/
/*****************/

nav ul li .nav-element {
    font-size: 16px;
}

/*Undgår menutekst overflow*/
nav ul li .nav-element .text {
    max-height: 25px;
    overflow: hidden;
}

@media only all and (max-width: 767px){

/*Fjern padding i megamenudropdown*/
.mega-nav-container .main-mega-nav {
    padding-left: 0;
    padding-right: 0;
}

nav ul li .nav-element {
    font-size: 18px;
}

nav ul li .nav-element .icon-container {
    height: 32px;
    float: left;
}

nav ul li {
    max-width: 100%;
    border-bottom: 1px solid #dedede;
    padding: 5px;
}

nav ul {
    display: block;
    padding: 0;
}

nav ul li .nav-element .text {
    margin-left: 15px;
    line-height: 20px;
}

}
/*END - CSS: Megamenu responsive*/




.hero-tile-block.tile-block {overflow: hidden;}
.image-container .butik-image {background-position: center top;}
.hero-tile-block h2{margin-top: 40px;}
.link.action-hyldeforkant-show{display:none;}

.hero-tile-block h2.hvid-hvid a{
    color: white;
}

.hero-tile-block h2.hvid-hvid{
    max-width:100%;
}

.hero-tile-block p{
    max-width:100%;
}

.info-message-block{
margin-right:90px;
}

/*Firefox ro på logo*/
.logo img {
    width: 74px;
}

@media only all and (max-width: 767px){
header .menu .main-menu .search-group .logo img {
    height: 35px;
    width:auto;
}
}


/*Fjern Fragtbeløb på iPad*/
@media only all and (max-width: 1199px) and (min-width: 768px){
.cart .cart-delivery-info .info {
display:none;
}
}



.standard-title.roed>h1, .standard-title.roed>h1.header1, .standard-title.roed>p {
    color: #fff;
    font-size: inherit;
}


/*Undgå flimmer på ItemBlok*/
.single-item-block .single-item .product-container ao-stock {
    min-height: 15px;
}


/*Sikring af video op sbt siden*/
iframe{
    max-width:100%;
}

.aotable td {
    padding-right: 15px;
}

.aotable tr:nth-child(2) > td:first-child {
    height: 35px;
}

.aotable tr>td:first-child {
    width: 8px;
}

.image-container .standard-title.lys-graa {
    background-color: #e6e6e6;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.btn-copy{
    display:none  !important;
}}

footer .footer-right-side .links .deadline-col .deadline-col-container .deadline-blok .region {
    font-weight: 300; 
}


@media only all and (max-width: 1279px){
.standard-title>h1, .standard-title>h1.header1, .standard-title>p {
    font-size: 30px;
    overflow:hidden;
    text-overflow:ellipsis;
}
}


@media only all and (min-width: 1200px){
.search-product-list-block .product-list-block {
    border-bottom: 0;
    max-width: 1200px;
}
}

/*Fjern margin-right ved anbefalinger i kviksøg*/

@media only all and (min-width: 768px){
body:not(.quick-cart-hidden) .async-merry.merry-container [ao-horizontal-drag-scroll] {
    margin-right: 10px;
    margin-left: -10px;
}
}

.login-container .login-body .input-container .forgot {
    cursor: pointer;
}


/*Fejlrettelsen af sort knap efter smarthome*/
.generic-tile-block a.btn.sort-hvid, .generic-tile-block .video__block a.sort-hvid.dark-orange, .video__block .generic-tile-block a.sort-hvid.dark-orange, .tile-container a.btn.sort-hvid, .tile-container .video__block a.sort-hvid.dark-orange, .video__block .tile-container a.sort-hvid.dark-orange {
    background-color: black;
}

html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}

/*Fjern flimmer i tiles*/
ao-stock::before{
    height: 10px;
    width: 10px;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #d9d9d9;
}

ao-stock:empty::before{
    height: 10px;
    width: 10px;
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #d9d9d9;
}

ao-ellipsis-menu:empty::before {
    content:"\00A0";
    height: 36px;
    width:32px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 3px;
    overflow: visible;
   background-color:rgb(234, 234, 234);
   overflow:hidden;
}

ao-information-popover:empty::before {
    content:"\00A0";
    height: 36px;
    width:38px;
 display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 3px;
    overflow: visible;
}

/*START - Styling af gammelt element - Nyhedsbåndblok*/
.merry.widget-info-merry .box .content .scroller .item {padding:0;max-width:400px;margin-left:0;margin-right:20px;background-color: white;height: 325px;}
.merry.widget-info-merry .box .content {background-color: transparent;}
.merry.widget-info-merry .box {background-color: transparent;height: 325px;}
.merry.widget-info-merry .box .content .scroller .item>div .title {font-size: 22px;text-align: center;font-weight:300;color:red;}
.merry .box .content {border-top: 0;}
.merry .box {border: 0;-webkit-box-shadow: none;box-shadow: none;}
.merry.widget-info-merry .box .content .scroller .item>div .title {height: 40px;margin-left: 20px;margin-right: 20px;}
.merry.widget-info-merry .box .content .scroller .item>div img {max-height: 115px;}
.merry.widget-info-merry .box .content .scroller .item>div p{font-size: 16px;line-height: 21px;font-weight: 300;margin: 20px;}
/*SLUT - Styling af gammelt element - Nyhedsbåndblok*/


@media print
{    
    .no-print, .no-print *
    {
        display: none !important;
    }

     .logistics{
        page-break-after: always;
     }

    .header-tab{display: none !important;}
    .admin-top-menu{display: none !important;}
    .menu-divider{display: none !important;}
    .burger-menu{display: none !important;}
    .cart-container{display: none !important;}
    #epi-quickNavigator{display: none !important;}
    .main-nav{display: none !important;}
    .kurv-col{width:100% !important;}

}

.aotable th span, .aotable th p{
font-weight:bolder;
}

/*Sikring af header hvis der ved en fejl ikke benyttes <TH>*/
.aotable tr:nth-child(1) > td span, .aotable tr:nth-child(1) > td p{
font-weight:bolder;
}

/*Undgå at favoritbutik overskrider Bundle ramme*/
.widget-bundle .content ul.results li.item>.stock > dl dt:nth-child(3) {
display:none;
}

/*CGA katagoriboks tilpasninger*/
.category-menu .current-category-container .category .category-inner .link-container .sub-categories .sub-category, .structure-nav-container .current-category-container .category .category-inner .link-container .sub-categories .sub-category, .mega-nav-container .current-category-container .category .category-inner .link-container .sub-categories .sub-category {
    text-decoration: none;
    margin-bottom: 5px;	
}

.category-menu .current-category-container .category .category-inner .link-container .sub-categories .sub-category, .structure-nav-container .current-category-container .category .category-inner .link-container .sub-categories .sub-category:hover, .mega-nav-container .current-category-container .category .category-inner .link-container .sub-categories .sub-category:hover {
    text-decoration: underline;
}

.category-menu .current-category-container .category .category-inner .link-container .sub-categories .sub-category, .structure-nav-container .current-category-container .category .category-inner .link-container .sub-categories .sub-category, .mega-nav-container .current-category-container .category .category-inner .link-container .sub-categories .sub-category {
    text-decoration: none;
    margin-bottom: 5px;	
}


.category-menu .current-category-container .category .category-inner, .structure-nav-container .current-category-container .category .category-inner, .mega-nav-container .current-category-container .category .category-inner {
    padding-left: 20px;
    padding-right: 15px;
	}
	
.category-menu .current-category-container .category .category-inner .category-title, .structure-nav-container .current-category-container .category .category-inner .category-title, .mega-nav-container .current-category-container .category .category-inner .category-title {
    height: 30px;
}	

/*Fix produktliste uden javascript*/
.table>thead>tr>td.info, .table>thead>tr>th.info, .table>thead>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr>td.info, .table>tbody>tr>th.info, .table>tbody>tr.info>td, .table>tbody>tr.info>th, .table>tfoot>tr>td.info, .table>tfoot>tr>th.info, .table>tfoot>tr.info>td, .table>tfoot>tr.info>th {
    background-color: white;
}

/*Fjern top margen hvis der ikke er indhold i generelt tekst blok*/
@media only all and (max-width:576px){
.content-block-above-contents {
    padding-bottom: 0 !important;
}
}

/*Tillad 2 linjers H2 tekst i TileBlokke*/
.generic-tile-block .title-container, .tile-container .title-container {
    height: 65px;
    white-space: inherit;
    overflow: hidden;
    display: flex;
}
.menu-block .bootstrap-column-block.primary .tile-container h2 {
    display: inline-block;
    align-self: flex-end;
}

.generic-tile-block .title-container h2, .tile-container .title-container h2 {
    display: inline-block;
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: 0;
}

.generic-tile-block.tile-block {
    padding-left: 15px; 
    padding-right: 15px;
}

.add-to-cart-group .ellipsis .dropdown-menu li .save-as-favorite-option:hover {
    background: #dfdfdf;
    color: #000;
}

.add-to-cart-group .ellipsis .dropdown-menu li .add-to-cart-option:hover {
    background: #dfdfdf;
    color: #000;
}

/*AO Bootstrap styling*/
.HeroHeader{
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 60px);
}

.HeroHeader > div >  p > span > a{
    border:1px solid white;
    border-radius:4px;
    padding:5px 10px;
    text-decoration:none;
    margin-right:10px;
    margin-top:10px;
    line-height:45px;
    color: white;
}

.HeroHeader > div >  p > a{
    border:1px solid white;
    border-radius:4px;
    padding:5px 10px;
    text-decoration:none;
    margin-right:10px;
    margin-top:10px;
    line-height:45px;
}

.HeroHeader > div > h2, .HeroHeader > div > h1 {
    color: white;
}

.LoginNoFooter > .login-container .login-footer {
    display: none;
}

/*Banner på struktursider (fx. ventilation)*/
.campaign-text-only .campaign-text {
    padding: 0;
    margin-right: 0;
    width:100%;
}

.campaign-text > div > a > img{
    max-width: 100%;
    width: inherit;
}

.campaign-text > div > a > img{
    max-width: 100%;
    width: inherit;
}



@media only all and (max-width:576px){
.info-message-block {
    margin-right: 0;
}
}


.info-message-block {
    margin-right: 0;
}

/*Tilpas InfoBesked ved visning i Global header*/
body > .info-message-block{
margin-right:85px;
}


/*Fjern vis adresse på kort*/
#ShowMapBtnGeocoding {
    display: none !important;
}

/*Erstattervareinfo i søgning*/
div.product-description > div.product-replaces.product-varenr span{
font-weight:lighter !important;
color:#ababab;
font-style:italic;
}

.product-list-block .product-list .products .product .product-information .product-description .product-replaces {
    text-decoration: none;
}

.btn-outline{
    padding:5px;
}

@media only all and (min-width:768px){
.btn-outline{
    margin:0 11px 0 11px;
}
}


ao-preloaded-product > ao-information-popover {
    display: none;
}

/*Sikrer at artikelsider (fx. fokusleverandør) har samme layout som basissider ved at kopiere CSS fra body-container*/
/*.container-fluid {*/
.standard-page {
    margin-left: inherit;
    padding-right: inherit;
    margin-right: 40px;
    padding-left: 20px;
}

.consent-form {
    background-color: transparent;
}

.consent-radio.consent-radio-decline {
    border-top: 1px solid black;
    min-height: 40px;
}

.consent-text::before {
    width: 5px;
    height: 30px;
    background-color: #ed1c24;
    content: "\00A0";
    position: absolute;
    margin-left: -10px;
    border-top: 1px solid black;
}

.consent-text {
    padding-left:10px;
}

.consent-group > ul, ao-consent > form > div > ul{
    padding: 0;
    list-style-type: none;
}

.consent-group {
    background-color: #efefef;
}

.consent-group-text{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bolder;
    color: white;
    background-color: #575757 !important;
    height: inherit;
}

rubiq-banner {
    display: none !important;
}

.product-information > a > .campaign-label {
    left: 10px !important;
}

.quick-search-scroll {
    overflow-y: visible;
    overflow-x: visible;
    max-height: 1300px;
}

.modal.fade.in > div > div > form > div.form-group{
padding:15px;
}

ao-async-block-loader > .row {
    padding-left: 10px;
    padding-right: 10px;
}