/**
Theme Name: Bushcraftbutikken
Author: Digitalist
Author URI: https://digitalist.dk
Description: Bushcraftbutikken
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bushcraftbutikken
Template: astra
*/
/*------------------------------------*\
    Breakpoints

    Usage eg.:

    @include bp(largetablet) {
        height: 500px !important;
    }

\*------------------------------------*/
/*------------------------------------*\
    Fonts
\*------------------------------------*/
/*$base-font: proxima-nova,sans-serif;
$heading-font: republic-web,serif;*/
/*------------------------------------*\
    Colors
\*------------------------------------*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------*\
    Hamburger
\*------------------------------------*/
.main-header-menu-toggle {
  /*  background: #fff!important;
    height: 50px!important;
    width: 50px!important;
    border-radius: 50px!important;
    justify-content: center;*/
}
.main-header-menu-toggle .mobile-menu-toggle-icon {
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  position: relative;
  width: 23px;
  height: 2px;
  background: #fff;
}
.main-header-menu-toggle .mobile-menu-toggle-icon .ahfb-svg-iconset {
  height: 50px;
  width: 50px;
  opacity: 0;
  display: none;
}
.main-header-menu-toggle .mobile-menu-toggle-icon:before, .main-header-menu-toggle .mobile-menu-toggle-icon:after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
}
.main-header-menu-toggle .mobile-menu-toggle-icon:before {
  top: -8px;
  width: 18px;
}
.main-header-menu-toggle .mobile-menu-toggle-icon:after {
  top: 8px;
  width: 18px;
}
.main-header-menu-toggle:hover .mobile-menu-toggle-icon:before, .main-header-menu-toggle:hover .mobile-menu-toggle-icon:after {
  width: 23px;
}
.main-header-menu-toggle.toggled .mobile-menu-toggle-icon {
  background: transparent;
}
.main-header-menu-toggle.toggled .mobile-menu-toggle-icon:before {
  width: 25px;
  transform: translate3d(1px, 9px, 0) rotate(45deg);
}
.main-header-menu-toggle.toggled .mobile-menu-toggle-icon:after {
  width: 25px;
  transform: translate3d(1px, -7px, 0) rotate(-45deg);
}

/*------------------------------------*\
    Fullscreen
\*------------------------------------*/
.ast-mobile-header-content {
  position: fixed;
  width: 100% !important;
  height: 100%;
  transition: 0.5s ease-in-out;
  transform: translate(1200px);
  opacity: 0;
  top: 0;
  right: 0;
  display: flex !important;
  padding-top: 80px;
}
.ast-header-break-point .ast-primary-header-bar {
  max-width: 100% !important;
}
.ast-header-break-point .ast-builder-menu {
  /*
  align-items: flex-start;
  */
}

.ast-header-break-point.ast-main-header-nav-open {
  overflow: hidden !important;
}
.ast-header-break-point.ast-main-header-nav-open .ast-mobile-header-content {
  opacity: 1;
  transform: translate(0px);
}

/* Mobile header */
header #ast-mobile-header .ast-main-header-wrap .ast-primary-header-bar {
  /*
  padding-right: 0;
  */
  border: 0;
}
header #ast-mobile-header .ast-mobile-header-content {
  box-shadow: 0 2px 10px 0 rgba(36, 50, 66, 0.08);
}
header #ast-mobile-header .ast-mobile-header-content .main-header-menu {
  background: transparent;
  border: 0;
  /* To remove eventual spacing from js mega menu script */
}
header #ast-mobile-header .ast-mobile-header-content .main-header-menu .astra-megamenu {
  margin: 0 !important;
  padding: 0 !important;
}
header #ast-mobile-header .ast-mobile-header-content .main-header-menu li a {
  border: 0 !important;
}
header #ast-mobile-header .ast-mobile-header-content .main-header-menu .ast-menu-toggle {
  background: transparent;
  outline: none;
  border: 0;
  color: #fff;
}

