/*
 * 2007-2020 AiDevTool
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License 3.0 (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:
 * https://opensource.org/licenses/AFL-3.0
 * 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 https://www.prestashop.com for more information.
 *
 * @author    AiDevTool <contact@aidevtool.com>
 * @copyright 2007-2020 AiDevTool
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
 * International Registered Trademark & Property of AiDevTool
*/

.bpiv_productinfovip{
    margin-top: 25px;
	margin-bottom: 25px;
}

#bpiv_button span{
    margin-right: 7px;
}

#bpiv_form_content .closefb{
    color: #a2a2a2;
}

#sendBpiv{
    color: #2fb5d2;
}

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

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

#bpiv_form h2{
    text-align: center;
}

#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;
}

.bpiv-image-position{
    padding: 25px 25px 0px 25px;
}
