

.header-navtop * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.header-navtop,
.home-menu.nav-menu-wrapper.fixed {
    max-width: 1280px
}
.header-navtop {
    height: 36px;
    color: #79797a;
    font-family: Poppins-Light;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    margin: 0 auto
}
.header-navtop__inner {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin-right: 0;
    margin-left: auto;
    height: 100%
}
.header-navtop__inner:after,
.header-navtop__inner:before {
    display: table;
    content: ' '
}
@media(max-width:767px) {
    .header-navtop {
        height: 40px
    }
    .header-navtop:after {
        content: '';
        position: relative;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, .85);
        width: 100vw;
        height: 100vh;
        z-index: 1;
        display: none
    }
    .header-navtop.header-navtop--dropdown:after {
        display: block
    }
    /*.header-navtop_lang {
        display: none
    }*/
}

.header-navtop_lang {
    float: left;
    padding: 4px 6px 8px 12px;
    position: relative
}
.header-navtop_lang.input-combo {
    margin-left: 600px !important;
}
.header-navtop_lang.input-combo select {
    background-color: #fff;
    font-size: 13px;
    padding: 0 20px 0 0;
    color: #79797a;
    font-weight: 700;
    text-transform: uppercase;
    width: 50px;
    box-sizing: border-box;
    transition: all .3s
}
.header-navtop_lang.input-combo:active select,
.header-navtop_lang.input-combo:focus select,
.header-navtop_lang.input-combo:hover select {
    transition: all .3s;
    color: #de180b
}
.header-navtop_lang.input-combo input {
    padding: 12px 0;
    width: 100%;
    cursor: pointer
}
.header-navtop_lang.input-combo .selector {
    width: 90%;
    position: relative
}
.header-navtop_lang.input-combo .selector:after {
    top: 8px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: #000 transparent transparent;
    transition: all .3s
}
.header-navtop_lang.input-combo:hover .selector:after {
    transition: all .3s;
    border-color: #de180b transparent transparent
}
.header-navtop_lang.input-combo select:focus {
    border: 0
}

#header-navtop_burger-menu,
#header-navtop_index-mobile {
    display: none
}
@media(max-width:767px) {
    #header-navtop_burger-menu, #header-navtop_index-mobile {
        float: left;
        width: 40px;
        height: 40px;
        margin: 0;
        text-align: center;
        line-height: 40px;
        display: block;
        position: relative;
        z-index: 1
    }
    #header-navtop_index-mobile {
        background: url(../img/header/eroski-logo-mobile.png) 50% 50% no-repeat;
        background-size: 28px
    }
    #header-navtop_burger-menu {
        background: url(../img/header/icon-burger-nav.svg) 50% 45% no-repeat
    }
    #header-navtop_burger-menu.active {
        background: url(../img/header/menu-close-icon.png) 50% 45% no-repeat;
        background-size: 15px
    }
    #header-navtop_burger-menu a::after,
    #header-navtop_burger-menu.active a::after {
        content: ''
    }
}
.header-navtop__button--primary:after,
.header-navtop__button:after {
    z-index: 3;
    border-left: 0;
    -webkit-transform-origin: 0 100%;
    top: 0;
    left: 0;
    content: ''
}
.header-navtop__menu,
.header-navtop__nav {
    float: right
}
.header-navtop__item {
    display: inline-block;
    line-height: 36px;
    vertical-align: middle;
    float: left
}
.header-navtop__link {
    display: inline-block;
    height: 36px;
    padding: 0 10px 0 5px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #79797a;
    transition: color .3s
}
.header-navtop__link:hover {
    color: #de180b;
    text-decoration: none;
    transition: color .3s
}
.header-navtop__button,
.header-navtop__button:focus,
.header-navtop__button:hover {
    color: #393d49;
    text-decoration: none
}
@media(max-width:1279px) {
    .header-navtop__link {
        width: 40px
    }
    .header-navtop__link-text {
        text-indent: -9999px;
        display: none
    }
}
@media(max-width:767px) {
    .header-navtop__link {
        height: 40px;
        width: 40px;
        padding: 0;
        text-align: center
    }
}
@media(max-width:340px) {
    .header-navtop__link {
        width: 33px;
        height: 40px
    }
}
.header-navtop__icon {
    display: inline-block;
    width: 30px;
    height: 36px;
    vertical-align: middle;
    transition: background .3s
}


