.header {

}

.navbar-default .navbar-nav>li>a {

}

.menu_icon {
    width: 44px;
    height: 38px;
    background: url('images/menu_white.png') no-repeat;
    background-size: 100% 100%;
    position: absolute;
    margin-bottom: 9px;
    right: 15px;
    margin-top: 6px;
}

#menu_respo ul {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding-left: 0;
    background-color: #FFBE00;
    display: none;
    margin-top: 49px;
}

#menu_respo ul ul{
    position: relative;
    margin-top: 0;
}

#menu_respo {
    clear:both;
    display: none;
}

#menu_respo li {
    float: none;
    display: block;
    text-align: center;
}

#menu_respo li:last-child {
    border-bottom: none;
}

#menu_respo ul li a {
    display: block;
    font-size: 17px;
    padding: 15px 20px;
    text-decoration: none;
    color: black;
    border-bottom: 1px solid rgb(255, 255, 255);
}



/* Shop css */

#AddToBasketPopup {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

#AddToBasketPopup2 {
    background: white;
    z-index: 2000;
    position: fixed;
    line-height: 30px;
    width: 470px;
    height: 150px;
    left: 50%;
    margin-left: -235px;
    top: 50%;
    margin-top: -85px;
    padding: 10px;
}

#AddToBasketPopupProduct .image {
    width:30%;
    float: left;
    margin-top: 2%;
}

#AddToBasketPopupProduct .image img{
    max-height:80px;
    max-width: 100px;
}

#AddToBasketPopupProduct .text {
    float:right;
    width:70%;
    font-size:15px;
    line-height: 20px;
    margin-top: 2%;
}

#AddToBasketPopupProduct {
    font-weight: bold;
    font-size: 125%;
    padding-left: 7%;
    padding-right: 7%;
    height: 70%;
}

#AddToBasketPopup .ContinueShopping{
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    margin-left: 10px;
}

#AddToBasketPopup .BascketContent{
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    float: right;
    margin-right: 10px;
}

/* OVERRIDE text.css */

body {
    /*margin: 0px;
    padding: 0px;
    */
}
.top {
}

.menu {
}
b{
}
a{
    /*	text-decoration: none;*/
}
a:hover{
    /*	text-decoration: none;*/
}
h1 {
}
h2 {
}
td {
}
li {
}
.menulave {
}
.menulave p{
}
.menulave a{
}
.menulave a:hover{
}
.menulave a#main_menu_selected{
}
.menulave a#menu_same_level_selected{
}
.menuprave {
}
.menuprave p{
}
.menuprave a{
}
.menuprave a:hover{
}
.telo{
}
.mainmenu{
}
