/**
 * 2007-2024 PrestaShop.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@prestashop.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade PrestaShop to newer
 * versions in the future. If you wish to customize PrestaShop for your
 * needs please refer to http://www.prestashop.com for more information.
 *
 *  @author    PrestaShop SA <contact@prestashop.com>
 *  @copyright 2007-2024 PrestaShop SA
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 *  International Registered Trademark & Property of PrestaShop SA
 */

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

#tvcookieslaw_banner {
    display: none;
    z-index: 10000;
    position: fixed;
    left: 0;
    width: 100%;
    padding: 20px 0;
    color: #FFF;
    font-family: 'Noto Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
}
#tvcookieslaw_banner.tvcookieslaw-banner-floating{
    border-radius: 10px;    
}

#tvcookieslaw_banner a {
    text-decoration: none;
    cursor: pointer;
    font-size: 15px;
}
#tvcookieslaw_banner a:hover {
    text-decoration: none;
}
#tvcookieslaw_banner .tvcookieslaw-link-container {
    margin: 8px 0 13px;
    text-align: center;
}
#tvcookieslaw_banner .tvcookieslaw-link-container a.tvcookieslaw-link:not(:first-child) {
    margin-left: 7px;
}
.tvcookieslaw-banner-message {
    display: block;
    color: #fff;
    font-size: 16px;
}

.tvcookieslaw-banner-message p {
    color: #FFF;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 0;
    text-align: center;
}
.tvcookieslaw-banner-message p:last-child {
    margin-bottom: 0;
}
.tvcookieslaw-button:focus,
.tvcookieslaw-button:focus-visible {
    outline: none;
}
.tvcookieslaw-button-container {
    display: block;
    text-align: center;
}
.tvcookieslaw-button-container .tvcookieslaw-reject-button,
.tvcookieslaw-button-container .tvcookieslaw-accept-button {
    text-align: center;
/*    min-height: 50px;*/
    cursor: pointer;
    font-size: 15px;
    text-transform: capitalize;
    background-color: #8BC954;
    border-color: #8BC954;
    color:  #FFF;
    margin: 5px;
}