.header-navtop__icon.icon-contacto {
    background-color: #79797a;
    -webkit-mask: url(../img/header/icon-comment.svg) no-repeat 50% 45%;
    mask: url(../img/header/icon-comment.svg) no-repeat 50% 50%
}
.header-navtop__icon.icon-franquicia {
    background-color: #79797a;
    -webkit-mask: url(../img/header/icon-franquicia.svg) no-repeat 50% 45%;
    mask: url(../img/header/icon-franquicia.svg) no-repeat 50% 50%
}
.header-navtop__icon.icon-inversion {
    background-image: url(../img/header/icon-inversion.png);
    background-repeat: no-repeat;
    background-position: center;
}
.header-navtop__icon.icon-tiendas {
    background-color: #79797a;
    -webkit-mask: url(../img/header/icon-marker.svg) no-repeat 50% 45%;
    mask: url(../img/header/icon-marker.svg) no-repeat 50% 50%
}
.header-navtop__icon.icon-eroski {
    background-color: #fff;
    -webkit-mask: url(../img/header/icon-eroski.svg) no-repeat 50% 50%;
    mask: url(../img/header/icon-eroski.svg) no-repeat 50% 50%
}
.header-navtop__icon.icon-user {
    background-color: #393d49;
    -webkit-mask: url(../img/header/icon-user-top.svg) no-repeat 50% 50%;
    mask: url(../img/header/icon-user-top.svg) no-repeat 50% 50%
}
.header-navtop__link:hover .header-navtop__icon {
    background-color: #de180b;
    transition: background .3s
}
@media (max-width: 767px) {
    .header-navtop__icon {
        height: 40px;
        width: 30px
    }
}
.header-navtop__button {
    padding: 0 15px 0 5px;
    display: block;
    vertical-align: middle;
    min-width: 140px;
    height: 100%;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #ededed;
    float: left;
    line-height: 1
}
.header-navtop__button:after {
    width: 0;
    height: 100%;
    position: absolute;
    border-bottom: 3px solid #de180b;
    transition: all .5s
}
.header-navtop__button:hover:after {
    width: 100%;
    transition: all .5s
}
.header-navtop__button--primary {
    position: relative;
    background-color: #de180b;
    color: #fff
}
.header-navtop__button--primary:focus,
.header-navtop__button--primary:hover {
    color: #fff
}
.header-navtop__button--primary:after {
    width: 0;
    height: 100%;
    position: absolute;
    border-bottom: 3px solid #fff;
    transition: all .5s
}
.header-navtop__button--primary:hover:after {
    width: 100%;
    transition: all .5s
}
#header-navtop__user-button {
    position: relative
}
#header-navtop__user-button:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #79797b
}
#header-navtop__user-button .header-navtop__icon.icon-user {
    background-color: #393d49;
    position: relative
}
.header-navtop__user-button-icon {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px
}
.header-navtop__user-button-greeting {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle
}
.header-navtop__user-button-name {
    max-width: 130px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
    vertical-align: middle
}
.header-navtop__badge {
    position: absolute;
    bottom: 10px;
    right: 6px;
    width: 12px;
    height: 12px;
    background-color: #de180b;
    color: #fff;
    text-align: center;
    line-height: 12px;
    display: block;
    border-radius: 50%;
    font-size: 8px;
    font-weight: 600
}
@media (max-width: 767px) {
    .header-navtop__user-button-icon {
        height: 40px
    }
    #header-navtop__user-button:before {
        background-color: #db1720
    }
}
.header-navtop__dropdown-menu {
    border-radius: 0;
    position: absolute;
    top: 36px;
    right: 0;
    left: auto;
    z-index: 1000;
    background: inherit;
    background-image: none;
    background-color: transparent;
    margin: 0;
    box-shadow: none;
    padding: 0;
    border: 0;
    max-height: calc(100vh - 100px);
    overflow: auto
}
@media (max-width: 767px) {
    .header-navtop__dropdown-menu {
        top: 40px
    }
}
.header-navtop__login {
    font-weight: 500;
    font-size: 12px;
    color: #393d49;
    width: 280px;
    background-color: #ededed;
    text-align: center;
    line-height: 1.2;
    font-family: Poppins-Light;
}
.header-navtop__login p {
    font-weight: 600
}
.header-navtop__login__inner {
    padding: 25px 34px 30px
}
.header-navtop__button-login {
    display: block;
    background-color: #393d49;
    height: 42px;
    font-weight: 500;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    padding: 12px 26px;
    position: relative;
    margin-bottom: 30px
}
.header-navtop__button-login:hover {
    color: #f6f6f6;
    text-decoration: underline
}
.header-navtop__button-login:hover span {
    text-decoration: underline
}

