@import url(../CartProductCard/CartProductCard.css?10_04_2025__10_33);
/* CSS Auto Compilé */
@charset "utf-8";
.ax-c-cart {
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 360px;
  position: relative;
}
.ax-c-cart .ax-c-cart-empty_cart {
  font-size: 16rem;
  text-align: center;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.ax-c-cart .ax-c-cart-empty_cart span {
  font-weight: normal;
  opacity: 0.7;
}
.ax-c-cart .ax-c-cart-empty_cart:before {
  font-family: 'fontawesome bold';
  content: '\e0dd';
  font-size: 86px;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  left: -4px;
}
.ax-c-cart .ax-c-cart-products {
  margin-bottom: auto;
}
.ax-c-cart .ax-c-cart-valid_cart {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  margin-bottom: -25px;
  padding: inherit;
  position: sticky;
  bottom: 0px;
  background-color: var(--bkcolor_brightness_2);
  padding-top: 15px;
  margin-top: -10px;
}
