/**
* 2007-2020 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-2020 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.garantia-drop-down {
    background-color: #2fb5d238;
    padding: 15px;
    margin-bottom: 15px;
}
.garantia-drop-down .numero-holder {
    color: #32783b;
    overflow: hidden;
    width: 70px;
    float: left;
}
.garantia-drop-down .numero-holder p.numero {
    padding: 7px 17px 0;
    top: -10px;
    position: relative;
    line-height: 0.5;
    color: #2fb5d2;
}
.garantia-drop-down .numero-holder .h1 {
    color: #2fb5d2;
    font-size: 60px;
    font-weight: 700;
}
.garantia-drop-down .numero-holder small {
    float: left;
    font-weight: 700;
    left: 2px;
    top: -12px;
}
.garantia-drop-down .numero-holder small:last-child {
    left: -25px;
    top: 46px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: absolute;
}
.garantia-drop-down .texto .extension {
    color: #2fb5d2;
    font-size: 0.8rem;
}
.dbwarranty_product {
    margin: 15px 0;
}