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

a#chatbot_icon
{
    width:71px;
    height:67px;
    position: fixed;
    right:25px;
    bottom:25px;
    opacity:0;
    display: none!important;
    background-image: url('../img/chatbot_icon.png');
    background-repeat: no-repeat;
    background-position: center center;
}

body#module-chatbot-chatbot .footer-container
{
    display: none;
}

body#module-chatbot-chatbot div.columns-container
{
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    min-height:1100px;
    padding-top:100px;
    /*background-size: cover;*/

}

#chatbot_container
{
    color: black;
    font-family: "FuturaLT";
    font-size: 14px;
    line-height:18px;
    font-weight:300;
    margin:auto;
}

#chatbot_content
{
    max-width:800px;
    margin:auto;
}

#chatbot_container h2
{
    font-weight:700;
    margin-bottom:25px;
    font-size:26px;
    line-height:30px;
    font-stretch: condensed;
    text-align: center;
}

#chatbot_loader
{
    width: 256px;
    height:256px;
    margin:auto;

}

#chatbot_content
{
    opacity:0;
}

#chatbot_container .chatbot_item
{
    display:block;
    margin-bottom:20px;
}

#chatbot_container .chatbot_question
{
    display:block;
    font-size: 16px;
    line-height:18px;
    font-weight:300;
    margin-top:30px;
    margin-bottom:30px;
    text-align: left;
    letter-spacing: 2px;
}

#chatbot_container .chatbot_question.question_1
{
    text-align: center;
    font-size:25px;
    font-stretch: condensed;
    font-weight:700;
    line-height:30px;
}

#chatbot_container .chatbot_options
{
    display: block;
    text-align: center;
}

#chatbot_container .chatbot_options .chatbot_option
{
    display: inline-block;
    background-color: white;
    padding: 16px 45px;
    border-radius: 25px;
    margin-right: 30px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom:20px;
}

#chatbot_container .chatbot_options .chatbot_option:hover
{
    background-color: #e5e5e5;
}

#chatbot_container .chatbot_options .chatbot_option.selected
{
    color:white;
    background-color: black;
}

#chatbot_start
{
    display: block;
    width:160px;
    margin:auto;
    color:white;
    background-color: black;
    margin-top:50px;
    cursor: pointer;
    text-align: center;
    padding:12px 30px;
}

#chatbot_noproducts, #chatbot_products
{
    opacity:0;
}

#chatbot_noproducts
{
    max-width:800px;
    margin:auto;
}

#chatbot_noproducts h2.oops
{
    color: black;
    font-family: "FuturaLT";
    font-size: 18px;
    line-height:18px;
    font-weight:700;
    text-align: center;
}

#chatbot_noproducts h3.oops
{
    color: black;
    font-family: "FuturaLT";
    font-size: 13px;
    line-height:18px;
    font-weight:300;
    text-align: center;
}

#module-chatbot-chatbot #product_list
{
    text-align: center;
}

#module-chatbot-chatbot #product_list li
{
    float:none;
    display: inline-block;
    margin-left: -10px;
    margin-right: -10px;
}