/**
 * 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_giftbox.scss */
.crea-giftbox__product {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  /* line 24, crea_giftbox.scss */
  .crea-giftbox__product:not(:last-child) {
    margin-bottom: .5rem; }

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

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

/* line 39, crea_giftbox.scss */
.crea-giftbox__product-name {
  margin-bottom: 0; }
  /* line 42, crea_giftbox.scss */
  .crea-giftbox__product-name a {
    color: inherit;
    text-decoration: none; }

/* line 48, crea_giftbox.scss */
.crea-giftbox__product-price {
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500; }

/* line 54, crea_giftbox.scss */
.crea-giftbox__product-remove-icon {
  font-size: 1.125rem; }

/* line 58, crea_giftbox.scss */
.crea-giftbox__product-add {
  padding: .5rem .75rem;
  font-size: .75rem; }


.section-box-cart {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.btn-outline-crea {
  border: none;
  background: none;
  font-weight: 500;
  padding: 0;
  color: #4d7f71;
  display: flex;
  flex-direction: column;
}
.button-crea-cart{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.icon-svg {
  margin-right: 23px;
}
.button-crea-cart span {
  font-size: 16px;
  color: #6f6f6f;
  font-weight: 400;
  text-align: left;
}
.crea-samples .icon-svg {
  margin-right: 17px;
}
/*.crea-giftbox {*/
/*  display: none;*/
/*}*/
@media (min-width:768px) {
  div#crea_sidecart_fullcart {
    min-width: 450px;
  }
}