body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: Poppins, sans-serif;
    color: #222529;
    letter-spacing: normal;
}

/* Buttons - Poppins*/
.pagebuilder-column-group a.pagebuilder-button-primary,
.pagebuilder-column-group button.pagebuilder-button-primary,
.pagebuilder-column-group div.pagebuilder-button-primary {
    font-family: Poppins, sans-serif;
}

body a:visited, body .alink:visited, body .alink:visited {
    color: #607c5d;
}
.porto-block-html-top a:hover {
color: #222529;
}

/* Top menu store locator */
li.ui-menu-item.level0.fullwidth.parent {
    display: none;
}



/* Product specific */
body h1,
.product-info-main .page-title-wrapper h1 {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 5px 0;
}

.catalog-category-view .page-title-wrapper h1 {
    font-size: 36px !important;
    color: #222529 !important;
}
body h1 {
    margin-bottom: 20px
}
body h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 5px 0;
}

body h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    margin: 0 0 5px 0;
}

body h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin: 0 0 5px 0;
}

body h5 {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 5px 0;
}

body h6 {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 5px 0;
}
body a, body a:hover {
    cursor: pointer;
}

body p a {
    color: #607c5d;
    cursor: pointer;
}

body p a:hover {
    color: #607c5d;
    cursor: pointer;
}

@media (max-width: 575px) {
    body {
        font-size: 13px;
        line-height: 21px;
    }
    /* Fjern Top Panel Mobilvisning */
    .main-panel-top {
        display: none;
    }
}


.logo img {
    margin-right: 20px;
    width: auto;
}

/* Generic css ends */

/* Custom css starts */

.layout-fullwidth .page-footer .container,
.layout-fullwidth .footer.content,
.layout-fullwidth .header.content,
.layout-fullwidth .navigation,
.layout-fullwidth .page-main,
.layout-fullwidth .page-wrapper>.breadcrumbs>ul,
.layout-fullwidth .page-wrapper>.page-bottom,
.cms-forside.layout-fullwidth .container,
.cms-forside.layout-fullwidth .block.category.event,
.cms-forside.layout-fullwidth .page-wrapper>.widget,
.cms-forside.layout-fullwidth .top-container  {
    max-width: 1440px !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.layout-fullwidth .page-wrapper .page-main-full-width {
    width: 1440px;
    max-width: 1440px;
    margin: 0 auto 60px;
    background-color: #fff;
    padding: 30px 20px 20px;
    border-radius: 10px;
}

.cms-forside.layout-fullwidth .page-wrapper .page-main-full-width {
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
}
.cms-guide-til-valgplakater.layout-fullwidth .page-wrapper .page-main-full-width {
    background-color: transparent;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

@media only screen and (max-width: 428px) {
    /* Frontpage */
        /* Banner */
    .pagebuilder-slide-wrapper {
        min-height: 180px !important;
    }  
    .fpslider {
        max-height: 200px;
    }  

    /* Container */
    .layout-fullwidth .page-footer .container, .layout-fullwidth .footer.content, .layout-fullwidth .header.content, .layout-fullwidth .navigation, .layout-fullwidth .page-main, .layout-fullwidth .page-wrapper>.breadcrumbs>ul, .layout-fullwidth .page-wrapper>.page-bottom, .cms-forside.layout-fullwidth .container, .cms-forside.layout-fullwidth .block.category.event, .cms-forside.layout-fullwidth .page-wrapper>.widget, .cms-forside.layout-fullwidth .top-container {
        max-width: 100% !important;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .pagebuilder-column {
        margin-right: 0 !important;
        width: 100%;
        margin-bottom: 20px;
    }

    /* Product slider bottom */
    #html-body [data-pb-style=P5LTMTS] {
        padding-left: 20px;
        padding-right: 20px;
    }
    #maincontent .product-item-details .product-item-name a {
        font-size: 14px;
    }

    /* Category page  */
        /* Category items */
        .products-list .product-item-details {
            max-width: 100% !important;
            padding: 0 20px 20px;
            
        }
        .products-list .product-item-info {
            display: inline-block !important;
        }
        /* Product items */
        .product-item-photo img {
            max-height: 200px;
            width: auto;
        }
        .page-layout-1column #maincontent .product.media {
            display: block;
        }

        .catalog-product-view .product.media .custom-product-details {
            margin-left: 0 !important;
        }
     
        .product.media .gallery-placeholder .fotorama__stage {
            max-height: 220px;
        }
        .catalog-product-view .fotorama__wrap {
            border-radius: 10px 0;
        }
        .product.media .gallery-placeholder .fotorama__stage {
            left: 0 !important;
            border: none !important;
        }
        
    /* undersider */
    .layout-fullwidth .page-wrapper .page-main-full-width {
        max-width: 90%;
    }

      }


