/**
 * 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>, 12/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>, 12/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>, 13/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>, 11/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>, 11/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
 */
.block-minicart .items-total {
  float: left;
  margin: 0 10px;
}
.block-minicart .items-total .count {
  font-weight: 700;
}
.block-minicart .subtotal {
  margin: 0 10px 10px;
  display: flex;
  width: 100%;
  text-align: left;
  padding-right: 10px;
  justify-content: space-between;
  align-items: center;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 18px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  font-size: 14px;
  padding: 30px 0 20px;
  text-align: center;
}
.block-minicart dl.product.options.list {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 0;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart {
  background-image: none;
  background: #008800;
  border: 1px solid #008800;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  font-weight: 500;
  padding: 13px 20px;
  font-size: 1.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 10px 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  width: 100%;
  background: none !important;
  border: none;
  padding: 0 !important;
  text-decoration: underline;
  color: black;
  cursor: pointer;
  text-align: left;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.block-minicart .block-category-link,
.block-minicart .block-product-link,
.block-minicart .block-cms-link,
.block-minicart .block-banners {
  margin: 15px 0 0;
  text-align: center;
}
.minicart-wrapper {
  display: inline-block;
  position: relative;
}
.minicart-wrapper:before,
.minicart-wrapper:after {
  content: '';
  display: table;
}
.minicart-wrapper:after {
  clear: both;
}
.minicart-wrapper .showcart {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .showcart:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  content: "\66";
  font-family: 'icons-sparvinduer';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .showcart:hover:before {
  color: #ffffff;
}
.minicart-wrapper .showcart:active:before {
  color: #ffffff;
}
.minicart-wrapper .showcart.active {
  display: inline-block;
  text-decoration: none;
}
.minicart-wrapper .showcart.active:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 28px;
  color: #ffffff;
  content: "\66";
  font-family: 'icons-sparvinduer';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .showcart.active:hover:before {
  color: #ffffff;
}
.minicart-wrapper .showcart.active:active:before {
  color: #ffffff;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  width: 320px;
  z-index: 1000;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: -10px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.minicart-wrapper .block-minicart li:hover {
  cursor: pointer;
}
.minicart-wrapper .block-minicart:before,
.minicart-wrapper .block-minicart:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.minicart-wrapper .block-minicart:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.minicart-wrapper .block-minicart:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.minicart-wrapper .block-minicart:before {
  right: 12px;
  top: -12px;
}
.minicart-wrapper .block-minicart:after {
  right: 11px;
  top: -14px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 20px;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -28px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  position: absolute;
  right: 0;
  top: 0;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  padding: 10px;
}
.minicart-wrapper .action.close:focus,
.minicart-wrapper .action.close:active {
  background: none;
  border: none;
}
.minicart-wrapper .action.close:hover {
  background: none;
  border: none;
}
.minicart-wrapper .action.close.disabled,
.minicart-wrapper .action.close[disabled],
fieldset[disabled] .minicart-wrapper .action.close {
  pointer-events: none;
  opacity: 0.5;
}
.minicart-wrapper .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-wrapper .action.close:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: "\68";
  font-family: 'icons-sparvinduer';
  margin: 0 0 0 10px;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-wrapper .action.close:hover:after {
  color: inherit;
}
.minicart-wrapper .action.close:active:after {
  color: inherit;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  border: 1px solid #f3f2f0;
  margin: 0 -20px;
  border-left: 0;
  border-right: 0;
  overflow-x: auto;
  padding: 15px;
}
.block-minicart .minicart-items .product-item-details {
  padding-left: 70px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 20px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #f3f2f0;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: none;
}
.minicart-items .price-minicart {
  margin-bottom: 5px;
}
.minicart-items .message {
  margin-bottom: 0;
  margin-top: 10px;
}
.minicart-items .product-item-name {
  font-weight: 400;
  margin: 0 0 10px;
}
.minicart-items .product-item-name a {
  color: #000000;
  font-size: 1.8rem;
}
.minicart-items .rollladen-child {
  margin-left: -15px;
  border-left: 75px solid #ecebe9;
  padding-left: 10px !important;
  margin-bottom: 0;
}
.minicart-items .rollladen-child .cart-item-qty {
  opacity: 0.3;
  pointer-events: none;
}
.minicart-items .summary-rollladen-child {
  position: relative;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  padding-left: 105px !important;
  background: #fff;
}
.minicart-items .summary-rollladen-child:before {
  content: '';
  height: calc(100% + 20px);
  width: 100%;
  background: #ecebe9;
  position: absolute;
  top: 0;
  z-index: 0;
  margin-top: -20px;
  left: -100%;
}
.minicart-items span.product-image-container:has(+ .summary-rollladen-child) {
  position: relative;
  left: 85px;
}
.minicart-items .product-item-details {
  padding-left: 95px;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
}
.minicart-items .product-item-details .product.actions .primary .action.edit {
  display: none;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.minicart-items .product.options .toggle.tooltip {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .product.options .toggle.tooltip > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .product.options .toggle.tooltip:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\69";
  font-family: 'icons-sparvinduer';
  margin: -3px 0 0 7px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .product.options .details {
  display: none;
}
.minicart-items .item-qty {
  text-align: center;
  width: 60px;
}
.minicart-items .update-cart-item {
  font-size: 1.1rem;
  margin-left: 5px;
  vertical-align: top;
}
.minicart-items .subtitle {
  display: none;
}
.minicart-items .action.edit,
.minicart-items .action.delete {
  display: inline-block;
  text-decoration: none;
}
.minicart-items .action.edit > span,
.minicart-items .action.delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.minicart-items .action.edit:after,
.minicart-items .action.delete:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #757575;
  content: '\e601';
  font-family: 'icons-sparvinduer';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.minicart-items .action.edit:hover:after,
.minicart-items .action.delete:hover:after {
  color: #000000;
}
.minicart-items .action.edit:active:after,
.minicart-items .action.delete:active:after {
  color: #757575;
}
.minicart-items .action.delete:after {
  content: "\68";
}
@media only screen and (max-width: 479px) {
  .minicart-wrapper .block-minicart {
    width: 290px;
  }
  .minicart-wrapper .minicart-items-wrapper {
    margin: 0;
  }
  .minicart-wrapper .minicart-items-wrapper::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
  }
  .minicart-wrapper .minicart-items-wrapper::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  }
  .minicart-wrapper .block-content {
    padding-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .minicart-wrapper .product .actions {
    float: left;
    margin: 10px 0 0 0;
  }
  .minicart-wrapper .update-cart-item {
    float: right;
    margin-left: 0;
  }
}
/*
 * 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>, 18/8/2021
 */
.product.options [data-role=content],
.product-specification-block [data-role=content] {
  font-size: 14px;
  line-height: 1.7;
  padding-top: 10px;
  display: none;
}
.product.options [data-role=content] .item-options.bundle dd:first-of-type,
.product-specification-block [data-role=content] .item-options.bundle dd:first-of-type {
  clear: both;
}
.product.options [data-role=content] .item-options.bundle dd:first-of-type span.bundle_selection_attribute:last-of-type,
.product-specification-block [data-role=content] .item-options.bundle dd:first-of-type span.bundle_selection_attribute:last-of-type {
  display: block;
}
.product.options [data-role=content] .item-options .price,
.product-specification-block [data-role=content] .item-options .price {
  margin-left: 1em;
}
/*
 * 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
 */
.block-search .block-content {
  z-index: 10;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 100%;
  margin-left: 0;
  margin-right: 0;
  display: none;
  background: #ffffff;
  padding: 15px;
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.25s cubic-bezier(0.4, 0, 0.2, 1), transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.block-search._active .block-content {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  display: block;
}
.minisearch {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
}
.minisearch .input-text {
  height: auto;
  border: 1px solid #dfdfdf;
  line-height: 20px;
  padding: 10px 60px 10px 10px;
  font-size: 14px;
  transition: border-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.minisearch .input-text:focus {
  outline: none;
  box-shadow: none;
  border-color: #7da295;
}
.minisearch .actions {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
}
.block-search .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.block-search._active .overlay {
  opacity: 1;
  visibility: visible;
}
.minisearch .action-icon.search {
  color: #000000;
  height: 100%;
}
.minisearch .action-icon > span {
  display: none;
}
/*
 * 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>, 13/8/2021
 */
@media only screen and (max-width: 767px) {
  .rootmegamenu_block {
    display: none;
  }
  #rw-menutop {
    overflow: hidden;
    padding: 5px 15px;
    width: 100%;
  }
  .rootmenu-list > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .rootmenu-list > li > a {
    width: 100%;
    padding-right: 50px;
    text-transform: uppercase;
  }
  .rootmenu-list a {
    border-bottom: 1px solid #f3f2f0;
  }
  .megamenu a {
    color: #000000;
    border-bottom: 0;
  }
  .rootmenu .megamenu,
  .mobile-3rd-level {
    flex: 0 0 100%;
    padding: 5px 0;
    background: #fff;
    transition: all .35s ease;
    position: absolute;
    width: 100%;
    right: -100%;
    z-index: 10;
    top: 0;
    overflow: scroll;
    height: 100%;
  }
  .rootmenu .megamenu.visible {
    right: 0;
    padding-top: 0;
  }
  .mobile-3rd-level.visible {
    right: 0;
    padding-top: 0;
  }
  .rootmenu-click {
    position: absolute;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    background: transparent;
  }
  .rootmenu-arrow {
    font-style: normal;
    display: flex;
    text-decoration: none;
  }
  .rootmenu-arrow:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: inherit;
    color: inherit;
    content: "\69";
    font-family: 'icons-sparvinduer';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .rootmenu-arrow.rootmenu-rotate:after {
    content: "\68";
  }
  .rootmenu .megamenu .title a {
    padding: 10px 15px;
    border-bottom: 1px solid #f3f2f0;
  }
  .rootmenu .megamenu {
    padding: 5px 15px;
  }
  .rootmenu-list > li > a {
    transition: all 0.20s ease;
    opacity: 1;
    position: relative;
  }
  .rootmenu [class*='root-col'].view-all-mobile {
    display: block;
  }
  .third-level-link {
    transition: all 0.20s ease;
    opacity: 1;
    position: relative;
  }
  .rootmenu-list > li > a .rootmenu-click {
    text-transform: none;
  }
  .nav-sections-items {
    overflow: hidden;
    height: 100%;
  }
  .nav-sections-item-content {
    overflow: scroll;
    height: 100%;
  }
  .best_billigst_no_store_view .nav-sections-item-content,
  .bedst_billigst_dk_store_view .nav-sections-item-content,
  .best_billigst_no_store_view .rootmenu .megamenu,
  .bedst_billigst_dk_store_view .rootmenu .megamenu {
    background: #ffc333;
  }
  .best_billigst_no_store_view .rootmenu-list a,
  .bedst_billigst_dk_store_view .rootmenu-list a,
  .best_billigst_no_store_view .rootmenu .megamenu .title a,
  .bedst_billigst_dk_store_view .rootmenu .megamenu .title a {
    border-bottom: 1px solid #000000;
  }
  .best_billigst_no_store_view .mobileheader,
  .bedst_billigst_dk_store_view .mobileheader {
    border-bottom: 1px solid #000000;
  }
  .bonusfonster_se_store_view .nav-sections-item-content,
  .bonusfonster_se_store_view .rootmenu .megamenu {
    background: #DA0F18;
  }
  .bonusfonster_se_store_view .rootmenu-list a,
  .bonusfonster_se_store_view .rootmenu .megamenu .title a {
    color: #fff;
    border-bottom: 1px solid #ffffff;
  }
  .bonusfonster_se_store_view .mobileheader {
    border-bottom: 1px solid #ffffff;
    color: #fff;
  }
  .bonusfonster_se_store_view .mobileheader button.mobileheader--back-btn {
    color: #fff;
  }
}
@media only screen and (min-width: 768px) {
  .rootmenu .megamenu {
    z-index: 5;
    width: 100%;
    left: 0;
    background: #DA0F18;
    opacity: 0;
    transform: translate3d(0, 20px, 0);
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: opacity, visibility;
    backface-visibility: hidden;
    background: linear-gradient(90deg, #ffffff 0 50%, #7da295 50% 100%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  }
  .rootmenu-list > li:hover > .megamenu,
  .rootmenu-list > li.hover > .megamenu {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  .rootmenu .megamenu::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background: linear-gradient(90deg, #ffffff 0 50%, #7da295 50% 100%);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: none;
  }
  .rootmenu [class*='root-col'] {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
  }
  .megamenu .root-col-1 {
    flex-basis: 100%;
    width: 100%;
    flex-wrap: nowrap;
    max-width: 1240px;
    margin: auto;
    display: flex;
  }
  .megamenu .root-sub-col-6,
  .megamenu .root-col-2 {
    flex-basis: 50%;
    width: 50%;
  }
  .megamenu .root-sub-col-6 {
    padding: 20px;
  }
  .megamenu a {
    padding: 5px 0;
    line-height: 1.5;
  }
  .megamenu .level3-listing {
    width: 100%;
    flex-basis: 100%;
    padding: 0;
  }
  .rootmenu .level3-listing li {
    width: 100%;
  }
  .rootmenu li .level4-listing {
    margin: 0;
    padding: 0;
  }
  .megamenu .level4-listing a {
    font-weight: 400;
  }
  .rootmenu-list > li > a {
    color: #ffffff;
  }
  .rootmenu .category-image-hover {
    max-width: 50%;
    padding: 0 !important;
  }
  .rootmenu .pagebuilder-column-group {
    flex-direction: column;
  }
  .rootmenu .pagebuilder-column {
    width: 100% !important;
    margin: 0 auto !important;
  }
  .rootmenu [class*='root-col'].view-all-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .rootmenu .pagebuilder-column-group {
    flex-direction: row;
  }
  .rootmenu .pagebuilder-column {
    width: 50% !important;
    flex-basis: 50%;
  }
  .megamenu a {
    padding: 10px 0;
  }
  .rootmenu [class*='root-col'].view-all-mobile {
    display: none;
  }
}
