.quick-cart-wrapper {
  position: relative;
  z-index: 10; }
  .quick-cart-wrapper .quick-cart {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: Euclid, Arial, Helvetica, "Helvetica Neue", sans-serif;
    font-size: 15px; }
    .quick-cart-wrapper .quick-cart > .qs-label {
      display: block;
      content: '';
      background: #4c4c4c url("../img/basket-new.svg") center center no-repeat;
      width: 60px;
      height: 60px;
      position: absolute;
      margin-left: 0;
      bottom: 0;
      left: 0;
      cursor: pointer; }
    .quick-cart-wrapper .quick-cart > ul.qs-list {
      display: none;
      box-sizing: border-box;
      padding: 36px 46px 20px 10px;
      background-color: #4c4c4c;
      position: absolute;
      bottom: 0; }
      .quick-cart-wrapper .quick-cart > ul.qs-list .qs-close {
        cursor: pointer;
        position: absolute;
        margin: 10px;
        z-index: 110;
        width: 26px;
        height: 26px;
        display: block;
        top: 0;
        right: 0;
        transition: opacity .2s; }
        .quick-cart-wrapper .quick-cart > ul.qs-list .qs-close:before {
          content: "";
          display: block;
          position: absolute;
          width: 4px;
          height: 24px;
          border-radius: 30px;
          top: 50%;
          left: 50%;
          background-color: #fff;
          transform: translate(-50%, -50%) rotate(-45deg); }
        .quick-cart-wrapper .quick-cart > ul.qs-list .qs-close:after {
          content: "";
          display: block;
          position: absolute;
          width: 24px;
          height: 4px;
          border-radius: 30px;
          top: 50%;
          left: 50%;
          background-color: #fff;
          transform: translate(-50%, -50%) rotate(-45deg); }
        .quick-cart-wrapper .quick-cart > ul.qs-list .qs-close:hover {
          opacity: .7; }
      .quick-cart-wrapper .quick-cart > ul.qs-list > li {
        position: relative;
        box-sizing: border-box;
        display: flex;
        padding: 6px 20px 6px 40px;
        height: 36px;
        width: 100%;
        max-width: 400px;
        overflow: hidden;
        text-align: left;
        line-height: 28px;
        color: #ddd;
        background-color: #4c4c4c;
        cursor: pointer;
        margin-top: -1px;
        transition: .2s ease-out; }
        .quick-cart-wrapper .quick-cart > ul.qs-list > li span {
          font-weight: 500; }
        .quick-cart-wrapper .quick-cart > ul.qs-list > li .qs-product-name,
        .quick-cart-wrapper .quick-cart > ul.qs-list > li .qs-price {
          display: inline-block; }
        .quick-cart-wrapper .quick-cart > ul.qs-list > li .qs-price {
          right: 22px;
          bottom: 2px;
          padding-left: 4px;
          color: #a7e6d7; }
        .quick-cart-wrapper .quick-cart > ul.qs-list > li .qs-alternative-currency-price {
          font-size: 13.5px;
          color: #a7e6d7;
          padding-left: 8px; }
        .quick-cart-wrapper .quick-cart > ul.qs-list > li .qs-currency {
          display: none; }
        .quick-cart-wrapper .quick-cart > ul.qs-list > li .qs-currency-visible,
        .quick-cart-wrapper .quick-cart > ul.qs-list > li .qs-alternative-currency {
          display: block;
          margin-left: 5px;
          color: #a7e6d7; }
        .quick-cart-wrapper .quick-cart > ul.qs-list > li .qs-alternative-currency {
          font-size: 13.5px; }
        .quick-cart-wrapper .quick-cart > ul.qs-list > li .qs-product-name {
          float: left;
          width: 100%;
          box-sizing: border-box;
          text-align: right;
          overflow-wrap: normal;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          padding-right: 4px; }
        .quick-cart-wrapper .quick-cart > ul.qs-list > li .qs-price {
          right: 23px; }
        .quick-cart-wrapper .quick-cart > ul.qs-list > li .qs-currency {
          right: 15px; }
        .quick-cart-wrapper .quick-cart > ul.qs-list > li .qs-link {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          height: 100%;
          width: 100%; }
        .quick-cart-wrapper .quick-cart > ul.qs-list > li:hover {
          color: #fff; }
  .quick-cart-wrapper.quick-cart-wrapper-right {
    position: absolute;
    right: 60px; }
    .quick-cart-wrapper.quick-cart-wrapper-right .quick-cart > ul.qs-list {
      transform: translateX(-100%) translateX(60px); }

@media screen and (max-width: 768px) {
  .quick-cart-wrapper .quick-cart > ul.qs-list {
    width: 100%;
    padding: 36px 14px 20px 10px; }
    .quick-cart-wrapper .quick-cart > ul.qs-list > li {
      padding: 6px 20px 6px 10px; } }

/*# sourceMappingURL=quick-shop-cart.css.map */
