/**
* 2007-2018 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-2018 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

/* Front Controllers css */
.gdpr_request_data_removing .all_addreses {
    width: 100%;
    overflow: hidden;
}

a.confirmation_back_button {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}

div.gdpr_request_data_removing > div.all_addreses > div > ul.customer_address {
    border: 1px solid black;
    padding: 10px;
}

#gdpr-accept-div {
    float: left;
}

#module-generaldataprotectionregulation-info .gdpr-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gdpr-media * {
    margin-right: 5px;
}

.gdpr_rights_list_container {
    padding: 30px;
}
.gdpr_rights_right a.gdpr-d-block {
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}
.gdpr_rights tr td {
    vertical-align: top;
}
.gdpr_rights tr td:last-child {
    padding-left: 15px;
}

#cookieModal {
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
    overflow: auto; 
    z-index: 99999;
    display: none;
    text-shadow: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
}
.cookieModal-content {
    font: normal 12px/16px "Open Sans", sans-serif;
    z-index: 999999;
    position: relative;
    top: 25%;
    left: 0;
    height: auto;
    transform: translate(0, 0);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 40%;
    max-width: 1000px;
    border-radius: 0.5rem;
}
#cookieModal_tab-content {
    display: block;
    overflow-y: auto;
    height: auto;
    font-weight: normal;
    text-align: justify;
}
#cookieModal_tab-content::-webkit-scrollbar { 
    display: none; 
}
.cokieModal-tabbable-line {
    overflow: hidden;
}

#cookieModal-close-button {
    float: right;
    width: 1.5rem;
    font-size: 28px;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: none;
    margin-top: 5px;
}
.close-button:hover {
    background-color: darkgray;
}

.cookieModal-footer > .cookieModal-saveButtons {
    position: fixed;
    padding-bottom: 20px;
    padding-right: 15px;
    bottom: 0;
    border-top: 3px;
    right: 0;
    padding-left: 10px;
}
.cookieModal-footer > .cookieModal-infoButton {
    position: fixed;
    padding-bottom: 20px;
    padding-right: 15px;
    bottom: 0;
    border-top: 3px;
    left: 0;
    padding-left: 15px;
}

.cookieModal-footer {
    border-top: 1px solid;
    border-color: #ddd;
    margin-top: -20px;
}

    
.cokieModal-nav:after {
    clear: both;
}
.cokieModal-nav:before, .cokieModal-nav:after {
    content: " ";
    display: table;
}
#cookieModal > div > div.cokieModal-tabbable-panel > div > ul > li.active > a {
    text-decoration: none;
    color:black;
    background: #3893fc;
}
#cookieModal > div > div.cokieModal-tabbable-panel > div > ul > li > a {
    text-align:center;
    text-shadow: none;
    border: 1px solid ;
    border-radius: 3px;
    border-color: #ddd;
    border-bottom-width: 1px !important;
    margin-right: 5px;
}
#cookieModal > div > div.cokieModal-tabbable-panel > div > ul > li.active > a {
    background: #3893fc;
    color:white;
}
#cookieModal > div > div.cokieModal-tabbable-panel > div > ul > li > a.active {
    background: #3893fc;
    color:white;
}
#cookieModal > div > div.cokieModal-tabbable-panel > div > ul > li > a.active:hover {
    cursor: pointer;
    background: #3893fc;
    color:white;
}
#cookieModal > div > div.cokieModal-tabbable-panel > div > ul > li.active > a:hover {
    cursor: pointer;
    background: #3893fc;
    color:white;
}
#cookieModal > div > div.cokieModal-tabbable-panel > div > ul > li > a:hover {
    text-decoration: none;
    background: #f5f5f5;
    color:black;
    cursor: pointer;
}
.cokieModal-tabbable-panel {
    padding-bottom: 65px;
}

#cookieLi {
    cursor: pointer;
}

.cokieModal-nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
}

#gdpr-sticky-banner {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1em;
    text-align: center;
    color: rgba(255,255,255,.6);
    background-color: rgba(0,0,0,.8);
}

#gdpr-sticky-banner a {
    color: #fff!important;
}