/*------------------------------------*\
    Mini cart
\*------------------------------------*/
/*
#ast-site-header-cart {
  .ast-cart-menu-wrap {
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h21.736v20.161H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='m20.09 7.639-2.108 10.51a.467.467 0 0 1-.456.375H4.21a.467.467 0 0 1-.457-.374L1.646 7.639a.459.459 0 0 1 .097-.387.459.459 0 0 1 .36-.17h17.53c.192 0 .308.106.36.17a.458.458 0 0 1 .097.387m-9.222-6.002c2.534 0 4.64 1.654 5.014 3.808H5.854c.374-2.154 2.48-3.808 5.014-3.808m10.391 4.578a2.095 2.095 0 0 0-1.626-.77h-2.099C17.16 2.386 14.314 0 10.868 0S4.576 2.386 4.2 5.445H2.103c-.633 0-1.225.28-1.626.77C.076 6.704-.083 7.34.04 7.96L2.15 18.47a2.109 2.109 0 0 0 2.061 1.69h13.316c.998 0 1.865-.71 2.061-1.69l2.108-10.51a2.097 2.097 0 0 0-.436-1.746' fill='%23fff' mask='url(%23b)'/%3E%3C/g%3E%3C/svg%3E");
    width: 22px;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    height: 30px;
    background-position: center center;
    !*
    margin-top: 5px;
    *!
    .count {
      color: #fff;
      font-size: 11px;
      border: 0;
      background: #000;
      min-width: unset;
      min-height: unset;
      height: 20px;
      width: 20px;
      border-radius: 10px;
      position: absolute;
      top: -7px;
      right: -7px;
      display: flex;
      align-items: center;
      justify-content: center;

      &:after {
        display: none;
      }
    }

    &:hover {
      .count {
        color: #fff;
        background-color: #000;
      }
    }
  }

  .ast-woo-header-cart-info-wrap {
    display: none;
  }

}*/
#ast-site-header-cart .cart-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
#ast-site-header-cart .cart-container .ast-woo-header-cart-info-wrap {
  padding-top: 3px;
}
#ast-site-header-cart .cart-container .woocommerce-Price-amount {
  font-size: 12px;
}
#ast-site-header-cart .cart-container .tax_label {
  display: none;
}
#ast-site-header-cart .cart-container .ast-icon {
  /*		  background-image: url("data:image/svg+xml,%3Csvg width='386' height='434' viewBox='0 0 386 434' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cpath d='M323.899 258.574h-.005v-87.522c-.041-43.25-31.683-79.978-74.452-86.42.03-.355.107-.696.107-1.06V57.348a56.9 56.9 0 1 0-113.801 0v26.225c0 .362.077.702.107 1.058-42.772 6.437-74.419 43.168-74.46 86.421v87.522c-33.826.002-61.246 27.424-61.246 61.25v26.273a34.977 34.977 0 0 0 34.977 34.977h26.269c-3.04 27.31 15.242 52.41 43.75 52.478h175c28.463-.057 46.82-25.18 43.75-52.478 0 .004 26.275-.002 26.278 0 19.316 0 34.976-15.66 34.976-34.977v-26.273a61.25 61.25 0 0 0-61.25-61.25ZM161.998 57.348c1.064-40.424 60.246-40.403 61.301.001v26.203h-61.301V57.348Zm-34.979 118.08h131.25c17.216.264 17.287 25.972 0 26.25H127.02c-17.218-.263-17.286-25.973 0-26.25Zm157.5 170.712c-.054 26.542-21.583 48.031-48.125 48.037h-87.5c-26.542-.005-48.07-21.495-48.125-48.037v-61.338c.047-26.559 21.566-48.078 48.125-48.125h87.5c26.56.048 48.078 21.566 48.125 48.125v61.338Z'/%3E%3Cpath d='M258.27 315.427H127.02v30.713c.041 12.05 9.825 21.794 21.874 21.788h87.5a21.698 21.698 0 0 0 13.68-4.929l-.032.115c.42-.34.823-.7 1.207-1.082.248-.231.517-.437.757-.68a16.536 16.536 0 0 0 2.46-2.972l.116-.172c.476-.743.9-1.52 1.267-2.322a21.429 21.429 0 0 0 2.42-9.746v-1.43c.237-4.168.044-8.405 0-12.22v-17.063ZM236.394 262.927h-87.5c-14.077-.117-23.515 12.796-21.875 26.25h131.25c1.641-13.455-7.799-26.367-21.875-26.25Z'/%3E%3C/g%3E%3C/svg%3E");      background-size: contain;
          height: 30px!important;
            width: 30px!important;
            display: inline-block;
  */
  display: none;
}
#ast-site-header-cart .cart-container .ast-icon svg {
  display: none;
}
#ast-site-header-cart .cart-container .ast-cart-menu-wrap {
  background-image: url("data:image/svg+xml,%3Csvg width='386' height='434' viewBox='0 0 386 434' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fff' fill-rule='nonzero'%3E%3Cpath d='M323.899 258.574h-.005v-87.522c-.041-43.25-31.683-79.978-74.452-86.42.03-.355.107-.696.107-1.06V57.348a56.9 56.9 0 1 0-113.801 0v26.225c0 .362.077.702.107 1.058-42.772 6.437-74.419 43.168-74.46 86.421v87.522c-33.826.002-61.246 27.424-61.246 61.25v26.273a34.977 34.977 0 0 0 34.977 34.977h26.269c-3.04 27.31 15.242 52.41 43.75 52.478h175c28.463-.057 46.82-25.18 43.75-52.478 0 .004 26.275-.002 26.278 0 19.316 0 34.976-15.66 34.976-34.977v-26.273a61.25 61.25 0 0 0-61.25-61.25ZM161.998 57.348c1.064-40.424 60.246-40.403 61.301.001v26.203h-61.301V57.348Zm-34.979 118.08h131.25c17.216.264 17.287 25.972 0 26.25H127.02c-17.218-.263-17.286-25.973 0-26.25Zm157.5 170.712c-.054 26.542-21.583 48.031-48.125 48.037h-87.5c-26.542-.005-48.07-21.495-48.125-48.037v-61.338c.047-26.559 21.566-48.078 48.125-48.125h87.5c26.56.048 48.078 21.566 48.125 48.125v61.338Z'/%3E%3Cpath d='M258.27 315.427H127.02v30.713c.041 12.05 9.825 21.794 21.874 21.788h87.5a21.698 21.698 0 0 0 13.68-4.929l-.032.115c.42-.34.823-.7 1.207-1.082.248-.231.517-.437.757-.68a16.536 16.536 0 0 0 2.46-2.972l.116-.172c.476-.743.9-1.52 1.267-2.322a21.429 21.429 0 0 0 2.42-9.746v-1.43c.237-4.168.044-8.405 0-12.22v-17.063ZM236.394 262.927h-87.5c-14.077-.117-23.515 12.796-21.875 26.25h131.25c1.641-13.455-7.799-26.367-21.875-26.25Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  flex-wrap: wrap;
}
#ast-site-header-cart .cart-container .ast-cart-menu-wrap .count {
  /*border: 0;*/
  border: 0;
  background: var(--e-global-color-astglobalcolor8);
  height: 18px;
  width: 18px;
  border-radius: 15px;
  position: absolute;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  top: 0;
  right: -3px;
  min-height: unset;
  min-width: unset;
  line-height: 18px;
  text-align: center;
}
#ast-site-header-cart .cart-container .ast-cart-menu-wrap .count:after {
  display: none;
}