.printq-upload_fullpage_configuration.layout-fullwidth .page-title-wrapper{
    padding-left: 0;
}
.printq-upload_fullpage_configuration.layout-fullwidth .page-title-wrapper h1 {
    margin-bottom: 10px;
}
.layout-fullwidth .column.main div[data-content-type='text'] {
    padding: 0;
}

.page-wrapper>.breadcrumbs {
    margin-bottom: 30px !important;
}
.cms-page-view .page-wrapper>.breadcrumbs {
    margin-bottom: 0 !important;
}
.cms-kontakt-os.cms-page-view .page-wrapper>.breadcrumbs {
    margin-bottom: 30px !important;
}
.pagebuilder-column {
    border-radius: 10px;
    
}
.pagebuilder-column-group {
    padding-left: 20px;
    padding-right: 20px;
}

/*  Header Menu */
/* find a store link in menu */
a#ui-id-8 {
    display: none;
}

.porto-block-html-top a:hover {
    color: #607c5d;
}

/*  Front page */

/* - product slider  */
.widget-product-carousel .product-item-details .price-box.price-final_price,
.widget-product-carousel .product-item-details .product-item-inner {
    display: none !important;
}


.product_slider {
    background-color: #fff;
    border-radius: 10px;
}

.product_slider .product-item-details {
    margin-top: -60px;
}

.product_slider .product-item-name {
    padding: 10px 5px;
}

.product_slider .product-item-info .product-item-photo:hover {
    box-shadow: none !important;
}

.product_slider .product-item-info:hover .product-item-photo {
    box-shadow: none !important;
}

.product_slider .product-item-info:hover .product-item-details a {
    color: #d67d31;
}

#maincontent .product-item-details .product-item-name a {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.layout-fullwidth .column.main .why-boxes[data-content-type='text'] {
    padding: 40px;
    margin: 0 10px;
    color: #fff;
}
.why-boxes h3 {
    color: #ffffff;
    font-weight: 700;
    font-size: 53px;
    line-height: 1.1em;
}

.products-grid.products-grid.grid .product-item {
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
}
.products-grid.products-grid.grid .product-item:hover {
    box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
}
.products-grid.products-grid.grid .product-item-info:hover .product-item-photo {
    box-shadow: none;
}

.products-grid.products-grid.grid .product-image-photo.default_image {
    height: 250px;
    width: auto;
    border-radius: 5px;
}
.products-list .product-item-photo {
    margin: 0 20px 0 20px !important;
}

.products-grid.products-grid.grid .product.photo.product-item-photo {
    height: 250px;
    margin-bottom: 0;
}
.cms-alle-produkter .product.photo.product-item-photo {
    margin: 7px 7px 0 7px;
}
.products-grid.products-grid.grid .product-item:hover .product-item-details .product-item-name a{
    color: #607C5D;
}
.products-grid .product-item-name {
    padding: 10px;
}



@media (max-width: 480px){
    .products-grid .product-item {
        float: inline-start !important;
        width: 100%;
        padding: 0 !important;
    }
    .products-grid .product-item-name a {
        font-size: 1em !important;
    }
    .products-grid.products-grid.grid .product.photo.product-item-photo {
        height: auto;
    }
}
/*  Footer contact */
.footer .widget.contact-info li:not(:last-child) {
    margin-bottom: 30px;
}

.footer-middle p.vc_custom_heading a {
    color: #D67D31;
}

