/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-2021 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER
 * support@mypresta.eu
 */

.ticons li a div {
    cursor: pointer;
}

.ticons li a:hover div {
    opacity: 0.8;
}

.ticons li {
    display: inline-block;
    margin: 2px;
}

.ticons li div {
    background: #ececec;
    border: 1px dotted #c0c0c0;
    border-radius: 5px;
    padding: 1px;
}

.ticons li div {
    width: 24px;
    height: 24px;
    clear: both;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.ticons li div img {
    width: 100%;
    height: 100%;
    top: -2px;
    position: relative;
}

.ticons li div i::before {
    font-size: 18px;
    position: relative;
    top: 1px;
    width: 100%;
    height: 100%;
}

#ticons_displayTop {
    clear: both;
}

.ticons_deliveryTime li div {
    width: 24px;
    height: 24px;
    clear: both;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.ticons_deliveryTime li div i::before {
    font-size: 18px;
    position: relative;
    top: 0px;
    width: 100%;
    height: 100%;
}

.ticons_showIcons {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
    z-index:999;
}