﻿.add-to-cart-qty-wrapper .nl-plus,
.add-to-cart-qty-wrapper .nl-minus {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  display: inline-block;
  width: 15px;
  height: 18px;
  margin: 3px;
  background-color: #f1f1f1;
  text-align: center;
  font-family: "emporium-icons";
  font-size: 7px;
  line-height: 18px;
  color: #8e8e8e;
  cursor: pointer;
  user-select: none;
  transition: all .2s ease;
}

  .add-to-cart-qty-wrapper .nl-plus:hover,
  .add-to-cart-qty-wrapper .nl-minus:hover {
    background-color: #eaeaea;
  }

.add-to-cart-qty-wrapper .nl-minus {
  top: auto;
  bottom: 0;
}

.product-grid .ajax-cart-button-wrapper .add-to-cart-qty-wrapper .nl-plus,
.product-grid .ajax-cart-button-wrapper .add-to-cart-qty-wrapper .nl-minus {
  height: 16px;
  line-height: 16px;
}

.nl-cart-button-wrapper {
  display: flex;
  align-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

  .nl-cart-button-wrapper .option-list {
    display: flex;
    align-content: flex-start;
    flex-direction: row;
    align-items: center;
  }

    .nl-cart-button-wrapper .option-list li {
      padding: 0 5px 0 5px;
    }

.nl-add-to-cart-qty-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nl-add-to-cart-button-wrapper {
  flex-grow: 1;
  display: flex;
  align-content: center;
  flex-direction: row;
  align-items: center;
}

.mode-wrapper {
  /*height: 25px;*/
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 7px;
}

.mode-wrapper {
  height: 30px;
}

@media only screen and (min-width: 768px) {
  .mode-wrapper {
    margin-top: -10px;
  }
}

.nl-add-to-cart-button {
  width: 70px !important;
}

  .nl-add-to-cart-button.button-1 {
    background-color: #f1f1f1;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
    color: #8c8c8c;
    text-transform: uppercase;
    transition: all .2s ease;
    height: 40px;
    padding: 0 5%;
    vertical-align: middle;
    border: none;
    text-overflow: ellipsis;
    overflow: hidden;
  }

    .nl-add-to-cart-button.button-1:hover {
      color: white;
    }

.nl-cart-qty {
  width: 60px;
  /*margin: 0 7px 0 7px;*/
  margin: 0px;
  height: 40px !important;
}

.mode-buttons-wrapper {
  width: 40%;
  display: flex;
  align-content: flex-start;
  flex-direction: column;
  align-items: center;
  margin-left: 10px;
}

input.nl-cart-qty {
  padding: 0 7px 0 7px !important;
}

.nl-cart-button-wrapper *:before, *:after {
  font-family: inherit !important;
  box-sizing: inherit !important;
}

.qty-btn {
  cursor: pointer;
  color: #cbcbcb;
  /*position: absolute;
  left: 20%;*/
  font-size: 22px;
}

  .qty-btn:hover {
    color: #e3a116;
  }

.nl-inc {
  /*bottom: 22px;*/
  margin-left: 3px;
}

.nl-dec {
  /*bottom: 2px;*/
  margin-right: 3px;
}

.qty-internal-wrapper {
  position: relative;
  display: flex;
  align-content: flex-start;
  flex-direction: row;
  align-items: center;
}

.cart .quantity {
  width: 20%;
}

@media (max-width: 480px) {

  .item-box {
    width: 100% !important;
    margin: 0 0 2% 0 !important;
  }


    .item-box .picture {
      width: 30% !important;
    }

    .item-box .details {
      position: absolute;
      top: 20px;
      width: 100%;
    }

  .product-item {
    position: relative;
    position: relative;
    height: 200px;
  }
}

@media (max-width: 1024px) {
  .cart-item-row .quantity {
    width: 60% !important;
    flex-direction: row;
    align-items: center !important;
    justify-content: space-around;
    display: flex !important;
    padding: 7px !important;
    z-index: 999;
  }

  /*.cart-item-row .quantity .td-title {
      display: none;
    }*/
}

.hide {
  display: none !important;
}
