/* 
    Created on : 2019.03.07., 14:08:40
    Author     : István 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;
    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 .homeButton {
    background: #ec1c23;
}
.leftMenu .homeButton:hover {
    background: darkred !important;
}
.leftMenu .favourites a {
    border-left: 1px solid #73a1d2;
    border-right: none;
    height: 2.7em;
}

.leftMenu .amper {
    background: #FFF;
    color: #074085 !important;
    
}
.leftMenu .amper span {
    color: #ec1c23;
}
.leftMenu .amper:hover {
    background: lightgrey !important;
}
.leftMenu .cart, .responsiveCartButton .cart {
    height: 2.7em;        
}
.leftMenu .cart .material-icons, .leftMenu .favourites .material-icons,
.responsiveCartButton .cart .material-icons, .responsiveCartButton .favourites .material-icons {
    float: left;
}
.leftMenu .cart div, .leftMenu .favourites span,     
.responsiveCartButton .cart div, .responsiveCartButton .favourites span {    
    margin-left: 0.4em;
    float: left;
}
.responsiveCartButton .cart div {
    float: right;
}
.leftMenu .cart .prInCrt, .responsiveCartButton .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, .responsiveCartButton .inCart table {
    font-weight: normal;
    font-size: 0.8em;
    color: #FFF;
    margin-top: -0.9em;
    margin-left: 1em !important;
    text-transform: none;
    width: 100%;
}
.responsiveCartButton .inCart table {
    margin-top: -.2em;
    font-size: 0.7em;
}
.leftMenu .inCart .inCartItem, .leftMenu .inCart .inCartNetPrice, .leftMenu .inCart .inCartGrossPrice,
.responsiveCartButton .inCart .inCartItem, .responsiveCartButton .inCart .inCartNetPrice, .responsiveCartButton .inCart .inCartGrossPrice {
    font-weight: bold;
}
.leftMenu .inCart .inCartNetPrice, .leftMenuresponsiveCartButton .inCart table tr:nth-child(2) td,
.responsiveCartButton .inCart .inCartNetPrice, .leftMenu .inCart table tr:nth-child(2) td {
    color: yellow;
}
.leftMenu .inCart table td, .responsiveCartButton .inCart table td {
    border: none;
    min-width: inherit;
    padding: 0;
}

@media (max-width: 599px) {
    .responsiveCartButton .cart .cartText {
        float: left;
        margin-top: 4px;
    }    
    .responsiveCartButton .cart .inCart {
        margin-top: -4px;
    }
    
}*/