/*.db_cart_is_empty{
  .ast-icon:after{
    display: none;
  }
}*/
/*------------------------------------*\
    Padded section
\*------------------------------------*/
section.paddedsection {
  padding: 50px 10px;
}
@media (min-width: 1080px) {
  section.paddedsection {
    padding: 50px 20px;
  }
}
@media (max-width: 575px) {
  section.paddedsection {
    padding: 35px 10px;
  }
}

section.paddedsectionhuge {
  padding: 75px 10px;
}
@media (min-width: 1080px) {
  section.paddedsectionhuge {
    padding: 200px 20px;
  }
}
@media (max-width: 575px) {
  section.paddedsectionhuge {
    padding: 35px 10px;
  }
}

section.paddedsectionlarge {
  padding: 75px 10px;
}
@media (min-width: 1080px) {
  section.paddedsectionlarge {
    padding: 125px 20px;
  }
}
@media (max-width: 575px) {
  section.paddedsectionlarge {
    padding: 35px 10px;
  }
}

section.paddedsectionsmall {
  padding: 50px 20px;
}
@media (min-width: 1080px) {
  section.paddedsectionsmall {
    padding: 75px 20px;
  }
}
@media (max-width: 575px) {
  section.paddedsectionsmall {
    padding: 25px 10px;
  }
}

