body.ltr {
  font-family: Quicksand, sans-serif;
  font-optical-sizing: auto;
}

body.ltr .mb-0,
body.ltr .my-0 {
  margin-bottom: 0 !important;
  font-family: Quicksand, sans-serif;
  font-optical-sizing: auto;
}

.side__bar__item__icon__badge {
  background: #843acd !important;
  color: #cbb2d8 !important;
}

body.dark__sidebar__color .sidebar .sidebar__item:hover .side__bar__item__text {
  color: #CBB2D8 !important;
  ;
}

body.dark__sidebar__color .sidebar .sidebar__item:hover .side__bar__item__icon {
  color: var(--a-link-color);
  color: #cbb2d8 !important;
}

a {
  color: #825d95;
}

a:hover {
  color: #331461;
  text-decoration: none;
}

.sidebar__link {
    font-family: Quicksand, sans-serif;
}

.sidebar__item[href], .sidebar__help, .sidebar__head, .sidebar__link {
  font-family: Quicksand, sans-serif;
}

.header__item_user .header__head img {
  object-fit: contain;
  border-radius: 20%;
  background: #f3dcf3;
}

.header__body.header__account__infomrmations .header__top .header__title .header__title__informations__avatar img {
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 20%;
  background: #f3dcf3;
}

.full__width__secondarysidebar__menu .nav-item .nav-link:hover, .full__width__secondarysidebar__menu .nav-item.active .nav-link, .full__width__secondarysidebar__menu .nav-item .nav-link.active {
  color: #825d95;
}

.header__link.color {
  color: #321461;
}

.header__link.color {
  color: #8339cd;
}

.header__link.color:hover i {
  color: #805c93;
}

.user__list__item__avatar {
  width: 50px;
  height: 50px;
}

.select__accounts__list .user__list__item__avatar img {
  width: 100%;
  border-radius: 50%;
  object-fit: contain;
  height: 100%;
  background: #f7e1f5;
}

.product__cart__sidepanel__group .product__cart__sidepanel__item.active {
  color: #843ace;
}

.product__cart__sidepanel__group .product__cart__sidepanel__item:hover {
  color: #825D95;
}

body:not(.body__dark) .header__darkmode__selector__wrapper .header__darkmode__selector__btn {
  background: rgba(203, 178, 216, 0.54);
  color: #825d95;
}

body:not(.body__dark) .header__darkmode__selector__wrapper .header__darkmode__selector__btn:hover {
  background: #825d95;
}