.wait {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 99999; }
  .wait .spinner {
    position: fixed;
    left: 50%;
    top: 29vw;
    margin-top: -30px;
    margin-left: -30px;
    width: 37px;
    height: 37px;
    background: rgba(0, 0, 0, 0.7) url("../img/controls.png") 38px -186px;
    animation: spinner-spin 2.2s infinite; }

#content,
#container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative; }

@keyframes spinner-spin {
  0% {
    transform: rotateY(0deg); }
  50% {
    transform: rotateY(180deg); }
  100% {
    transform: rotateY(0deg); } }
.quick-cart-wrapper {
  position: relative;
  z-index: 10; }
  .quick-cart-wrapper .quick-cart {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left; }
    .quick-cart-wrapper .quick-cart > .qs-label {
      text-align: left;
      color: #fff;
      font-size: 14px;
      line-height: 36px;
      background: rgba(86, 70, 78, 0.35);
      cursor: pointer;
      padding: 0 10px 0 35px;
      width: 160px;
      position: relative;
      box-sizing: border-box;
      margin: 0 0 10px 10px; }
      .quick-cart-wrapper .quick-cart > .qs-label:before {
        display: block;
        content: '';
        background: url("../img/controls.png") 35px -161px;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 3px;
        left: 5px; }
    .quick-cart-wrapper .quick-cart > ul.qs-list {
      display: none;
      box-sizing: border-box;
      width: 100%;
      padding: 10px; }
      .quick-cart-wrapper .quick-cart > ul.qs-list > li {
        position: relative;
        box-sizing: border-box;
        display: block;
        padding: 6px 18px 6px 32px;
        margin-top: 4px;
        height: 36px;
        width: 100%;
        max-width: 450px;
        overflow: hidden;
        text-align: left;
        font-size: 13px;
        line-height: 28px;
        color: #fff;
        background-color: rgba(86, 70, 78, 0.6);
        cursor: pointer;
        transition: .2s ease-out; }
        .quick-cart-wrapper .quick-cart > ul.qs-list > li:before {
          display: block;
          position: absolute;
          top: 10px;
          left: 10px;
          content: '';
          background: url("../img/buy_white.png") no-repeat center;
          background-size: contain;
          width: 11px;
          height: 15px;
          opacity: .4; }
        .quick-cart-wrapper .quick-cart > ul.qs-list > li .qs-product-name,
        .quick-cart-wrapper .quick-cart > ul.qs-list > li .qs-price,
        .quick-cart-wrapper .quick-cart > ul.qs-list > li .qs-currency {
          display: inline-block; }
        .quick-cart-wrapper .quick-cart > ul.qs-list > li .qs-price,
        .quick-cart-wrapper .quick-cart > ul.qs-list > li .qs-currency {
          position: absolute;
          bottom: 2px;
          padding-left: 4px; }
        .quick-cart-wrapper .quick-cart > ul.qs-list > li .qs-product-name {
          float: left;
          width: 100%;
          box-sizing: border-box;
          text-align: left;
          overflow-wrap: normal;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          padding-right: 80px; }
        .quick-cart-wrapper .quick-cart > ul.qs-list > li .qs-price {
          right: 45px; }
        .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: none;
          height: 100%;
          width: 100%; }
        .quick-cart-wrapper .quick-cart > ul.qs-list > li:hover {
          color: #fff;
          background-color: rgba(86, 70, 78, 0.75); }

@media screen and (min-width: 400px) {
  .quick-cart-wrapper .quick-cart {
    width: auto; }
    .quick-cart-wrapper .quick-cart > ul.qs-list {
      width: auto; } }
.img-card img {
  filter: blur(0);
  opacity: 0; }
  .img-card img.lazyloaded {
    animation: fadein 2s linear 1 normal forwards; }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@media screen and (min-width: 1025px) {
  .quick-cart:hover .qs-label {
    display: none; }
  .quick-cart:hover ul.qs-list,
  .quick-cart:hover ul.qs-list > li .qs-link {
    display: block; } }

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