/**
 * 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, crossselling.scss */
.sidecart-crossselling {
  margin-top: 1.5rem; }

/* line 23, crossselling.scss */
.sidecart-crossselling__title {
  margin-bottom: 0; }

/* line 27, crossselling.scss */
.sidecart-crossselling__products {
  display: flex;
  flex-wrap: nowrap;
  padding: 1.25rem;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  overflow-x: auto; }
  /* line 35, crossselling.scss */
  .sidecart-crossselling__products > div {
    flex: 0 0 auto; }

/* line 40, crossselling.scss */
.crossselling-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 160px;
  line-height: 1.2;
  text-align: center; }
  /* line 48, crossselling.scss */
  .crossselling-product:not(:last-child) {
    margin-right: 1rem; }

/* line 53, crossselling.scss */
.crossselling-product__image {
  max-width: 120px;
  margin-bottom: .5rem; }

/* line 58, crossselling.scss */
.crossselling-product__infos {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between; }

/* line 66, crossselling.scss */
.crossselling-product__name {
  margin-bottom: .5rem;
  font-size: .875rem; }
  /* line 70, crossselling.scss */
  .crossselling-product__name a {
    color: inherit;
    text-decoration: none; }

@media (min-width: 768px) {
  /* line 77, crossselling.scss */
  .sidecart.offcanvas {
    overflow: visible; }

  /* line 81, crossselling.scss */
  .sidecart-crossselling {
    position: absolute;
    top: 0;
    right: 100%;
    display: flex;
    flex-direction: column;
    width: 220px;
    height: 100%;
    padding: 1.5rem 1.25rem;
    margin-top: 0;
    overflow-y: auto;
    background-color: var(--bs-light); }

  /* line 95, crossselling.scss */
  .sidecart-crossselling__title {
    padding: 0;
    margin-bottom: 1.5rem;
    text-align: center; }

  /* line 101, crossselling.scss */
  .sidecart-crossselling__products {
    flex: 1 1 0%;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
    overflow-x: visible; }

  /* line 111, crossselling.scss */
  .crossselling-product:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1.5rem; } }