.tvcookieslaw-modal {
    background: #FFF;
    display: none;
    font-family: 'Noto Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #444;
    padding: 0 !important;
}
.tvcookieslaw-modal-header {
    padding: 20px 16px;
    display: block;
    position: relative;
    overflow: auto;
    border-top: 4px solid #000;
    border-bottom: 1px solid #000;
    box-shadow: 0 4px 2px -3px rgba(0,0,0,.1);
    z-index: 1070;
}
.tvcookieslaw-modal-header .tvcookieslaw-modal-header-title {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    line-height: 22px;
    font-size: 20px;
    color: #444;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}
.tvcookieslaw-modal-header .tvcookieslaw-modal-header-title .tvcookieslaw-modal-header-title-user-consent-elements .tvcookieslaw-badge {
    font-size: 13px;
    line-height: 13px;
    font-weight: 400;
}
.tvcookieslaw-modal-header .tvcookieslaw-modal-header-title .tvcookieslaw-modal-header-title-user-consent-elements i {
    display: inline-flex;
    height: 16px;
    width: 16px;
    position: relative;
    top: 3px;
    left: 1px;
}
.tvcookieslaw-modal-header .tvcookieslaw-modal-header-title .tvcookieslaw-modal-header-title-user-consent-elements .tvcookieslaw-badge {
    padding: 5px 8px 9px;
}
.tvcookieslaw-modal-header .tvcookieslaw-modal-header-title .tvcookieslaw-modal-header-title-user-consent-elements .tvcookieslaw-user-consent-download {
    text-decoration: none !important;
    color: #ffffff !important;
    outline: 0 !important;
}
.tvcookieslaw-modal-header .tvcookieslaw-modal-header-title .tvcookieslaw-modal-header-title-user-consent-elements .tvcookieslaw-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%);
}
.tvcookieslaw-modal-header .tvcookieslaw-modal-header-title .tvcookieslaw-modal-header-title-user-consent-elements .tvcookieslaw-icon-schedule {
    background: url('../img/schedule.svg') no-repeat center;
    background-size: 100%;
}
.tvcookieslaw-modal-header .tvcookieslaw-modal-header-title .tvcookieslaw-modal-header-title-user-consent-elements .tvcookieslaw-icon-download {
    background: url('../img/download.svg') no-repeat center;
    background-size: 100%;
}
.tvcookieslaw-modal-body {
    padding: 16px;
    display: block;
    position: relative;
    overflow: auto;
    height: 417px;
    overflow-y: auto;
    scroll-behavior: smooth;
}
.tvcookieslaw-section {
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e4e4e4;
    margin-bottom: 16px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.tvcookieslaw-section:last-child {
    margin-bottom: 0;
}
.tvcookieslaw-section-name {
    display: block;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0;
    flex: 1;
    line-height: 20px;
}
.tvcookieslaw-badge {
    position: relative;
    top: -1px;
    right: -2px;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    line-height: 12px;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #8AC954;
    border-radius: 6px;
}
.tvcookieslaw-section-purpose {
    display: block;
    float: left;
    width: 100%;
}
.tvcookieslaw-section-purpose-button {
    border-bottom: none;
    padding: 10px 15px;
    margin-top: 10px;
    margin-bottom: 0;
    background-color: #F5F5F5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #444;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    text-decoration: none;
}
.tvcookieslaw-section-purpose-button:hover,
.tvcookieslaw-section-purpose-button:focus {
    text-decoration: none;
    color: #444;
}
.tvcookieslaw-section-purpose-button:focus,
.tvcookieslaw-section-purpose-button:focus-visible {
    outline: none;
}
.tvcookieslaw-section-purpose-button .tvcookieslaw-section-purpose-button-title {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.tvcookieslaw-section-purpose-button:after {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
}
.tvcookieslaw-section-purpose-button:not(.collapsed):after {
    background: url('../img/not_collapsed.svg') no-repeat center;
}
.tvcookieslaw-section-purpose-button.collapsed:after {
    background: url('../img/collapsed.svg') no-repeat center;
}
.tvcookieslaw-section-purpose-content.collapse {
    display: none;
}
.tvcookieslaw-section-purpose-content.collapse.in,
.tvcookieslaw-section-purpose-content.collapse.show {
    display: block;
}
.tvcookieslaw-section-purpose-content.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height;
}
.tvcookieslaw-section-purpose-content-description {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 20px;
    background-color: #f5f5f57d;
}
.tvcookieslaw-section-purpose-content-cookies-table {
    width: 100%;
    margin-top: 10px;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
.tvcookieslaw-section-purpose-content-cookies-table caption + thead tr:first-child th,
.tvcookieslaw-section-purpose-content-cookies-table caption + thead tr:first-child td,
.tvcookieslaw-section-purpose-content-cookies-table cotvroup + thead tr:first-child th,
.tvcookieslaw-section-purpose-content-cookies-table cotvroup + thead tr:first-child td,
.tvcookieslaw-section-purpose-content-cookies-table thead:first-child tr:first-child th,
.tvcookieslaw-section-purpose-content-cookies-table thead:first-child tr:first-child td {
    border-top: 0;
}
.tvcookieslaw-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;
}
.tvcookieslaw-section-purpose-content-cookies-table thead > tr > th,
.tvcookieslaw-section-purpose-content-cookies-table thead > tr > td,
.tvcookieslaw-section-purpose-content-cookies-table tbody > tr > th,
.tvcookieslaw-section-purpose-content-cookies-table tbody > tr > td,
.tvcookieslaw-section-purpose-content-cookies-table tfoot > tr > th,
.tvcookieslaw-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;
}
.tvcookieslaw-section-purpose-content-cookies-table td,
.tvcookieslaw-section-purpose-content-cookies-table th {
    text-align: left;
}
.tvcookieslaw-section-purpose-content-cookies-table td a {
    color:  #8BC954;
    font-size: 13px;
    font-weight: bold;
}
.tvcookieslaw-section-purpose-content-cookies-table td a:hover {
    text-decoration: underline;
}
.tvcookieslaw-section-checkbox {
    display: inline-flex;
    width: 25%;
    justify-content: flex-end;
    padding-right: 37px;
}
.tvcookieslaw-modal-footer {
    display: flex;
    border: 0px;
    box-shadow: 0 -4px 2px -3px rgba(0,0,0,.1);
    border-top: 1px solid #E4E3E3;
    padding: 16px;
}
.tvcookieslaw-modal-footer .tvcookieslaw-modal-footer-left {
    width: 20%;
    display: flex;
    justify-content: flex-start;
}
.tvcookieslaw-modal-footer .tvcookieslaw-modal-footer-right {
    width: 80%;
    display: flex;
    justify-content: flex-end;
}
.tvcookieslaw-modal-footer .tvcookieslaw-button {
/*    min-height: 40px;*/
    text-transform: none;
    color: #FFF;
    font-size: 15px;
    display: inline-block;
    padding: 6px 12px 9px;
    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;
}
.tvcookieslaw-modal-footer .tvcookieslaw-button:last-child {
    margin-right: 0;
}
.tvcookieslaw-modal-footer .tvcookieslaw-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%);
}
.tvcookieslaw-section-description ul li {
    color: #5C5C5C;
    position: relative;
    width: 100%;
    display: inline-block;
    z-index: 1;
    margin: 6px 0;
    line-height: 1em;
}
.tvcookieslaw-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;
}
.tvcookieslaw-switch {
    position: relative;
    display: inline-block;
   width: 56px;
    height: 28px;
}
.tvcookieslaw-tooltip-container:hover {
    cursor: pointer;
}
.tooltipster-base {
    font-size: 12px;
    font-weight: bold;
    font-family: 'Noto Sans', sans-serif;
}
.tvcookieslaw-slider-option {
    font-size: 14px;
}
.tvcookieslaw-slider-option-left,
.tvcookieslaw-slider-option-right {
    position: absolute;
    display: inline-block;
    line-height: 25px;
    font-weight: bold;
}
.tvcookieslaw-slider-option-left {
    left: -35px
}
.tvcookieslaw-slider-option-right {
    left: 70px;
}
.tvcookieslaw-switch input {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}
.tvcookieslaw-switch div.checker,
.tvcookieslaw-switch div.checker span,
.tvcookieslaw-switch div.checker input {
    width: 0 !important;
    height: 0 !important;
}
.tvcookieslaw-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CCC;
    box-shadow: 0 0 1px #CCC;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 20px;
}
.tvcookieslaw-slider:before {
    position: absolute;
    content: "";
    height: 21px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;

}
.tvcookieslaw-switch.tvcookieslaw-switch-disabled .tvcookieslaw-slider {
    cursor: not-allowed;
}
.tvcookieslaw-slider.tvcookieslaw-slider-checked {
    background-color: #8BC954;
    box-shadow: 0 0 1px #8BC954;

}
.tvcookieslaw-switch.tvcookieslaw-switch-disabled .tvcookieslaw-slider {
    opacity: 0.5;
}
.tvcookieslaw-slider.tvcookieslaw-slider-checked:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.tvcookieslaw-modal .tvcookieslaw-cancel-button {
    background: #444;
    color: #fff;
}
.tvcookieslaw-modal .tvcookieslaw-partial-accept-button,
.tvcookieslaw-modal .tvcookieslaw-reject-button {
    background: #444;
}
.tvcookieslaw-modal .tvcookieslaw-accept-button {
    background: #8BC954;
}
#tvcookieslaw_banner.tvcookieslaw-banner-top {
    top: 0;
}
#tvcookieslaw_banner.tvcookieslaw-banner-bottom {
    bottom: 0;
}
#tvcookieslaw_banner.tvcookieslaw-banner-floating {
    width: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#tvcookieslaw_banner.tvcookieslaw-banner-floating > .container {
    display: table-cell;
}
.tvcookieslaw-banner-close-button {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    padding: 5px;
    cursor: pointer;
    background-color: #000;
}
#tvcookieslaw_banner.tvcookieslaw-banner-floating .tvcookieslaw-banner-close-button{
    border-radius: 0 10px 0 0;    
}
.tvcookieslaw-banner-close-button .tvcookieslaw-icon-close {
    background: url('../img/close.svg') no-repeat center;
    background-size: 100%;
    height: 25px;
    width: 30px;
    display: block;
    transition:  all .2s ease-in-out;
}
.tvcookieslaw-banner-close-button .tvcookieslaw-icon-close:hover {
    transform: scale(1.1);
}

