.slick-prev:before, .slick-next:before {
    color:#434343 !important;
    border-radius: 0;
}
.content {
    margin: auto;
    padding: 0px;
    width:100%;
}

.black-group {
    max-width:260px;
}
.black-group input{
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 5%, rgba(39,39,40,1) 50%, rgba(0,0,0,1) 93%);
}
.black-group input:focus,
.black-group input,
.black-group button{
    background-color: rgba(0, 0, 0, 0.8);
    border: none;
    color:#fff;
}

.black-group button:active,
.black-group button:hover{
    background-color: rgba(0, 0, 0, 1);
}

.item-row {
    padding-top:100px;padding-bottom:100px;
}

.item-img {
    position: absolute;z-index:10;top:0px;bottom:0;
}

.item-container{
    position: relative;z-index:100;
}


.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}