@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

.favorites_is-arabic .favorites-page__button:not(:last-child) {
  margin-right: 0;
  margin-left: 20px; }

.favorites_is-arabic .favorites__product {
  margin-right: 0;
  margin-left: 20px; }
  .favorites_is-arabic .favorites__product:nth-child(4n) {
    margin-left: 0; }
  @media only screen and (max-width: 600px) {
    .favorites_is-arabic .favorites__product {
      margin-left: 0; } }

.favorites_is-arabic .favorites__button {
  margin-right: 0;
  margin-left: 0; }
  .favorites_is-arabic .favorites__button:not(:last-child) {
    margin-right: 0;
    margin-left: 20px; }

.favorites__container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  margin-bottom: 60px;
  margin-top: 60px; }

.favorites__title {
  color: #00438E;
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "roboto";
  margin-bottom: 40px; }
  @media only screen and (max-device-width: 1024px) {
    .favorites__title {
      margin-bottom: 10px; } }

.favorites__description {
  margin-bottom: 20px; }

.favorites__product {
  height: 320px;
  width: 300px;
  border-radius: 30px;
  box-shadow: 1px 1px 7px 0px rgba(0, 67, 142, 0.14);
  margin-right: 20px;
  margin-bottom: 20px; }
  .favorites__product:nth-child(4n) {
    margin-right: 0; }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
    .favorites__product {
      width: 230px; }
      .favorites__product:nth-child(3n) {
        margin-right: 0; }
      .favorites__product:nth-child(4n) {
        margin-right: 20px; } }
  @media only screen and (max-width: 600px) {
    .favorites__product {
      width: 48%;
      height: auto;
      margin-right: 0;
      margin-bottom: 20px; } }

.favorites__buttons {
  display: flex; }
  @media only screen and (max-width: 600px) {
    .favorites__buttons {
      flex-direction: column; } }

.favorites__button {
  width: 160px; }
  .favorites__button:not(:last-child) {
    margin-right: 20px; }
  @media only screen and (max-width: 600px) {
    .favorites__button {
      width: 100%; }
      .favorites__button:not(:last-child) {
        margin-right: 0;
        margin-bottom: 10px; } }

.favorites__product-container {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 600px) {
    .favorites__product-container {
      justify-content: space-between; } }

.favorites__breadcrumbs-container {
  width: 100%;
  display: flex;
  justify-content: flex-end; }
  @media only screen and (max-device-width: 1024px) {
    .favorites__breadcrumbs-container {
      display: none; } }

.favorites__message {
  margin-bottom: 40px; }