/*------------------------------------*\
    Padded container
\*------------------------------------*/
.e-con.paddedsection {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .e-con.paddedsection {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
@media (min-width: 1080px) {
  .e-con.paddedsection {
    padding-bottom: 75px;
    padding-top: 75px;
  }
}

.e-con.paddedsection_top {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .e-con.paddedsection_top {
    padding-top: 40px;
  }
}
@media (min-width: 1080px) {
  .e-con.paddedsection_top {
    padding-top: 75px;
  }
}

.e-con.paddedsection_bottom {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .e-con.paddedsection_bottom {
    padding-bottom: 40px;
  }
}
@media (min-width: 1080px) {
  .e-con.paddedsection_bottom {
    padding-bottom: 75px;
  }
}

/*------------------------------------*\
    Align last item bottom
\*------------------------------------*/
.lastbottom .elementor-widget-wrap,
.lastbottom {
  display: flex;
  flex-flow: column nowrap;
}
.lastbottom .elementor-widget-wrap > div:last-child,
.lastbottom > div:last-child {
  margin-top: auto;
}

/*------------------------------------*\
    Last P no margin
\*------------------------------------*/
.lastnospace p:last-child {
  margin-bottom: 0;
}

/*------------------------------------*\
    USP Slider
\*------------------------------------*/
body:not(.elementor-editor-active) .usp_slider {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  body:not(.elementor-editor-active) .usp_slider {
    pointer-events: none;
  }
  body:not(.elementor-editor-active) .usp_slider .swiper-pagination {
    display: none;
  }
}
@media (max-width: 767px) {
  body:not(.elementor-editor-active) .usp_slider .swiper-container-autoheight {
    padding-bottom: 50px;
  }
  body:not(.elementor-editor-active) .usp_slider .swiper-container-autoheight .swiper-pagination {
    bottom: 0;
  }
}

#page #content #primary {
  margin: 3em 0;
}
@media (max-width: 1080px) {
  #page #content #primary {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
}

footer .site-primary-footer-wrap .widget {
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
}
footer .site-primary-footer-wrap .widget .widget-title {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
footer .site-primary-footer-wrap .widget a {
  color: #fff;
  text-decoration: underline;
}
footer .site-primary-footer-wrap .widget a:hover {
  color: #fff;
  opacity: 0.6;
}
footer .site-primary-footer-wrap .widget_nav_menu nav ul li {
  margin-bottom: 10px;
  line-height: 1.3em;
  padding-left: 20px;
  position: relative;
}
footer .site-primary-footer-wrap .widget_nav_menu nav ul li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
footer .site-primary-footer-wrap .widget_nav_menu nav ul li a:before {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='7px' height='10px' viewBox='0 0 7 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='icon_menu_arrow' transform='translate(1.458333, 1.541667)' stroke='%23FFFFFF' stroke-width='1.5'%3E%3Cpolyline id='Stroke-1' transform='translate(2.041667, 3.500000) rotate(-90.000000) translate(-2.041667, -3.500000) ' points='-1.45833333 1.45833333 2.03991667 5.54166667 5.54166667 1.45833333'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 7px;
  width: 10px;
  margin-right: 10px;
  position: absolute;
  background-size: contain;
  background-position: left center;
  left: 0;
}
footer .site-primary-footer-wrap .widget_nav_menu nav ul li a:hover {
  color: #fff;
  opacity: 0.6;
}
footer .site-primary-footer-wrap .widget_nav_menu nav ul li a:hover:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='7px' height='10px' viewBox='0 0 7 10' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='icon_menu_arrow' transform='translate(1.458333, 1.541667)' stroke='%2364865d' stroke-width='1.5'%3E%3Cpolyline id='Stroke-1' transform='translate(2.041667, 3.500000) rotate(-90.000000) translate(-2.041667, -3.500000) ' points='-1.45833333 1.45833333 2.03991667 5.54166667 5.54166667 1.45833333'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
footer .site-primary-footer-wrap .mc4wp-form input[type=submit] {
  margin-top: 10px;
}
footer .site-below-footer-wrap {
  font-size: 12px;
}
footer .site-below-footer-wrap .widget {
  margin-bottom: 0;
}
footer .site-below-footer-wrap .widget p {
  margin-bottom: 0;
}

/* Mobile collapsable footer navigtation */
@media (max-width: 767px) {
  .ast-header-break-point footer .site-primary-footer-wrap nav,
.ast-header-break-point footer .site-primary-footer-wrap .textwidget {
    display: none;
  }
  .ast-header-break-point footer .site-primary-footer-wrap .site-footer-section {
    margin-bottom: 0 !important;
  }
  .ast-header-break-point footer .site-primary-footer-wrap .site-footer-section .widget {
    margin-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 0;
    text-align: left;
  }
  .ast-header-break-point footer .site-primary-footer-wrap .site-footer-section .widget .widget-title {
    text-align: left;
    margin-bottom: 0;
    padding: 15px 0;
    background: url("assets/icon_arrow_right.svg") right center no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='20' viewBox='0 0 13 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.5 18.5 10-8.496L1.5 1.5' stroke='%23FFF' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: right center;
    background-repeat: no-repeat;
  }
  .ast-header-break-point footer .site-primary-footer-wrap .site-footer-section .widget .widget-title.active {
    background: url("assets/icon_arrow_up.svg") right center no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='13' viewBox='0 0 19 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 12 9.504 2 1 12' stroke='%23FFF' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
    background-position: right center;
    background-repeat: no-repeat;
  }
}
/*------------------------------------*\
    Payment icon list
\*------------------------------------*/
.payment-list {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
  justify-content: flex-end;
  margin-top: 4px;
}

/*------------------------------------*\
    Filter
\*------------------------------------*/
@media (min-width: 1080px) {
  .button.astra-shop-filter-button {
    display: none !important;
  }
}
@media (max-width: 1080px) {
  .tax-product_cat #secondary {
    display: none;
  }
}
/*------------------------------------*\
    Product and category list
\*------------------------------------*/
.woocommerce .products .product-category {
  border: 1px solid #dedede;
  margin-bottom: 1.5em !important;
}
.woocommerce .products .product-category a {
  padding: 10px;
}
.woocommerce .products .product-category a img {
  margin: 0 !important;
  transform: scale(0.8);
}
.woocommerce .products .product-category a .woocommerce-loop-category__title {
  position: relative !important;
  left: unset !important;
  right: unset !important;
  background: transparent !important;
  bottom: unset !important;
}
.woocommerce .products .product-category a .woocommerce-loop-category__title .count {
  display: none !important;
}
.woocommerce .products li.product {
  display: flex;
  flex-direction: column;
  border: 1px solid #dedede;
  background: #fff;
  padding: 15px !important;
}
.woocommerce .products li.product .pwb-brands-in-loop {
  font-size: 12px;
  margin-bottom: 5px !important;
  display: block;
  color: var(--e-global-color-astglobalcolor6);
}
.woocommerce .products li.product .pwb-brands-in-loop a {
  color: var(--e-global-color-astglobalcolor6);
}
.woocommerce .products li.product .astra-shop-summary-wrap {
  display: flex;
  flex-flow: column nowrap;
  flex-grow: 1;
}
.woocommerce .products li.product .astra-shop-summary-wrap .brand {
  font-size: 12px;
  margin-bottom: 5px !important;
  display: block;
  color: inherit;
}
.woocommerce .products li.product .astra-shop-summary-wrap .woocommerce-loop-product__title {
  font-weight: bold;
}
.woocommerce .products li.product .astra-shop-summary-wrap .price {
  font-weight: normal;
  margin-top: 15px;
  color: var(--ast-global-color-1);
}
.woocommerce .products li.product .astra-shop-summary-wrap .add_to_cart_button {
  margin-top: auto !important;
  font-size: 12px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woocommerce .woocommerce-result-count {
  display: none;
}

/*------------------------------------*\
    Category
\*------------------------------------*/
.tax-product_cat .woocommerce-products-header {
  margin-bottom: 25px;
}

/* Sticky filter widget */
@media (min-width: 769px) {
  .tax-product_cat #content .ast-container {
    display: flex;
  }
  .tax-product_cat .sidebar-main {
    height: 100%;
  }
  .tax-product_cat .sidebar-main .widget:last-child {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
  }
}
/*------------------------------------*\
    Read more function
\*------------------------------------*/
a.read-more {
  display: inline-block;
  color: var(--ast-global-color-1);
  cursor: pointer;
  font-weight: bold;
}

.term-description.shorted {
  position: relative;
}
.term-description.shorted:after {
  content: "";
  background: linear-gradient(180deg, rgba(247, 244, 242, 0) 0%, #f7f4f2 80%);
  height: 50px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}

/*------------------------------------*\
    Brands
\*------------------------------------*/
@media (max-width: 767px) {
  .pwb-all-brands {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .pwb-all-brands .pwb-brands-cols-outer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
  border: 1px solid var(--ast-global-color-4);
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
    flex-basis: 50%;
  }
}
.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 a img {
  max-height: 90px;
  width: auto;
}
.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 p {
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
}
.pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 p small {
  display: none;
}
.pwb-all-brands .pwb-pagination-wrapper {
  border: 0;
}

/*------------------------------------*\
    Splash
\*------------------------------------*/
.woocommerce div.product span.onsale,
.woocommerce ul.products li.product .onsale,
ul.products li.product .uael-sale-flash-wrap .uael-onsale {
  background: var(--e-global-color-astglobalcolor8);
  min-height: unset !important;
  padding: 10px !important;
  min-width: unset !important;
  font-size: 12px;
  line-height: 1em !important;
  text-transform: uppercase;
  font-weight: 600;
  top: 15px;
  left: 10px;
  right: auto;
  z-index: 50;
}
@media (max-width: 480px) {
  .woocommerce div.product span.onsale,
.woocommerce ul.products li.product .onsale,
ul.products li.product .uael-sale-flash-wrap .uael-onsale {
    font-size: 9px;
    padding: 5px;
  }
}

/*------------------------------------*\
    Product slider
\*------------------------------------*/
.elementor-widget-uael-woo-products .elementor-widget-container .uael-woo-product-wrapper {
  display: flex;
  flex-direction: column;
}
.elementor-widget-uael-woo-products .elementor-widget-container .uael-woo-product-wrapper .uael-woo-products-summary-wrap {
  margin-top: auto;
}
.elementor-widget-uael-woo-products .elementor-widget-container .uael-woo-product-wrapper .uael-woo-products-summary-wrap .brand {
  font-size: 12px;
  margin-bottom: 5px !important;
  display: block;
  color: inherit;
}
.elementor-widget-uael-woo-products .elementor-widget-container .uael-woo-product-wrapper .uael-woo-products-summary-wrap .woocommerce-loop-product__title {
  font-weight: bold;
}
.elementor-widget-uael-woo-products .elementor-widget-container .uael-woo-product-wrapper .uael-woo-products-summary-wrap .price {
  font-weight: normal;
  margin-top: 15px;
  color: var(--ast-global-color-1);
}
.elementor-widget-uael-woo-products .elementor-widget-container .slick-arrow {
  height: 40px;
  width: 40px;
  text-align: center;
  background: var(--ast-global-color-2);
  transition: 0.2s ease-in-out;
}
.elementor-widget-uael-woo-products .elementor-widget-container .slick-arrow:before {
  content: "";
  display: block;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 25px;
  width: 25px;
  margin: 0 auto;
}
.elementor-widget-uael-woo-products .elementor-widget-container .slick-arrow.slick-prev {
  left: -40px;
}
.elementor-widget-uael-woo-products .elementor-widget-container .slick-arrow.slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8L21 8' stroke='black' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 1L1 8L8 15' stroke='black' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.elementor-widget-uael-woo-products .elementor-widget-container .slick-arrow.slick-next {
  right: -40px;
}
.elementor-widget-uael-woo-products .elementor-widget-container .slick-arrow.slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 8L1 8' stroke='black' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 1L21 8L14 15' stroke='black' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.elementor-widget-uael-woo-products .elementor-widget-container .slick-arrow:hover {
  background: #fff;
}

/*------------------------------------*\
    Cart
\*------------------------------------*/
/*.astra-cart-drawer .astra-cart-drawer-header .astra-cart-drawer-title,
.woocommerce-js .widget_shopping_cart .total strong,
.woocommerce-js.widget_shopping_cart .total strong{
  color: var(--ast-global-color-6);
}*/
/*------------------------------------*\
    Cart page
\*------------------------------------*/
.woocommerce-cart #ast-cart-wrapper .woocommerce-cart-form .shop_table {
  background: #fff;
  font-size: 16px;
}
.woocommerce-cart #ast-cart-wrapper .woocommerce-cart-form .shop_table a {
  color: initial;
}
.woocommerce-cart #ast-cart-wrapper .woocommerce-cart-form .shop_table thead {
  background-color: unset !important;
}
.woocommerce-cart #ast-cart-wrapper .woocommerce-cart-form .amountleft_cart,
.woocommerce-cart #ast-cart-wrapper .woocommerce-cart-form .amountleft_freeshipping {
  margin-top: 25px;
  padding: 10px;
  background: rgba(159, 182, 151, 0.2);
  font-size: 16px;
  text-align: center;
}
.woocommerce-cart #ast-cart-wrapper .woocommerce-cart-form .amountleft_cart {
  background-color: rgba(220, 104, 27, 0.2) !important;
}
.woocommerce-cart #ast-cart-wrapper .cross-sells {
  margin-top: 50px;
  background: #fff;
}
.woocommerce-cart #ast-cart-wrapper .cross-sells > h2 {
  background: unset;
  font-size: 20px;
  border: 0;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.woocommerce-cart #ast-cart-wrapper .cross-sells ul.products li .astra-shop-summary-wrap .ast-loop-product__link h2 {
  font-size: 18px;
}
.woocommerce-cart #ast-cart-wrapper .cart-collaterals .cart_totals {
  background: #fff;
}
.woocommerce-cart #ast-cart-wrapper .cart-collaterals .cart_totals > h2 {
  background: transparent;
}
.woocommerce-cart #ast-cart-wrapper .cart-collaterals .cart_totals .cart-subtotal th, .woocommerce-cart #ast-cart-wrapper .cart-collaterals .cart_totals .cart-subtotal td {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-cart #ast-cart-wrapper .cart-collaterals .cart_totals .cart-subtotal td:last-child {
  text-align: right;
}
.woocommerce-cart #ast-cart-wrapper .cart-collaterals .cart_totals tr td {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-cart #ast-cart-wrapper .cart-collaterals .cart_totals .order-total td {
  text-align: right;
}
.woocommerce-cart #ast-cart-wrapper .cart-collaterals .cart_totals .order-total th {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-cart #ast-cart-wrapper .cart-collaterals .cart_totals .order-total .includes_tax {
  display: block;
  line-height: 1em;
  font-size: 12px;
  text-align: right;
}
.woocommerce-cart #ast-cart-wrapper .cart-collaterals .cart_totals .checkout-button {
  padding: 15px;
  line-height: 1em;
}
.woocommerce-cart #ast-cart-wrapper .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  font-size: 12px;
  line-height: 1em;
  margin-top: 20px;
  color: #777;
}

