/**
 * Copyright 2022 LÍNEA GRÁFICA E.C.E S.L.
 *
 * @author    Línea Gráfica E.C.E. S.L.
 * @copyright Lineagrafica.es - Línea Gráfica E.C.E. S.L. all rights reserved.
 * @license   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

@font-face {
    font-family: 'Noto Sans';
    src: url('/modules/lgcookieslaw/views/fonts/NotoSans-Regular.ttf'), url('/modules/lgcookieslaw/views/fonts/NotoSans-Bold.ttf'),
         url('/modules/lgcookieslaw/views/fonts/NotoSans-Italic.ttf'), url('/modules/lgcookieslaw/views/fonts/NotoSans-BoldItalic.ttf');
}

#lgcookieslaw_banner {
    display: none;
    z-index: 10000;
    position: fixed;
    left: 0;
    width: 100%;
    padding: 16px 0;
    color: #FFF;
    font-family: 'sanaSansRegular', sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
    border-radius: 12px;
    border: 1px solid var(--basic-light-300);
}
#lgcookieslaw_banner a {
    text-decoration: none;
    cursor: pointer;
}
#lgcookieslaw_banner a:hover {
    text-decoration: none;
}
#lgcookieslaw_banner .lgcookieslaw-link-container {
    margin-top: 1rem;
    text-align: center;
    font-size: 14px;
}
#lgcookieslaw_banner .lgcookieslaw-link-container a.lgcookieslaw-link:not(:first-child) {
    margin-left: 7px;
}
#lgcookieslaw_banner lottie-player {
    position: absolute;
    left: -27px;
    top: -52px;
    width: 112px !important;
    height: auto;
    
}
.lgcookieslaw-banner-message {
    display: block;
    width: calc(80% - 10px);
    margin-right: 10px;
    float: left;
    color: #fff;
    font-size: 16px;
}
.lgcookieslaw-reject-button-enabled .lgcookieslaw-banner-message {
    width: calc(60% - 10px);
}
.lgcookieslaw-banner-message p {
    color: #FFF;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 0;
}
.lgcookieslaw-banner-message p:last-child {
    margin-bottom: 0;
}
.lgcookieslaw-button:focus,
.lgcookieslaw-button:focus-visible {
    outline: none;
}
.lgcookieslaw-button-container .lgcookieslaw-reject-button,
.lgcookieslaw-button-container .lgcookieslaw-accept-button {
    text-align: center;
    cursor: pointer;
}
.lgcookieslaw-button-container .lgcookieslaw-accept-button {
    display: block;
    width: 100%;
}
.lgcookieslaw-reject-button-enabled .lgcookieslaw-reject-button-container {
    text-align: right;
    margin-bottom: 0.5rem;
}
.lgcookieslaw-reject-button-enabled .lgcookieslaw-reject-button-container .btn-link {
    color: inherit;
    font-size: 12px;
    padding: 0.5rem 0;
    text-decoration: underline;
}
/* .lgcookieslaw-button-container .lgcookieslaw-reject-button,
.lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container .lgcookieslaw-accept-button {
    display: inline-block;
    width: 49%;
} */
.lgcookieslaw-fancybox .fancybox-skin {
    border-radius: 12px;
    color: var(--basic-light-700);
}
.lgcookieslaw-modal {
    background: #FFF;
    display: none;
    font-family: 'SanaSansMedium', sans-serif;
    -webkit-font-smoothing: antialiased;
    padding: 0 !important;
    border-radius: 12px;
}
.lgcookieslaw-modal-header {
    padding: 20px 16px;
    display: block;
    position: relative;
    overflow: auto;
    border:none !important;
    box-shadow: 0 4px 2px -3px rgba(0,0,0,.1);
    z-index: 1070;
}
.lgcookieslaw-modal-header .lgcookieslaw-modal-header-title {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.lgcookieslaw-modal-header .lgcookieslaw-modal-header-title .lgcookieslaw-modal-header-title-user-consent-elements .lgcookieslaw-badge {
    font-size: 13px;
    line-height: 13px;
}
.lgcookieslaw-modal-header .lgcookieslaw-modal-header-title .lgcookieslaw-modal-header-title-user-consent-elements i {
    display: inline-flex;
    height: 12px;
    width: 13px;
    position: relative;
    top: 1px;
    left: 1px;
    margin-right: 4px;
}
.lgcookieslaw-modal-header .lgcookieslaw-modal-header-title .lgcookieslaw-modal-header-title-user-consent-elements .lgcookieslaw-badge {
    padding: 3px 8px;
}
.lgcookieslaw-modal-header .lgcookieslaw-modal-header-title .lgcookieslaw-modal-header-title-user-consent-elements .lgcookieslaw-user-consent-download {
    text-decoration: none !important;
    outline: 0 !important;
}
.lgcookieslaw-modal-header .lgcookieslaw-modal-header-title .lgcookieslaw-modal-header-title-user-consent-elements .lgcookieslaw-user-consent-download:active {
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}
.lgcookieslaw-modal-header .lgcookieslaw-modal-header-title .lgcookieslaw-modal-header-title-user-consent-elements .lgcookieslaw-icon-schedule {
    background: url('/modules/lgcookieslaw/views/img/schedule.svg') no-repeat center;
    background-size: 100%;
}
.lgcookieslaw-modal-header .lgcookieslaw-modal-header-title .lgcookieslaw-modal-header-title-user-consent-elements .lgcookieslaw-icon-download {
    background: url('/modules/lgcookieslaw/views/img/download.svg') no-repeat center;
    background-size: 100%;
}
.lgcookieslaw-modal-body {
    padding: 16px;
    display: block;
    position: relative;
    overflow: auto;
    height: 417px;
    overflow-y: auto;
    scroll-behavior: smooth;
}
/* custom scrollbar */
.lgcookieslaw-modal-body::-webkit-scrollbar {
    width: 6px;
    border-radius: 1rem;
}
.lgcookieslaw-modal-body::-webkit-scrollbar-track {
    background: var(--basic-light-200);
}
.lgcookieslaw-modal-body::-webkit-scrollbar-thumb {
    background: var(--basic-light-300);
}
.lgcookieslaw-modal-body::-webkit-scrollbar-thumb:hover {
    background: var(--basic-light-400);
}

.lgcookieslaw-section {
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid var(--basic-light-300);
    margin-bottom: 16px;
    border-radius: 6px;
    /* -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1); */
}
.lgcookieslaw-section:last-child {
    margin-bottom: 0;
}
.lgcookieslaw-section-name {
    display: block;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 15px;
    flex: 1;
    line-height: 20px;
}
.lgcookieslaw-badge {
    position: relative;
    top: -1px;
    right: -2px;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    line-height: 12px;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    font-weight: normal;
}
.lgcookieslaw-section-purpose {
    display: block;
    float: left;
    width: 100%;
}
.lgcookieslaw-section-purpose-button {
    border-bottom: none;
    padding: 10px 15px;
    margin-top: 10px;
    margin-bottom: 0;
    background-color: var(--basic-light-200);
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--basic-light-700);
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    text-decoration: none;
    border-radius: 6px;
}
.lgcookieslaw-section-purpose-button:hover,
.lgcookieslaw-section-purpose-button:focus {
    text-decoration: none;
    color: var(--basic-light-700);
}
.lgcookieslaw-section-purpose-button:focus,
.lgcookieslaw-section-purpose-button:focus-visible {
    outline: none;
}
.lgcookieslaw-section-purpose-button .lgcookieslaw-section-purpose-button-title {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.lgcookieslaw-section-purpose-button:after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
}
.lgcookieslaw-section-purpose-button:not(.collapsed):after {
    background: url('/modules/lgcookieslaw/views/img/not_collapsed.svg') no-repeat center;
}
.lgcookieslaw-section-purpose-button.collapsed:after {
    background: url('/modules/lgcookieslaw/views/img/collapsed.svg') no-repeat center;
}
.lgcookieslaw-section-purpose-content.collapse {
    display: none;
}
.lgcookieslaw-section-purpose-content.collapse.in,
.lgcookieslaw-section-purpose-content.collapse.show {
    display: block;
}
.lgcookieslaw-section-purpose-content.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height;
}
.lgcookieslaw-section-purpose-content-description {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
}
.lgcookieslaw-section-purpose-content-cookies-table {
    width: 100%;
    margin-top: 10px;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
.lgcookieslaw-section-purpose-content-cookies-table caption + thead tr:first-child th,
.lgcookieslaw-section-purpose-content-cookies-table caption + thead tr:first-child td,
.lgcookieslaw-section-purpose-content-cookies-table colgroup + thead tr:first-child th,
.lgcookieslaw-section-purpose-content-cookies-table colgroup + thead tr:first-child td,
.lgcookieslaw-section-purpose-content-cookies-table thead:first-child tr:first-child th,
.lgcookieslaw-section-purpose-content-cookies-table thead:first-child tr:first-child td {
    border-top: 0;
}
/* .lgcookieslaw-section-purpose-content-cookies-table > thead > tr > th {
    background: #F5F5F5;
    border-bottom-width: 2px;
    vertical-align: middle;
    border-bottom: 1px solid #D6D4D4;
    font-weight: bold;
} */
.lgcookieslaw-section-purpose-content-cookies-table thead > tr > th,
.lgcookieslaw-section-purpose-content-cookies-table thead > tr > td,
.lgcookieslaw-section-purpose-content-cookies-table tbody > tr > th,
.lgcookieslaw-section-purpose-content-cookies-table tbody > tr > td,
.lgcookieslaw-section-purpose-content-cookies-table tfoot > tr > th,
.lgcookieslaw-section-purpose-content-cookies-table tfoot > tr > td {
    padding: 8px 16px;
    font-size: 13px;
    line-height: 20px;
    vertical-align: middle;
    border-top: 1px solid #D6D4D4;
}
.lgcookieslaw-section-purpose-content-cookies-table td,
.lgcookieslaw-section-purpose-content-cookies-table th {
    text-align: left;
}
.lgcookieslaw-section-purpose-content-cookies-table td a {
    color:  #8BC954;
    font-size: 13px;
    font-weight: bold;
}
.lgcookieslaw-section-purpose-content-cookies-table td a:hover {
    text-decoration: underline;
}
.lgcookieslaw-section-checkbox {
    display: inline-flex;
    width: 25%;
    justify-content: flex-end;
    padding: 5px 0;
    -webkit-transform: translate(-50px);
    transform: translate(-50px);
}
.lgcookieslaw-modal-footer {
    display: flex;
    border: 0px;
    box-shadow: 0 -4px 2px -3px rgba(0,0,0,.1);
    border-top: 1px solid #E4E3E3;
    padding: 16px;
}
.lgcookieslaw-modal-footer .lgcookieslaw-modal-footer-left {
    width: 20%;
    display: flex;
    justify-content: flex-start;
    text-transform: uppercase;
}
.lgcookieslaw-modal-footer .lgcookieslaw-modal-footer-right {
    width: 80%;
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}
.lgcookieslaw-modal-footer .lgcookieslaw-modal-footer-right button,
.lgcookieslaw-modal-footer .lgcookieslaw-modal-footer-left button {
    text-transform: uppercase;
    font-size: 14px;
}
/* .lgcookieslaw-modal-footer .lgcookieslaw-button {
    min-height: 40px;
    text-transform: none;
    color: #FFF;
    font-size: 15px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin-right: 5px;
} */
.lgcookieslaw-modal-footer .lgcookieslaw-button:last-child {
    margin-right: 0;
}
.lgcookieslaw-modal-footer .lgcookieslaw-button:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}
.lgcookieslaw-section-description ul li {
    color: #5C5C5C;
    position: relative;
    width: 100%;
    display: inline-block;
    z-index: 1;
    margin: 6px 0;
    line-height: 1em;
}
.lgcookieslaw-section-description ul li:before {
    content: "\2714";
    color: #444;
    font-size: 1em;
    position: absolute;
    top: 0px;
    left: -18px;
    z-index: 2;
    width: 12px;
    height: 12px;
}
.lgcookieslaw-switch {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 21px;
}
.lgcookieslaw-tooltip-container:hover {
    cursor: pointer;
}
.tooltipster-base {
    font-size: 12px;
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif;
}
.lgcookieslaw-slider-option {
    font-size: 14px;
}
.lgcookieslaw-slider-option-left,
.lgcookieslaw-slider-option-right {
    position: absolute;
    display: inline-block;
    line-height: 21px;
}
.lgcookieslaw-slider-option-left {
    left: -35px
}
.lgcookieslaw-slider-option-right {
    left: 48px;
}
.lgcookieslaw-switch input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}
.lgcookieslaw-switch div.checker,
.lgcookieslaw-switch div.checker span,
.lgcookieslaw-switch div.checker input {
    width: 0 !important;
    height: 0 !important;
}
.lgcookieslaw-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--basic-light-500);
    -webkit-transition: .4s;
    transition: .4s;

    /*custom*/
    height: 20px;
    width: 38px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    transition: all 0.2s ease-out;
}
.lgcookieslaw-slider:before {
    position: absolute;
    content: "";
    /* height: 26px;
    width: 26px; */
    left: 4px;
    bottom: 3px;
    background-color: white;
    /* -webkit-transition: .4s;
    transition: .4s; */

    /*custom*/
    height: 14px;
    width: 14px;
    border-radius: 50%;
    transition: all 0.2s ease-out;
}
.lgcookieslaw-switch.lgcookieslaw-switch-disabled .lgcookieslaw-slider {
    cursor: not-allowed;
}
.lgcookieslaw-slider.lgcookieslaw-slider-checked {
    background-color: var(--primary-01-light-500);
}
.lgcookieslaw-switch.lgcookieslaw-switch-disabled .lgcookieslaw-slider {
    opacity: 0.5;
}
.lgcookieslaw-slider.lgcookieslaw-slider-checked:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}
/* .lgcookieslaw-modal .lgcookieslaw-cancel-button {
    background: #F5F5F5;
    color: #000;
}
.lgcookieslaw-modal .lgcookieslaw-partial-accept-button,
.lgcookieslaw-modal .lgcookieslaw-reject-button {
    background: #444;
}
.lgcookieslaw-modal .lgcookieslaw-accept-button {
    background: #8BC954;
} */
#lgcookieslaw_banner.lgcookieslaw-banner-top {
    top: 0;
}
#lgcookieslaw_banner.lgcookieslaw-banner-bottom {
    bottom: 0;
}
#lgcookieslaw_banner.lgcookieslaw-banner-floating {
    width: 375px;
    bottom: 1rem;
    left: 1rem;
}
#lgcookieslaw_banner.lgcookieslaw-banner-floating > .container {
    display: table-cell;
}
.lgcookieslaw-banner-close-button {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 5px;
    cursor: pointer;
    background-color: rgba(59, 59, 59, 0.7);
}
.lgcookieslaw-banner-close-button .lgcookieslaw-icon-close {
    background: url('/modules/lgcookieslaw/views/img/close.svg') no-repeat center;
    background-size: 100%;
    height: 25px;
    width: 30px;
    display: block;
    transition:  all .2s ease-in-out;
}
.lgcookieslaw-banner-close-button .lgcookieslaw-icon-close:hover {
    transform: scale(1.1);
}
.lgcookieslaw-banner-floating .lgcookieslaw-banner-message,
.lgcookieslaw-banner-floating .lgcookieslaw-button-container {
    width: 100%;
}
.lgcookieslaw-banner-floating .lgcookieslaw-banner-message {
    margin-right: 0;
    float: none;
    font-size: 15px;
}
.lgcookieslaw-banner-close-button-enabled.lgcookieslaw-banner-floating .lgcookieslaw-banner-message {
    width: calc(100% - 30px);
}
.lgcookieslaw-banner-close-button-enabled.lgcookieslaw-banner-floating .lgcookieslaw-banner-message .lgcookieslaw-link-container {
    width: calc(100% + 30px);
}
.lgcookieslaw-banner-floating .lgcookieslaw-button-container {
    margin-top: 1rem;
}
/* .lgcookieslaw-banner-floating .lgcookieslaw-reject-button,
.lgcookieslaw-banner-floating .lgcookieslaw-accept-button {
    line-height: 10px;
    height: 40px !important;
} */
.lgcookieslaw-overlay {
    display: none;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
}
.lgcookieslaw-fancybox .fancybox-overlay {
    transition: 1s;
}
.table-responsive {
    border: 0 !important;
}
.page-my-account #content .links a.lgcookieslaw-account-button img {
    display: block;
    margin: auto;
    padding: 15px 0;
    height: 55px;
}
#my-account ul.myaccount-link-list li.lgcookieslaw-account-button a img {
    padding: 10px;
    float: left;
}
.lgcookieslaw-fixed-button {
    position: fixed;
    z-index: 1500;
    padding: 0;
    transition: transform 0.2s ease 0s !important;
    height: 50px;
    width: 50px;
    bottom: 10px;
    cursor: pointer;
    background-color: var(--basic-light-600);
    display: none;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}
