a.header .logo-svg {
    height: auto;
    width: 232px;
    padding-bottom: 10px;
}

a.header .logo-slogan {
    position: absolute;
    top: 47px;
    left: 102px;
    right: 0;
    bottom: 0;
    font-family: Supreme-Bold, serif;
    color: var(--blue);
    white-space: nowrap;
    font-size: 0.9rem;
}

a.header {
    margin-top: 20px;
    margin-bottom: 15px;
}

.asterisk {
    display: none;
}

.extracontrols {
    display: none;
}

.maincontrols>div:first-child {
    float: left;
}

.maincontrols>div:last-child {
    float: right;
    width: 50%;
}

.maincontrols>div>a.form-control {
    width: auto !important;
    float: right;
}

.maincontrols>div>span.glyphicon {
    width: 1% !important;
}

#cart-table .A2AT {
    display: none;
}

#cart-table {
    font-size: 13px;
    /* line-height: 14px; */
    color: #444;
}

#cart-table .ART2 {
    font-weight: 500;
}

#cart-table .A2CF td {
    padding-top: 6px;
    line-height: 1.2em;
}

.basketitem_avail_err {
    color: var(--red);
}

.basketitem_avail_insta {
    color: #008000;
    font-weight: bold;
}

.basketitem_avail_quick {
    color: #e4a100;
}

.basketitem_avail_slow {
    color: #e48200;
}

.basketitem_avail {
    color: var(--blue);
}

.basketitem_exclude_vat {
    font-style: italic;
    float: right;
}

@media (max-width: 700px) {
    #cart-table {
        font-weight: 500;
    }

    #cart-table .A2CF {
        font-size: 8px;
    }

    #cart-table {
        font-size: 10px;
        color: #000;
    }
}

#cart-table .noeumessage img {
    display: none;
}

/*
.articlecaption{
    word-break: break-all;
}*/