.header-navtop__button-login:hover span:after {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    transition: all ease-out .1s
}
a.header-navtop__button-login span {
    position: relative;
    padding-right: 20px;
    display: inline-block
}
a.header-navtop__button-login span:after {
    content: '';
    background: url(../img/base/arrow-right-white.png) center no-repeat;
    width: 15px;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    transition: all ease-out .1s;
    background-size: auto
}
.header-navtop__link-register {
    display: block;
    color: #de180b;
    text-decoration: underline;
    padding: 12px 26px 8px;
    margin-top: 10px;
    font-size: 14px;
    transition: all ease-out .1s
}
.header-navtop__link-register:hover {
    color: #393d49
}
.header-navtop__login-special {
    margin-top: 20px
}
.header-navtop__login-special a {
    color: #393d49;
    text-decoration: underline
}
.header-navtop__user-dropdown {
    width: 394px;
    background-color: #f8f9fa;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .5)
}
.header-navtop__user-menu,
.header-navtop__user-menu-list {
    position: relative
}
.header-navtop__user-menu-list:after,
.header-navtop__user-menu-list:before {
    display: table;
    content: ' ';
    clear: both
}
.header-navtop__user-menu-item {
    float: left;
    width: 50%;
    font-size: 13px
}
.header-navtop__user-menu-item>a {
    display: block;
    color: #393d49;
    background-color: #ededed;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: .5px solid #cbced3;
    line-height: 36px
}
.header-navtop__user-menu-item>a:active,
.header-navtop__user-menu-item>a:focus,
.header-navtop__user-menu-item>a:hover {
    text-decoration: none
}
.header-navtop__user-menu-item>a span:before {
    content: '';
    display: inline-block;
    width: 36px;
    height: 36px;
    vertical-align: top
}
.header-navtop__user-menu-item ul {
    line-height: 1.4;
    padding-left: 36px;
    padding-top: 8px;
    padding-bottom: 8px
}
.header-navtop__user-menu-item ul a {
    color: #393d49
}
.header-navtop__user-menu-item ul li {
    padding-top: 5px;
    padding-bottom: 5px
}
#header-navtop__user-menu-advantages span:before {
    background: url(../img/header/icon-advantages.svg) 50% 45% no-repeat
}
#header-navtop__user-menu-account {
    padding-bottom: 10px
}
#header-navtop__user-menu-account span:before {
    background: url(../img/header/icon-account.svg) 50% 45% no-repeat
}
#header-navtop__user-mobile-resume span:before {
    background: url(../img/header/icon-resume.svg) 50% 45% no-repeat
}
#header-navtop__logout {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 20px;
    font-size: 11px;
    color: #393d49;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1.4
}
#header-navtop__logout:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 24px;
    vertical-align: middle;
    background: url(../img/header/icon-logout.svg) 50% 45% no-repeat
}
.header-navtop__user-menu-close__container {
    background-color: #ededed;
    border-top: .5px solid #cbced3
}
.header-navtop__user-menu-close {
    display: block;
    text-align: center;
    border: 0;
    outline: 0;
    background-color: transparent;
    padding: 0;
    line-height: 36px;
    width: 100%;
    background-image: url(../img/base/arrow-grey-up.png)!important;
    position: relative;
    z-index: 10;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    text-indent: -9999px
}
@media (max-width: 767px) {
    .header-navtop__user-menu-item>span:before {
        height: 40px
    }
    .header-navtop__user-dropdown {
        width: 100vw
    }
    .header-navtop__user-menu-item.header-navtop__user-resume ul {
        padding: 0
    }
    .header-navtop__user-menu-item {
        width: 100%
    }
    #header-navtop__logout {
        position: relative;
        bottom: initial;
        right: initial;
        display: block;
        text-align: right
    }
    .header-navtop__user-resume li {
        display: block;
        width: 100%
    }
    .header-navtop__user-menu-item ul {
        display: none
    }
    .header-navtop__user-menu-item>a:after {
        content: '';
        display: inline-block;
        width: 26px;
        height: 34px;
        vertical-align: top;
        background: url(../img/header/arrow-up.svg) 50% 45% no-repeat;
        float: right;
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
    .header-navtop__user-menu-item>a.open:after {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    #header-navtop__user-menu-account {
        padding-bottom: 0
    }
}
.header-navtop__user-resume {
    float: left
}

