﻿.validation-summary-valid {
    display: none;
}

.vvalidation-summary-errors {
    display: block;
}

#errorcontainer ul li {
    list-style: none;
    font-weight: 700;
}

.termsfeed-com---palette-light.termsfeed-com---nb {
    max-width: 50%;
    position: fixed;
    left: auto;
}

.has-items {
    content: url("/img/ui/header-basket-icon-items.svg");
}


.icon-container {
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
}

.loader {
    position: relative;
    height: 20px;
    width: 20px;
    display: inline-block;
    animation: around 5.4s infinite;
}

@keyframes around {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loader::after, .loader::before {
    content: "";
    background: white;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-width: 2px;
    border-color: #333 #333 transparent transparent;
    border-style: solid;
    border-radius: 20px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    animation: around 0.7s ease-in-out infinite;
}

.loader::after {
    animation: around 0.7s ease-in-out 0.1s infinite;
    background: transparent;
}