.footer-middle p.vc_custom_heading a:hover, .footer-middle p.vc_custom_heading a:focus {
    color: #607c5d;
}


/* Product page override */
.page-layout-1column #maincontent .product.media {
    width: 100%;
}

/* Product page tooltip */
.printqApp_tooltip .printqApp_tooltip-inner h3 {
    font-size: 15px;
    line-height: 20px;
}

.printqApp_tooltip .printqApp_tooltip-inner {
    max-width: 420px;
}

.printqApp_tooltip .printqApp_tooltip-inner p {
    font-size: 14px;
}

.matrix_layoutMain .matrix_pageOptionAttributeButton.active .matrix_pageOptionAttributesName {
    font-weight: 300;
}




/* Category */


/* Category text layout */
.catalog-category-view .page-main {
    padding-bottom: 60px;
}
.layout-fullwidth.catalog-category-view .page-bottom {
    padding-left: 20px;
    padding-right: 20px;
}
.layout-fullwidth.catalog-category-view .page-bottom .widget { 
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 90px;
}


#maincontent .category-view h2 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

#maincontent .category-view p {
    font-size: 15px;
}

/* Category sidebar */
.sidebar .sidebar-content .block-category-list, 
.side-custom-block .custom-block, 
.sidebar .sidebar-content .side-megamenu {
    border-bottom: none !important;
    background-color: #fff;
   border-radius: 10px;
}

body .category_sidebar_block p a, body .why-boxes a {
    color: #ffd15a;
    cursor: pointer;
}

body .category_sidebar_block p a:hover, body .why-boxes a:hover {
    color: #607c5d;

}



.catalog-category-view .sidebar.sidebar-main .sidebar-content, .catalogsearch-result-index .sidebar.sidebar-main .sidebar-content, 
#maincontent .toolbar-products {
    background-color: transparent;
}

.catalog-category-view #maincontent .sidebar.sidebar-main .sidebar-content {
    border: none;
}

/* .sidebar.sidebar-main {
    margin-top: -140px;
} */


#maincontent .toolbar-products {
border: 1px solid #eaeaea;
}

.products-list .product-item-info {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 30px 30px 0;
}

.products-list .product-item {
    padding: 0 20px !important;
}

.category_sidebar_block {
    background: #D67D31;
    padding: 20px;
    border-radius: 10px;
    margin-top: -10px;
}
.category_sidebar_block h4, .category_sidebar_block p {
    color: #ffffff;
}
.category_sidebar_block h4 {
    font-weight: 600;
    font-size: 15px;
}

#maincontent .block-category-list .block-title, #maincontent .side-custom-block .custom-block h2 {
    font-size: 20px;
}

#maincontent .block-category-list .block-content ol li a {
    font-size: 14px;
    font-weight: 500;
    padding: 6px 0;
    display: block;
    color: #888;
}

#maincontent .block-category-list .block-content ol li a:hover {
    color: #D67D31;
}

/* - Category title */
.catalog-category-view .page-title-wrapper {
    display: block !important;
}

body #maincontent .widget h2 {
    font-size: 20px;
    line-height: 25px;
}

/* - Category description */

/* Category product list view */
.products.wrapper.list.products-list .product-item-info .product-item-details .price-box {
    display: none ;
}

.products.wrapper.list.products-list .product-item-info .product-item-details .product-item-actions {
    display: none ;
}
.products.wrapper.list.products-list .product-item-info .product-item-details h3{
    display: none;
}
/* Grid view */

.products.wrapper.grid.products-grid .product-item-inner .product-item-actions {
    display: none;
}

/* Category bottom text */
.page-bottom h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
}
.page-bottom h3, .page-bottom h3 strong span {
    font-size: 18px !important;
    line-height: 20px;
    font-weight: 600;
}

.page-bottom p, .page-bottom p span {
    font-size: 13px !important;
    line-height: 20px;
}
.page-bottom p strong span, .page-bottom p span strong {
    font-size: 13px !important;
    font-weight: 600;
}

.page-bottom {
    padding-bottom: 60px;
}




