.basket .shipping {
    display: none;
}

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


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


/*menu*/

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

#topmenu .active a {
border-bottom: 3px solid #ff6400;
}
/*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: #000;
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;
}