/* 
    Created on : 2019.06.04.
    Author     : Istvan Besenyei
    Company    : Mentavill Kft.
*/

/*** TOP MENU - IF EXISTS ***/
.topMenu {
/*    background: #15589f;*/
/*    margin-bottom: 15px;*/
/*    width: 100%;*/
    /*height: 45px;  */
    border-top: 1px solid #15589f;
    border-bottom: 1px solid #15589f;
}

/*** MENU ***/
.leftMenu {
/*    background: #15589f;*/
/*    margin-bottom: 15px;*/
/*    float: left;*/
    /*width: 100%;*/
    /*display: inline-block;   
    float: left;*/
}
.leftMenu ul {
    display: block; 
    margin: 0;
    padding: 0;
    /*height: 45px;*/
}
.leftMenu > ul > li {
    display: inline-block; 
    float: left;
}
.leftMenu > ul > li > ul > li {
    display: block; 
    background: #428bca;   
}

.leftMenu .homeButton {
    background: #ec1c23;
}
.leftMenu .homeButton:hover {
    background: darkred !important;
}
.leftMenu .favourites a {
    border-left: 1px solid #73a1d2;
    border-right: none;
    height: 1.3em;
}

.leftMenu .amper {
    background: #FFF;
    color: #074085 !important;
    
}
.leftMenu .amper span {
    color: #ec1c23;
}
.leftMenu .amper:hover {
    background: lightgrey !important;
}
.leftMenu .cart {
    height: 1.3em;        
}
.leftMenu .cart .material-icons, .leftMenu .favourites .material-icons {
    float: left;
}
.leftMenu .cart div, .leftMenu .favourites span {    
    margin-left: 0.4em;
    float: left;
}
.leftMenu .cart .prInCrt {
    background: #ec1c23;
    color: #FFF;
    margin: -6px 0 0 10px;
    padding: 5px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    text-align: center;
}

.leftMenu .inCart table {
    font-weight: normal;
    font-size: 0.8em;
    color: #FFF;
    margin-top: -1em;
    margin-left: 1em !important;
    text-transform: none;
    width: 100%;
}
.leftMenu .inCart .inCartItem, .leftMenu .inCart .inCartNetPrice, .leftMenu .inCart .inCartGrossPrice {
    font-weight: bold;
}
.leftMenu .inCart .inCartItem, .leftMenu .inCart .inCartGrossPrice {
    color: yellow;
}
.leftMenu .inCart table td {
    border: none;
    min-width: inherit;
    padding: 0;
}


@media (min-width: 900px) and (max-width: 1199px) {
    .leftMenu > ul > li {
        display: block;
        float: none;
    }
    .leftMenu ul li ul {
        position: relative;
    }
    .topMenu .container {
        margin: 0 1% !important;
    }
    .newMessage {
        margin: 1em 0 !important;
    }
    .menuOpener {
        display: block;
        color: #FFF;
        font-weight: bold;
        padding: 5px 0;
        text-align: center;
        margin: 8px 0;
        float: left;
        cursor: pointer;
        clear: both;
    }
}

@media (min-width: 600px) and (max-width: 899px) { 
    .leftMenu > ul > li {
        display: block;
        float: none;
    }
    .leftMenu ul li ul {
        position: relative;
    }
    .topMenu .container {
        margin: 0 1% !important;
    }
    .newMessage {
        margin: 1em 0 !important;
    }
    .menuOpener {
        display: block;
        color: #FFF;
        font-weight: bold;
        padding: 5px 0;
        text-align: center;
        margin: 8px 0;
        float: left;
        cursor: pointer;
        clear: both;
    }
}
@media (max-width: 599px) {
    .leftMenu > ul > li {
        display: block;
        float: none;
    }
    .leftMenu > ul > li > ul {
        position: relative;
    }
    .leftMenu > ul > li > ul > li > a {
        padding-left: 2em;
    }
}