.products.wrapper ~ .toolbar.toolbar-products {
    display: none;
}

body #maincontent .product-item-details .product-item-name a:visited {
    color: #222529;
}

.products.wrapper.list.products-list .product-item a.action.more {
    background: #607C5D;
    color: #ffffff;
    padding: 5px 30px;
    display: inline-block;
    margin-top: 25px;
}
.products.wrapper.list.products-list .product-item:hover a.action.more {
    background: #D67D31;
    cursor: pointer;
}
.products.wrapper.list.products-list .product-item:hover {
    cursor: pointer;
}


.products.wrapper.list.products-list .product-item:last-child:after {
    display: none;
}
.product-item-description p {
    margin: 0;
}

.products.wrapper.list.products-list .product-item .product-image-container {
    left: 0;
}

/* Frontpage slider */

.pagebuilder-slider .pagebuilder-collage-content h4 {
    font-size: 30px;
    color: #D67D31;
    line-height: 1.1;
    font-weight: 900;

}

.pagebuilder-slider .pagebuilder-collage-content h3 {
    font-size: 50px;
    color: #222529;
    line-height: 1.1;
    font-weight: 900;
}

.pagebuilder-column a.pagebuilder-button-primary, .pagebuilder-column button.pagebuilder-button-primary, .pagebuilder-column div.pagebuilder-button-primary {
    background-color: #607c5d;
    margin-left: 50px;
    padding: 25px 20px;
    border-color: #607c5d;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}
.pagebuilder-column a.pagebuilder-button-primary:hover, .pagebuilder-column button.pagebuilder-button-primary:hover, .pagebuilder-column div.pagebuilder-button-primary:hover {
    background-color: #fff;
    color: #D67D31;
    border-color: #fff;
   }


.pagebuilder-slider button.pagebuilder-slide-button.pagebuilder-button-primary {
    background-color: #607c5d;
    padding: 15px;
    height: auto;
    font-size: 16px;
    font-weight: 300;
    border: none;
    color: #ffffff;
    box-shadow: 2px 2px 3px #676767;
}

.pagebuilder-slider button.pagebuilder-slide-button.pagebuilder-button-primary:hover {
    background-color: #ff7e12;
}


/* Footer */
.footer .widget p {
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 1em;   
}

.footer .widget p strong, .footer .widget h4 {
    color: #fff;
}
.footer .widget .contact-info .contact-details p strong, .footer .widget .contact-info .contact-details strong {
    color: #fff;
}
.footer .newsletter .action.subscribe.primary {
    background-color: #D67D31;
}
.footer .newsletter .action.subscribe.primary:hover {
    background-color: #607C5D;
}


/*  Checkout page */

body.checkout-index-index .opc-progress-bar {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

body.checkout-index-index .opc-progress-bar-item {
    width: 50%;
}

body.checkout-index-index #checkoutSteps {
    width: 100%;
}



body.checkout-index-index body.checkout-index-index .authentication-wrapper {margin-bottom: 20px;}

body.checkout-index-index button.action.action-auth-toggle {
    background: #D67D31;
    display: inline;
    padding: 15px 30px 30px;
    font-weight: 600;
    color: white;
}
body.checkout-index-index .opc-progress-bar-item._active:before {
    background: #D67D31;
}
body.checkout-index-index  .opc-progress-bar-item._active > span:before {
    background: #D67D31;
}

.remove-wrapper .fa {
    font-family: "FontAwesome";
    color: #D67D31;
}
.remove-wrapper {
    display:flex;
}
.fa.fa-pencil {
    display: none;
}


/*  Product fullpage configuration */
/*  Remove Pageoption chooser in DP */
.printq_upload_fullpage_configuration .matrix_layoutMain .matrix_layoutHeader {
    display: none !important;
}

/* button for Overslag button  */
.printq_upload_fullpage_configuration .matrix_quotationButton  {
    display: none;
}


.printq_upload_fullpage_configuration .matrix_layoutMain .btn.btn-primary, .printq_upload_fullpage_configuration .matrix_layoutMain .btn.btn-primary:active, .printq_upload_fullpage_configuration .matrix_layoutMain .btn.btn-primary:focus {
    background-color: #607C5D;
    border-color: #607C5D;
    
}

.printq_upload_fullpage_configuration .matrix_layoutMain .matrix_addToCartButton .btn.btn-primary {
    box-shadow: 2px 2px 3px #676767;
}

/* Icon for add to basket */
.printq_upload_fullpage_configuration .matrix_layoutMain .matrix_addToCartButton .btn.btn-primary::before {
    content: '\e8ba';
    font-family: 'porto-icons';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
      display: inline-block;
    text-decoration: inherit;
    width: 1.4em;
    margin-right: .1em;

}

/*  Product image  */

.fotorama__stage__frame, .fotorama__img {
    border-radius: 10px;
}

.fotorama-item .fotorama__stage__frame .fotorama__img {
    object-fit: cover;
}

.gallery-placeholder .fotorama__wrap {
    margin:0;
}

.catalog-product-view .product.media .custom-product-details {
    background-color: #fff;
    border-radius: 10px;
    margin-left: 30px;
    padding: 50px;
}


.catalog-product-view .product-info-price {
    /* color: #676767; */
    display: none;
}

/* Product page other options */ 
.printq-upload_fullpage_configuration .matrix_optionsTable {
    display:none;
}

/*  NIDO Display options on mobile  */
@media (max-width: 768px) {
    .printq-upload_fullpage_configuration .matrix_optionsTable {
        display: block;
    }
}

/* Product page other options Product specific */ 
.printq-upload_fullpage_configuration.product-skilte .matrix_otherOptionsTable {display:block}
.printq-upload_fullpage_configuration.product-musematter .matrix_otherOptionsTable {display:block}
.printq-upload_fullpage_configuration.product-valgplakater .matrix_otherOptionsTable {display:block}
.printq-upload_fullpage_configuration.product-flyer-eff .matrix_otherOptionsTable {display:block} 
.printq-upload_fullpage_configuration.product-flyers .matrix_otherOptionsTable {display:block} 


.matrix_layoutMain.matrix_layoutUseMatrix.container.matrix_layoutUploadFullPageConfigurationContainer {
    padding: 0 15px;
}

/*  Tab  */

.product.data.items > .item.title h2 {
    font-size: 10px;
}

.product.data.items #custom-1 h2 {
    font-size: 20px;
    margin-bottom: 0px;
}

