#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_container .basale_wrapper {
    background-color: #fffbe0 !important;
}
.basale_wrapper .basale_close{
	position: absolute;
	top: 5px;
	right: 5px;
	text-decoration: none;
    cursor: pointer;
	opacity: 0.7;
	z-index: 99999;
	font-size: 20px;
}
.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{
	
}
