.categories{
    display: none;
    /*background: green;*/
}
.categories ul{
    width: 100%;
    padding: 0;
}

.categories ul li{
    width: 100%;
    background: rgba(0, 0, 0, 0.70);
    border-radius: 6px;
    position: relative;
    display: block;
    cursor: pointer;
    text-align: center;
}

.categories ul li a {
    color: white;
}

.categories-last .subcategories{
    left: -100%;
}

.categories-first{
    width: 72%;
    /*width: 58%;*/
}
.categories-first ul{
    margin: 0 10% 0 0!important;
}

.categories-first li a, .categories-first li a:hover{
    color: #402d4d;
}

.category{
    width: 100%;
    top: 0;
    left: 100%;
    position: absolute;
    margin-left: 4px;
    display: none;
}

.category ul{
    width: 100%;
    margin: 0;
}
.category ul li{
    /*font-size: 20px;*/
    cursor: pointer;
}
.category ul li:nth-child(1){
    margin-top: 0!important;
    /*font-size: 20px;*/
}