/**
 * Copyright since 2002 Creabilis
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (AFL-3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to contact@creabilis.com so we can send you a copy immediately.
 *
 * @author    Creabilis <contact@creabilis.com>
 * @copyright Since 2002 Creabilis
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of Creabilis
 */
/* line 19, crea_samples.scss */
.crea-samples__product {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  /* line 24, crea_samples.scss */
  .crea-samples__product:not(:last-child) {
    margin-bottom: .5rem; }

/* line 29, crea_samples.scss */
.crea-samples__product-image {
  width: 70px; }

/* line 33, crea_samples.scss */
.crea-samples__product-infos {
  flex: 1 1 0%;
  padding-right: .5rem;
  padding-left: .5rem; }

/* line 39, crea_samples.scss */
.crea-samples__product-name {
  margin-bottom: 0; }

/* line 43, crea_samples.scss */
.crea-samples__product-price {
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500; }

/* line 49, crea_samples.scss */
.crea-samples__product-remove-icon {
  font-size: 1.125rem; }

/* line 53, crea_samples.scss */
.crea-samples__product-add {
  padding: .5rem .75rem;
  font-size: .75rem; }
