﻿.frm-faraproducts-settings {
  list-style: none;
}
.frm-faraproducts-settings .frm-farafeedback-settings li {
  list-style: none;
}

.frm-fara-products-settings-title {
  padding: 10px 0;
}

.fara-products {
  background: #fff;
  padding: 15px;
}
@media (max-width: 332px) {
  .fara-products > div {
    overflow-x: scroll;
  }
  .fara-products .table {
    width: 32rem;
    max-width: unset;
  }
}
.fara-products__tbl-breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 10px;
  margin: 0;
  list-style: none;
}
.fara-products__tbl-breadcrumb > li {
  margin-left: 7px;
}
.fara-products__tbl-breadcrumb > li::after {
  content: "\f104";
  display: inline-block;
  margin-right: 7px;
  font-family: FontAwesome;
  font-weight: 900;
}
.fara-products__tbl-breadcrumb > li:last-child a {
  font-size: 1em;
  font-weight: bold;
  line-height: 24px;
}
.fara-products__tbl-breadcrumb > li:last-child::after {
  content: "";
}
.fara-products tr > td {
  text-align: right !important;
}
.fara-products tr > td:nth-child(1) img {
  width: 100%;
}
.fara-products tr > td:nth-child(2), .fara-products tr > td:nth-child(3) {
  vertical-align: middle;
  font-weight: bold;
}
.fara-products tr > td:nth-child(2) a, .fara-products tr > td:nth-child(3) a {
  font-size: 1em;
  font-weight: bold;
  color: black;
}
.fara-products th {
  text-align: right !important;
}

body.ltr .fara-products__tbl-breadcrumb > li {
  font-size: 15px;
  margin-left: initial;
  margin-right: 7px;
}
body.ltr .fara-products__tbl-breadcrumb > li::after {
  content: "\f105";
  margin-right: initial;
  margin-left: 7px;
}
body.ltr .fara-products__tbl-breadcrumb > li:last-child::after {
  content: "";
}
body.ltr .fara-products table th {
  text-align: left;
}
