.mobile_menu {
    width: 100%;
    height: 50px;
    position: fixed;
    top:0;
    left: 0;
    background-color: white;
    z-index: 10;
    border-bottom: 1px solid #cccccc;
}
.pre_fixed_menu {
    height: 49px;
    width: 100%;
}
.open_menu_btn {
    width: 50px;
    height: 50px;
    border-right: 2px solid #c8c8cf;
    background: url('../../img/mobile_menu_img/mobile_menu_bg.png') center center no-repeat;
    cursor: pointer;
    float: left;
}
.mobile_cart_link {
    width: 50px;
    height: 50px;
    border-left: 2px solid #c8c8cf;
    background: url('../../img/mobile_menu_img/mobile_card_bg.png') center center no-repeat;
    cursor: pointer;
    float: right;
}
.mobile_top_phone {
    width: 210px;
    text-align: center;
    margin:  0 auto;
}
.mobile_top_phone p {
    line-height: 50px;
    font-size: 20px;
    color: #333333;
    width: 210px;
}
.mobile_menu_items {
    position: fixed;
    width: 100%;
    background-color: #fafafa;
    z-index: 12;
    display: none;
    padding-top: 10px;
    box-sizing: border-box;
    top: 50px;
    bottom: 0;
    left: -100%;
}
.mobile_menu_link {
    display: block;
    padding-left: 15px;
    height: 40px;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 16px;
    color: #fefefe;
    border-bottom: 1px dotted #7e7e7e;
    cursor: pointer;
}
.mobile_menu_links_wrapper {
    width: 100%;
    padding-bottom: 50px;
    overflow-y: scroll;
    height: 100%;
}
.close_mobile_menu_btn {
    height: 50px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('../../img/mobile_menu_img/close_mobile_menu_btn_bg.png') 93% center no-repeat #dedede;
}
.mobile_menu_items_arrow {
    position: absolute;
    left: 21px;
    top: -5px;
    width: 9px;
    height: 5px;
    background: url('../../img/mobile_menu_img/mobile_menu_items_arrow_bg.png') center center no-repeat;
}
.mobile_menu_items a {
    display: block;
    padding-left: 15px;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    text-decoration: none;
    padding-top: 12px;
    padding-bottom: 10px;
    min-width: 240px;  
}
.mobile_menu_items ul {
    padding: 0;
}
.mobile_menu_items li {
    border-bottom: 1px dotted #7e7e7e;
}
.void_block {
    height: 60px;
}
.mobile_menu_arrow {
    display: inline-block;
    height: 40px;
    width: 80px;
    float: right;
    background: url('../../img/mobile_menu_img/mobile_menu_arrows.png') 40px -40px no-repeat;
    cursor: pointer;
}
.mobile_menu_lvl_2_items {
    display: none;
    border: none;
}
.mobile_menu_lvl_2_items li {
    background-color: #1D1B1A;
    padding-left: 15px;
}
.mobile_menu_lvl_2_items li:last-child {
    border: none;
}
.mobile_menu_lvl_2_items .mobile_menu_lvl_2_li {
    background-color: #ededed;
    padding-left: 0;
}