.text-block-qty-checkout {
    white-space: nowrap;
  }
  .linkblock-button-home {
    border-radius: 10px !important;
  }
  .div-block-grey-basis.left-aisles {
      height: calc(100% - 100px);
  }
  @media (max-width: 479px) {
    .div-block-grey-basis.left-aisles {
      height: calc(100% - 50px);
    }
  }
  .body {
    overflow-anchor: none;
    height: 100%;
  }
  .noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    outline: none;
  }
  .aligntop {
    vertical-align: top;
  }
  .imgcover {
    object-fit: cover;
  }
  .imgcontain {
     object-fit: contain;
  }
  .txtwhitespace {
    white-space: pre-wrap;
  }
  .aislecardmobile {
    display: none;
  }
  @media only screen 
    and (max-width: 849px) 
    and (min-width: 768px) {    
    .div-block-format-3-blocks {
      width: 49%;
    }
  }
  @media only screen 
    and (max-width: 599px) {
      .aislescard {
        display: none;
      }
      .aislecardmobile {
        display: block;
      }
  }
  @media only screen 
    and (max-width: 599px)
    and (min-width: 480px) {
      .div-block-format-3-blocks {
        width: 49%;
      }
  }
  @media only screen and (max-width: 399px) {
    .link-block-mini-add-basket.shadow {
      margin-right: 0px;
      width: 36px;
      height: 36px;
    }
    .span-hide-400px {
      display: none;
    }
  }
  @media only screen and (max-width: 340px) {
    .div-block-nav-home .nav-link {
      width: 50px;
    }
  }
