/**
* 2007-2022 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-2022 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.
*/

.dbwrranty_product {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    border-bottom: 1px solid #E3E6EA;
    position: relative;
}
.dbwrranty_product .title {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 12px;
}
.dbwrranty_product .title .text {
    font-weight: 600;
    font-size: 13px;
    color: #2D3748;
    margin-left: 4px;
}
.dbwrranty_product .title .info {
    font-weight: normal;
    font-size: 12px;
    text-decoration-line: underline;
    color: #718096;
    margin-left: auto;
}
.dbwrranty_product .checks {
    padding: 0 16px;
}
.dbwrranty_product .checks .custom-checkbox label {
    margin-bottom: 12px;
}
.dbwrranty_product .checks .custom-checkbox .text {
    font-weight: 300;
    font-size: 13px;
    color: #2D3748;
    width: 100%;
    display: inline;
}
.dbwrranty_product .checks .custom-checkbox .text .price {
    margin-left: 12px;
}
.dbwrranty_product .checks .custom-checkbox .popular {
    margin: 4px 0 0 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.dbwrranty_product .checks .custom-checkbox .popular span {
    font-weight: normal;
    font-size: 9px;
    color: #1F2938;
    margin-right: 4px;
}
.dbwrranty_product .input-radio:checked + span,
.dbwrranty_product .input-radio:hover + span {
    /*border: 0;*/
}
.dbwrranty_product .input-radio + span i {
    display: none;
}
.dbwrranty_product .input-radio:checked + span i {
    display: block;
}
.custom-checkbox input[type="radio"] + span {
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    pointer-events: none;
    cursor: pointer;
    border-radius: 3px;

    border: 1px solid #2D3748;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 41%);
    border-radius: 3px;
    background: linear-gradient(
            137deg, #FFF 50%, #F5F6F7 50%);
}
.custom-checkbox input[type="radio"]:checked + span {
    background: #FFF;
    border-color: rgba(0, 0, 0, 0.41);
}
.custom-checkbox .input-radio:checked + span .checkbox-checked {
    color: var(--second_color);
    font-size: 20px;
    font-weight: 800;
    margin: -2px 0 0 1px;
    display: block;
}
.title_garantia {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 12px;
}
.title_garantia .title {
    font-weight: 600;
    font-size: 13px;
    color: #2D3748;
    margin-left: 4px;
}


/*** CART ***/
.cart-item .garantia_ampliada {
    width: 100%;
}
.cart-item .garantia_ampliada .product-attributes {
    width: 85%;
    float: right;
    padding: 20px 0;
}
.cart-item .garantia_ampliada .product-attributes .title {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: end;
}
.cart-item .garantia_ampliada .product-attributes .title span {
    font-weight: 600;
    font-size: 12px;
    line-height: 19px;
}
.cart-item .garantia_ampliada .product-attributes .title hr {
    height: 1px;
    border-top: 0;
    border-bottom: 1px solid #E3E6EA;
    width: 70%;
}
.cart-item .garantia_ampliada .product-attributes .attribute_garantia {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    align-items: center;
}
.cart-item .garantia_ampliada .product-attributes .attribute_garantia > * {
    margin-right: 4px;
}
.cart-item .garantia_ampliada .product-attributes .attribute_garantia .price {
    margin-right: 0;
    margin-left: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}
.cart-item .garantia_ampliada .product-attributes .attribute_garantia .label {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
.cart-item .garantia_ampliada .product-attributes .attribute_garantia .value {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
}