header #ast-desktop-header .site-header-primary-section-center {
  width: 500px;
  flex-basis: 500px;
}
header #ast-desktop-header .site-header-primary-section-center .header-widget-area {
  width: 100%;
}
header #ast-desktop-header .site-header-primary-section-center .header-widget-area .dgwt-wcas-sf-wrapp {
  background: unset;
}
header #ast-desktop-header .site-header-primary-section-center .header-widget-area .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  height: 50px;
}
header #ast-desktop-header .site-header-primary-section-center .header-widget-area .dgwt-wcas-search-icon {
  width: 22px;
}
header #ast-desktop-header .site-header-primary-section-center .header-widget-area .dgwt-wcas-search-icon svg {
  max-width: 22px;
}
header #ast-desktop-header .site-header-primary-section-center .header-widget-area .dgwt-wcas-search-icon svg path {
  fill: #fff;
}
header #ast-mobile-header .dgwt-wcas-search-icon {
  width: 22px;
}
header #ast-mobile-header .dgwt-wcas-search-icon svg {
  max-width: 22px;
}
header #ast-mobile-header .dgwt-wcas-search-icon svg path {
  fill: #fff;
}

/* Mobile overlay */
.js-dgwt-wcas-overlay-mobile {
  background: var(--ast-global-color-3);
}
.js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar {
  height: 55px !important;
}
.js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar button.dgwt-wcas-om-return, .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar button.dgwt-wcas-om-return:active, .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar button.dgwt-wcas-om-return:focus, .js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar button.dgwt-wcas-om-return:hover {
  background: var(--ast-global-color-0);
}
.js-dgwt-wcas-overlay-mobile .dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input {
  height: 55px !important;
}

