﻿.menu-icon {
    width: 28px;
    height: 28px;
    display: block;
    margin-bottom: 2px;
}

.cart-icon {
    position: relative;
    right: 5px;
    top: 3px;
}

.MenuAccount {
    display: flex !important;
    justify-content: flex-end;
    padding-top: 20px;
    margin-bottom: 10px;
    width: 100% !important;
}

.headeraccountContent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.menuLink {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    position: relative;
}

    .menuLink .account-text {
        color: black;
        text-align: center;
        display: initial;
        text-wrap: nowrap;
    }

#languageLink {
    margin-right: 40px;
}

.cartlink {
    margin-left: 40px;
}

.form-container {
    width: 100%;
}

.center-div, .center-button {
    display: block;
    width: calc(100% - 40px);
    min-width: 125px;
    text-align: center;
    margin: 20px;
    box-sizing: border-box;
}

.separator-line {
    border: 0;
    border-top: 1px solid #ccc;
    margin: 20px 0;
    padding: 0;
}

.popover-content {
    padding: 0;
}

.popover .arrow {
    display: none;
}

.popover[role="tooltip"] {
    top: calc(100% - 6px) !important;
}

.clickable-text, .menu-icon {
    cursor: pointer;
}

    .clickable-text:hover {
        text-decoration: underline;
    }

.lang-link {
    display: flex;
    align-items: center;
    width: auto;
}

    .lang-link:first-child {
        margin-top: 10px;
    }

    .lang-link:last-child {
        margin-bottom: 10px;
    }

.lang-icon {
    width: 24px;
    height: 24px;
}

.lang-text {
    margin-left: 10px;
    margin-right: 50px;
    color: black;
}

.lang-container {
    padding: 20px;
    margin-top: 20px;
}

.banner {
    margin-top: 20px;
}

.cart-count {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #333333;
    color: white;
    border-radius: 10px;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 1;
}