.file_list {
  font-size: 16px;
  margin: 0px 0px 10px 0px;
  width: 100%;
  display: table;
}

.file_list img {
  vertical-align: middle;
  float: left;
  margin: 0px;
  width: 20px;
  height: auto;
}

.predescription {
  margin: 15px;
}

.breadcrumbs {
  float: left !important;
  margin: 15px;
}

.category-list {
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  height: 150px;
  overflow: hidden;
}

.category-list.open {
  height: auto;
}

.btn_section {
  margin-bottom: 30px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #FFFFFF;
  padding: 10px 20px;
  border: 2px solid #505050;
  transition: .3s;
  background: #ffffff00;
  cursor: pointer;
  margin-left: 20px;
}

.btn_section:hover {
  border: 2px solid #fff;
}

.sorting .asc:after {
  content: '↑';
  margin-left: 10px;
  margin-right: 10px;
}

.sorting .desc:after {
  content: '↓';
  margin-left: 10px;
  margin-right: 10px;
}

.kollektion-list {
  width: 100%;
}

.slider-kollection-item {
  /* padding: 5px 17px; */
  font-family: "Raleway";
  font-style: normal;
  font-size: 13px;
  margin-right: 15px;
  cursor: pointer;
}

.slider-kollection-item:last-child {
  margin-right: 0;
}

.kollektion-item {
  border: 2px solid #3B3B3B;
  background-size: auto 100%;
  background-color: #505050;
  background-repeat: no-repeat;
  /* width: 200px; */
  /* height: 100px; */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  aspect-ratio: 16/9;
  padding-top: 100px;
  background-position: center;
  text-overflow: ellipsis;
  overflow: hidden;
  text-shadow: 1px 1px 1px black, 
               -1px 1px 1px black, 
               1px -1px 1px black, 
               -1px -1px 1px black;
}

@supports(aspect-ratio:16/9) {
  .kollektion-item {
    padding-top: 5px;
  }
}

.kollektion-item.-active {
  border: 2px solid #8F7749;
}

.kollektion-list .slick-arrow {
  font-size: 0;
  line-height: 0;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  outline: none;
  background: #5c5c5c;
  width: 40px;
  height: 40px;
  display: block;
  border: 2px solid #5c5c5c;
  border-radius: 100%;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  top: 60%;
  margin-top: -20px;
}

.kollektion-list .slick-arrow:before {
  content: " ";
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -6px;
}

.kollektion-list .slick-arrow:hover {
  transform: scale(1.2);
  border: 2px solid #fff;
  margin-top: -42px;
}

.kollektion-list .slick-next {
  right: -60px;
}

.kollektion-list .slick-prev {
  left: -60px;
}

.kollektion-list .slick-next:before {
  background: url(/local/templates/solo/img/arrows_r.png) 0px 0px no-repeat;
}

.kollektion-list .slick-prev:after {
  background: url(/local/templates/solo/img/arrows_l.png) -8px 0px no-repeat;
  content: "";
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -6px;
}

.collection-hidden {
  opacity: 0;
  height: 210px;
  transition: 0.2s ease-in-out opacity;
}

.brand-list {
  width: 100%;
}