/*------------------------------------*\
    Suggestions
\*------------------------------------*/
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-si {
  width: 100px;
}

.dgwt-wcas-details-wrapp .dgwt-wcas-details-main-image {
  border-bottom: 0 !important;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-details-main-image img {
  margin: 15px auto 0 15px;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-pd-addtc-form {
  justify-content: center;
  width: 100%;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-pd-addtc-form .add_to_cart_inline {
  width: 100%;
}
.dgwt-wcas-details-wrapp .dgwt-wcas-pd-addtc-form a {
  width: 100%;
  text-align: center;
}

.uspsheaderbar {
  background: var(--ast-global-color-6);
  padding: 10px;
}
@media (max-width: 767px) {
  .uspsheaderbar {
    display: none;
  }
}
.uspsheaderbar ul {
  list-style: none;
  display: flex;
  max-width: 1400px;
  align-items: center;
  justify-content: space-around;
  margin: 0 auto;
  flex-wrap: wrap;
}
.uspsheaderbar ul li {
  margin: 0 20px;
  color: #fff;
  font-size: 13px;
}
@media (max-width: 1080px) {
  .uspsheaderbar ul li {
    margin: 0 10px;
    font-size: 11px;
  }
}
.uspsheaderbar ul li img {
  margin-right: 5px;
}

form {
  /*------------------------------------*\
      Checkbox
  \*------------------------------------*/
}
form input[type=checkbox] {
  height: 20px;
  width: 20px;
  background: #FFF;
  border: 1px solid #000;
  outline: none;
  color: #fff;
  display: inline-block !important;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: all 0.15s;
}
form input[type=radio]:checked,
form input[type=reset],
form input[type=checkbox]:checked,
form input[type=checkbox]:hover:checked,
form input[type=checkbox]:focus:checked,
form input[type=checkbox]:focus {
  border-color: #000;
  color: #2E3236;
  background-color: #fff;
}
form input[type=checkbox]:checked {
  position: relative;
  background-color: #fff;
}
form input[type=checkbox]:checked:before {
  content: "";
  color: #000;
  opacity: 1;
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 6px;
  color: #000;
  opacity: 1;
  transform: rotate(45deg);
  height: 13px;
  width: 6px;
  border-bottom: 3px solid var(--ast-global-color-0);
  border-right: 3px solid var(--ast-global-color-0);
}

.bapf_sfilter .bapf_button,
.bapf_sfilter label {
  font-size: 13px;
}

.bapf_ckbox {
  /*------------------------------------*\
      Checkbox
  \*------------------------------------*/
}
.bapf_ckbox input[type=checkbox] {
  height: 18px;
  width: 18px;
  background: #FFF;
  border: 1px solid #000;
  outline: none;
  color: #fff;
  display: inline-block !important;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: all 0.15s;
  margin-top: -3px;
}
.bapf_ckbox input[type=radio]:checked,
.bapf_ckbox input[type=reset],
.bapf_ckbox input[type=checkbox]:checked,
.bapf_ckbox input[type=checkbox]:hover:checked,
.bapf_ckbox input[type=checkbox]:focus:checked,
.bapf_ckbox input[type=checkbox]:focus {
  border-color: #000;
  color: #2E3236;
  background-color: #fff;
}
.bapf_ckbox input[type=checkbox]:checked {
  position: relative;
  background-color: #fff;
}
.bapf_ckbox input[type=checkbox]:checked:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  color: #000;
  opacity: 1;
  transform: rotate(45deg);
  height: 13px;
  width: 6px;
  border-bottom: 3px solid var(--ast-global-color-0);
  border-right: 3px solid var(--ast-global-color-0);
}

/*------------------------------------*\
    Mailchimp
\*------------------------------------*/
.ast-checkout-labels-as-placeholders form #customer_details .form-row.mailchimp-newsletter {
  margin-top: 10px;
  background: var(--ast-global-color-3);
  padding: 20px;
  display: flex;
  margin: 10px 3px;
  align-items: center;
}
.ast-checkout-labels-as-placeholders form #customer_details .form-row.mailchimp-newsletter label {
  margin: 0 0 0 0;
  opacity: 1;
  pointer-events: all;
  line-height: 1.2em;
}