.header-navtop__user-resume li {
    display: inline-block;
    padding: 0 20px 0 10px;
    float: left;
    position: relative;
    margin: 0
}
.header-navtop__user-resume li:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px
}
.header-navtop__user-resume-balance:after {
    background-color: #de180b
}
.header-navtop__user-resume-travel:after {
    background-color: #1a91d7
}
.header-navtop__user-resume-gold:after {
    background-color: #ae9c5c
}
.header-navtop__user-resume-dd {
    font-weight: 600;
    color: #393d49
}
@media(max-width:1279px) {
    .header-navtop__button {
        min-width: 100px
    }
    .header-navtop__user-resume li {
        padding: 0 10px 0 8px
    }
}
@media(max-width:767px) {
    .header-navtop__button {
        min-width: 40px
    }
    .header-navtop__user-resume li {
        padding: 10px 20px 10px 12px;
        margin: 0
    }
    .header-navtop__user-resume li:after {
        width: 2px;
        height: 100%
    }
}
.header-navtop__user-notification a {
    color: inherit;
    text-decoration: underline
}
.header-navtop__user-notification ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.header-navtop__user-notification ul li {
    background-color: #393d49;
    color: #fff;
    border-bottom: 1px solid #cbcbcb;
    padding: 8px 36px 8px 12px;
    position: relative;
    font-size: 12px;
    line-height: 1.4
}
.header-navtop__user-notification__close {
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 36px;
    border: 0;
    color: #fff;
    font-size: 24px;
    text-indent: -9999px;
    display: block;
    background: url(../img/header/icon-close.svg) 50% 50% no-repeat
}
.header-navtop__user-notification__close:active,
.header-navtop__user-notification__close:focus,
.header-navtop__user-notification__close:hover {
    outline: 0
}
.header-navtop__user-notification__content {
    display: table
}
.header-navtop__user-notification__content>div {
    display: table-cell;
    vertical-align: top
}
.header-navtop__user-notification__image {
    display: inline-block;
    width: 116px;
    height: 60px;
    padding-right: 12px
}
.header-navtop__user-notification__image img {
    display: inline-block;
    max-width: 100%
}
#header-navtop__user-not-logged,
.header--logged #header-navtop__user-logged {
    display: block
}
#header-navtop__user-logged,
#header-navtop__user-menu-advantages,
#header-navtop__user-mobile-resume,
#header-navtop__user-resume,
.header--logged #header-navtop__user-not-logged,
.header--member #header-navtop__eroski-club-button .header-navtop__button-text {
    display: none
}
@media (max-width: 767px) {
    .header-navtop__user-notification__image {
        width: 60px;
        height: 30px
    }
    #header-navtop__eroski-club .header-navtop__button,
    #header-navtop__user-not-logged .header-navtop__button {
        width: 40px;
        padding: 0
    }
    #header-navtop__eroski-club .header-navtop__button-text,
    #header-navtop__user-not-logged .header-navtop__button-text {
        text-indent: -9999px;
        height: 0;
        width: 0;
        display: none
    }
}
.header--logged #header-navtop__user-menu-account {
    width: 100%
}
@media (max-width: 767px) {
    .header--logged #header-navtop__user-button {
        width: 100px;
        padding-right: 5px
    }
}
.header--member #header-navtop__eroski-club-button {
    width: 36px;
    overflow: hidden;
    min-width: 0;
    height: 36px;
    padding: 0;
    text-align: center
}
.header--member #header-navtop__user-resume {
    display: block
}
.header--member #header-navtop__user-menu-advantages {
    display: block;
    width: 48%
}
.header--member #header-navtop__user-menu-account {
    width: 52%
}
.header-navtop__label--no-gold {
    display: inline-block
}
.header--member-gold .header-navtop__label--no-gold,
.header-navtop__label--bold {
    display: none
}
.header--member-gold .header-navtop__label--bold {
    display: inline-block
}
@media(max-width:1279px) {
    .header-navtop__user-button-name {
        display: none
    }
}
@media(max-width:767px) {
    .header--member #header-navtop__user-resume {
        display: none
    }
    .header--member #header-navtop__user-mobile-resume {
        display: block
    }
    .header--member #header-navtop__eroski-club-button {
        height: 40px;
        width: 40px
    }
    .header--member #header-navtop__user-menu-account,
    .header--member #header-navtop__user-menu-advantages {
        width: 100%
    }
}
.belt {
    max-width: 1400px;
    clear: both
}
.header-menu-mobile,
.header-wrapper.fixed .header-menu-wrapper-top {
    display: none
}
.header-wrapper.fixed .header-menu-wrapper-bottom {
    margin: 15px auto;
    padding-bottom: 0
}
.header-menu-wrapper {
    margin: auto;
    float: none;
    position: relative
}
.header-menu-wrapper-bottom {
    margin: 20px auto 0;
    width: 85%;
    padding-bottom: 0;
    position: relative;
    overflow: inherit;
    top: 0;
    clear: both;
    float: none
}
.header-menu-wrapper-app {
    display: none
}
.header-no-display-desktop {
    display: none
}
.header-submenu {
    padding: 8px;
    box-sizing: border-box
}
.main-menu .main-menu-item>ul {
    position: absolute;
    left: -45%;
    top: 25px;
    padding: 0 30%;
    box-sizing: border-box;
    width: 202%;
    max-width: 1405px;
    visibility: hidden;
    max-height: 0;
    height: auto;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -o-transition: all ease .4s;
    -ms-transition: all ease .4s;
    transition: all ease .4s;
    overflow: hidden;
    background-color: #fff;
    z-index: -1
}

