.mr5 {
    margin-right: 5px !important;
}

.headerWrapper-custom {
    top: 0px;
    z-index: 80;
    width: 100%;
}

.headerTopWrapper-custom {
    background-color: #b8193f;
}

.headerTop-custom {
    display: flex;
    padding: 5px 15px;
    justify-content: flex-end;
}

.container-fluid {
    box-sizing: border-box;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.headerBtnItem-custom {
    position: relative;
}

.langBtnMenu {
    display: none;
    position: absolute;
    right: -5px;
    z-index: 15000;
    top: 25px;
    text-align: center;
    box-shadow: none;
    background-color: transparent;
    border: none;
}

.langBtnMenu li a {
    width: 100%;
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    color: #B8193F;
    border: solid 1px #B8193F;
    background-color: #fff;
    border-radius: 0;
    line-height: 1.4;
    box-sizing: border-box;
    white-space: nowrap;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.langSelect-custom {
    font-size: 12px;
    color: #ffffff;
}

.langBtnMenu li a.currentLang {
    pointer-events: none;
    cursor: default;
}

.langBtnMenu li a:hover,
.langBtnMenu li a.currentLang {
    background-color: #B8193F;
    color: #ffffff;
    text-decoration: none;
}

.langBtnMenu li a {
    width: 100%;
    display: block;
    padding: 10px 20px;
    font-size: 12px;
    color: #B8193F;
    border: solid 1px #B8193F;
    background-color: #fff;
    border-radius: 0;
    line-height: 1.4;
    box-sizing: border-box;
    white-space: nowrap;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
}
