/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/*
 * Copyright (c) 2021 Wølund & Wraae ApS (https://ehandelsbureauet.dk) - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Taras Pasickyy <tp@wogw.dk>, 16/8/2021
 */
/*
 * Copyright (c) 2021 Wølund & Wraae ApS (https://ehandelsbureauet.dk) - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Taras Pasickyy <tp@wogw.dk>, 19/8/2021
 */
/*
 * Copyright (c) 2021 Wølund & Wraae ApS (https://ehandelsbureauet.dk) - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Taras Pasickyy <tp@wogw.dk>, 19/8/2021
 */
/*
 * Copyright (c) 2021 Wølund & Wraae ApS (https://ehandelsbureauet.dk) - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Taras Pasickyy <tp@wogw.dk>, 19/8/2021
 */
/*
 * Copyright (c) 2021 Wølund & Wraae ApS (https://ehandelsbureauet.dk) - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Kim Andersen <ka@wogw.dk>, 8/2/2021
 */
/*
 * Copyright (c) 2021 Wølund & Wraae ApS (https://ehandelsbureauet.dk) - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Taras Pasickyy <tp@wogw.dk>, 17/8/2021
 */
/*
 * Copyright (c) 2021 Wølund & Wraae ApS (https://ehandelsbureauet.dk) - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Taras Pasickyy <tp@wogw.dk>, 10/8/2021
 */
/*
 * Copyright (c) 2021 Wølund & Wraae ApS (https://ehandelsbureauet.dk) - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Taras Pasickyy <tp@wogw.dk>, 10/8/2021
 */
@media only screen and (max-width: 767px) {
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .breadcrumbs {
    padding-left: 15px;
    padding-right: 15px;
  }
  .account .page-main,
  .cms-privacy-policy .page-main {
    padding-top: 41px;
    position: relative;
  }
}
/*
 * Copyright (c) 2021 Wølund & Wraae ApS (https://ehandelsbureauet.dk) - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Taras Pasickyy <tp@wogw.dk>, 10/8/2021
 */
@media only screen and (max-width: 767px) {
  .nav-sections {
    z-index: 100;
    background: #ffffff;
    width: 100%;
    max-width: 100%;
    margin-right: auto;
    transform: translate3d(-100%, 0, 0);
    will-change: transform;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: auto;
  }
  .nav-sections,
  .nav-toggle::after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .nav-open {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  .nav-open .nav-sections {
    transform: translate3d(0, 0, 0);
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-toggle::after {
    z-index: 1;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    will-change: opacity, visibility;
    transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .nav-toggle.action-icon::after {
    display: block;
  }
  .nav-open .nav-toggle::after {
    opacity: 1;
    visibility: visible;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-item-content > .page-main {
    padding: 0;
  }
  .nav-toggle.action-icon::after {
    display: none;
  }
  .page-header .action-icon.icon-cross::before {
    font-size: 16px;
  }
  .mobile--header {
    background-color: #f7f6f4;
    padding: 20px;
  }
  .mobile--header .mobile--header-close {
    background: #ffffff;
    border: 0;
  }
  .mobile--header .mobile--header-close:after {
    display: none;
  }
  .rootmenu-list > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .rootmenu-click {
    pointer-events: none;
    transform: rotate(-90deg);
  }
  .mobileheader {
    border-bottom: 1px solid #f3f2f0;
    padding: 15px 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: auto;
    color: #000;
  }
  .mobileheader .mobileheader--title {
    font-weight: bold;
    font-size: 26px;
    flex: 1;
  }
  .mobileheader button.mobileheader--back-btn {
    border: 0;
    background: transparent;
    padding-right: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
  }
  .mobileheader button.mobileheader--back-btn:after {
    display: none;
  }
  .mobileheader button.mobileheader--back-btn:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
    line-height: inherit;
    color: inherit;
    content: "\64";
    font-family: 'icons-sparvinduer';
    margin: 0 10px 0 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
}
/*
 * Copyright (c) 2021 Wølund & Wraae ApS (https://ehandelsbureauet.dk) - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Taras Pasickyy <tp@wogw.dk>, 17/8/2021
 */
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    padding: 0;
  }
  .catalog-product-view .breadcrumbs {
    display: block;
    margin-bottom: 0;
  }
  .catalog-product-view #maincontent {
    padding-top: 5px;
  }
  .checkout-cart-index .breadcrumbs {
    display: block;
  }
}
/*
 * Copyright (c) 2021 Wølund & Wraae ApS (https://ehandelsbureauet.dk) - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Taras Pasickyy <tp@wogw.dk>, 19/8/2021
 */
/*
 * Copyright (c) 2021 Wølund & Wraae ApS (https://ehandelsbureauet.dk) - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Taras Pasickyy <tp@wogw.dk>, 19/8/2021
 */
@media only screen and (max-width: 767px) {
  .header--info,
  .header--customer-login {
    display: none;
  }
}
