.product-thumb-list .product-amount {
  margin: 0 15px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }
  .product-thumb-list .product-amount .amount-min {
    text-align: center;
    width: 100%;
    display: none; }

.product-simple-list .product-amount {
  margin: 0 auto 10px;
  text-align: center; }
  .product-simple-list .product-amount .amount-min {
    display: none; }
  .product-simple-list .product-amount .shop2-product-amount {
    width: auto;
    display: inline-block; }

.shop2-cart-product .shop2-product-amount button, .product-amount button {
  background: #036079;
  background: linear-gradient(to top right, #036078 0%, #0a91b1 100%);
  border: 0; }
  .shop2-cart-product .shop2-product-amount button:hover, .product-amount button:hover {
    background: linear-gradient(to top right, #0a91b1 0%, #036078 100%); }
  .shop2-cart-product .shop2-product-amount button:active, .product-amount button:active {
    background: linear-gradient(to top right, #0a91b1 0%, #036078 100%); }

.product-amount button {
  width: 30px;
  height: 30px;
  outline: none;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  line-height: 28px;
  color: #b6b6b6;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 6px;
  border: 0;
  color: #fff; }

.shop2-product-amount input[type="text"] {
  height: 28px; }

.shop2-cart-wrapper .shop2-cart-product .cart-amount .shop2-product-amount {
  width: auto; }
  .shop2-cart-wrapper .shop2-cart-product .cart-amount .amount-min {
    text-align: center; }

.shop-pricelist .tr .price-reg {
  padding-right: 10px; }

.price-reg .price-reg-title {
  white-space: normal; }

.shop-pricelist .tr .product-amount {
  text-align: center;
  padding: 0 0 20px; }
  .shop-pricelist .tr .shop2-product-amount {
    width: auto;
    display: inline-block; }
  .shop-pricelist .tr .amount-min {
    display: none; }

@media only screen and (max-width: 640px) {
  .product-simple-list .product-side-r {
    display: block; }

  .product-simple-list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }

  .product-simple-list .product-side-r {
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box; }

  .product-simple-list .product-side-c {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
    -moz-box-flex: 1;
    -moz-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
    width: auto; }

  .product-simple-list .product-side-l {
    width: 200px;
    box-sizing: border-box; } }

@media only screen and (max-width: 480px) {
  .product-simple-list .product-side-l {
    width: 100%; }

  .product-simple-list .product-name {
    max-width: none; } }
