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

.catalogue_is-arabic .catalogue__section:first-child {
  margin-right: 0;
  margin-left: 50px; }

@media only screen and (max-width: 600px) {
  .catalogue_is-arabic .catalogue__section:first-child {
    margin-left: 0; } }

.catalogue_is-arabic .catalogue__filter-toggle-item {
  color: #00438E;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center; }
  .catalogue_is-arabic .catalogue__filter-toggle-item:before {
    content: '';
    background-image: url("../../../../public/img/icons/filter.svg");
    margin-right: 10px;
    width: 20px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat; }
  .catalogue_is-arabic .catalogue__filter-toggle-item:before {
    margin-right: 0;
    margin-left: 10px;
    transform: rotateY(180deg); }

.catalogue__title {
  margin-bottom: 30px;
  font-size: 14px; }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
    .catalogue__title {
      margin-top: 10px; } }

.catalogue__container {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  margin-bottom: 60px; }
  @media only screen and (max-device-width: 1024px) {
    .catalogue__container {
      margin-top: 0; } }

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

.catalogue__section {
  flex: 1; }
  .catalogue__section:first-child {
    flex: none;
    width: 200px;
    margin-right: 50px; }
  .catalogue__section:last-child {
    margin-top: 34px; }
  @media only screen and (max-width: 600px) {
    .catalogue__section {
      flex-direction: column; }
      .catalogue__section:last-child {
        margin-top: 0; }
      .catalogue__section_is-opened {
        transform: translateX(-10px) !important; }
      .catalogue__section:first-child {
        width: 90%;
        margin-right: 0;
        margin-bottom: 0;
        padding: 100px 20px 20px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        transform: translateX(calc(-100% - 10px));
        z-index: 9999;
        background-color: #fff;
        overflow: auto;
        transition: 0.3s transform ease-in-out; } }

.catalogue__filter-container:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #00A791; }

.catalogue__filter-title {
  font-weight: 500;
  font-size: 16px;
  color: #00438E;
  margin-bottom: 10px; }

.catalogue__filter-item {
  margin-bottom: 10px;
  position: relative; }

.catalogue__filter-item-section {
  margin-bottom: 20px; }

.catalogue__filter-toggle {
  margin-bottom: 30px;
  display: none; }
  @media only screen and (max-width: 600px) {
    .catalogue__filter-toggle {
      display: flex; } }

.catalogue__filter-toggle-item {
  color: #00438E;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center; }
  .catalogue__filter-toggle-item:before {
    content: '';
    background-image: url("../../../../public/img/icons/filter.svg");
    margin-right: 10px;
    width: 20px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat; }

.catalogue__filter-close {
  display: none; }
  @media only screen and (max-device-width: 1024px) {
    .catalogue__filter-close {
      display: flex;
      position: absolute;
      top: 40px;
      right: 10px; }
      .catalogue__filter-close:before {
        content: '';
        background-image: url("../../../../public/img/icons/close.svg");
        margin-right: 10px;
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat; } }
  @media only screen and (min-device-width: 650px) and (max-device-width: 1024px) {
    .catalogue__filter-close {
      display: none; } }

.catalogue__paginator {
  display: flex;
  justify-content: center; }

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