.lgcookieslaw-fixed-button:hover {
    transform: translate(0px, 0px) scale(1.1) !important;
}
.lgcookieslaw-fixed-button.lgcookieslaw-fixed-button-left {
    left: 10px;
}
.lgcookieslaw-fixed-button.lgcookieslaw-fixed-button-right {
    right: 10px;
}

@media only screen and (max-width: 991px) {
    .lgcookieslaw-button-container .lgcookieslaw-reject-button,
    .lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container .lgcookieslaw-accept-button {
        width: 100%;
    }
    .lgcookieslaw-button-container .lgcookieslaw-reject-button {
        margin-bottom: 5px;
    }
    .lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .lgcookieslaw-banner-message {
        display: block;
        float: left;
        margin-bottom: 15px;
        margin-right: 0;
    }
    .lgcookieslaw-button-container {
        display: block;
    }
    .lgcookieslaw-button-container,
    .lgcookieslaw-reject-button-enabled .lgcookieslaw-button-container,
    .lgcookieslaw-reject-button-enabled .lgcookieslaw-banner-message,
    .lgcookieslaw-banner-message {
        width: 100%;
    }
    .lgcookieslaw-banner-close-button-enabled.lgcookieslaw-banner-top .lgcookieslaw-banner-message,
    .lgcookieslaw-banner-close-button-enabled.lgcookieslaw-banner-bottom .lgcookieslaw-banner-message {
        width: calc(100% - 30px);
    }
    .lgcookieslaw-banner-close-button-enabled.lgcookieslaw-banner-top .lgcookieslaw-banner-message .lgcookieslaw-link-container,
    .lgcookieslaw-banner-close-button-enabled.lgcookieslaw-banner-bottom .lgcookieslaw-banner-message .lgcookieslaw-link-container {
        width: calc(100% + 30px);
    }
    #lgcookieslaw_banner {
        padding: 0;
    }
    #lgcookieslaw_banner.lgcookieslaw-banner-floating {
        bottom: 0;
        left: 0;
        width: 100% !important;
        border-radius: 12px 12px 0 0;
    }
    .lgcookieslaw-banner .container {
        padding: 15px !important;
        width: 100%;
    }
    .lgcookieslaw-modal-footer .lgcookieslaw-modal-footer-left {
        width: 100%;
        float: right;
        text-align: center;
    }
    .lgcookieslaw-modal-footer .lgcookieslaw-modal-footer-right {
        width: 100%;
        float: left;
        text-align: center;
    }
    .lgcookieslaw-section-name {
        width: 50%;
        float: left;
    }
    .lgcookieslaw-section-name .lgcookieslaw-badge {
        top: 0;
        right: 0;
    }
    .lgcookieslaw-section-checkbox {
        width: 50%;
    }
    .lgcookieslaw-banner-floating {
        width: 95% !important;
    }
    .lgcookieslaw-banner-floating .lgcookieslaw-button-container {
        margin-top: 0;
    }
    .lgcookieslaw-button-container .lgcookieslaw-reject-button,
    .lgcookieslaw-button-container .lgcookieslaw-accept-button {
        font-size: 16px !important;
    }
    #lgcookieslaw_banner lottie-player {
        left: -1rem;
    }
    .lgcookieslaw-fixed-button {
        display: none !important;
    }
}

