ul,
img {
    max-width: 100%;
    line-height: 1.5;
}
.in-stock-icon {
    color: green;
}

.remote-stock-icon {
    color: green;
}

.no-stock-icon {
    color: orange;
}

.buy-btn-main-txt {
    font-size: 18px;
}

.product-buy-btn-div {
    padding: 0!important;
}
.product-buy-input {
    height: 60px!important;
}

.buy-btn-icon {
    line-height: 4.75em!important;
}

.buy-btn-line {
    display: block;
    font-size: 12px;
}

.m-productlist-stock-text {
    font-weight: 700;
    padding-top: 7px;
}

/* Mega Menu CSS start */
* {
  box-sizing: border-box;
}
.mega-menu__container {
  /*max-width: 950px;*/
  margin: 0 auto;
}

nav {
  background: #334249;
  /* box-shadow: 0 1px 4px rgba(0, 0, 0, .16); */
  font-family: 'Roboto', sans-serif;
  height: 50px;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  text-align: center;
}

nav li {
  display: inline-block;
}

nav a {
  font-weight: bold;
  color: white!important;
  text-decoration: none;
  display: block;
  padding: 1.15rem 1.28rem;
  font-size: 15px;
}

nav li:hover {
  background: #ECEFF1!important;
}

nav li:focus {
  background: #ECEFF1!important;
}

nav li:hover a {
  color: #151C1F!important;
}

nav li:focus a {
  color: #151C1F!important;
}

.menu-sub {
  position: absolute;
  background: #ECEFF1;
  width: 100%;
  display: none;
  color: #151C1F;
  padding: 2rem;
  left: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .16);
  z-index: 99999; /* F&aring; Mega Mega over slider - forside */
}

nav li:hover .menu-sub {
  display: block;
}

nav li:focus .menu-sub {
  display: block;
}

.menu-sub li {
  display: block;
  /* Her kan du inds&aelig;tte om liste elementerne skal v&aelig;re p&aring; linje med hinanden eller ovenp&aring; hinanden. block / inline-block */
}

.menu-sub a {
  color: #151C1F;
  padding: 0;
  margin-bottom: 0.35rem;
  height: 60px;
  font-size: 13px;
  font-weight:bold;
}

.menu-sub a:hover {
  text-decoration: underline;
}

.menu-sub__ul {
  text-align: left;
}

.menu-col-1,
.menu-col-2,
.menu-col-3,
.menu-col-4 {
  float: left;
}

.menu-col-1 {
  width: 25%;
}

.menu-col-2 {
  width: 50%;
}

.menu-col-3 {
  width: 75%;
}

.menu-col-4 {
  width: 100%;
}

.menu-sub__img {
  vertical-align: middle;
  display: inline-block!important;
  margin: 0 auto 0;
}

.menu-sub__li-span {
    padding: 0 0 0 6px;
    vertical-align: middle;
}

li a {
    word-wrap: break-word;
}


.site-navigation {
    background: #334249;
    border: none;
}

.cloudzoom-placeholder {
    position: relative;
    padding-top: 100%;
}
.cloudzoom-placeholder>div,
.cloudzoom-placeholder>img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 1280px) {
    nav a {
      padding: 1.2rem 1rem;
      font-size: 13px;
    }
}

/*@media screen and (max-width: 959px) and (min-width: 520px)*/
@media screen and (max-width: 959px) {
.menu-col-1 {
  width: 100%;
}

nav {
    height: 100%;
    margin: .5rem auto .5rem;
}
nav a {
    display: block;
    padding: 1rem 1rem;
    }
nav li {
    display: inline;
    text-align: left;
}
.navbar-collapse {
    padding-top: 0em;
}
.menu-sub{
    visibility:hidden;
}
.site-navigation {
    padding: 0;
}
nav li:hover a {
    background-color: white!important;
}
nav li:focus a {
    background-color: white!important;
}
}

/*.mega-menu__container>.menu-main>li:last-child>.menu-sub:last-child {
    display: none;
}*/

/* Mega Menu CSS slut */


/* CSS for top nav bar */
.site-corporate {
    background: #1c2428;
    border-top: none;
    border-bottom: none;
}

