.basket .shipping {
    display: none;
}

.basket .aboveitems,
.basket .theitems,
.basket .sumprice,
#abovetopbanner {
    display: none;
}
div.basket div.belowitems {
    text-align: left;
}


/*menu*/

#topmenu a {
border-bottom: 3px solid transparent;
padding-bottom: 5px;
}
#topmenu a:hover {
border-bottom: 3px solid #560043;
}

#topmenu .active a {
border-bottom: 3px solid #560043;
}
/*end of menu*/


/*texts*/
.c-title-xs {
    font-size: 13px;
    font-weight: 800;
    font-style: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #89898c;
margin-bottom: 0px;
}

.c-tag {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: none;
    color: #560043;
margin-bottom: 20px;
}

@media (max-width: 768px) {
.c-tag {
    font-size: 40px;
}
}

.c-title-md {
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0px;
    text-transform: none;
    color: #ffffff;
}

/*end of texts*/

/*price view*/
.horizontalitems .price .pricenovat .value {
        font-size: 1.6em;
        color: red;
        font-weight: 300;
}

.items .detail .price .pricenovat .value {
        font-size: 2em;
        color: red;
        font-weight: 300;
}
.items .detail .price .startprice .value {
        color: #666;
}
.items .detail .price .label {
        display: none;
}


#mobile-header {
     display: none;
}

.useradmin #mobile-header, .userroot #mobile-header {
      display: block;
}

a.mobile-header-startlink, #mobiletopbanner a.startlink {
     display: none;
}

.c-admin-color-palette {
    display: none;
}

.useradmin .c-admin-color-palette, .userroot .c-admin-color-palette {
    display: block;
}.c-newlogo {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


a.mobile-header-startlink {
    background-image: url('cache/files/notfound');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}


.side-nav__header {
    max-height: 200px;
    height: 22%;
}