.tvcookieslaw-banner-floating .tvcookieslaw-banner-message {
    margin-right: 0;
    float: none;
    font-size: 13px;
}
.tvcookieslaw-banner-close-button-enabled.tvcookieslaw-banner-floating .tvcookieslaw-banner-message {
/*    width: calc(100% - 30px);*/
padding-right: 40px;
}
.tvcookieslaw-banner-close-button-enabled.tvcookieslaw-banner-floating .tvcookieslaw-banner-message .tvcookieslaw-link-container {
    width: calc(100% + 30px);
}

.tvcookieslaw-banner-floating .tvcookieslaw-reject-button,
.tvcookieslaw-banner-floating .tvcookieslaw-accept-button {
/*    height: 40px !important;*/
   
}
.tvcookieslaw-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;
}
.tvcookieslaw-fancybox .fancybox-overlay {
    transition: 1s;
}
.table-responsive {
    border: 0 !important;
}
.page-my-account #content .links a.tvcookieslaw-account-button img {
    display: block;
    margin: auto;
    padding: 15px 0;
    height: 55px;
}
#my-account ul.myaccount-link-list li.tvcookieslaw-account-button a img {
    padding: 10px;
    float: left;
}
.tvcookieslaw-fixed-button {
    position: fixed;
    z-index: 5000;
    padding: 0;
    transition: transform 0.2s ease 0s !important;
    height: 50px;
    width: 50px;
    bottom: 10px;
    cursor: pointer;
    background-color: #444;
    display: none;
    justify-content: center;
    align-items: center;
}
.tvcookieslaw-fixed-button:hover {
    transform: translate(0px, 0px) scale(1.1) !important;
}
.tvcookieslaw-fixed-button.tvcookieslaw-fixed-button-left {
    left: 10px;
}
.tvcookieslaw-fixed-button.tvcookieslaw-fixed-button-right {
    right: 10px;
}
.tvcookieslaw-banner-bottom .tvcookieslaw-banner-message,
.tvcookieslaw-banner-top .tvcookieslaw-banner-message
{
    width: 100%;
    text-align: center;
}
.tvcookieslaw-banner-top .tvcookieslaw-button-container,
.tvcookieslaw-banner-bottom .tvcookieslaw-button-container{
   
}

