/* Main Colours */
/* Gray Family Colours */
/* Alert Colours */
/* Secondary Colours */
/* Shadow colours */
/* Status colours */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: Raleway, sans-serif;
  color: #000;
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
}

.nav-list {
  width: 100%;
  background-color: #F2F2F2;
  padding: 0;
  margin: 0;
  overflow: hidden scroll;
  -ms-overflow-style: none; /* Hide scrollbar for IE and Edge */
  scrollbar-width: none; /* Hide scrollbar for Firefox */
  border: 1px solid rgba(204, 204, 204, 0.6); /* for Safari */
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}
.nav-list .nav-item {
  padding-bottom: 100%;
  position: relative;
  justify-content: center;
}
.nav-list .nav-link {
  position: absolute;
  left: 0;
  top: 0;
}

.nav-list::-webkit-scrollbar {
  display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}

.nav-item {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}

.nav-item.active {
  background-color: #FFF;
}

.nav-item:not(:last-child) {
  border-bottom: 1px solid rgba(204, 204, 204, 0.6);
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.nav-item-icon {
  padding-bottom: 10px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  object-fit: contain;
  max-height: 40px;
}

.nav-item-title {
  color: #666;
  margin: 0;
  text-align: center;
  font-size: 8px;
}

.nav-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.nav-item-content {
  padding: 25% 0;
}

.lang-form {
  display: none;
}

.main {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
}

@media only screen and (width >= 992px) {
  .main {
    display: none;
  }
}
.nav-left,
.nav-right,
.nav-item-headline-l2,
.nav-list-l3,
.nav-item-l3,
.nav-item-l3 .nav-item-content,
.nav-item-image-wrap,
.top-brand-item {
  display: flex;
}

.nav-left {
  width: 25%;
  flex: 1 0 25%;
  height: 100%;
  overflow: hidden scroll;
}

.nav-right {
  flex: 1 0 75%;
  flex-direction: column;
  padding: 20px 15px;
  height: 100%;
  overflow: hidden scroll;
}

.nav-item-l2 {
  font-size: 11px;
  color: #666;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
}

.nav-item-l2, .nav-item-l3 {
  list-style-type: none;
}

.nav-link-l2 {
  text-decoration: none;
  left: 40px;
  color: #666;
  display: inline-block;
  width: fit-content;
}

.nav-arrow {
  width: 7px;
  margin-left: 5px;
}

.nav-list-l3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 15px;
  padding: 0;
  margin: 0;
}

.nav-item-l3 {
  min-height: 93px;
  position: relative;
}

@media only screen and (width >= 400px) {
  .nav-list-l3 {
    justify-content: flex-start;
  }
}
.nav-item-l3 .nav-item-icon {
  max-width: 100%;
  max-height: unset;
  padding-bottom: 0;
}

.nav-item-l3 .nav-item-content {
  padding: 0;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: auto;
}

.nav-item-l3 .nav-item-content--has-image {
  margin: 0 auto;
}

.nav-item-l3 .nav-link {
  justify-content: flex-start;
  height: inherit;
}

.nav-item-l3 .nav-item-image-wrap {
  position: relative;
  height: 83px;
  min-width: 83px;
  width: 100%;
}

.nav-item-l3 .nav-item-title {
  font-weight: 400;
  line-height: 1.3;
  padding-top: 5px;
}

.nav-item-headline-l2 {
  align-items: center;
  padding-bottom: 15px;
  display: inline-flex;
}

.nav-item-all-link {
  margin-top: 5px;
  color: #007AD0;
  font-size: 8px;
  font-weight: 400;
  display: inline;
  text-align: right;
  margin-left: auto;
}

@media only screen and (width >= 320px) {
  .nav-item-l3 .nav-item-image-wrap {
    min-height: 115px;
  }
}
@media only screen and (width >= 400px) {
  .nav-list-l3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .nav-item-l3 .nav-item-image-wrap {
    min-height: 83px;
  }
}
@media only screen and (width >= 768px) {
  .nav-item-l3 .nav-item-image-wrap {
    min-height: 147px;
  }
}
.top-brands-headline,
.top-banners-headline {
  padding-bottom: 15px;
  font-size: 11px;
  color: #666;
  font-weight: bold;
  margin: 0;
}

.top-brands-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: 100%;
  justify-content: flex-start;
}

.top-brand-item {
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
  background-color: #FFF;
  height: 44px;
}
@media only screen and (width >= 768px) {
  .top-brand-item {
    height: 60px;
  }
}

.top-brand-link {
  display: block;
}

.top-brands-image {
  max-height: 44px;
  max-width: 123px;
  padding: 1px 0;
}
@media only screen and (width <= 413px) {
  .top-brands-image {
    max-width: 118px;
  }
}
@media only screen and (width <= 374px) {
  .top-brands-image {
    max-width: 96px;
  }
}

.top-banners {
  margin: 30px 0 10px;
}

.top-banners-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.top-banners-image {
  width: 100%;
}

.top-banners-link {
  text-decoration: none;
  display: block;
}

.top-banners-title {
  color: #666;
  margin: 10px 0 0;
  text-align: center;
  font-size: 8px;
}

html[dir=rtl] .nav-list {
  left: unset;
  right: 0;
}
html[dir=rtl] .nav-right {
  position: relative;
}
html[dir=rtl] .nav-item-headline-text-l2 {
  line-height: 1.2;
}
html[dir=rtl] .nav-link-l2 .nav-arrow {
  transform: scaleX(-1);
  margin: 0 5px 0 0;
}
html[dir=rtl] .nav-item-all-link {
  margin-left: unset;
  margin-right: auto;
  text-align: left;
}
html[dir=rtl] .nav-list-l3 {
  direction: rtl;
}
@media only screen and (width >= 400px) {
  html[dir=rtl] .nav-list-l3 {
    justify-content: flex-start;
  }
}
html[dir=rtl] .top-brands-headline,
html[dir=rtl] .top-banners-headline {
  text-align: right;
}
html[dir=rtl] .top-banners-wrap,
html[dir=rtl] .top-brands-wrap {
  flex-direction: row-reverse;
}
/*# sourceMappingURL=categoriesMobilePage.css.map */
