/**
* 2007-2023 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author PrestaShop SA <contact@prestashop.com>
*  @copyright  2007-2023 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.badoffertext-block-content .badoffertext-title {
    font-size: 18px;
    font-weight: 500;
    color: #393939;
    line-height: 30px;
}
.badoffertext-sub-title {
    font-size: 14px;
    color: #b3b3b3;
    font-weight: 400;
}
.badoffertext-wrapper-block{
    padding: 0;
}
.offet-text-content {
    display: flex;
    align-items: center;
    padding: 9px 0;
    justify-content: flex-end;
}
.badoffertext-block-content .text-dec{
    padding-left: 10px;
}
.text-img{
    background-image: url(../img/persentage.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.offet-text-content:hover .text-img{
    transform: rotateY(180deg);
}
.badoffertext-block-content .badoffertext-desc {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #666666;
    font-weight: 400;
}
@media(max-width:1200px){
    .badoffertext-block-content .badoffertext-title {
        font-size: 15px;
    }
}
@media(max-width:1024px){
    .badoffertext-block-content .badoffertext-title {
        font-size: 15px;
    }
    .badoffertext-sub-title{
        font-size: 13px;
    }
}
@media(max-width:991px){
    .badoffertext-block-content .badoffertext-title {
        font-size: 16px;
        line-height: 40px;
        padding: 0 15px;
    }
}
@media(max-width:575px){
    .badoffertext-block-content .badoffertext-title {
        line-height: 23px;
        padding: 10px 15px;
        font-weight: 600;
    }
}
@media(max-width:355px){
    .badoffertext-block-content .badoffertext-title {
        line-height: 23px;
        padding: 7px;
        font-weight: 600;
        font-size: 15px;
    }
}