.categories-header {
  background-color: #242424;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  padding: 0;
}

@media (min-width: 1280px) {
  .breadcrumb {
    margin-bottom: 20px;
    font-size: 13px;
  }
}

.breadcrumb li {
  color: #969696;
}

@media (max-width: 430px) {
  .breadcrumb li:nth-child(n+3) {
    display: none;
  }
}

@media (max-width: 759px) {
  .breadcrumb li:nth-child(n+4) {
    display: none;
  }
}

.breadcrumb a {
  color: white;
}

.breadcrumb li+li:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  content: "\e5c8";
}

.home-icon::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  content: "\e88a";
  font-size: 19px;
}

/* Categories
-------------------------------------------------------------------------------------------------------
*/
.categories-header h1 {
  color: #ffffff;
  font-size: 26px;
  line-height: 36px;
  font-weight: bold;
  letter-spacing: -0.5px;
  margin-bottom: 21px;
}

@media (min-width: 1280px) {
  .categories-header h1 {
    font-size: 30px;
    margin-bottom: 41px;
  }
}

@media (max-width: 759px) {
  .categories-header h1 {
    font-size: 18px;
    line-height: 25px;
  }
}

/* Top category
-------------------------------------------------------------------------------------------------------
*/
.categories-section {
  background-color: #f2f3f5;
  padding-bottom: 50px;
}

@media (max-width: 1019px) {
  .top-category-container {
    display: flex;
    flex-direction: column;
  }
}

.top-category-container aside {
  width: 300px;
  float: left;
  margin-top: 26px;
  margin-right: 20px;
}

@media (min-width: 1280px) {
  .top-category-container aside {
    width: 380px;
    margin-top: 36px;
    margin-right: 30px;
  }
}

@media (max-width: 1019px) {
  .top-category-container aside {
    width: 100%;
  }
}

.category-categories {
  display: flex;
  flex-flow: row wrap;
}

.category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 5px solid #00B6FF;
  position: relative;
  padding: 8px 10px;
  margin-bottom: 1px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.11);
  cursor: pointer;
  transition: 0.4s;
  background-color: white;
  width: 100%;
}

@media (min-width: 760px) and (max-width: 1019px) {
  .top-category-accordion, .category-list {
    width: 345px;
  }

  .top-category-accordion:nth-child(odd), .category-list:nth-child(odd) {
    margin-right: 10px;
  }
}

.category-list-title, .categories-section .category-list-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 0;
  letter-spacing: 0;
}

.category-list:hover .category-list-title, .category-list:hover .category-list-title h3 {
    color: #ff001f;
}

@media (min-width: 1280px) {
  .category-list-title, .categories-section .category-list-title h3 {
    font-size: 15px;
  }
}

.top-category-accordion-toggle:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e5cf";
  font-size: 20px;
  color: #2C2C2C;
}

.accordion-active .top-category-accordion-toggle:before {
  content: "\e5ce";
  color: #00B6FF;
}

.category-list-toggle:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e5c8";
  font-size: 20px;
  color: #ff001f;
}

/* Top category, aside news cards
-------------------------------------------------------------------------------------------------------
*/
.top-category-accordion {
  width: 100%;
  height: 100%;
}

@media (min-width: 760px) and (max-width: 1020px) {
  .top-category-accordion {
    width: 345px;
  }
}

.top-category-accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.11);
  margin-bottom: 1px;
  border-left: 5px solid #00B6FF;
  position: relative;
  padding: 8px 10px;
  cursor: pointer;
  transition: 0.4s;
  background-color: white;
  width: 100%;
}

.categories-section .top-category-accordion-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 0;
  letter-spacing: 0;
  color: #2C2C2C;
}

.accordion-active .top-category-accordion-title h3 {
  color: #00B6FF;
}

@media (min-width: 1280px) {
  .categories-section .top-category-accordion-title h3 {
    font-size: 15px;
  }
}

.top-category-accordion-list {
  display: none;
}

.top-category-accordion-list ul {
  list-style: none;
  padding-left: 0;
}

.top-category-accordion-list li {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.11);
  border-left: 5px solid #00B6FF;
  margin-bottom: 1px;
  background-color: white;
  line-height: 20px;
  height: 100%;
  position: relative;
}

.top-category-accordion-list a {
  color: #2C2C2C;
  font-size: 14px;
}

.top-category-accordion-list a:hover {
  color: #ff001f;
}

@media (min-width: 1280px) {
  .top-category-accordion-list a {
    font-size: 15px;
  }
}

/* Top category, Article
-------------------------------------------------------------------------------------------------------
*/
.top-category-container article {
  width: 620px;
  float: right;
  margin-top: 36px;
}

@media (min-width: 1020px) {
  .top-category-container article .product-card-grid {
    min-height: 180px;
    /* need to keep space if no products or 1 product per page, because of floating aside */
  }
}

@media (min-width: 1280px) {
  .top-category-container article {
    width: 790px;
  }
}

@media (max-width: 1019px) {
  .top-category-container article {
    width: 100%;
    position: relative;
  }
}

.categories-section h2, .categories-section h3 {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (min-width: 1280px) {
  .categories-section h2, .categories-section h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .top-category-article-banner {
    padding-top: 48px;
  }
}

@media (min-width: 1020px) and (max-width: 1279px)  {
  .top-category-article-banner {
    padding-top: 30px;
  }
}

@media (max-width: 1019px) {
  .top-category-article-banner {
    padding-top: 0;
  }
}

/* Category
-------------------------------------------------------------------------------------------------------
*/

.category-description {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #646464;
  margin-bottom: 0;
}

.aside-description-read-more {
  color: #ff0000;
  cursor: pointer;
  float: right;
  margin-left: 5px;
}

.cross-link-aside {
  clear: left;
  order: 10;
}

.cross-link-aside h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cross-link-card {
  position: relative;
  display: flex;
  background: #FFFFFF;
  padding: 20px 40px 20px 20px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.11);
}

.cross-link-card:hover {
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.20);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.20);
}

.cross-link-card div {
  position: relative;
  width: 100%;
  line-height: 1.5;
  color: #2C2C2C;
}

.cross-link-card div:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e409";
  font-size: 16px;
  line-height: 22px;
  position: absolute;
  top: 0;
  right: -20px;
}

.cross-link-card .language-flag {
  margin-right: 20px;
}

@media (min-width: 1020px) {
  .sub-category-container .cross-link-card {
    flex-direction: column;
  }

  .sub-category-container .cross-link-card .language-flag {
    margin-bottom: 10px;
  }
}

@media (max-width: 360px) {
  .cross-link-card {
    flex-direction: column;
  }

  .cross-link-card .language-flag {
    margin-bottom: 10px;
  }
}

.category-banner-narrow, .category-banner-wide {
  margin-top: 30px;
  display: block;
  line-height: 0;
  cursor: pointer;
}

.top-category-article-banner .category-banner-narrow {
  display: none;
  cursor: pointer;
}

.top-category-article-banner .category-banner-wide {
  display: unset;
  cursor: pointer;
}

@media (max-width: 1019px) {
  .category-banner-narrow {
    display: none;
  }
}

@media (min-width: 1020px) {
  .category-banner-wide {
    display: none;
  }
}



.category-article-banner {
    float: right;
    margin-top: -36px;
    margin-bottom: 36px;
}

.category-article-banner .category-banner-narrow {
  display: none;
}

@media (max-width: 1019px) {
  .category-article-banner {
    display: none;
  }
}