nav ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.nav {
    margin: 15px auto;
    background: #161615;
    color: #f0f0f0;
    justify-content: center;
}
.nav a {
    display: block;
    padding: 0 16px;
    line-height: inherit;
    cursor: pointer;
}
.nav__menu {
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 95%;
}
@media (max-width: 1508px){
.nav a {
    padding: 0 8px !important;
}
}
.nav__menu-item {
    display: inline-block;
    position: relative;
}
.nav__menu-item:hover {
    background-color: #e4b565;
}
.nav__menu-item:hover .nav__submenu {
    display: block;
}
.nav__submenu {
    font-weight: 300;
    text-transform: none;
    display: none;
    position: absolute;
    width: 220px;
    background-color: #e4b565;
    z-index: 1000;
    max-height: 35vh;
    overflow-y: auto;
}
.nav__submenu::-webkit-scrollbar {
    width: 4px;
}

.nav__submenu::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px;
}

.nav__submenu::-webkit-scrollbar-thumb {
    background-color: #d4a75c;
    border-radius: 100px;
}
.nav__submenu-item:hover {
    background: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 960px){

    .nav__menu-item:nth-last-of-type(2) .nav__submenu {
        right: 0;
    }
    .nav__menu-item:last-of-type .nav__submenu {
        right: 0;
    }

}
.predescription {
	display: none;
}
.new_button {
	display: flex;
}

a.bott{
display: block;
font-size: 1.1em;
/* width:90px; */
text-decoration:none;
text-align:center;
font: bold 14px arial;
text-transform: uppercase;
padding: 10px 15px;
margin: 20px 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;
}
a.bott:hover, 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;
}
@-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; }
}
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;
}
 
 @media(max-width: 1200px){
    .nav{
        justify-content: flex-start !important;
    }
    .kollektion-list .slick-dots button{
        background: #3B3B3B;
        height: 4px;
        padding: 0px 10px;
      }
      .kollektion-list .slick-dots .slick-active button{
      background: #fff;
      }
      .kollektion-list .slick-dots button:before{
        display: none;
      }
 }