@charset "UTF-8";

#product_statuses_flag {
	position: absolute;
	z-index: 100;
}

#product_statuses_flag.tl{
	top: 0px;
	left: 0px;
}
#product_statuses_flag.tr{
	top: 0px;
	right: 0px;
}
#product_statuses_flag.bl{
	bottom: 0px;
	left: 0px;
}
#product_statuses_flag.br{
	bottom: 0px;
	right: 0px;
}

#product_statuses_flag>li {
	border-radius: 2px;
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	padding: 5px 10px;
	margin-bottom: 5px;
	text-align: center;
}

.status-new {
	background: #4CAF50;
}

.status-bestseller {
	background: #0088cc;
}

.status-promotion {
	background: #FF5722;
}

.status-sale {
	background: #673AB7;
}

.status-transport-free {
	background: #FFEB3B;
	color: #000000 !important;
}


#search_result {
border-color: #e1e1e1;
    border-style: solid;
    border-width: 1px;
    border-top: none;
    zoom: 1;
    -webkit-tap-highlight-color: transparent;
    height: auto;
    width: 100%;
    background: #ffffff;
    position: absolute;
    z-index: 99999;
    display: none;
    max-height: 250px;
    overflow-y: scroll;
    text-align: left;
}
#search_result a {
    color: #000000;
    display: block;
    padding: 5px;
    border-bottom: 1px solid #d3d3d3;
}
#search_result a:last-child {
    border-bottom: none;
}