@media only screen and (max-width: 599px) {
    .lgcookieslaw-modal-footer {
        flex-wrap: wrap;
    }
    .lgcookieslaw-modal-footer .lgcookieslaw-modal-footer-left {
        order:  1;
        margin-top: 5px;
    }
    .lgcookieslaw-modal-footer .lgcookieslaw-modal-footer-right {
        order: 0;
        flex-wrap: wrap;
    }
    .lgcookieslaw-modal .lgcookieslaw-accept-button {
        order: 0;
        flex: 1 100%;
        margin-right: 0;
    }
    .lgcookieslaw-modal .lgcookieslaw-partial-accept-button {
        order: 1;
        flex: 1 100%;
        margin-right: 0;
    }
    .lgcookieslaw-modal .lgcookieslaw-reject-button {
        order: 2;
        flex: 1 100%;
        margin-right: 0;
    }
    .lgcookieslaw-modal .lgcookieslaw-cancel-button {
        flex: 1 100%;
    }
    
    .lgcookieslaw-section-purpose-content-cookies ul {
        padding: 0 16px;
    }
    .lgcookieslaw-section-purpose-content-cookies li {
        font-size: 14px;
        list-style-type: circle;
        margin-left: 16px;
    }
    .lgcookieslaw-section-purpose-content-cookies hr {
        width: 80%
    }
    .lgcookieslaw-section-purpose-content-cookies hr:last-of-type {
        display: none;
    }
}

@media only screen and (max-width: 449px) {
    .lgcookieslaw-section-name {
        width: 100%;
        text-align: center;
    }
    .lgcookieslaw-section-checkbox {
        width: 100%;
        justify-content: center;
        margin-top: 5px;
        padding-right: 0;
    }
    .lgcookieslaw-modal .lgcookieslaw-partial-accept-button {
        flex: 1 100%;
    }
    .lgcookieslaw-modal .lgcookieslaw-reject-button {
        order: 2;
        flex: 1 100%;
        margin-top: 5px;
        margin-left: 0px;
    }
    .lgcookieslaw-section-checkbox {
        transform: none;
    }
}

@media only screen and (min-width: 768px) {
    .lgcookieslaw-banner .container {
        vertical-align: middle;
        max-width: 100%;
        margin: auto;
    }
    .lgcookieslaw-banner-floating .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
        padding-bottom: 0 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width:1199px) {
    .lgcookieslaw-banner.lgcookieslaw-reject-button-enabled .container {
        padding: 0 5% !important;
    }
}