#gdpr-sticky-banner a:hover {
    color: rgba(255,255,255,.7)!important;
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
    .cookieModal-footer {
        border-top: none;
    }
}
@media (min-width: 768px) {
    .cookieModal-content {
        width: 600px;
        margin: 30px auto;
    }
    .cookieModal-footer {
        border-top: none;
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width:551px) and (max-width:767px) {
    .cookieModal-content {
        width: 400px;
        margin: 30px auto;
    }
    .cookieModal-footer {
        border-top: none;
    }
    .cokieModal-nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
    }
}
@media (max-width:550px) {
    .cookieModal-content {
        width: 350px;
        margin: 30px auto;
    }
    .cookieModal-footer {
        border-top: none;
    }
    .cokieModal-nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
    }
}
@media (max-height: 493px) {
    .cookieModal-content {
        font-size: 13px;
        height: auto;
        top: 10px;
    }
    .cookieModal-footer {
        border-top: none;
    }
}
@media (max-width: 425px) {
    .cookieModal-content {
        width: 330px;
    }
    .cookieModal-footer {
        border-top: none;
    }
    .cokieModal-nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
    }
    #cookieModal {
        transform: scale(1.0);
    }
}

@media (max-width: 375px) {
     .cookieModal-content {
        width: 330px;
     }
    .cookieModal-footer {
        border-top: none;
    }
     .cokieModal-nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
        padding-top: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
    }

}

@media (max-width: 360px) {
    .cookieModal-content {
        width: 320px;
    }
}
@media (max-width: 320px) {
     .cookieModal-content {
        width: 300px;
     }
    .cookieModal-footer {
        border-top: none;
    }
}
.gdpr_module_title {
    display: block;
    font-weight: 700;
}
.gdpr_module_description {
    display: block;
    font-weight: 100;
    padding-left: 3px;
}
.ui-widget {
    font-family: inherit !important;
    font-size: inherit !important;
}
#cookieModal div.checker span.checked {
    background-position: -15px -257px !important;
}
.cokieModal-nav {
    border-bottom: none;
}

#gdpr_myRights {
    text-decoration: none;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #fff;
    background-color: #5192f3;
    border-color: #3983f1;
    border-radius: 4px;
}
#gdpr_myRights:hover {
    color: #fff;
    background-color: #2b7af0;
    border-color: #0f62de;
    text-decoration: none;
}
#gdpr_AcceptCookies {
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    border-color: #ccc !important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid;
    margin-right: 3px;
}
#gdpr_AcceptCookies:hover {
    background-color: #ebebeb;
    border-color: #adadad;
}

#gdpr_AcceptAllCookies,
#gdpr_acceptall_banner,
.gdpr-download-data {
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 0px;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
#gdpr_AcceptAllCookies:hover,
#gdpr_acceptall_banner:hover,
.gdpr-download-data:hover {
    color: rgb(255, 255, 255);
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
}
.cokieModal-nav > li {
    float: left;
}
@media (max-width: 550px) {
    .cokieModal-nav > li {
        float: none;
        width: 100%;
        margin-bottom:2px;
    }
}

.cokieModal-nav {
    list-style: none;
}
.gdpr-tab-content {
    margin-top: 20px;
}

#tab_controlprivacy > p {
    max-width: 99%
}
#tab_cookiemanager {
    max-height: 320px;
    overflow-y: auto;
}

.gdpr-table {
    width: 100%;
    margin-bottom: 30px !important;
}

#gdpr_modules_table > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9
}

#gdpr_modules_table > thead > tr > th {
    padding-bottom: 10px;
}
#gdpr_modules_table > tbody > tr > td {
    padding: 9px 8px 11px 13px;
    line-height: 1.42857;
    vertical-align: top;
    border-bottom: 1px solid #d6d4d4;
}
#gdpr_modules_table > thead > tr > th {
    padding: 9px 8px 11px 9px;
    line-height: 1.42857;
    vertical-align: top;
    border-bottom: 1px solid #d6d4d4;
}

.cookieModal-title {
    margin-top: 10px !important;
    padding-bottom: 25px;
    font-size: 25px;
    font-weight: bold;
}

.gdpr-remove-data {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    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;
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.gdpr-remove-data:hover {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
    text-decoration: none;
}
.gdpr_overlay_container {
    position: relative;
}
.gdpr_overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    min-height: 60px;
}
.gdpr_overlay_btn {
    position: absolute;
    background-color: #7cd1f9;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    cursor: pointer;
    top: 50%;
    margin-top: -20px;
    transform: translate(-50%, 0);
}
.noscroll {
    overflow: hidden;
}