.menuler{
    position: absolute;
    bottom: 80px;
    right: 60px;
    z-index: 9999;
    background-color: white;
    padding: 4px;
}

.yeni_urun{
    padding: 5px 10px 5px 10px;
    border-radius: 4px;
    background-color: blue;
    color: white;
    cursor: pointer;
}

.menu{
    display: none;
    margin-top: 10px;
    padding-left: 5px;
}

.menu > li{
    background-color: white;
    list-style-type: none;
    margin-bottom: 4px;
    padding: 4px;
    box-shadow: 0px 0px 14px 10px rgba(200,200,200, 0.3);
    border-radius: 4px;
}

.sp{
    background-color: white;
    border: 1px solid gray;
    padding: 3px 7px 3px 10px;
    cursor: pointer;
    
    border-radius: 3px;
}

.alt li {
    margin-top: 6px;
}

.alt li span{
    background-color: white;
    border: 1px solid gray;
    padding: 3px 7px 3px 10px;
    cursor: pointer;
    
    border-radius: 3px;
}

.alt li > ul{
    display: none;
    margin-top: 10px;
    padding-left: 10px;
}

.alt li > ul >li{
    list-style-type: none;
    padding-left: 14px;
    
    
}

.sp:hover{
    background-color: yellow;
}

.alt {
    display: none;
    padding-left: 15px;
    margin-top: 8px;
}
.alt li{
    list-style-type: none;
    margin-bottom: 2px;
    cursor: pointer;
}

#aktuell_sec_div{
	position: relative;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid #7D7C7C;
	border-radius: 4px;
	background-color: white;
	margin-left: 30px;
	z-index: 9888;
	cursor: pointer;
		
}

#aktuell_sec_div:hover{
	background-color:#B1ECFA;
		
}

#aktuell_sec_div span{
	font-weight: 900;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari vs. */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none;
			user-select: none;
	cursor: pointer;
}

#aktuell_sec_ul{
	display: none;
	position: absolute;
	top: 40px;
	left:40px;
	background-color: white;
	border-radius: 4px;
	box-shadow: 1px 1px 20px 6px rgba(200,200,200, 0.3);
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 9887;
 
}

#aktuell_sec_ul li{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

.arama_sonuc{
	display: none;
	position: relative;
	z-index: 9991;
	border: 1px solid blue;
}

.sonuc_satir:hover{
	background-color: #F5F3BF;
	font-weight: 900;
	cursor: pointer;
	color: black;
}