.product.data.items #custom-1 h3 {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 600;
}

.product.data.items p {
    margin-bottom: 10px;
}


/* Styling for tabellen */
table.skabeloner {
    width: 100%;
    border-collapse: collapse; /* Fjerner dobbeltlinjer mellem celler */
    border: 1px solid #eaeaea; /* Ydre kant */
  }
  
  /* Styling for tabelhoveder */
  table.skabeloner thead tr {
    background-color: #e9e9e9; /* Grå baggrund til overskrifter */
  }
  
  table.skabeloner th {
    text-align: left;
    padding: 8px;
    font-size: 16px; /* Medium font-størrelse */
    font-weight: bold; /* Fremhævning */
    border-bottom: 2px solid #d6d6d6; /* Skillelinje under overskrifter */
  }
  
  /* Styling for tabelceller */
  table.skabeloner td {
    padding: 8px;
    border-bottom: 1px solid #eaeaea; /* Skillelinjer mellem rækker */
    vertical-align: middle; /* Justering af tekst og billeder */
  }
  
  /* Link-styling */
  table.skabeloner a img {
    display: inline-block; /* Sørger for, at ikonet sidder korrekt */
    vertical-align: middle; /* Justerer ikon med tekst, hvis nødvendigt */
  }
  
  table.skabeloner tbody tr:hover {
    background-color: #f5f5f5; /* Hover-effekt på rækker */
  }


/* Tab color */
.catalog-product-view .product.info.detailed {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}


/* Cookie consent */

aside.modal-popup.amgdpr-modal-container .amgdpr-modal-container .modal-header .modal-title {
    color: #000;
    padding-top: 10px;
    font-size: 22px;
    margin-left: 0;
}

