/**
* 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.
*/
.form-category-product .panel-table {
    color: #333;
    cursor: pointer;
    user-select: none;
    transition: color 0.3s;
}
.form-category-product .panel-table:hover {
    color: #000;
}

.form-category-product .panel-table {
    height: 0px;
    transition: 0.3s linear;
    overflow: hidden;
    padding: 0 0.8em;
}

.form-category-product .d-flex-custom{
    display: flex;
}

.form-category-product .radio-category-id{
    visibility: hidden;
}

.form-category-product .box-category-radio {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.form-category-product .box-category-radio::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #b7b7b7;
}


.form-category-product .box-form-radio.radio {
    flex-direction: column;
}

.form-category-product .active-check .box-category-radio::before {
    background-color: #b7b7b7;
}

.form-category-product .box-category-radio::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #b7b7b7;
}

.form-category-product .box-category-select {
    width: 100%;
    min-height: 30px;
}

.form-category-product .select2-container {
    width: 100%;
}

.form-category-product .select2-container.select2-container--default,
.form-category-product .select2-container.select2-container--default  .select2-selection--single,
.form-category-product .select2-container.select2-container--default  .select2-selection__rendered,
.form-category-product .select2-container.select2-container--default  .select2-selection__arrow{
    height: 40px;
}

.form-category-product .select2-container.select2-container--default  .select2-selection__rendered{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
}

.form-category-product .box-form-radio:not(:last-child) {
    margin-bottom: 20px;
}

.form-category-product .box-product-list .panel-table.active {
    margin-top: 15px;
}

.form-category-product .box-product-list .panel-table .panel-heading {
    background-color: #ed1c24;
    padding: 5px 10px;
    color: #fff;
    text-transform: uppercase;
    border: 2px solid #515151;
    font-weight: bold;
}

