.bg-cookies {
    font-family: "SegoeUISemiBold", sans-serif;
}

.cookies-popup-gdpr h2 {
    color:  #c50a2e;
}

#gdpr-common-desc, .gbpr-group-chose label {
    color: #414141;
}

#gdpr-common-desc a {
    text-decoration: underline;
    font-family: "SegoeUIRegular", sans-serif;
    color: #c60c30;
    letter-spacing: .1px;
    margin: 0;
    text-transform: none;
    font-style: normal;
    list-style: none;
}



.gdpr-group-checked:disabled + .gdpr-group-title::before,
.gdpr-group-checked:checked + .gdpr-group-title::before {
    background-color: #d8d8d8;
}


.gdpr-group-checked:checked + .gdpr-group-title {
   position: relative;
}
.gdpr-group-checked:checked + .gdpr-group-title::after {
    content: '';
    display: inline-block;
    left: 4px;
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23999' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: cover;
}

#gdpr-cookies-submit {
    padding: 3px 49px;
    display: inline-table;
    background-color: #c60c30;
    font-family: "SegoeUIRegular", sans-serif;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: auto;
    letter-spacing: 0;
    margin: 73px 0 0 0;
    text-transform: uppercase;
    font-style: normal;
    border: 2px solid #c60c30;
    border-radius: 4px !important;
    -webkit-transition: all 300ms cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all 300ms cubic-bezier(.645, .045, .355, 1);
    transition: all 300ms cubic-bezier(.645, .045, .355, 1);
    padding: 11px 45px;
    margin: 0 0 0 0
}

#gdpr-cookies-submit:hover {
    background-color: #B30B2C
}