#module-tvcookieslaw-disallow .disallow-controller-content{
    text-align: center !important;
}
/* CSS code for hover glass effect */
.tvcookieslaw-button {
   padding: 8px 20px 11px;
    border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.tvcookieslaw-button:hover {
  background-color: #00000063 !important; /* Transparent white */
  border-color: #00000063 !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important; /* Adjust shadow as needed */
}
/* Initially hide the popup */
.tvcookieslaw-popup {
    display: none;
}

/* Add animation for smooth popup */
.tvcookieslaw-popup.show-popup {
    display: table;
    opacity: 1;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.tvcookieslaw-fancybox .fancybox-skin .fancybox-inner{
    height: auto !important;
}
@media only screen and (max-width: 991px) {
    .tvcookieslaw-banner-floating {
        width: 55% !important;
    }
    
    .tvcookieslaw-button-container .tvcookieslaw-reject-button {
/*        margin-bottom: 5px;*/
    }
    .tvcookieslaw-reject-button-enabled .tvcookieslaw-button-container {
/*        display: block;*/
    }
}

@media only screen and (max-width: 767px) {
    .tvcookieslaw-banner-message {
        display: block;
        float: left;
/*        margin-bottom: 15px;*/
        margin-right: 0;
    }
    .tvcookieslaw-button-container {
        display: block;
    }
    .tvcookieslaw-button-container,
    .tvcookieslaw-reject-button-enabled .tvcookieslaw-button-container,
    .tvcookieslaw-reject-button-enabled .tvcookieslaw-banner-message,
    .tvcookieslaw-banner-message {
/*        width: 100%;*/
    }
    .tvcookieslaw-banner-close-button-enabled.tvcookieslaw-banner-top .tvcookieslaw-banner-message,
    .tvcookieslaw-banner-close-button-enabled.tvcookieslaw-banner-bottom .tvcookieslaw-banner-message {
        width: calc(100% - 30px);
    }
    .tvcookieslaw-banner-close-button-enabled.tvcookieslaw-banner-top .tvcookieslaw-banner-message .tvcookieslaw-link-container,
    .tvcookieslaw-banner-close-button-enabled.tvcookieslaw-banner-bottom .tvcookieslaw-banner-message .tvcookieslaw-link-container {
        width: calc(100% + 30px);
    }
    #tvcookieslaw_banner {
        padding: 0;
    }
    .tvcookieslaw-banner .container {
        padding: 15px !important;
        width: 100%;
    }
    .tvcookieslaw-modal-footer .tvcookieslaw-modal-footer-left {
        width: 100%;
        float: right;
        text-align: center;
    }
    .tvcookieslaw-modal-footer .tvcookieslaw-modal-footer-right {
        width: 100%;
        float: left;
        text-align: center;
    }
    .tvcookieslaw-section-name {
        width: 50%;
        float: left;
    }
    .tvcookieslaw-section-name .tvcookieslaw-badge {
        top: 0;
        right: -6px;
    }
    .tvcookieslaw-section-checkbox {
        width: 50%;
    }
    .tvcookieslaw-banner-floating {
        width: 70% !important;
    }
    .tvcookieslaw-banner-floating .tvcookieslaw-button-container {
        margin-top: 0;
    }
    .tvcookieslaw-button-container .tvcookieslaw-reject-button,
    .tvcookieslaw-button-container .tvcookieslaw-accept-button {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 599px) {
    .tvcookieslaw-modal-footer {
        flex-wrap: wrap;
    }
    .tvcookieslaw-modal-footer .tvcookieslaw-modal-footer-left {
        order:  1;
        margin-top: 5px;
    }
    .tvcookieslaw-modal-footer .tvcookieslaw-modal-footer-right {
        order: 0;
        flex-wrap: wrap;
    }
    .tvcookieslaw-modal .tvcookieslaw-accept-button {
        order: 0;
        flex: 1 100%;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .tvcookieslaw-modal .tvcookieslaw-partial-accept-button {
        order: 1;
        flex: 1 50%;
        margin-right: 0;
    }
    .tvcookieslaw-modal .tvcookieslaw-reject-button {
        order: 2;
        flex: 1 calc(50% - 5px);
        margin-right: 0;
        margin-left: 5px;
    }
    .tvcookieslaw-modal .tvcookieslaw-cancel-button {
        flex: 1 100%;
    }
    .tvcookieslaw-modal-header .tvcookieslaw-modal-header-title .tvcookieslaw-modal-header-title-user-consent-elements .tvcookieslaw-badge {
    padding: 2px 2px 6px;
}
}
@media only screen and (max-width: 551px){
    .tvcookieslaw-modal-header-title-user-consent-elements{
        margin-top: 8px ;
    }
    .tvcookieslaw-modal-header{
        padding: 15px;
    }
}
@media only screen and (max-width: 449px) {
    .tvcookieslaw-section-name {
        width: 100%;
        text-align: center;
    }
    .tvcookieslaw-section-checkbox {
        width: 100%;
        justify-content: center;
        margin-top: 5px;
        padding-right: 0;
    }
    .tvcookieslaw-modal .tvcookieslaw-partial-accept-button {
        flex: 1 100%;
    }
    .tvcookieslaw-modal .tvcookieslaw-reject-button {
        order: 2;
        flex: 1 100%;
        margin-top: 5px;
        margin-left: 0px;
    }
    .tvcookieslaw-banner-floating {
    width: 85% !important;
}
    
}
@media only screen and (max-width: 425px){
    .tvcookieslaw-banner-bottom .tvcookieslaw-button-container,
    .tvcookieslaw-banner-top .tvcookieslaw-button-container
    {
        margin-left: 0;
    }
    .tvcookieslaw-banner-bottom .tvcookieslaw-button-container,
    .tvcookieslaw-banner-top .tvcookieslaw-button-container
    {
        width: 100%;
    }
}
@media only screen and (max-width: 375px){
    .tvcookieslaw-button-container .tvcookieslaw-reject-button,
    .tvcookieslaw-reject-button-enabled .tvcookieslaw-button-container .tvcookieslaw-accept-button {
/*        width: 100%;*/
    }
    .tvcookieslaw-banner-top .tvcookieslaw-button-container,
    .tvcookieslaw-banner-bottom .tvcookieslaw-button-container{
/*        width: 100%;*/
/*        margin-left: 0;*/
    }
    .tvcookieslaw-user-consent-consent-date {
    margin-bottom: 5px;
}

}
@media only screen and (min-width: 768px) {
    .tvcookieslaw-banner .container {
        vertical-align: middle;
        max-width: 100%;
        margin: auto;
    }
    .tvcookieslaw-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) {
    .tvcookieslaw-banner.tvcookieslaw-reject-button-enabled .container {
        padding: 0 5% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
    .tvcookieslaw-banner-floating {
        width: 45% !important;
    }
}