.form-category-product .box-product-list .panel-table table.dataTable.cell-border thead th,
.form-category-product .box-product-list .panel-table table.dataTable.cell-border tbody td {
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.form-category-product .box-product-list .panel-table table.dataTable.cell-border thead th {
    background-color: #ddd;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 10px;
    text-align: center;
}

.form-category-product .box-product-list .panel-table table.dataTable.cell-border tbody td {
    font-size: 12px;
    padding: 5px 10px;
}

.form-category-product .box-product-list .panel-table table.dataTable tbody tr.selected > * {
    box-shadow: inset 0 0 0 9999px rgba(134, 134, 134, 0.9);
    color: white;
}

.form-category-product .box-product-list .panel-table .dataTables_wrapper::after{
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #919191 !important;
    color: white;
}

.select2-search--dropdown .select2-search__field:focus-visible {
    border: 3px solid #151515 !important;
    box-shadow: none;
    outline: none;
}

.form-category-product .box-group-head-table:not(:last-child) {
    margin-bottom: 15px;
}

.form-category-product .oblg {
    display: flex;
}
  
/* Formulario leads */
  
.form-category-product .box-form-main-iva {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 42px 0;
}
  
.form-category-product .box-form-main-iva .box-form {
    max-width: 1000px;
    width: 100%;
    padding: 0 15px;
}
  
.form-category-product .box-form-main-iva .custom-radio {
    width: 14px;
    height: 14px;
    border: solid 1px #d6d6d6;
}

.form-category-product .box-form-main-iva input[type="radio"] {
    width: 14px;
    height: 14px;
    min-height: 14px;
    z-index: 99;
}

.form-category-product .box-form-main-iva .custom-radio input[type="radio"]:checked + span {
    width: 6px;
    height: 6px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #e82c2a;
}

.form-category-product .box-form-main-iva .custom-checkbox input[type="checkbox"] + span {
    border: solid 1px #000;
    border-radius: 1px;
    height: 19px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-category-product .box-form-main-iva .custom-checkbox input[type="checkbox"] {
    width: 20px;
    height: 19px;
    min-height: 19px;
}

.form-category-product .box-form-main-iva input[type="checkbox"]:checked + span .checkbox-checked {
    font-size: .75rem;
    color: #000;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-category-product .box-form-main-iva .form-footer .box-btn-footer .btn {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    float: left;
    min-height: 50px !important;
    max-width: 210px;
    background: #ed1c24 !important;
    font-family: Poppins !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    font-style: normal;
    font-stretch: normal;
    text-transform: uppercase;
    -moz-box-shadow: 0 0 0 25px #e82c2a inset;
    -webkit-box-shadow: 0 0 0 25px #e82c2a inset;
    -o-box-shadow: 0 0 0 25px #e82c2a inset;
    -ms-box-shadow: 0 0 0 25px #e82c2a inset;
    box-shadow: 0 0 0 25px #e82c2a inset;
    transition: all 0.4s;
}

.form-category-product .box-form-main-iva .form-footer .box-btn-footer .material-icons {
    transform: rotate(-45deg);
    margin-right: 12px;
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.form-category-product .box-form-main-iva .form-footer .box-btn-footer .btn {
    font-family: Poppins !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    font-style: normal;
    font-stretch: normal;
    text-transform: uppercase;
}

.form-category-product .box-form-main-iva .form-footer .box-btn-footer .btn input[type="submit"] {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    background: transparent;
    color: transparent;
    cursor: pointer;
}

.form-category-product .box-form-main-iva .form-footer .box-btn-footer .btn:hover {
    -moz-box-shadow: 0 0 0 1px #e82c2a inset;
    -webkit-box-shadow: 0 0 0 1px #e82c2a inset;
    -o-box-shadow: 0 0 0 1px #e82c2a inset;
    -ms-box-shadow: 0 0 0 1px #e82c2a inset;
    box-shadow: 0 0 0 1px #e82c2a inset;
    color: #fff;
    background: #282828 !important;
}

/* .form-category-product .box-form-main-iva .box-form .form-fields > .form-group > div {
    display: flex;
} */

.form-category-product .box-form-main-iva .form-fields span.ast {
    position: relative;
    color: red;
    left: 0;
    top: 0;
    padding-right: 7px;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.form-category-product .box-form-main-iva .box-form .form-fields > .form-group .form-control,
.form-category-product .box-form-main-iva .box-form .form-fields > .form-group .form-control:focus {
    background-color: #fff;
    outline: 1px solid #e6e6e6;
}

.form-category-product .box-form-main-iva .condition-form-accept label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form-category-product .box-form-main-iva .condition-form-accept label > div {
    margin-right: 7px;
}

.form-category-product .box-form-main-iva .ul-radio-tools {
    padding: 0 8px;
}

.form-category-product .box-form-main-iva .box-form .form-fields h2 {
    text-align: left;
    font-family: 'TradeGothic Bold';
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 42px;
    margin-top: 52px;
    position: relative;
}

.form-category-product .box-form-main-iva .box-form .form-fields h2::after {
    content: "";
    width: 31px;
    position: absolute;
    top: 37px;
    left: 0;
    border-top: 2px solid #ed1c24;
}

@media (max-width: 767.5px) {
    .form-category-product .box-form-main-iva .box-form .form-fields > .form-group > div {
        margin-bottom: 15px;
    }
    .form-category-product .box-form-main-iva .box-form .form-fields > .form-group {
        margin-bottom: 0;
    }
    .form-category-product .box-form-main-iva .box-form .form-fields h2 {
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .form-category-product .box-form-main-iva {
        padding: 15px 0;
    }
}

#form-leads-iva{
    position: relative;
}

#form-leads-iva #load-send-form {
    display: none;
}

#form-leads-iva .charge-form {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background-color: #ffffff8c;
    z-index: 9;
}

#form-leads-iva .charge-form span {
    width: 60px;
    height: 60px;
    border: 4px solid red;
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}


@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

.form-category-product .alert-form-iva {
    display: flex;
    margin-top: 30px;
    padding: 15px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #ea7243;
    color: #fff;
}

.form-category-product .alert-form-iva.d-none{
    display: none !important;
    opacity: 0;
}