.header-wrapper.fixed .main-menu .main-menu-item>ul {
    top: 0;
    padding-top: 50px
}
.main-menu .main-menu-item>ul.active {
    min-height: 300px;
    max-height: 700px;
    visibility: inherit;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -o-transition: all ease .4s;
    -ms-transition: all ease .4s;
    transition: all ease .4s;
    z-index: 2
}
.main-menu .main-menu-item>ul>li>a {
    font-size: 0;
    -webkit-transition: all ease 0s;
    -moz-transition: all ease 0s;
    -o-transition: all ease 0s;
    -ms-transition: all ease 0s;
    transition: all ease 0s
}
.main-menu .main-menu-item>ul.active>li>a {
    font-size: 18px;
    -webkit-transition: all ease 0s;
    -moz-transition: all ease 0s;
    -o-transition: all ease 0s;
    -ms-transition: all ease 0s;
    transition: all ease 0s
}
.main-menu .main-menu-item .sub-menu {
    text-align: left;
    min-height: 140px
}
.sub-menu>ul>li {
    font-family: TexGyreAdventor, arial, sans-serif;
    font-size: 18px;
    margin: 20px 2% 20px 0;
    color: #454346;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: font-size ease-out .3s;
    -moz-transition: font-size ease-out .3s;
    -o-transition: font-size ease-out .3s;
    -ms-transition: font-size ease-out .3s;
    transition: font-size ease-out .3s
}
.main-menu .main-menu-item .sub-menu>ul>li>a,
.sub-menu>ul>li:hover,
.sub-menu>ul>li:hover ul li {
    font-family: TexGyreAdventorBold, arial, sans-serif
}
.sub-menu>ul>li ul li a:after,
.sub-menu>ul>li ul li.active a:after,
.sub-menu>ul>li:hover ul li a:hover:after,
.sub-menu>ul>li:hover ul li.active a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    position: absolute;
    bottom: 2px
}
.sub-menu>ul>li:hover ul li a:hover:after,
.sub-menu>ul>li:hover ul li.active a:after {
    background-image: url(../img/header/arrow-right-red.png);
    background-position: center;
    background-repeat: no-repeat
}
.sub-menu>ul>li>ul {
    margin-top: 20px
}
.sub-menu>ul>li>ul>li {
    display: block;
    font-size: 15.5px;
    margin: 10px 0;
    line-height: 16px;
    -webkit-transition: font-size ease-out .6s;
    -moz-transition: font-size ease-out .6s;
    -o-transition: font-size ease-out .6s;
    -ms-transition: font-size ease-out .6s;
    transition: font-size ease-out .6s
}
.main-menu .main-menu-item .sub-menu>ul>li {
    max-width: 17.5%;
    min-width: 17.5%;
    width: auto;
    display: inline-block;
    text-align: left;
    -webkit-transition: font-size ease .6s;
    -moz-transition: font-size ease .6s;
    -o-transition: font-size ease .6s;
    -ms-transition: font-size ease .6s;
    transition: font-size ease .6s
}
.main-menu .loc-menu,
.rrss li a img {
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s
}
.main-menu .main-menu-item .sub-menu>ul>li>a {
    width: 80%;
    display: block;
    height: 35px
}
.img-menu span,
.loc-menu li {
    font-family: TexGyreAdventor, arial, sans-serif
}
.header-menu-2 .main-menu-item.language-men {
    display: none
}
.main-menu .main-menu-item .img-menu {
    position: relative
}
.main-menu .main-menu-item .img-menu ul {
    text-align: left
}
.main-menu .main-menu-item .img-menu li {
    width: 24.5%;
    margin-top: 40px;
    display: inline-block;
    position: relative;
    text-align: center
}
.img-menu img {
    width: 100%;
    height: auto
}
.img-menu span {
    color: #454346;
    font-size: 13px
}
.img-menu>span {
    font-size: 18px;
    position: absolute;
    top: 0;
    left: 0
}
.img-menu li a:hover span {
    text-decoration: underline
}