aside.modal-popup.amgdpr-modal-container .amgdpr-modal-container .action.action-primary {
    background-color: #D67D31;
    font-size: 10px;
    border-color: #bc6e2a;
}

aside.modal-popup.amgdpr-modal-container .amgdpr-modal-container .action.action-primary:hover {
    background-color: #bc6e2a;
    border-color: #bc6e2a;
    color: #ffffff !important;
}

.amgdprcookie-groups-modal .amgdprcookie-done {
    background-color: #D67D31 !important;
    border-color: transparent;
}

.amgdprcookie-groups-modal .amgdprcookie-done:hover {
    background-color: #607C5D !important;
    border-color: transparent;
}





/* 
Account page

*/

.account .sidebar-content {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 5px;
}

.account .sidebar item a::before {
    display: none;
}

.account .block-collapsible-nav .item a:before, .block-collapsible-nav .item > strong:before {
    display: none;
}

.account .block-collapsible-nav .item {
    border-top: none;
    padding: 0;
}

.account .block-collapsible-nav .item a, .block-collapsible-nav .item > strong {
    padding: 10px;
}

.account .block-collapsible-nav .item {
    border-bottom: none;
}

.account .block-collapsible-nav .item:first-child {
    border-top: none;
}

.account .block-collapsible-nav {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.account.page-layout-2columns-left .sidebar.sidebar-additional {
    width: 100%;
    padding-top: 0;
    margin-top: 0;
}

.actions-toolbar .action.primary, .account #mp-add-new-user, .account #mp-add-new-role {
    background-color: #607C5D;
    border-radius: 10px;
    border: none;
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    padding: 10px 15px;
    width: auto;
}
.account .sidebar .actions-toolbar .action.primary:hover, .account #mp-add-new-user:hover, .account #mp-add-new-role:hover {
    background-color: #D67D31;
    
}

.account .block.block-reorder {
    padding-top: 0;
}
.account.layout-fullwidth.page-layout-2columns-left .column.main, .account.layout-fullwidth.page-layout-2columns-right .column.main {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;

}

.account .fieldset > .legend {
    color: #D67D31;
}

body.account h3 {
    font-size: 16px;
    line-height: 20px;
}
body.account .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    width: 33%;
}
.account.sales-order-view .box.box-order-billing-method table > tbody > tr > td {
    padding: 0;
}

/* Checkout */

body.checkout-index-index td.a-center.details-qty {
    pointer-events: none;
}

body.checkout-index-index th.a-center {
    text-align: left;
}

body.checkout-index-index a.button-action.minus {
    display: none;
}

body.checkout-index-index a.button-action.plus {
    display: none;
}

body.checkout-index-index .qty-wrapper .qty-wrap .input-text.update {
    border: none;
    font-size: 1.6rem;
    font-weight: 400;
    color: #69696B;
    width: 56px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    left: -30px;
    top: -9px;
}

body.onestepcheckout-index-index main#maincontent {
    background: none !important;
}

body.onestepcheckout-index-index div#shipping, body.onestepcheckout-index-index #checkout-step-shipping_method {
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}

body.onestepcheckout-index-index #checkout-step-shipping_method, body.onestepcheckout-index-index div#checkout-step-payment{
    border-radius: 0 0 10px 10px !important;
    background-color: #ffffff;
}

body.onestepcheckout-index-index .order-summary {
    border-radius: 10px !important;
    background-color: #ffffff;
}
body.onestepcheckout-index-index div#checkout-step-payment hr {
    display: none;
}

body.onestepcheckout-index-index #opc-shipping_method .step-title, body.onestepcheckout-index-index #payment .step-title, body.onestepcheckout-index-index #opc-sidebar .step-title {
        padding: 20px !important;
        border-radius: 10px 10px 0 0 !important;
}


body.onestepcheckout-index-index .opc-wrapper .step-title {
    border: none;
    border-radius: 0;
}

body.onestepcheckout-index-index #shipping-method-top-fieldset {
    margin: 0;
}

/* checkout - kurv */


body.checkout-cart-index .qty.field .control, .col.qty .control {
    float: left;
    display: inline;
}

