/**
* 2007-2025 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-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/

.tvcmscookies-notice {
    left: 0;
    right: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    background-color: #e6e6db;
    padding: 15px;
    text-align: center;
    border: 2px solid #e6e6db;
	width: 540px;
    max-width: 90%;
    min-width: 350px;
	box-sizing: border-box;
    overflow: auto;
    max-height: 90vh;
    bottom: auto;
}
.tvcookies-notice-title a {
    color: #ffffff;
    font-weight: bold;
}
.tvcookies-notice-title {
    color: #ffffff;
    line-height: 24px;
    /*padding-right: 15px;*/
    font-weight: 400;
    font-size: 14px;
	margin-top: 40px;
}
.tvcookies-notice-title p {
    margin: 0;
    color: #fff;
}
.tvclose-btn {
    display: none;
}
.tvcookie-btn-wrapper {
    float: left;
}
.tvcookie-content-box {
    /*float: left;*/
    width: 100%;
    padding-bottom: 50px;
    margin: 0 auto;
}
.tvclose-icon {
    background-color: #323232;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    padding: 13px 33px;
    border-radius: 0px;
    margin: 0 10px;
	margin-bottom: 35px;
}
.tvclose-icon:hover {
    color: #000000;
    background-color: #afaa9f;
}
.tvok-btn {
    display: none;
}
.tvcookies-notice-img-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;*/
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media (max-width: 1280px) {
    .tvcookie-content-box {
        width: 100%;
    }
}
@media(max-width: 480px) {
    .tvcmscookies-notice {
        padding: 5px;
    }
    .tvcookies-notice-title {
        padding-right: 7px;
    }
}