﻿

.popup_menu {
    position: fixed;
    display: none;
    right: 0px;
    top: 55px;
    right: 173px;
    height: auto;
    width: 80%;
    z-index: 20;
    min-width: 300px;
    max-width: 425px;
    border: 1px solid rgba(0,0,0,0.25);
    border-top: none;
    border-radius: 2px 2px 5px 5px;
    padding: 1px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px 2px rgb(99 99 99 / 0.5);
    font-size: 1.1em
}

#mobile_menu.popup_menu
{
    left:0px;
    min-width:240px;
    width:320px;
    border-left: none;
    border-right:1px solid rgba(0,0,0,0.25);
    padding: 0px;
}

.popup_menu .sub_text
{
    font-size:0.9em;
}

.popup_menu .popup_top_wrapper
{
    min-height:180px;
    max-height:270px;
    height:auto;
    padding:5px 10px;
    overflow:auto;
}

.popup_top_wrapper > * {
    margin-top: 7px;
    margin-bottom: 7px;
}

.popup_top_wrapper button, .popup_top_wrapper input[type=button], .popup_top_wrapper input[type=reset], .popup_top_wrapper input[type=submit] {
    display: block;
    width: 100%;
}

#mobile_menu.popup_menu .popup_top_wrapper {
    border-bottom: none;
    max-height: 400px;
    min-height: auto;
    overflow-x: hidden;
}

.popup_menu ul.popup_list
{
    list-style:none;
    padding:0;
    margin:0;
}
.popup_menu ul.popup_list > li
{
    padding:10px 15px;
    height:auto;
    transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
.popup_menu ul.popup_list > li#login_notification_area
{
    display:none;
    background: rgba(200,43,45,1);
    color: rgba(255,255,255,1);
    padding: 12px;
    width: auto;
    margin-bottom: 10px;
}
.popup_menu ul.popup_list > li#login_notification_area i
{
    display:none;
}
.popup_menu ul.popup_list > li.nopadding
{
    padding-top:0;
    padding-bottom:0;
    margin-top:0;
    margin-bottom:0;
}
.popup_menu ul.popup_list > li.smaller
{
    font-size:0.9em;
}
.popup_menu ul.popup_list > li.center
{
    text-align:center;
}
.popup_menu ul.popup_list > li.right
{
    text-align:right;
}
.popup_menu ul.popup_list > li.no_top_padding
{
    padding-top:0px;
}
.popup_menu ul.popup_list:hover > li
{
    opacity:0.5;
} 
.popup_menu ul.popup_list > li:hover
{
    opacity:1;
}
.popup_menu ul.popup_list > li > a
{
    display:block;
}
#mobile_menu.popup_menu ul.popup_list > li
{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#mobile_menu.popup_menu ul.popup_list > li > a > img
{
    width:100%;
}

#mobile_menu.popup_menu ul.popup_list > li:hover > a > img
{
    opacity:0.8;
}
.popup_menu ul.popup_list > li > a:not(.panel_link)
{
    color:#555;
}
.popup_menu ul.popup_list > li > a:not(.panel_link) .subtext
{
    font-size:0.8em;
    color:#888;
}
.popup_menu ul.popup_list > li:hover > a
{
    color:#000;
}



.popup_menu table.popup_table
{
    
}
.popup_menu table.popup_table tr
{
    padding:0px 0px 20px 0px;
}
.popup_menu table.popup_table tr:first-child td
{
    padding-top:10px;
}
.popup_menu table.popup_table tr:last-child td
{
    padding-bottom:0px;
}
.popup_menu table.popup_table tr.itemsrow td
{
    padding:0px 0px 10px 0px;
}
.popup_menu table.popup_table ol
{
    font-size:0.9em;
    padding:0px;
    margin:0px;
    max-width:250px;
    lsit-style:none;
}
.popup_menu table.popup_table ol li
{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}
.popup_menu table.popup_table ol li > span.li_index
{
    white-space: nowrap;
    overflow:hidden;
    text-align:right;
    width:25px;
    display: inline-block;
    vertical-align: bottom;
    color:#555;
    font-size: 0.7em;
    padding-right: 5px;
}
.popup_menu table.popup_table ol li.link_li
{
    padding-top:5px;
    font-size:0.9em;
}


.popup_menu ul.popup_links
{
    width:100%;
    height:auto;
    padding:0px;
    margin:10px 0px 0px 0px;
    list-style:none;
}
.popup_menu ul.popup_links > li
{
    display:inline-block;
    width:33.33%;
    padding:5px 0px 5px 0px;
    height:auto;
    cursor:pointer;
    border-radius:3px;
}
.popup_menu ul.popup_links > li.relative
{
    position:relative;
}
.popup_menu ul.popup_links > li:hover
{
    background:rgba(255,255,255,1);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.04);
}
.popup_menu ul.popup_links > li span.img
{
    width: 100%;
    position: relative;
    height: auto;
    display: block;
    font-size: 2.2em;
    text-align:center;
    color:#222;
    padding:5px;
}
.popup_menu ul.popup_links > li span.txt
{
    width: 100%;
    position: relative;
    height: auto;
    display: block;
    text-align:center;
    padding:5px;
    font-size:0.75em;
    color:#222;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}

/*.popup_menu:before
{
    content:' ';
    position:absolute;
    width:0;
    height:0;
    right:18px;
    top:-9px;
    border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid rgba(249,249,249,0.99);    
}
.popup_menu:after
{
    content:' ';
    position:absolute;
    width:0;
    height:0;
    right:20px;
    top:-7px;
    border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid rgba(249,249,249,0.99);
}
#mobile_menu.popup_menu:before
{
    left:19px;
    margin-left:0px;
}
#mobile_menu.popup_menu:after
{
    left:21px;
    margin-left:0px;
}*/

#basket_menu_notification
{
    position: absolute;
    top: 8px;
    right: 34px;
    background: #F00 none repeat scroll 0% 0%;
    color: #FFF;
    padding: 0;
    width: 12px;
    height: 12px;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 8px 8px 8px 0px;
    font-size: 0.7em;
    text-align: center;
    display: none;
}

#login_menu .popup_top_wrapper {
    min-height: 0px;
    padding: 12px 15px;
} 