.img-menu li span {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
    background: rgba(20, 20, 20, .8);
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 10px 0
}
.main-menu .loc-menu {
    text-align: right;
    position: absolute;
    right: -10%;
    top: 75px;
    display: none;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    transition: all ease-out .3s
}
.main-menu .loc-menu.active {
    display: block;
    z-index: 3;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100)
}
.header-wrapper.fixed .main-menu .loc-menu {
    top: 60px
}

@media only screen and (max-width: 1200px) {
    .main-menu .main-menu-item>ul {
        left: -38%;
        width: 162.5%;
        padding: 0 10%
    }
    .main-menu .main-menu-item>ul.active {
        padding-top: 50px;
        padding-bottom: 50px
    }
}
@media only screen and (max-width: 1024px) {
    .main-menu>ul>li {
        margin: 5px .3%
    }
}
@media only screen and (max-width: 992px) {
    .logo-menu {
        margin-left: 10px
    }
    .main-menu {
        width: 75%
    }
    .main-menu .loc-menu {
        right: 0;
        padding: 0
    }
    .search-bar-menu-desktop {
        float: none
    }
    .main-menu .main-menu-item>ul {
        width: 135%;
        left: -25%;
        padding: 0 4%
    }
    .main-menu .main-menu-item>ul.active {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .main-menu .main-menu-item .loc-menu {
        right: 5%
    }
    .main-menu .main-menu-item .img-menu li {
        width: 24%
    }
    .search-bar-menu.active input[type=text] {
        width: 92%
    }
    .sub-menu>ul>li {
        font-size: 15px
    }
    .sub-menu>ul>li>ul>li {
        font-size: 13px
    }
    .main-menu>ul>li {
        margin: 5px .2%
    }
}
.header-wrapper.fixed .main-menu .main-menu-item>ul {
    padding: 0
}

.main-menu {
    display: none;
    height: 60px;
    vertical-align: top;
    float: none
}
.main-menu.active,
.main-menu>ul>li {
    display: inline-block
}
.header-wrapper.fixed .main-menu {
    height: auto
}
.main-menu>ul {
    text-align: center;
    height: 30px
}
.header-wrapper.fixed .main-menu>ul {
    height: auto
}
.main-menu>ul>li {
    vertical-align: middle;
    width: auto;
    margin: 5px 1%;
    text-align: center;
    font-size: 18px;
    cursor: pointer
}
.main-menu>ul>li a {
    color: #454346;
    text-decoration: none;
    position: relative;
    z-index: 3;
    display: block;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    transition: all ease-out .3s
}
.main-menu ul li.current-menu-ancestor>a,
.main-menu ul li.current-menu-item>a,
.main-menu>ul>li a.active,
.main-menu>ul>li a:hover {
    color: #de180b
}
.main-menu,
.user-type-menu li.active {
    font-family: TexGyreAdventorBold, arial, sans-serif
}