/*------------------------------------*\
    Cart Table
\*------------------------------------*/
/*
.woocommerce-cart-form{
  table.shop_table{
    font-weight: 300;
    font-size: 13px;

    .woocommerce-Price-amount, td small{
      font-weight: 300;
    }
    a{
      font-weight: 300;
      color: #000;
      &:hover{
        color: $secondary;
      }

    }
    .product-remove a{
      border: 0;
      font-size: 30px;
      font-weight: 200;
    }
    tr{
      background: #fff;
    }
    @media (max-width: 768px){
      border: 0;
      tr.woocommerce-cart-form__cart-item{
        margin-bottom: 25px;
        border: 1px solid red;
      }
    }
  }
}
.woocommerce{
  .cart_totals {
    background: #fff;
    .wc-proceed-to-checkout{
      .checkout-button{
        border: 0;
        padding: 20px 25px;
        transition: 0.2s ease-in-out;
        background: $primary;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 16px;
        &:hover{
          background-color: $secondary;
        }
      }
    }
  }
}
*/
/*------------------------------------*\
    Checkout
\*------------------------------------*/
/*
.woocommerce-checkout {
  .woocommerce {

    form {
      margin-top: 25px;
      #customer_details.col2-set {
        .woocommerce-billing-fields h3 {
          display: none;
        }
        .woocommerce-shipping-fields {
          h3 {
            font-size: 13px;
            letter-spacing: 1px;
            text-transform: uppercase;
          }
        }
        @include bp(desktop){
          width: calc(50% - 50px);
          margin-right: 50px;
        }

        #ship-to-different-address {
          padding-left: 3px;
          label {
            display: flex;
            align-items: center;
            span {
              margin-left: 10px;
            }
          }
        }

        #order_comments_field {
          label {
            opacity: 1!important;
            position: relative!important;
            padding: 0 !important;
            text-transform: uppercase;
          }
        }
      }

      #order_review_heading {
        background: #fff;
        border-color: sand;
        border-width: 1px 1px 0 1px;
      }

      #order_review_heading {
        @include bp(tablet){
          width: 50%;
        }
      }
      #order_review {
        background: #fff;
        font-size: 13px;
        border-width: 0 1px 1px 1px;
        color: #000;
        @include bp(tablet){
          width: 50%;
        }
        .woocommerce-terms-and-conditions-wrapper {
          .woocommerce-form__label {
            line-height: 1.5em;
            display: block;

          }
        }

        #payment {
          li.wc_payment_method {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            align-items: baseline;
            margin-bottom: 20px;

            label {
              font-weight: bold;
              flex-wrap: wrap;
              display: flex;
              align-items: flex-start;

            }


          }
        }

        .woocommerce-checkout-review-order-table {
          @include bp(tablet){

            tr.cart_item {
              td.product-name {
                width: 60%;
              }

            }
          }

          #shipping_method {
            li {
              .amount {
                font-weight: normal;
              }
              .shipping_heading {
                font-size: 13px;
                text-transform: uppercase;
                margin-bottom: 15px;
              }

              .shipmondo_stores {
                max-width: 250px;
              }
            }

          }

        }
        #payment #place_order {
          padding: 20px 25px;
          transition: 0.2s ease-in-out;
          background: $primary;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-size: 16px;
          &:hover {
            background: $secondary;
          }
        }
        #place_order {
          background: #000;
          padding: 15px 25px;
          margin-top: 15px;
        }
      }

    }

  }

  .variation {
    .variation-Forventetleveringstid {
      font-weight: normal;
      font-size: 12px;
      font-style: italic;
    }
  }
  .woocommerce-terms-and-conditions-link{
    text-decoration: underline;
  }
}
*/
/*------------------------------------*\
    Checkout
\*------------------------------------*/
form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading) {
  background: #fff;
  border-width: 1px 1px 0 1px;
}