/* Style The Dropdown Button */
.dropbtn {
    background-color: #1d2429;
    color: #FFFFFF;
    /*padding: 16px;*/
    font-size: 12.25px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.toplink:visited {
    color: #FFFFFF;
}

.toplink {
    text-decoration: none;
    padding: 8px;
    background-color: #1d2429;
    color: #FFFFFF;
    font-size: 12.25px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}
.toplink:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

.dropbtn:hover {
    text-decoration: underline;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

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

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

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

/* 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 {
    color: #FFFFFF;
    text-decoration: underline;
}

/* CSS for luft mellem flag og menu i top nav bar */
.top-nav__menu {
    margin-left:1em;
}
.ul__margin{
    margin: 0 auto 0;
}
/* SLUT CSS for top nav bar */

@media only screen and (max-width: 767px){
    .mobile-top-nav{
        display: none;
    }
    .mobile-top-nav-shop{
        display: block!important;
    }
    .w-language-picker{
        float: left!important;
    }
}




/* CSS for header */
.site-header {
    padding: 0.7em 0 0.7em 0;
}

.search-cart__header {
    top: 10px;
}

/* CSS for search */
.input-group-main {
    border: none;
    height: 32px;
}

.button, .button:visited {
    border: none;
}

.xsmall .input-group-main,
.xsmall .input-group-button>.button
{
    height: 32px;
}

.search-top-text{
    font-size: 13px!important;
}

.search__button{
        font-weight: bold!important;
        background-color: #e8e8e8;
        font-size: 13px!important;
    }

@media only screen and (min-width: 768px){
    .search__button{
        width: 70px;
        background-color: #f27a31!important;
        color: white;
        font-weight: bold!important;
        background-color: #e8e8e8;
        font-size: 13px!important;
    }
    .search__button:hover{
        background-color: #f4965a!important;
        color: white;
    }
    .search-top-text{
        font-size: 17px!important;
        color: black;
    }
    .indkobsvogn-text{
        font-size: 13px!important;
    }
}

/* CSS for indk&oslash;bsvogn */
.button-primary, .button-primary:visited {
    border: none;
    font-weight: bold;
    color: #fff;
}

.button-primary.button-icon > .fa {
    color: #fff;
}
.quick-cart-link {
    height: 32px;
}


@media only screen and (max-width: 1259px) and (min-width: 960px) {
    .search-cart__header {
        top: 7px;
    }
}

@media only screen and (max-width: 959px) and (min-width: 768px) {
    .button-primary, .button-primary:visited {
        height: 32px;
    }
   .search-cart__header {
        top: 8px;
    }
   .burger-menu__header {
       top: 8px;
       left: -257px;
   }
   .shopping-cart__header {
        top: 8px;
        position: relative;
    }
    .logo__header {
        left: 59px;
    }
    .quick-cart-link {
    height: 32px;
    }
    .input-group-main {
    border: none;
    height: 32px;
    }
    .xsmall .input-group-main,
    .xsmall .input-group-button>.button
    {
    height: 32px;
    }
    /*.button-primary .fa {
        padding-top: 4px;
    }*/
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .shopping-cart__header {
        top: 8px;
        position: relative;
    }
}

@media only screen and (max-width: 767px) {
    .button-primary, .button-primary:visited {
        height: 32px;
    }
    .search-cart__header {
        top: 8px;
    }
   .burger-menu__header {
       top: 8px;
   }
   .shopping-cart__header {
        top: 8px;
        position: relative;
    }
    .site-header {
        padding: 0.7em 0 1.2em 0;
    }
    /*.button-primary .fa {
        padding-top: 4px;
    }*/
}

/*** CSS for USP sektion - Trustpilot m.m.  ***/

.usp-top-new-container{
    width: 100%;
    background-color: #e8e8e8;
}

@media (min-width: 768px) {
    .usp-top-new {
        display: block;
        height: 50px;
        margin: 0;
        padding: 15px 0;
        font-size: 12px;
        text-align: justify;
        color: #1C2428;
    }
    
    ul.usp-top-new.border.bottom {
        margin-bottom: 1em;
    }

    ul.usp-top-new li {
        display: inline-block;
        position: relative;
        padding-left: 40px;
        white-space: nowrap;
    }
    
    ul.usp-top-new strong {
        display: block;
        text-transform: uppercase;
        color: #1C2428;
        font-size: 15px;
    }
    
    ul.usp-top-new a {
        color: #1C2428;
    }
    
    ul.usp-top-new img {
        display: block;
        position: absolute;
        top: 1px;
        left: 0;
        margin: 0;
        width: auto;
        height: 32px;
    }
}

@media (min-width: 768px) {
    .usp-top-new:after {
        content: '';
        display: inline-block;
        width: 100%;
        height: 0;
    }
}

@media (min-width: 1200px){
    ul.usp-top-new {
        height: 65px;
        font-size: 14px;
    }
    
    ul.usp-top-new.border.bottom {
        margin-bottom: 0;
    }
}

@media (max-width: 959px){
    .usp-returnering {
        display: none;
    }
}

/*** SLUT CSS for sektion under mega menu - Trustpilot m.m.  ***/

/* Nyhedsbrevtilmelding */
.footer-newsletter-signup {
    background-color: #1c2428; /* TODO */
    padding: 30px 0;
}
.panel {
    margin-bottom: 1em;
}

.footer-newsletter-signup input {
    height: 50px;
    padding: 15px 20px;
    font-size: 16px;
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    line-height: 20px;
}

.footer-newsletter-signup button {
    width: 100%;
    height: 36px;
    background-color: #FF7A17;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}

.footer-newsletter-signup button {
    height: 50px;
    font-size: 14px;
}

.newsletter-title {
    font-size: 23px;
    font-weight: bold;
    color: white;
}

.newsletter-subtitle {
    font-size: 16px;
    color: white;
    margin-top: 2px;
}

.footer-newsletter-signup span {
    display: block;
}


/* Bottom menu sektion - med links */
.footer-content {
    background-color: #fafafa;
    padding: 30px 0;
}
.footer__logo {
    max-width: 280px;
    height: auto;
    margin-top: 0;
}
.site-footer-menu__ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 24px;
}

.site-footer-menu__ul>li>a:visited, .site-footer-menu__ul>li>a {
    color: #1c2428;
}
.site-footer-menu__ul>li>a:hover {
    text-decoration: underline;
}

.site-footer-menu__span {
    display: block;
    margin-bottom: .3em;
    font-size: 1.285714286em;
    font-weight: 700;
    color: #1c2428;
}
.footer__margin-bottom-information {
    margin-bottom: 20px;
    }

/* Footer virksomhedsinfo i bunden */
.site-footer {
    padding: 2em 0 4em 0;
    border: none;
}
.bottom-contact-data-list {
    color: white;
}
/* Bottom menu sektion - med links - SLUT */

/* Billede til betalingsmulighederne */
.betaling-img {
    /*background-image: url(https://sw22609.smartweb-static.com/upload_dir/shop/graphic/betalingsmuligheder.png);
    background-repeat: no-repeat;
    background-size: contain;*/
    max-width: 280px;
    margin-top: 0;
    float: right;
}

@media only screen and (max-width: 767px) {
    .footer__margin-bottom {
    margin-bottom: 20px;
    }
    .footer__margin-bottom:last-child {
    margin-bottom: 0;
    }
}

@media only screen and (max-width: 959px) {
    .newsletter-subtitle {
    margin-bottom: 10px;
    }
}

/* CSS for produkt siden */

/* CSS - YouTube */
.yt-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.yt-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* Input product amount */
.m-productlist-input {
    padding: 0 2px;
}

/* De forskellige "Alert" bokse */
.panel-success a {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}
.panel-warning {
    color: #ffffff;
}
.panel-success {
    color: #ffffff;
}
.panel-danger {
    color: #ffffff;
}

.on-stock-color {
    background-color: #1C2428;
    color: #ffffff;
    border:none;

}
.not-on-stock-color {
    background-color: #ECECEC;
    color: black;
    border:none;
}

/* Amount input feltet */
.input-amount {
    padding-right: 10px;
    width: 100%;
    border: 1px solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border-color: #cfcfcf !important;
    background-color: #fff;
    color: #656764;
    height: 32px;
    font-weight: bold;
    text-align: right;
}

/* Enhed */
.enhed-stk {
    font-weight: bold;
}

/* K&oslash;b knap */
.button-buy-productsite{
    height: 32px;
    width: 100%;
}
/* Varenummer og lagerstatus */
.m-product-itemNumber-value {
    font-weight: bold;
}
.m-product-soldout-message, 
.m-product-stock-message, 
.has-nocount {
    font-weight: bold;
}

/* Tabsene / Fanerne med de forskellige ting */
.product-tabs{
    font-size: 20px;
    font-weight: bold;
}

.product-tabs.active{
    font-size: 20px;
    font-weight: bold;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
}

.product-tabs.active > a {
    background-color: #f47a22!important;
    color: white!important;
}


@media screen and (min-width: 768px) {
    .product-tabs{
        font-size: 20px;
        font-weight: bold;
        margin-right: 5px!important;
        border: #334249 2px solid;
    }

    .product-tabs.active{
        box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
        font-size: 20px;
        font-weight: bold;
        color: white;
        border: #334249 2px solid;

    }
    .product-tabs.active > a {
        background-color: #f47a22!important;
        color: white!important;
        border: #334249 2px solid;
    }
    .product-tabs > a {
        color: white;
        background-color: #344248;
    }
    .product-tabs > a:hover {
        color: #344248;
        background-color: white;
    }

    
}

/** CSS til produkt kategorierne **/
.category-item-image {
    background-color:white;
}

.category-item-title {
    text-align: center;
}

.category-title {
    font-weight: bold;
    font-size: 18px;
}

.category-list-shadow {
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.opdeling-categories-products {
    border: 1px solid #e5e5e5;
    margin-bottom: 40px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.page-title-frontpage {
    padding: 0 15px;
    text-align: left;
    font-size: 12px;
}


/* Banner slider CSS */
.hero-slider-theme {
    margin-top: 0;
}

.hero-slider-theme .item-caption {
    padding-top: 0;
}

@media (max-width: 767px) {
    .hero-slider-theme {
        margin-top: 1em;
    }
}

@media (min-width: 1280px) {
    .hero-slider-theme .item-caption {
        padding-top: 1em;
        padding-bottom: 1em;
    }
}


/* PRODUCT CATEGORIES BOX - START */
.box-cat-wrapper {
    padding: 30px 0;
}

.box-anchor {
    display: block;
    margin-bottom: -1px;
    border: 1px solid #e5e5e5;
}
.box-anchor {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #1C2428!important;
    text-decoration: none;
    background: 0 0;
    border-color: #fafafa;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.box-anchor:hover {
    position: relative;
    z-index: 1;
    border-color: #1C2428;
    text-decoration: none;
}
.box-anchor:active, .box-anchor:hover {
    outline: 0;
}

.box-anchor .item {
    position: relative;
    height: 180px;
}
.box-anchor .item .img-wrapper {
    display: block;
    position: absolute;
    bottom: 40px;
    left: 10px;
    width: 38%;
}
.box-anchor .item .img-wrapper img {
    max-height: 120px;
    margin: 0 auto;
}
.box-anchor .item .item-caption {
    padding: 15px 15px 0 48%;
}
.box-anchor .item::after {
    clear: both;
}
.box-anchor .item::after, .box-anchor .item::before {
    content: "";
    display: table;
}
.box-anchor .item .item-caption .item-title {
    font-size: 16px;
    margin: 0 0 5px;
}
.box-anchor .item .item-caption .item-text {
    line-height: 1.5;
    font-size: 13px;
    color: #1C2428;
}


@media (max-width: 767px) {
    .category-box-margin-bottom {
        margin-bottom: 10px;
    }
    .category-box-height-2-last {
        height: 180px!important;
    }
    .category-box-height-last {
        height: 220px!important;
    }
    .category-box-fjernstyret-fly {
        height: 190px!important;
    }
}

@media (min-width: 480px) {
    .box-anchor .item .img-wrapper {
    bottom: 15px;
    }
    .box-anchor .item {
    height: 150px;
    }
    .box-anchor .item .img-wrapper {
    width: 34%;
    }
    .box-anchor .item .item-caption {
    padding: 15px 10px 0 42%;
    }
    .box-anchor .item .item-caption .item-title {
    font-size: 17px;
    }
    .box-anchor .item .item-caption .item-text {
    font-size: 13px;
    }
    .category-box-height-2-last {
        height: 150px!important;
    }
    .category-box-height-last {
        height: 220px!important;
    }
}

@media (min-width: 768px) {
    .box-cat-wrapper {
    margin: 0 -5px !important;
    }
    .anchor-wrap {
    margin-bottom: 10px;
    padding: 0 5px !important;
    }
    .anchor-wrap:last-child {
    margin-bottom: 0;
    }
    .anchor-wrap:nth-last-child(2) {
    margin-bottom: 0;
    }
    
    .box-cat-wrapper {
    padding: 30px 5px!important;
    }
    
    .box-anchor {
    margin-bottom: 0;
    border-radius: 3px;
    }
    .category-box-height-2-last {
        height: 190px!important;
    }
    .category-box-height-last {
        height: 190px!important;
    }
}

@media (min-width: 960px) {
    .box-anchor .item .img-wrapper {
    bottom: 10px;
    }
    .box-anchor .item {
    height: 150px;
    }
    .box-anchor .item .img-wrapper img {
    max-height: 135px;
    }
    .box-anchor .item .item-caption {
    padding-top: 25px;
    }
    .box-anchor .item .item-caption .item-title {
    font-size: 20px;
    }
    .box-anchor .item .item-caption .item-text {
    font-size: 14px;
    }
    .category-box-height-2-last {
        height: 180px!important;
    }
    .category-box-height-last {
        height: 180px!important;
    }
}

@media (min-width: 1200px) {
    .box-anchor .item {
    height: 165px;
    }
    .box-anchor .item .img-wrapper {
    width: 30%;
    }
    .box-anchor .item .img-wrapper img {
    max-height: 155px;
    }
    .box-anchor .item .item-caption {
    padding: 28px 25px 0 35%;
    }
    .box-anchor .item .item-caption .item-title {
    font-size: 20px;
    }
    .box-anchor .item .item-caption .item-text {
    font-size: 15px;
    }
    .category-box-height-2-last {
        height: 200px!important;
    }
    .category-box-height-last {
        height: 200px!important;
    }
}

/* PRODUCT CATEGORIES BOX - END */


.product-list-shadow{
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.input-form-border {
    border: 1px solid #cfcfcf;
}

.btnUpdateBasket {
    width: 40%;
    height: 30px;
    font-weight: bold!important;
}

.btnEmptyBasket {
    width: 40%;
    height: 30px;
    font-weight: bold!important;
}

.btnBuyMore {
    width: 40%;
    height: 30px;
    font-weight: bold!important;
}

.btnToCheckout {
    width: 40%;
    height: 30px;
    font-weight: bold!important;
}

.btnCoupon {
    height: 28px!important;
    font-weight: bold!important;
}


@media only screen and (max-width: 767px) {
    .btnUpdateBasket {
        width: 100%;
    }
    
    .btnEmptyBasket {
        width: 100%;
    }
    .btnBuyMore {
        width: 100%;
    }
    
    .btnToCheckout {
        width: 100%;
    }
}


.login-margin-bottom{
    margin-bottom: 10px;
}
.btnLogin {
    background-color: #dcdcdc!important; 
    color: black!important; 
    border: 1px solid;
    border-color: #cfcfcf!important;
}
.btnLogin:hover {
    background-color: #f5f5f5!important; 
    color: black!important; 
}

.btnFullWidth{
    width: 100%;
}

.btnBackCheckout{
    width: 34%;
    height: 30px;
}

.btnAcceptAndPay{
    width: 64%;
    height: 30px;
    position: relative;
    top: 0px;
}

@media screen and (max-width: 960px) {
    .btnBackCheckout{
        width: 100%;
        margin-bottom: 10px;
    }
    .btnAcceptAndPay{
        width: 100%;
    }
}

.filt-sort-text{
    font-size: 10px;
}


/*p {
    line-height: 1.5em;
    font-size: 16px;
}*/


/* Kategori navigation font styling */
.b-productcategory{
    font-size: 17px;
}

.small.form-input {
    height: 40px;
    padding: .5em 1em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.nav-menu li.active > a{
    font-weight: bold;
}

/* Pris slider START */
.filt-price-text {
    font-size: 11px;
    font-weight: bold;
}

.rzslider .rz-pointer {
    top: -5px;
    z-index: 3;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-color: #0db9f0;
    border-radius: 8px;
}
.rzslider .rz-pointer:after {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    content: '';
}
.rzslider .rz-pointer.rz-active:after {
    background-color: #FF7A17;
}
/* Pris slider SLUT */


@media only screen and (max-width: 1279px) and (min-width: 960px){
    .productItem .type-col .product-action, .productItem .type-col .product-transaction {
        padding: 0.5em;
    }
}

p {
    line-height: 1.7em;
}

/*Gratis fragt */

    .m-cart-free-delivery{
        font-size: 15px;
        font-weight: bold;
    }
