/**
 * Copyright since 2007 PrestaShop SA and Contributors
 * PrestaShop is an International Registered Trademark & Property of PrestaShop SA
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License version 3.0
 * that is bundled with this package in the file LICENSE.md.
 * 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.
 *
 * @author    PrestaShop SA and Contributors <contact@prestashop.com>
 * @copyright Since 2007 PrestaShop SA and Contributors
 * @license   https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
 */
#basale_container{
	position: fixed;
	z-index: 9999999;
	display: none;
}
.basale_wrapper{
    min-width: 350px;
    max-width: 98%;
    float: left;
    border-radius: 2px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
	position: relative;
}
.basale_wrapper .basale_close{
	position: absolute;
	top: 5px;
	right: 5px;
	text-decoration: none;
    cursor: pointer;
	opacity: 0.7;
	z-index: 99999;
}
.basale_content{
	padding-right: 21px;
	display: table;
}
.basale_wrapper .basale_content_img img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.basale_wrapper .basale_content_img {
	display: table-cell;
	vertical-align: middle;
	border-right: 1px solid #E7E7E7;
	width: 100px;
	padding: 5px;
	height: 100%;
	vertical-align: middle;
}
.basale_content_right_column{
	padding: 7px 0px 7px 7px;
	line-height: 1.3;
	display: table-cell;
	vertical-align: middle;
}
.basale_wrapper .basale_content_address{

	color: #474747;
}
.basale_wrapper .basale_content_product_name a{
	color: #141313;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1rem;
}
.basale_wrapper .basale_content_product_name a:hover{
	text-decoration: underline;
}
.basale_wrapper  .basale_content_datetime{
	font-size: 0.9rem;
	color: #777;
}
.basale_oldprice{
	
}
