/**
* NOTICE OF LICENSE
*
* This source file is subject to a commercial license from SOLEDIS
* Use, copy, modification or distribution of this source file without written
* license agreement from the SOLEDIS GROUP is strictly forbidden.
*    ___  ___  _    ___ ___ ___ ___
*   / __|/ _ \| |  | __|   \_ _/ __|
*   \__ \ (_) | |__| _|| |) | |\__ \
*   |___/\___/|____|___|___/___|___/
*
*  @author    SOLEDIS <prestashop@groupe-soledis.com>
*  @copyright 2019 SOLEDIS
*  @license   All Rights Reserved
*  @coder     Greg Le Vaguerese
*/


.psgdprinfo17 .row { display: none; }

.product-flags-container { position: relative; }
.product-flags { z-index: 1; }

*[id^="myPopup-"]{
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

*[id^="myPopup-"] .modal-content{
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
}

*[id^="myPopup-"] .modal-dialog{
    max-width: 1200px;
}

.sld-licence td {
    vertical-align: middle;
}
.sld-licence td .btn {
    padding: 10px;
    width: 100%;
}

/*Account : list table*/
@media screen and (max-width:640px) {

    #module-sld_asialand-productwarrantydownload main .hide-mobile {
        display: none;
    }

    #module-sld_asialand-productwarrantydownload main table,
    #module-sld_asialand-productwarrantydownload main thead,
    #module-sld_asialand-productwarrantydownload main tbody,
    #module-sld_asialand-productwarrantydownload main tr,
    #module-sld_asialand-productwarrantydownload main th,
    #module-sld_asialand-productwarrantydownload main td {
        display: block;
    }

    #module-sld_asialand-productwarrantydownload main thead, #module-sld_asialand-productwarrantydownload main .modal tr:first-child {
        display: none;
    }

    #module-sld_asialand-productwarrantydownload main td {
        padding-left: 150px;
        position: relative;
        margin-top: -1px;
        background: #FFF;
    }

    #module-sld_asialand-productwarrantydownload main .modal td {
        height: 50px;
        word-break: break-word;
    }

    #module-sld_asialand-productwarrantydownload main td:nth-child(odd) {
        background-color: #eee;
    }

    #module-sld_asialand-productwarrantydownload main td::before {
        padding: 10px;
        content: attr(data-label);
        position: absolute;
        top: 0;
        left: 0;
        width: 130px;
        bottom: 0;
        background-color: #005ea8;
        color: #FFF;
        display: flex;
        align-items: center;
        font-weight: bold;
    }

    #module-sld_asialand-productwarrantydownload main tr {
        margin-bottom: 1rem;
    }

    #module-sld_asialand-productwarrantydownload main th + td {
        padding-left: 10px;
    }
}
