.moncompte__navigation-sidebar {
  background: #e7effd !important;
}
.card-item {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px;
  width: 26%;
  height: 170px;
  background: #ffffff;
  border: 0.5px solid #dfe5f9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 2px 4px 8px -2px rgba(8, 43, 110, 0.25);
          box-shadow: 2px 4px 8px -2px rgba(8, 43, 110, 0.25);
  margin: 0px 11px;
}
.cart-text {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #000000;
  text-transform: uppercase !important;
}
.bottom-layer {
  background: #b8cefa;
  height: 6px;
  width: 100%;
}
.bottom-layer-2 {
  position: absolute;
  bottom: -6px;
  left: 0px;
  right: 0px;
  background: #b8cefa;
  height: 8px;
  width: 100%;
}
.active-item {
  border-bottom: 8px solid #b8cefa;
  min-width: 380px !important;
}
