.cartware_cookieconsent {
    display: none;
}

.cartware_cookieconsent--shown {
    display: block;
}

.cartware_cookieconsent__shade {
    position: absolute;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999998;
}

.cartware_cookieconsent__content-wrap {
    position: absolute;
    top: 10%;
    z-index: 999999;
    text-align: center;
    width: 100%;
}

.cartware_cookieconsent__content {
    background: #FFF;
    padding: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    max-width: 80%;
    text-align: left;
}

.cartware_cookieconsent__headline {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 15px;
}

.cartware_cookieconsent__description {
    margin-bottom: 25px;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}

.cartware_cookieconsent__description > .grid {
    padding-left: 0;
    padding-right: 0;
}

.cartware_cookieconsent__description p,
.cartware_cookieconsent__description a {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

.cartware_cookieconsent__list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
}

.cartware_cookieconsent__list-item {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

.cartware_cookieconsent__list-item label {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}

.cartware_cookieconsent__list-item .essential {
    color: #CCC;
}

.cartware_cookieconsent__more-wrap {
    margin-bottom: 20px;
}

.cartware_cookieconsent__more-toggler {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

.cartware_cookieconsent__more-toggler::before {
    content: "";
    transform: rotate(135deg);
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid;
    border-right: 1px solid;
    margin-right: 10px;
    position: relative;
    top: -3px;
    transition: all ease-out .2s;
}

.cartware_cookieconsent__more-listwrap {
    display: none;
}

.cartware_cookieconsent__more-wrap--open .cartware_cookieconsent__more-toggler::before {
    transform: rotate(-45deg);
    top: 1px;
}

.cartware_cookieconsent__more-wrap--open .cartware_cookieconsent__more-listwrap {
    display: block;
}

.cartware_cookieconsent__more-listwrap {
    margin: 30px 0 45px 0;
}

.cartware_cookieconsent__more-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cartware_cookieconsent__more-item-title {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}

.cartware_cookieconsent__more-item-description {
    display: block;
    line-height: 18px;
    padding: 0;
    text-decoration: none;
    font-size: 14px;
}

.cartware_cookieconsent__more-item-description p {
    line-height: inherit;
    text-decoration: inherit;
    font-size: inherit;
    margin-bottom: 12px;
}

.cartware_cookieconsent__buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.cartware_cookieconsent__button {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    border: 2px solid #253441;
    color: #253441;
    height: 50px;
    min-height: 50px;
    line-height: 24px;
    padding: 11px 30px;
    font-size: 18px;
    font-weight: 700;
    margin-right: 30px;
    transition: 200ms ease all;
}

.cartware_cookieconsent__button:hover {
    color: #fff;
    background-color: #253441;
}

.cartware_cookieconsent__button--acceptall {
    background-color: #ccc900;
    border-color: #ccc900;
    margin-right: 0;
}

.cartware_cookieconsent__button--acceptall:hover {
    background-color: #dedb00;
    color: #253441;
}
