/*
* 2016 jllramos
*
* 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.
*
*  @author JllRamos <info@jllramos.es>
*  @copyright  2016 JllRamos
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

#usefull_link_block li.bpiv_productinfovip a:before {
    content: "\f05a";
    color: inherit !important;
}

#bpiv_form{
    width: 555px;
    overflow: hidden;
}

#bpiv_form .form_container{
    padding: 10px 15px;
    border: 1px solid #d6d4d4;
    background: #fbfbfb;
}

#bpiv_form .submit{
    margin-top: 20px;
    padding-bottom: 0;
    text-align: right;
}

#bpiv_form_error span{
    display:block;
}

#bpiv_form .row{
    margin-top: 5px;
    margin-bottom: 2px;
}

#bpiv_form .product_desc{
    display: block;
    clear: both;
}

#bpiv_form .product_name{
    text-align: center;
    margin-top: 15px;
}

#bpiv_historic{
    text-align: center;
    width: 100%;
    padding-top: 5px;
    border-top: 1px solid #9c9b9b;
}

#bpiv_historic .note_login{
    color: #777777;
}
@media (max-width: 767px){
    #bpiv_form {
        max-width: 280px;
    }
}

@media (max-width: 420px){
    #bpiv_form {
        width: auto;
    }
}

.resize_product{
    float: left;
    margin-bottom: 10px;
}
