/**
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-2019 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: 5px;
}

.ticons li div {
    border-radius: 5px;
}

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

.ticons li div img {
    width: 100%;
    height: 100%;
}

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

#ticons_displayTop {
     clear: both;
}

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

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

.ticons_showIcons {
    top: 0px;
    right: 0px;
    z-index:999;
}