﻿.add-to-cart-qty-wrapper .nl-plus,
.add-to-cart-qty-wrapper .nl-minus {
  position: absolute;
  top: 0;
  left: 0;
  right: 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;
}

.nl-add-to-cart-qty-wrapper {
  margin-left: 10px;
}

.ajaxCart .overview {
    margin: 0 38% 0 0 !important;
}

.miniProductDetailsView .product-essential .gallery {
    float: right !important;
}

.miniProductDetailsView .message-error {
    float: right !important;
}

@media (max-width: 480px) {
    .category-page .item-grid .item-box .prices {
        padding-right: 30% !important;
        padding-left: 0 !important;
    }
    .category-page .item-grid .item-box .product-title {
        padding-right: 30% !important;
        padding-left: 0 !important;
    }

    .category-page .item-grid .item-box .product-rating-box {
        padding-right: 30% !important;
        padding-left: 0 !important;
    }
}