@import url('https://fonts.googleapis.com/css?family=Mallanna');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:200,200i,300,300i,400,500,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,700,900,900i');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500&display=swap');
a {
  text-decoration: none !important;
  color: inherit;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
body {
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
}
.container {
  width: calc(96% + 5px);
  max-width: inherit;
}
@media screen and (max-width:767px) {
  .container {
    padding-right: 7px;
    padding-left: 7px;
  }
}
.body-row {
  margin: 0 -15px;
}
.content-insider {
  padding: 1rem 0;
  background-color: #f2f2f2;
}
.ic {
  position: relative;
  height: 16px;
  display: inline-block;
}
.ic--verified {
  width: 42px;
  background-image: url("../../images/__design/verified.svg");
  background-repeat: no-repeat;
  background-size: 42px;
  background-position-y: center;
}
.ic--trade-assurance {
  width: 16px;
  background-position-x: 100%;
  background-position-y: 33.3333%;
  background-image: url("../../images/__design/sprite.svg");
  background-size: 80px;
}
.checkbox__label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}
.checkbox__input {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  width: 0;
  height: 0;
}
.checkbox__mark {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  margin-right: 0.5rem;
}
.checkbox__input:checked ~ .checkbox__mark {
  background-color: #f39c12;
  border: 1px solid #f5b043;
}
.checkbox__input:checked ~ .checkbox__mark:after {
  content: '\f00c';
  font-family: 'Line Awesome Free';
  color: #FFFFFF;
  font-weight: 900;
}
.checkbox__txt {
  display: flex;
  align-items: center;
  font-family: inherit;
}
.checkbox__txt > i {
  margin-right: 0.2rem;
}
.checkbox__img {
  overflow: hidden;
}
.checkbox__img--flag {
  width: 25px;
  height: 18px;
  margin-right: 0.5rem;
}
.checkbox__img--flag > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.checkbox__img--logo {
  width: 30px;
  height: 25px;
  margin-right: 0.3rem;
}
.checkbox__img--logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.checkbox__amount {
  color: #999999;
  font-style: italic;
  margin-left: 0.1rem;
}
.hamburger {
  width: 28px;
  height: 28px;
  position: relative;
  margin-left: 0.5rem;
}
.hamburger__line {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #5bb0f4;
  transform: translate(0%, 0%);
  transition: 0.5s;
}
.hamburger__line:after,
.hamburger__line:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #5bb0f4;
  transform: translate(0%, 0%);
  transition: 0.5s;
}
.hamburger__line:after {
  top: -6px;
}
.hamburger__line:before {
  top: 6px;
}
.hamburger--active .hamburger__line {
  background: rgba(0, 0, 0, 0) !important;
}
.hamburger--active .hamburger__line:after {
  top: 0;
  transform: rotate(135deg);
}
.hamburger--active .hamburger__line:before {
  top: 0;
  transform: rotate(45deg);
}
.wrapper {
  width: 100%;
  overflow-x: hidden;
  display: flex;
}
.wrapper__sidebar {
  width: 25%;
  position: fixed;
  left: 0;
  z-index: 1;
  height: 100%;
  overflow-y: hidden;
  background-color: #1a1a1a;
  transition: all ease 0.3s;
}
@media screen and (max-width:767px) {
  .wrapper__sidebar {
    width: 70%;
  }
}
.wrapper__container {
  width: 100%;
  transition: all ease 0.3s;
  left: 0;
  z-index: 2;
  background-color: #FFFFFF;
  position: relative;
}
@media screen and (max-width:767px) {
  .wrapper__container {
    padding-top: 13vh;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  .wrapper__container {
    padding-top: 16vh;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-height: 740px) {
  .wrapper__container {
    padding-top: 14vh;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .wrapper__container {
    padding-top: 12.5vh;
  }
}
.wrapper--toggle .wrapper__sidebar {
  left: 0;
}
.wrapper--toggle .wrapper__container {
  left: 25%;
}
@media screen and (max-width:767px) {
  .wrapper--toggle .wrapper__container {
    left: 70%;
  }
}
.sidebar {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: #b3b3b3 #333333;
  scrollbar-width: thin;
}
.sidebar::-webkit-scrollbar {
  width: 5px;
}
.sidebar::-webkit-scrollbar-track {
  background-color: #333333;
}
.sidebar::-webkit-scrollbar-thumb {
  background-color: #333333;
}
.sidebar__item {
  display: block;
  background-color: #333333;
  margin: 1px 0;
  transition: background-color ease 0.2s;
}
.sidebar__item:hover {
  background-color: #ffffff;
}
.sidebar__item:hover > a {
  color: #f39c12;
}
.sidebar__link {
  font-family: 'Mallanna', sans-serif;
  font-size: 1rem;
  display: flex;
  align-items: center;
  padding: 0.5rem 3rem 0.5rem 2rem;
  position: relative;
  color: #b3b3b3;
}
.sidebar__link > .sidebar__link__arrow {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
}
.sidebar__icon {
  font-size: 1.3rem;
}
@media screen and (max-width:767px) {
  .c-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    transition: left ease 0.3s;
  }
  .c-header--moving {
    left: 70%;
  }
}
.c-header__topnav {
  position: relative;
  z-index: 6;
  background-image: linear-gradient(90deg, #0e80db, #000000, #0e80db);
}
@media screen and (max-width:767px) {
  .c-header__topnav {
    display: none;
  }
}
.c-header__mainnav {
  display: none;
}
@media screen and (max-width:767px) {
  .c-header__mainnav {
    display: block;
    background-color: #ecf0f1;
    padding: 0.3rem 0 1rem;
    background-color: #f5f5f5;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
  }
}
@media screen and (max-width:767px) {
}
.c-header__linknav {
  border-bottom: 1px solid #808080;
}
.c-header__linknav--sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
}
@media screen and (max-width:767px) {
  .c-header__linknav {
    display: none;
  }
}
.c-header__linknav--sticky + .c-header__sep {
  padding-top: 55px;
}
.l-toplist {
  display: flex;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  position: relative;
  padding: 0.5rem 0;
}
.l-toplist__list {
  display: flex;
}
.l-toplist__list--right {
  margin-left: auto;
}
.l-toplist__item {
  display: flex;
  position: relative;
  z-index: 6;
}
.l-toplist__item--arabic {
  font-family: 'Tajawal', sans-serif;
  font-weight: 500;
}
.l-toplist__item > a {
  color: #badefb;
  display: flex;
  align-items: center;
  padding: 0.4rem 0.5rem;
  line-height: 1.3rem;
  font-size: 0.9rem;
}
.l-toplist__item > a:hover {
  color: #5bb0f4;
}
.l-toplist__item > a > i {
  font-size: 1.3rem;
  margin-right: 0.1rem;
}
.l-toplist__badge {
  width: 17px;
  height: 17px;
  background-color: #d65548;
  border-radius: 50%;
  margin-left: 0.5rem;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  font-family: 'Lato', sans-serif;
}
.l-toplist__sub {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #e6e6e6;
  padding: 1rem;
  z-index: 30000;
  display: none;
}
.l-toplist__sub:after {
  position: absolute;
  bottom: 100%;
  right: 15px;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid #e6e6e6;
  content: '';
}
.l-toplist__item:hover .l-toplist__sub {
  display: block;
}
.l-toplist__subtitle {
  display: flex;
  align-items: center;
}
.l-toplist__subtitle > span {
  white-space: nowrap;
  font-size: 0.9rem;
  font-weight: 500;
  margin-right: 4rem;
}
.l-toplist__subtitle > a {
  color: #0767b2;
  margin-left: auto;
}
.l-toplist__sub-notif {
  display: flex;
  align-items: center;
}
.l-toplist__sub-notif > span {
  margin-left: auto;
  margin-right: 3rem;
  font-size: 1.1rem;
  font-weight: 700;
  font-family: 'Lato', sans-serif;
  color: #c0392b;
}
.l-toplist__sub-header {
  background-color: #d9d9d9;
  margin: 1rem -1rem;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 500;
  border-top: 1px solid #999999;
}
.l-toplist__subitem {
  display: block;
  font-size: 0.8rem;
}
.l-toplist__login {
  position: relative;
}
.l-toplist__login:after {
  position: absolute;
  right: 0;
  top: 0.6rem;
  bottom: 0.6rem;
  width: 1px;
  background-color: #badefb;
  content: '';
}
.middle-nav {
  display: flex;
}
@media screen and (max-width:767px) {
  .middle-nav {
    flex-direction: column;
  }
}
.middle-nav__logo {
  margin-right: 1rem;
}
@media screen and (max-width:767px) {
  .middle-nav__logo {
    display: flex;
    flex-direction: column;
    margin-right: 0;
  }
}
.middle-nav__search {
  display: flex;
  align-items: center;
  flex: 1;
}
@media screen and (max-width:767px) {
  .middle-nav__search {
    align-items: stretch;
  }
}
.middle-nav__links {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px) {
  .middle-nav__links {
    display: none;
  }
}
.middle-nav__list {
  display: flex;
}
.middle-nav__item {
  font-size: 0.8rem;
  font-family: 'Lato', sans-serif;
  position: relative;
}
@media screen and (max-width:767px) {
  .middle-nav__item {
    font-size: 0.7rem;
  }
}
.middle-nav__item:first-child:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0.2rem;
  bottom: 0.2rem;
  width: 1px;
  background-color: #000000;
}
.middle-nav__item > a {
  color: #000000;
  padding: 0 0.5rem;
}
.middle-nav__item > a > i {
  font-size: 1.2rem;
}
@media screen and (max-width:767px) {
  .middle-nav__item > a > i {
    font-size: 1rem;
  }
}
.middle-nav__item--arabic {
  font-family: 'Tajawal', sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
}
@media screen and (max-width:767px) {
  .middle-nav__item--arabic {
    font-size: 0.8rem;
  }
}
.middle-nav__sub-list {
  position: absolute;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  top: 100%;
  right: 0;
  padding: 10px 40px;
  z-index: 1000;
  display: none;
}
.middle-nav__sub-list:after {
  content: '';
  position: absolute;
  bottom: 100%;
  right: 40px;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  border-bottom: 7px solid #e6e6e6;
}
.middle-nav__sub-item {
  font-family: 'Poppins', sans-serif;
  font-size: 0.85rem;
}
.middle-nav__item:hover .middle-nav__sub-list {
  display: block;
}
.bs-logo {
  display: flex;
  align-items: center;
}
.bs-logo__menu-trigger {
  display: none;
}
@media screen and (max-width:767px) {
  .bs-logo__menu-trigger {
    display: block;
    margin-right: 1rem;
  }
}
.bs-logo__menu-trigger > .hamburger .hamburger__line {
  width: 25px;
  background-color: #000000;
}
.bs-logo__menu-trigger > .hamburger .hamburger__line:after,
.bs-logo__menu-trigger > .hamburger .hamburger__line:before {
  background-color: #000000;
  width: 25px;
}
@media screen and (max-width:767px) {
  .bs-logo__image {
    width: 190px;
  }
}
.bs-logo__right {
  display: none;
}
@media screen and (max-width:767px) {
  .bs-logo__right {
    margin-left: auto;
    display: flex;
  }
}
.bs-logo__list {
  display: flex;
}
.bs-logo__item {
  font-size: 2rem;
  padding: 0 0.5rem;
}
.search {
  width: 100%;
  padding-right: 50px;
}
@media screen and (max-width:767px) {
  .search {
    padding-right: 0;
  }
}
.search__box {
  display: flex;
  width: 100%;
  background-image: linear-gradient(90deg, #0e80db, #c0392b, #27ae60, #0e80db);
  padding: 2px 1px;
  position: relative;
  border-radius: 44px/2;
  z-index: 5;
}
@media screen and (max-width:767px) {
  .search__box {
    border-radius: 34px/2;
  }
}
.search__input-container {
  flex: 1;
  position: relative;
}
.search__element {
  border: 0;
  height: 44px;
  position: relative;
  box-shadow: none;
}
@media screen and (max-width:767px) {
  .search__element {
    height: 34px;
  }
}
.search__element--selector {
  border: 0;
  border-right: 1px solid #cccccc;
  border-radius: 44px/2 0 0 44px/2;
  display: flex;
  width: auto;
  z-index: 3;
  padding-right: 4rem;
  padding-left: 2rem;
}
.search__element--selector:focus {
  outline: none;
  box-shadow: none;
}
@media screen and (max-width:767px) {
  .search__element--selector {
    display: none;
  }
}
.search__element--input {
  width: 100%;
  padding: 10px;
  font-family: 'Poppins', sans-serif;
  z-index: 2;
  background-color: #FFFFFF;
  border: 0;
  outline: none;
}
@media screen and (max-width:767px) {
  .search__element--input {
    width: 100%;
    margin-left: 0;
    padding-right: 50px;
    border: 1px solid #dddddd;
    border-radius: 34px/2;
  }
}
.search__element--input:focus {
  box-shadow: none;
}
.search__element--btn {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0 44px/2 44px/2 0;
  z-index: 1;
  padding: 0 1.5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #ffffff;
}
@media screen and (max-width:767px) {
  .search__element--btn {
    color: #0e80db;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 3;
  }
}
@media screen and (max-width:767px) {
  .search__element--btn > i {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:767px) {
  .search__label {
    display: none;
  }
}
.search__result {
  position: absolute;
  z-index: 10000;
  top: calc(100% - 1px);
  left: 0;
  right: -1px;
  background-color: #ffffff;
  border: 1px solid #0e80db;
  border-top: 0;
  display: none;
}
.search__result--active {
  display: block;
}
@media screen and (max-width:767px) {
  .search__result {
    top: calc(100% + 10px);
    border: 1px solid #0e80db;
  }
}
.search__suggest {
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.9rem;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  display: block;
  padding: 0.5rem 1rem 0;
  text-align: center;
}
.search__suggest > span {
  color: #c0392b;
}
.search__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e80db;
  margin: 0.5rem;
  padding: 0.5rem 1rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}
.search__list {
  margin: 0.5rem 0;
}
.search__item {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
}
.search__link {
  display: block;
  padding: 0.2rem 1rem;
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
}
.search__link:hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
}
.search__mark {
  color: #d65548;
}
.nav {
  padding: 0.5rem 0;
  align-items: center;
}
.nav__logo {
  height: 42px;
  width: auto;
}
.nav__list {
  display: flex;
  margin-left: auto;
}
.nav__item {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  position: relative;
  color: #2c3e50;
}
.nav__item::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.3rem;
  bottom: 0.3rem;
  width: 1px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #2c3e50, rgba(0, 0, 0, 0));
}
.nav__item:first-child:after {
  display: none;
}
.nav__item > a {
  padding: 0.3rem 0 0.3rem 0.5rem;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.nav__item > a > i {
  font-size: 1.5rem;
  margin-right: 0.1rem;
}
.nav__item > a > span {
  font-weight: 500;
  margin-left: 0.2rem;
}
.nav__item > a:hover {
  color: #5bb0f4;
}
.nav__item + .nav__item {
  margin-right: 0.5rem;
}
.header-info {
  display: none;
}
@media screen and (max-width:767px) {
  .header-info {
    display: flex;
    justify-content: center;
    padding: 0.7rem 0 0.5rem;
    background-color: #fafafa;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
}
.footer {
  background-color: rgba(0, 0, 0, 0.9);
  padding-top: 3rem;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  position: relative;
  z-index: 1000;
}
.footer__links {
  display: flex;
}
@media screen and (max-width:767px) {
  .footer__links {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer__col {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px;
}
@media screen and (max-width:767px) {
  .footer__col {
    flex: 0 0 50%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-left: 1rem;
  }
}
.footer__title {
  font-size: 1.1rem;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  margin: 0 0 1rem 0;
  color: #b3b3b3;
}
.footer__list {
  margin: 0;
  list-style: none;
}
.footer__item {
  font-family: 'Lato', sans-serif;
}
.footer__item > a:hover {
  color: #FFFFFF;
  text-decoration: underline !important;
}
.footer__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1.5rem;
}
.footer__logo > a > img {
  width: 150px;
  height: auto;
}
.footer__bottom {
  width: 80%;
  margin: 2rem auto 0 auto;
  padding: 2rem 0;
  border-top: 1px solid #333333;
  text-align: center;
  font-size: 0.75rem;
}
.footer-subscription {
  display: flex;
}
.footer-subscription__link {
  color: #ffffff;
  font-size: 1.9rem;
  padding: 0 0.2rem;
}
.scrollable {
  margin-top: 2rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .scrollable--welcome {
    margin-top: 1rem;
  }
}
.scrollable__control {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.1;
  cursor: not-allowed;
  background-color: #dddddd;
  color: rgba(0, 0, 0, 0.7);
  font-size: 2rem;
}
.scrollable__control--next {
  right: 0;
}
.scrollable__control--active {
  opacity: 1;
  cursor: pointer;
}
.scrollable__container {
  flex: 1;
}
.scrollable__wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0 0.5rem;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.scrollable__wrapper::-webkit-scrollbar {
  display: none;
}
.scrollable__item {
  flex: 0 0 calc(100% / 5);
  max-width: calc(100% / 5);
  padding: 0 0.5rem;
}
@media screen and (max-width:767px) {
  .scrollable__item {
    flex: 0 0 80%;
    max-width: 80%;
    padding: 0.5rem 0.3rem;
  }
}
.product-item {
  width: 100%;
  border: 1px solid #f2f2f2;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  box-shadow: 5px 0 5px #cccccc;
}
@media screen and (max-width:767px) {
  .product-item {
    background-color: #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
    border-color: #e9a39b;
  }
}
.product-item--dark {
  border-color: #cdd2d4;
}
.product-item__image {
  width: 100%;
  height: 170px;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .product-item__image {
    width: calc(100% - 14px);
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 7px;
    border-radius: 10px;
  }
}
.product-item__link {
  width: 100%;
  height: 100%;
  color: inherit;
}
.product-item__link:hover {
  color: inherit;
}
.product-item__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-item__txt {
  padding: 1rem;
  font-family: 'Lato', sans-serif;
}
.product-item__title {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1rem;
  height: 3rem;
  margin: 1rem 0 2rem 0;
  overflow: hidden;
}
.product-item__price {
  font-size: 0.75rem;
  color: #999999;
  white-space: nowrap;
}
.product-item__price > span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #333333;
  padding: 0 0.3rem;
}
.product-item__quantity {
  font-size: 0.75rem;
  color: #666666;
}
.product-item__quantity > span {
  display: inline-block;
  padding: 0 0.2rem;
  color: #333333;
  font-weight: 700;
}
.product-item__btn {
  background-color: #0e80db;
  color: #ffffff;
  padding: 0.3rem 1rem;
  margin-left: -1px;
  margin-right: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}
.product-item__btn:hover {
  color: #ffffff;
}
.product-item__btn > i {
  font-size: 1.4rem;
}
.box {
  padding: 1rem;
  margin: 1rem -15px;
  font-family: 'Poppins', sans-serif;
}
.box--white {
  background-color: #FFFFFF;
  border: 1px solid #e6e6e6;
}
.box__header {
  position: relative;
}
.box__title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width:767px) {
  .box__title--parent {
    font-size: 1.4rem;
    color: #2c3e50;
    text-align: center;
  }
}
.box__body {
  padding: 0;
}
.header-messages__item {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
.header-messages__item:hover {
  color: #666666;
}
.header-messages__image {
  width: 25px;
  height: 25px;
  min-width: 25px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #b3b3b3;
}
.header-messages__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header-messages__details {
  padding: 0 0.5rem;
}
.header-messages__name {
  font-size: 0.9rem;
  white-space: nowrap;
  line-height: 0.8rem;
  display: block;
}
.header-messages__factory {
  font-size: 0.7rem;
  white-space: nowrap;
  display: block;
}
.header-messages__count {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  background-color: #c0392b;
  color: #ffffff;
  font-size: 0.7rem;
  font-family: 'Lato', sans-serif;
}
/*# sourceMappingURL=main.css.map */