.siteLogo {
    display: flex;
    flex-direction: row;
}

.logo-cartu > img {
    width: 300px;
    margin-left: 10px;
}

.logo-cartu {
    align-self: center;
}

.logo-cartu-mobile {
    display: none;
}

.toast {
    position: fixed;
    background-color: rgb(255,255,255);
    top: 120px;
    right: 0;
    z-index: 5;
    font-size: 1.5em;
    padding: 15px;
    transition: right .5s cubic-bezier(0, 0.52, 0.65, 0.99);
}

.hidden-toast {
    right: -130px;
    z-index: -1;
}

@media (max-width: 991px) {
    .toast {
        position: fixed;
        background-color: rgb(255,255,255);
        top: 90px;
        right: 0;
        z-index: 5;
        font-size: 1.5em;
        padding: 15px;
        transition: right .5s cubic-bezier(0, 0.52, 0.65, 0.99);
    }

    .hidden-toast {
        right: -130px;
        z-index: -1;
    }

    .drawer-handle {
        background-color: rgb(250, 250, 250);
        width: 50px;
        height: 50px;
        position: fixed;
        z-index: 2;
        top: 130px;
        left: 239px;
        margin: 0;
        transform: translateX(-239px);
        transition: .2s cubic-bezier(.4,0,.2,1);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
    }

    .drawer-handle i {
        font-size: 40px;
        vertical-align: middle;
        color: rgb(78, 99, 2);
    }

    .drawer-show {

    }

    .drawer-link {
        margin-left: -24px;
        padding: 5px;
    }

    .drawer-link a {
        color: rgb(117, 117, 117);
    }

    .nav-label {
        font-size: 14px;
        padding-left: 15px;
        color: #000;
    }

    .mdl-navigation__link:hover {
        border: 0;
    }

    input[name=term] {
        max-width: 39vw;
    }

    #c-menu nav.main-nav {
        display: none!important;
    }

    .logo-mask {
        overflow: hidden;
        max-width: 60px;
    }

    .logo-cartu {
        display: none;
    }

    .logo-cartu-mobile {
        display: block;
        align-self: center;
    }

    .logo-cartu-mobile > img {
        height: 50px;
        width: auto;
        margin-left: 10px;
    }

    .language-top {
        display:none;
    }

    .language-drawer .btn-group, .dropdown-menu {
        width: 100%;
    }

    .language-drawer .btn-group button {
        width: 100%;
        text-align: left;
        padding: 16px;
    }
}

.cartProduct {
    padding: 3px 5px;
}

.cart-qty-price {
    float: right;
}

.cartTotalRow {
    opacity: 1;
    background-color: #005baa;
    display: flex;
}

.cartTotal {
    padding: 10px 5px;
    opacity: 1;
    background-color: #005baa;
    text-align: right;
    width: 100%;
}

.checkoutButton {
    width: 100%;
    padding: 10px 5px;
}

.language-top {
    padding-right: 24px;
}

.mdl-navigation .mdl-navigation__link.collapse:after {
    font-family: "Material Icons";
    font-size: 32px;
    line-height: 24px;
    margin-right: -10px;
    content: 'expand_more';
    color: #757575;
    float: right;
    text-rendering: optimizeLegibility;
}

.mdl-navigation .mdl-navigation__link.collapsed:after {
    font-family: "Material Icons";
    font-size: 32px;
    line-height: 24px;
    content: 'chevron_left';
    color: #757575;
    float: right;
    text-rendering: optimizeLegibility;
}

#login-form {
    font-size: 1.5em;
}

.material-icons {
    text-rendering: optimizeLegibility;
}

.cartContainer .material-icons.updated {
    color: #f0ad4e!important;
}
