/**
 * NOTICE OF LICENSE
 *
 * This file is licenced under the GNU General Public License, version 3 (GPL-3.0).
 * With the purchase or the installation of the software in your application
 * you accept the licence agreement.
 *
 * @author    TreeHouseStudio www.treehousestudio.it <prestashop@treehousestudio.it>
 * @copyright 2021 treehousestudio
 * @license   https://opensource.org/licenses/GPL-3.0 GNU General Public License version 3
 */
.thschartsproduct {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 25px;
    text-align: center;
}

.thschartsproduct-image-container {
    padding: 0 15px 15px;
    width: 100%;
}

.thschartsproduct-info-container {
    position: relative;
    width: 100%;
}

@media (min-width: 576px) {
    .thschartsproduct {
        display: flex;
        flex-direction: row;
        min-height: 215px;
        text-align: left;
    }

    .thschartsproduct-image-container {
        width: 25%;
    }

    .thschartsproduct-info-container {
        width: 75%;
    }

    .thschartsproduct-linkproduct {
        bottom: 25px;
        position: absolute;
    }
}