.form-cotizador .card .card-body  input[type=radio]:checked + label + .panel {
    display: block;
}

.form-cotizador .card .card-body .btn-add_item {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    transition: all 0.3s ease;
    border: none;
    background: none;
    cursor: pointer;
}

#cotizador-page .cart .cart_content .btn-enviar_cotizacion.last_step {
    background: #7441FF;
    border: 1px solid #7441FF;
    color: #FFF;
    width: 100%;
}

.error{
    color: red;
}

.whatsapp-floating_btn {
    display: block;
    background: #15bd12;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 2000;
    border-radius: 50%;
    transition: all .3s ease;
}

.whatsapp-floating_btn a {
    text-align: center;
    color: #FFF;
    display: block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 35px;
    transition: all .3s ease;
}