.cookie-status-message {
    display: none;
}



/* fonter */

h1 {
    font-size: 2.5rem;
    font-weight: 600;
}

a .alink {
    color: #5b4a9b;
}



/* header */
.page-header .panel.wrapper {
    background: #5b4a9b;
    border: none;
}

.page-header {
    background: #5b4a9b;
}

.header.content {
    background: #5b4a9b;
}

.block-search input {
    border: 1px solid #ffffff;
    padding: 18px;
    font-size: 14px;
}

.minicart-wrapper .action.showcart::before {
    color: #ffffff;
}

.nav-sections {
    background: #5b4a9b;
}

.navigation {
    background: #5b4a9b;
    margin-bottom: 5px;
}

.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
    color: #ffffff;
    border: #ffffff;
    text-transform: uppercase;
}

.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top :hover {
    color: #ffffff;
    /* text-transform: uppercase; */
}

.navigation .level0 > .level-top,
.navigation .level0.parent > .level-top {
    color: #e6e6e6;
    text-transform: uppercase;
}

.navigation .level0 > .level-top :hover,
.navigation .level0 > .level-top .ui-menu-icon :hover,
.navigation .level0 > .level-top .ui-menu-icon a :hover,
.navigation .level0 > .level-top .ui-menu-icon .alink :hover,
.navigation .level0 > .level-top:hover {
    color: #ffffff;
}

.not-logged-in {
    display: none;
}

.header-call {
    color: #ffffff;
}

/* @media (max-width: 1070px) {
    .header-call {
    display: none !important;    
    }
} */


@media (min-width: 1070px) {
    .logo img {
        margin-top: -25px;
    }

    .checkout-index-index .page-layout-checkout .logo img,
    .checkout-klarna-index .logo img {
        margin-top: 0;
    }

    .nav-sections {
        margin-top: -5px;
    }

    .header-call {
        display: block;
        display: flex;
        justify-content: center;
        margin: 0;
    }

    .header-call-container {
        text-align: right;
        margin: 0;
        margin-left: 300px;
        margin-top: -42px;
    }

    .header-call-container span {
        font-size: 1rem;
    }

    .header-call-container strong {
        font-size: 1.8rem;
    }

}



/* header mobile */

.nav-toggle::before,
.block-search .label::before,
.minicart-wrapper .action.showcart::before {
    color: #ffffff;
}

.nav-toggle:hover::before,
.block-search .label:hover::before,
.minicart-wrapper .action.showcart:hover::before {
    color: #fe5200;
}

@media (max-width: 768px) {

    .nav-sections {
        background: #ffffff;
    }
    
    .navigation {
        background: #ffffff;
        margin-bottom: 5px;
    }

    .navigation .level0 > .level-top,
    .navigation .level0.parent > .level-top {
        color: #272723;
    }

    .navigation .level0 > .level-top :hover,
    .navigation .level0 > .level-top .ui-menu-icon :hover,
    .navigation .level0 > .level-top .ui-menu-icon a :hover,
    .navigation .level0 > .level-top .ui-menu-icon .alink :hover,
    .navigation .level0 > .level-top:hover {
    color: #5b4a9b;
    }
}



/* buttons */

.action.tocart,
.action.primary,
button {
    background: #5b4a9b;
    color: #ffffff;
    text-transform: uppercase;
}

.action.tocart:hover,
.action.primary:hover,
button:hover {
    background: #ffffff;
    border: 1px solid #5b4a9b;
    color: #5b4a9b;
}


/* slider */

/* contain background on slider frontpage on mobile */

@media(max-width: 768px) {
    .slider-width-frontpage {
        .mgz-carousel-item {
            background-size: contain!important;
        }
    }
}

/* slider end */

/* special price */


.price-box {
    display: flex;
    align-items:last baseline;
    gap: 4px;
}

.old-price {
    font-size: .7em;
  }
  
  .old-price {
  
    .price-container {
      display: flex;
      align-items:last baseline;
      gap: 4px;
  
    }
  
    .price-label {
      font-size: 1em;
    }
  
    .price {
      text-decoration: line-through;
      font-size: 1.2em;
    }
  
  }

  /* special price end */




/* product item grid */

.product-item-name a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

/* product item list */

.list .list .product-item .product-item-name a {
    font-size: 18px!important;
    font-weight: 600!important;
}

.list .list .product-item {
    border-bottom: 1px solid #8b8b8b50;
    margin-bottom: 30px;
}

.list .list .product-item .product-image-photo {
    height: 200px!important;
    width: auto!important;
}

.list .list .product-item .product-image-container {
    aspect-ratio: auto;
}

@media (max-width: 640px) {
    .list .list .product-item .product-image-photo {
        height: unset!important;
    }
}

.list .list .product-item,
.list .list .product-item .product-image-container,
.list .list .product-item-info,
.list .list .product-item .product-item .product-image-wrapper,
.list .list .product-item .product-item-details {
    height: auto!important;
    /* max-height: 100px; */
}




/* product page */

.product-info-main .product-info-price {
    border: none;
}


.product-social-links .action.towishlist::before, .block-bundle-summary .action.towishlist::before, .product-item .action.towishlist::before, .table-comparison .action.towishlist::before,
.product-social-links .action.tocompare::before,
.product-social-links .action.mailto.friend::before {
    color: #5b4a9b;
}

.product-social-links .action.towishlist:hover::before, .block-bundle-summary .action.towishlist:hover::before, .product-item .action.towishlist:hover::before, .table-comparison .action.towishlist:hover::before,
.product-social-links .action.tocompare:hover::before,
.product-social-links .action.mailto.friend:hover::before {
    color: #fe5200;
}

.product-addto-links span,
.action.mailto.friend span {
    display: none;
}



/* Handlekurv */

.cart-summary {
    background: #ffffff;
}

.cart-container .product-item-name a {
    white-space: unset;
}


/* footer */

.page-footer {
    background: #272723;
}

.page-footer .control input,
.page-footer button {
    height: 40px;
}

.footer.content .block {
    float: left;
}

.block.newsletter .field .control::before {
    display: none;
}

.block .newsletter input {
    padding: 10px;
}

.footer-custom-luma {
    color: #ffffff;
    background: #272723;
}

.footer-custom-luma p,
.footer-custom-luma a,
.footer-custom-luma .alink {
    color: #8b8b8b;
}

.footer-custom-luma .custom-newsletter h4 {
    text-align: right;
}

.copyright {
    background: #272723;
}


/* Google recaptcha */

.grecaptcha-logo {
    opacity: 0.3;
  }
  
  #recaptcha-invisible *{
    box-shadow: none!important;
  }

  /* Google recaptcha END */