body.checkout-cart-index .qty.field .input-text.qty, body.checkout-cart-index .col.qty .input-text.qty {
    background-color: transparent;
    border: none;
    pointer-events: none;
    margin-top: 10px;
}

body.checkout-cart-index button.download.cart, body.checkout-cart-index button.action.show.cart {
    display: none !important;
}

body.checkout-cart-index .qty-changer {
    display: none;
}

body.checkout-cart-index a.qty-inc {
    display: none;
}

.minicart-items .product-item-details .details-qty, .minicart-items .product-item-details .price-container {
    display: none !important;
}

body.checkout-cart-index .block-crosssell .block-content.content {
    margin-left: 20px;
}

body.checkout-cart-index .block.crosssell .products-grid.products-grid.grid .product-item {
    margin-right: 20px;
}

body.checkout-cart-index .block.crosssell .products-grid .product-item .product-item-info {
    width: auto;
}
.products.wrapper.grid.products-grid.columns4.products-grid.products-crosssell {
    margin-left: 10px;
}
body.checkout-cart-index .block.crosssell .products-grid .product-item .product-item-info .price-box.price-final_price,
body.checkout-cart-index .block.crosssell .products-grid .product-item .product-item-info .product.actions.product-item-actions  {
    display: none;
}

body.checkout-cart-index .block.crosssell .products-grid.products-grid.grid .product-image-photo.default_image {
height: auto;
max-height: 250px;
}


/* login - Company account user role */



    body.companyaccounts-userroles-index .product.data.items > .item.content {
        background: #ffffff;
        margin-top: 5em;
        padding: 35px 35px 35px 35px;
        border: 1px solid #eeeeee;
    }


/* Nido custom page */
body.printq-upload_configuration.categorypath-nido-kategori.page-layout-1column #maincontent .product.media {
    width: 10%;
}




/* Valgplakater Microsite */

/* #html-body .vm_hero {
    padding-top: 150px;
    padding-bottom: 250px;
} */

#html-body .vm_hero .pagebuilder-column a.pagebuilder-button-primary, #html-body .vm_row .pagebuilder-column div.pagebuilder-button-primary  {
    margin-left: 0;
}
#html-body .vm_hero .pagebuilder-column a.pagebuilder-button-link {
    font-size: 18px;
    color: #607c5d;
}

#html-body .vm_hero .pagebuilder-column a.pagebuilder-button-link:hover {
    color: #000;
    text-decoration: none;
}

#html-body .vm_hero h2 {
    color: #fff;
    font-size: 52px;
    line-height: 60px;
    margin-bottom: 25px
}



#html-body .vm_hero p {
    color: #fff;
     font-size: 22px;
    line-height: 28px;
}



#html-body .vm_row p, #html-body .vm_row ul li {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 300;
}
#html-body .vm_row.vm_pentrance a, #html-body .vm_row.vm_pentrance a:visited,
#html-body .vm_row .vm_col_parti_info a.pagebuilder-button-link, #html-body .vm_row .vm_col_parti_info a.pagebuilder-button-link:visited {
    color: #D67D31;
}
#html-body .vm_row.vm_pentrance a:hover, #html-body .vm_row .vm_col_parti_info a.pagebuilder-button-link:hover {
    color: #607c5d;
    text-decoration: none;
}


#html-body .vm_row.vm_cta_grafik {
    padding: 160px 0;
}

#html-body .vm_row .vm_col_parti_info {
    background-color: #fff;
    padding: 60px 50px 90px 50px;
}
#html-body .vm_row .vm_col_parti_info a.pagebuilder-button-link {
    font-size: 18px;
    margin-top: 25px;
}

#html-body .vm_row.vm_cta_produkter {
    padding: 160px 0;
}


#html-body .vm_row.vm_cta_produkter h3{
    color: #fff;
}
#html-body .vm_row.vm_cta_produkter p, #html-body .vm_row.vm_cta_produkter ul li {
    color: #fff;
    font-weight: 200;
}

#html-body .vm_row.vm_cta_produkter ul li {
 margin-bottom: 10px;

}
