/**
 * Copyright since 2022 Antonio Baena Sánchez
 *
 * MODULE AbsFrequentlyBoughtTogether
 *
 * @author    Antonio Baena SÃ¡nchez
 * @copyright Since 2022 Antonio Baena Sánchez
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 * @version   2.0.0
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License version 3.0
 * Don't use this module on several shops. The license provided by PrestaShop Addons
 * for all its modules is valid only once for a single shop.
 */

#abs_usually_bought_together .cont--abspromofqbsale {
    position: relative;
}

#abs_usually_bought_together .isabspromofqbflsale {
    text-align: left;
    position: absolute;
    margin-bottom: 8px;
    min-width: 350px;
    top: 6px;
    left: 1px;
}

#abs_usually_bought_together .isabspromofqbflsale .offer-fqbtogether-flashsale {
    display: inline-block;
    vertical-align: middle;
    padding-top: 6px;
    padding-left: 20px;
    font-style: italic;
    font-family: Arial,Helvetica,sans-serif !important;
    font-size: 14px;
    padding-right: 20px;
}

#abs_usually_bought_together .isabspromofqbflsale .offer-fqbtogether-flashsale .material-icons.icontit {
    padding-left: 0;
    padding-right: 8px;
    font-size: 36px;
    position: absolute;
    left: 2px;
    top: -2px;
    rotate: 20deg;
}

#abs_usually_bought_together.abs-small-fqb-container .isabspromofqbflsale {
    top: 8px;
}

.isabspromofqbflsale .abs-flashsale-fqbtogether {
    color: #222222 !important;
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b) !important;
    padding: 0;
    position: relative;
    height: 34px;
    font-family: Arial,Helvetica,sans-serif !important;
    border-radius: 6px;
    background: #fce78d !important;
}

#abs_usually_bought_together .isabspromofqbflsale .abs-flashsale-fqbtogether {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
}

.isabspromofqbflsale .abs-flashsale-fqbtogether .abs-flashsale-fqbtogether-intro-backimg {
    right: -2px;
    width: 70px;
    top: -10px;
    position: absolute;
    z-index: 1;
}

.isabspromofqbflsale .abs-countdown-fqbtogether {
    line-height: 24px;
    direction: ltr;
    font-size: 12px;
    font-weight: normal;
    font-family: Arial,Helvetica,sans-serif !important;
    padding-top: 4px;
    padding-bottom: 0 !important;
    display: inline-block;
    vertical-align: middle;
}

.isabspromofqbflsale .abs-countdown-fqbtogether span{
    visibility: hidden;
}

.isabspromofqbflsale .abs-countdown-fqbtogether em {
    display: inline-block;
    min-width: 24px;
    height: 22px;
    font-size: 16px;
    vertical-align: bottom;
    font-style: normal;
    margin: 0 4px;
    color: #fff;
    background-color: #000;
    border-radius: 4px;
    text-align: center;
    position: relative;
    z-index: 2;
    line-height: 22px;
}
@media (max-width: 576px) {
.isabspromofqbflsale {
    margin-left: 10px;
    margin-right: 10px;
}

#abs_usually_bought_together .isabspromofqbflsale {
    margin: 0;
    top: 9px;
}

.isabspromofqbflsale .offer-flashsale-fqbtogether {
    font-size: 12px;
    left: 14px;
    top: 25%;
    font-style: italic;
}
.isabspromofqbflsale .abs-countdown-fqbtogether {
    padding-top: 3px;
}
}