

/* Start:/local/components/astoni/cart/templates/.default/style.css?1754382994976*/
.basket-item {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
  }
  .basket-item__name {
    font-weight: bold;
  }
  .basket-item__detail-url {
    color: blue;
    text-decoration: underline;
    margin-left: 10px;
  }
  .basket-item__configurator-info {
    margin-top: 5px;
    font-size: 14px;
  }

  .basket-item__quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
  }

  .b-product__counter {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 5px;
    min-width: 100px;
  }

  .b-product__counter button {
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
  }

  .b-product__counter button:hover {
    background: #ccc;
  }

  .b-product__counter input {
    width: 30px;
    border: none;
    text-align: center;
  }

  .b-product__remove {
    cursor: pointer;
  }
/* End */
/* /local/components/astoni/cart/templates/.default/style.css?1754382994976 */