form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
  border-width: 0 1px 1px;
}

.ast-checkout-labels-as-placeholders form .ast-float-label input[type=email],
.ast-checkout-labels-as-placeholders form .ast-float-label input[type=number],
.ast-checkout-labels-as-placeholders form .ast-float-label input[type=password],
.ast-checkout-labels-as-placeholders form .ast-float-label input[type=tel],
.ast-checkout-labels-as-placeholders form .ast-float-label input[type=text],
.ast-checkout-labels-as-placeholders form .ast-float-label select,
.ast-checkout-labels-as-placeholders form .ast-float-label textarea {
  font-size: 14px;
  padding: 2em 0.8em 0.5em;
}

#order_comments {
  font-size: 14px !important;
}

.single-product #main {
  /*
  padding: 50px 0;
  */
}
.single-product #main .summary .product_title {
  font-size: 20px;
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .single-product #main .summary .product_title {
    font-size: 25px;
  }
}
.single-product #main .summary .price {
  font-size: 17px !important;
  margin-bottom: 25px !important;
}
@media (min-width: 1024px) {
  .single-product #main .summary .price {
    font-size: 20px;
  }
}
.single-product #main .summary .price del {
  display: block;
  font-size: 0.7em;
}

.ctabox {
  height: 100%;
}
.ctabox .elementor-cta__bg-wrapper .elementor-cta__bg-overlay {
  background: rgba(0, 0, 0, 0.24);
}
.ctabox .elementor-cta {
  height: 100%;
  display: flex !important;
}

.blog .ast-full-width .ast-article-inner {
  background: #fff;
}

/*# sourceMappingURL=style.css.map */
