
.cookie-padding {padding-left:1em;}
.cookie-title {
    font-weight: bold;
    text-transform: uppercase;
}

.cookie-options {
    background: none;
    padding: 0;
    margin: 0 0 55px
}

    .cookie-options .heading {
        color: inherit !important
    }

        .cookie-options .heading + p {
            margin-top: .5em !important
        }

    .cookie-options label.switch {
        position: relative;
        display: inline-block;
        width: 4em;
        height: 2em;
        margin: 0 0 0 1em
    }

        .cookie-options label.switch .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0,0,0,0);
            border: 0
        }

        .cookie-options label.switch input[type=checkbox] {
            opacity: 0;
            width: 0;
            height: 0
        }

            .cookie-options label.switch input[type=checkbox]:checked + .cbox {
                background-color: #c51c72
            }

                .cookie-options label.switch input[type=checkbox]:checked + .cbox:before {
                    transform: translateX(2em)
                }

            .cookie-options label.switch input[type=checkbox]:focus + .cbox {
                box-shadow: 0 0 4px inherit
            }

            .cookie-options label.switch input[type=checkbox]:disabled + .cbox {
                background-color: #c51c72;
                opacity: .4
            }

        .cookie-options label.switch > .cbox {
            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #bbb;
            border-radius: 1em;
            transition: background-color .35s ease
        }

            .cookie-options label.switch > .cbox:before {
                content: "";
                position: absolute;
                height: 1.5em;
                width: 1.5em;
                left: 4px;
                bottom: 4px;
                background-color: #fff;
                border-radius: 1em;
                transition: transform .35s ease
            }

    .cookie-options hr {
        background-color: #ccc !important
    }

        .cookie-options hr.divider {
            margin: 2.5em auto;
            border: 0;
            height: 1px;
            background: currentColor;
            width: 100%
        }

.cookie-options-section .heading-wrapper {
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding-bottom: 1em
}

    .cookie-options-section .heading-wrapper .heading {
        font-weight: 700;
        margin-right: 1em
    }

    .cookie-options-section .heading-wrapper p {
        margin: 0 !important
    }

.cookie-options-section [role=listitem] {
    margin-bottom: 2em
}

.cookie-options-section .listitem-header {
    display: -ms-flexbox;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-bottom: .75em
}

    .cookie-options-section .listitem-header > * {
        line-height: 1
    }

.cookie-options .cookie-list {
    font-size: .9em;
    list-style: none;
    margin-top: 1.5em;
    padding-left: 0
}

    .cookie-options .cookie-list li {
        display: -ms-flexbox;
        display: flex !important;
        flex-wrap: wrap;
        padding: 0 .5em
    }

        .cookie-options .cookie-list li:nth-child(2n) {
            background: #fff
        }

        .cookie-options .cookie-list li:nth-child(odd) {
            background: #eee
        }

        .cookie-options .cookie-list li.header {
            font-weight: 700;
            line-height: 1;
            color: #000;
            background: #e1e1e1
        }

            .cookie-options .cookie-list li.header > * {
                text-transform: uppercase
            }

        .cookie-options .cookie-list li > * {
            line-height: 1.4;
            min-height: 1px
        }

        .cookie-options .cookie-list li .title {
            width: 22.75%;
            font-size: 1em;
            font-weight: 700;
            margin: 0;
            padding-right: .75%;
            background: inherit
        }

        .cookie-options .cookie-list li .title, .cookie-options .cookie-list li p {
            padding-top: .6em;
            padding-bottom: .6em
        }

        .cookie-options .cookie-list li p {
            margin: 0
        }

            .cookie-options .cookie-list li p:nth-child(2n) {
                width: 28%;
                padding-right: .5%;
                padding-left: .5%
            }

            .cookie-options .cookie-list li p:nth-child(odd) {
                width: 47%;
                padding-left: .5%
            }

@media (max-width:767px) {
    .cookie-options .cookie-list {
        min-width: 767px
    }

    .cookie-options .cookie-list-wrapper {
        max-width: 100%;
        overflow-x: scroll
    }

    .cookie-options .cookie-list li .title:after {
        content: "";
        position: absolute;
        top: 0;
        right: .125em;
        width: 1px;
        height: 100%;
        z-index: 50;
        background: #a1a1a1
    }

    .cookie-options .cookie-list li > :first-child {
        position: sticky;
        left: 0
    }
}

@media (min-width:768px) {
    .cookie-options {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }
}