.brand-item {
  border: 2px solid #3B3B3B;
  padding: 5px 17px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  margin-right: 15px;
  cursor: pointer;
  background-size: contain;
  background-color: #363635;
  background-repeat: no-repeat;
  width: 200px;
  height: 100px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 100px;
  background-position: center;
  text-shadow: 1px 1px 1px black, -1px 1px 1px black, 1px -1px 1px black, -1px -1px 1px black;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.brand-item img {
  max-height: 100px;
  width: auto;
}

.brand-item:last-child {
  margin-right: 0;
}

.brand-item.-active {
  border: 2px solid #8F7749;
}

.brand-list .slick-arrow {
  font-size: 0;
  line-height: 0;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  outline: none;
  background: transparent;
  width: 40px;
  height: 40px;
  display: block;
  border: 2px solid #5c5c5c;
  border-radius: 100%;
  transition: all 0.3s ease-in-out 0s;
  position: absolute;
  top: 60%;
  margin-top: -20px;
}

.brand-list .slick-arrow:before {
  content: " ";
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -6px;
}

.brand-list .slick-arrow:hover {
  transform: scale(1.2);
  border: 2px solid #fff;
  margin-top: -42px;
}

.brand-list .slick-next {
  right: -60px;
}

.brand-list .slick-prev {
  left: -60px;
}

.brand-list .slick-next:before {
  background: url(/local/templates/solo/img/arrows_r.png) 0px 0px no-repeat;
}

.brand-list .slick-prev:after {
  background: url(/local/templates/solo/img/arrows_l.png) -8px 0px no-repeat;
  content: "";
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -6px;
}

.brand-hidden {
  opacity: 0;
  height: 210px;
  transition: 0.2s ease-in-out opacity;
}

.btn-box {
  justify-content: center;
  text-align: center;
}

.btn-box a.bott {
  display: inline-block;
  font-size: 1.1em;
  text-decoration: none;
  text-align: center;
  font: bold 14px arial;
  text-transform: uppercase;
  padding: 10px 15px;
  margin: 10px 10px;
  color: #ccc;
  background-color: #555;
  background-image: linear-gradient(top, #888 0%, #555 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(1, #555));
  background-image: -moz-linear-gradient(top, #888 0%, #555 100%);
  background-image: -o-linear-gradient(top, #888 0%, #555 100%);
  border: none;
  border-radius: 3px;
  text-shadow: 0px -1px 0px #000;
  box-shadow: 0px 1px 0px #666, 0px 5px 0px #444, 0px 6px 6px rgba(0, 0, 0, .6);
  -webkit-transition: ease .15s all;
  -moz-transition: ease .15s all;
  -o-transition: ease .15s all;
  transition: ease .15s all;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.btn-box a.bott:hover,
.btn-box a.bott:focus {
  -webkit-animation: linear 1.2s light infinite;
  -moz-animation: linear 1.2s light infinite;
  -o-animation: linear 1.2s light infinite;
  animation: linear 1.2s light infinite;
}

.product_list .label_block {
  position: absolute;
  top: 0px;
  right: -2px;
  z-index: 9;
}

.product_list .label_block img {
  width: 100px;
}

.product_list .label_block * {
  margin: 0;
}

.prod .bx-rating {
  text-align: left
}

.btn-box a.bott:active {
  color: #fff;
  text-shadow: 0px -1px 0px #444, 0px 0px 5px #ffd, 0px 0px 8px #fff;
  box-shadow: 0px 1px 0px #666, 0px 2px 0px #444, 0px 2px 2px rgba(0, 0, 0, .9);
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

@-webkit-keyframes light {
  0% {
    color: #ddd;
    text-shadow: 0px -1px 0px #000;
  }

  50% {
    color: #fff;
    text-shadow: 0px -1px 0px #444, 0px 0px 5px #ffd, 0px 0px 8px #fff;
  }

  100% {
    color: #ddd;
    text-shadow: 0px -1px 0px #000;
  }
}

@-moz-keyframes light {
  0% {
    color: #ddd;
    text-shadow: 0px -1px 0px #000;
  }

  50% {
    color: #fff;
    text-shadow: 0px -1px 0px #444, 0px 0px 5px #ffd, 0px 0px 8px #fff;
  }

  100% {
    color: #ddd;
    text-shadow: 0px -1px 0px #000;
  }
}

@-o-keyframes light {
  0% {
    color: #ddd;
    text-shadow: 0px -1px 0px #000;
  }

  50% {
    color: #fff;
    text-shadow: 0px -1px 0px #444, 0px 0px 5px #ffd, 0px 0px 8px #fff;
  }

  100% {
    color: #ddd;
    text-shadow: 0px -1px 0px #000;
  }
}

@keyframes light {
  0% {
    color: #ddd;
    text-shadow: 0px -1px 0px #000;
  }

  50% {
    color: #fff;
    text-shadow: 0px -1px 0px #444, 0px 0px 5px #ffd, 0px 0px 8px #fff;
  }

  100% {
    color: #ddd;
    text-shadow: 0px -1px 0px #000;
  }
}

@media (max-width: 600px) {
  li.category-list__item {
    flex-basis: 44%;
    flex-basis: calc(50% - 20px);
  }
}

@media (max-width: 400px) {
  li.category-list__item {
    flex-basis: 100%;
  }
}