.product .quantity {
  width: 100%;
  margin-bottom: 5px;
  max-width: none;
}

.product .quantity input {
  width: 100%;
  min-height: 49.8px;
  border-radius: 25px;

  border-color: #e6e6e6;
}

.product .quantity .decrease,
.product .quantity .increase {
  width: 30px;
  height: 30px;
}

.product .quantity .decrease:before,
.product .quantity .increase:before {
  width: 10px;
}

.product .quantity .increase:after {
  height: 10px;
}

.products-block .product .p-bottom > div .p-tools .btn {
  display: flex !important;
  min-height: 49.8px;
}

@media (max-width: 479px) {
  .columns-mobile-2 .products-block .product .p-bottom > div .p-tools .btn {
    padding: 16.5px 15px;
    width: 100%;
  }
}
