@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"); }

.product-item {
  height: 100%;
  overflow: hidden; }
  .product-item_is-arabic .product-item__action {
    width: auto; }
    .product-item_is-arabic .product-item__action:not(:last-child) {
      margin-right: 0;
      margin-left: 10px; }
    @media only screen and (max-width: 600px) {
      .product-item_is-arabic .product-item__action:not(:last-child) {
        margin-left: 0; } }
  .product-item_is-favorite .product-item__container {
    padding: 0 40px; }
    @media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
      .product-item_is-favorite .product-item__container {
        padding: 0 10px; } }
  .product-item_is-favorite .product-item__content-container {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    height: 80%; }
  @media only screen and (max-width: 600px) {
    .product-item_is-favorite .product-item__container {
      padding: 0 10px; }
    .product-item_is-favorite .product-item__content-container {
      padding: 0; }
    .product-item_is-favorite .product-item__image-container {
      margin: 0; } }

.product-item__container {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%; }

.product-item__image-container {
  flex: 0.95;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
  overflow: hidden; }
  @media only screen and (max-width: 600px) {
    .product-item__image-container {
      padding: 30px 0; } }

@media only screen and (max-width: 600px) {
  .product-item__image {
    height: 130px; } }

.product-item__name-container {
  height: 40px;
  flex-shrink: 0;
  color: #444444;
  overflow: hidden; }
  @media only screen and (max-width: 600px) {
    .product-item__name-container {
      height: auto;
      margin-bottom: 10px; } }

.product-item__name {
  padding: 0 10px; }

.product-item__price-container {
  width: 100px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  border-radius: 20px;
  background-color: #C0E1FC;
  color: #00438E; }

.product-item__price {
  text-align: center; }

.product-item__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px; }
  @media only screen and (max-width: 600px) {
    .product-item__actions {
      flex-direction: column; } }

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

.product-item__price {
  font-weight: 500;
  font-size: 11px; }
