@font-face {
    font-family: 'ITCAvantGardePro';
    src: url("base/fonts/ITCAvantGardePro-Bk.eot");
    src: url('fonts/ITCAvantGardePro-Bk.eot?#iefix') format('embedded-opentype'),
        url("base/fonts/ITCAvantGardePro-Bk.woff") format('woff'),
        url("base/fonts/ITCAvantGardePro-Bk.ttf") format('truetype'),
        url('fonts/ITCAvantGardePro-Bk.svg#ITCAvantGardePro-Bk') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ITCAvantGardePro';
    src: url("base/fonts/ITCAvantGardePro-Demi.eot");
    src: url('fonts/ITCAvantGardePro-Demi.eot?#iefix') format('embedded-opentype'),
        url("base/fonts/ITCAvantGardePro-Demi.woff") format('woff'),
        url("base/fonts/ITCAvantGardePro-Demi.ttf") format('truetype'),
        url('fonts/ITCAvantGardePro-Demi.svg#ITCAvantGardePro-Demi') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'ITCAvantGardePro-Demi';
    src: url("base/fonts/ITCAvantGardePro-Demi.eot");
    src: url('fonts/ITCAvantGardePro-Demi.eot?#iefix') format('embedded-opentype'),
        url("base/fonts/ITCAvantGardePro-Demi.woff") format('woff'),
        url("base/fonts/ITCAvantGardePro-Demi.ttf") format('truetype'),
        url('fonts/ITCAvantGardePro-Demi.svg#ITCAvantGardePro-Demi') format('svg');
}
@font-face {
    font-family: 'ITCAvantGardePro';
    src: url("base/fonts/ITCAvantGardePro-Md.eot");
    src: url('fonts/ITCAvantGardePro-Md.eot?#iefix') format('embedded-opentype'),
        url("base/fonts/ITCAvantGardePro-Md.woff") format('woff'),
        url("base/fonts/ITCAvantGardePro-Md.ttf") format('truetype'),
        url('fonts/ITCAvantGardePro-Md.svg#ITCAvantGardePro-Md') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'ITCAvantGardePro';
    src: url("base/fonts/ITCAvantGardePro-Bold.eot");
    src: url('fonts/ITCAvantGardePro-Bold.eot?#iefix') format('embedded-opentype'),
        url("base/fonts/ITCAvantGardePro-Bold.woff") format('woff'),
        url("base/fonts/ITCAvantGardePro-Bold.ttf") format('truetype'),
        url('fonts/ITCAvantGardePro-Bold.svg#ITCAvantGardePro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ITCAvantGardePro-Bold';
    src: url("base/fonts/ITCAvantGardePro-Bold.eot");
    src: url('fonts/ITCAvantGardePro-Bold.eot?#iefix') format('embedded-opentype'),
        url("base/fonts/ITCAvantGardePro-Bold.woff") format('woff'),
        url("base/fonts/ITCAvantGardePro-Bold.ttf") format('truetype'),
        url('fonts/ITCAvantGardePro-Bold.svg#ITCAvantGardePro-Bold') format('svg');
}

/* NAVTOP */

.header-navtop  * {
    /* -webkit-font-smoothing : antialiased; */
    -moz-osx-font-smoothing : grayscale;
    line-height:inherit;
}

.header-navtop {
    height: 36px;
    color: #79797a;
    font-family: ITCAvantGardePro;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    max-width: 1280px;
    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__menu:not(.principal__menu) li:nth-child(2) {
        display: none;
    }
}

.header-navtop_lang {
    float: right;
    padding: 8px 6px 8px 12px;
    position: relative;
    margin: auto;
    margin-bottom: 40px;
    position: relative;
    margin-left: 15px;
}

.header-navtop_lang.input-combo {
    margin: 0!important
}

.header-navtop_lang.input-combo select {
    font-family : ITCAvantGardePro;
    background-color : #ffffff;
    font-size : 13px;
    text-transform : inherit;
    padding : 0;
    padding-right : 20px;
    color : #79797a;
    text-transform : uppercase;
    width : 50px;
    box-sizing : border-box;
    transition: all .3s;
    display: block;
    height: auto;
    outline: none;
    border: 0px;
    cursor: pointer;
    word-wrap: break-word;
    line-height: 21px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    text-overflow: '';
    font-weight: 600;
}

.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: #79797a 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
    }
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------------------*/
.wpsl-streetview {
    display: none!important;
}
@media(max-width:768px) {
    #topHeader .wrapper #despl-menu>ul>li>ul {
    width: 192px;
    top: 42px;
    right: auto;
    left: -142px;
}
.header-menu.search-bar-menu .gsearch {
    display: block;
    opacity: 1;
    width: 83%;
    padding: 10px 0;
    border: 0;
}
.gsearch .gsc-input-box {
    border: 0;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 12px;
    background: 0 0!important;
    text-indent: 5px!important;
}
.contact-menu.schedule::after, .contact-menu.shops:after, .contact-menu:after {
    right: -24px;
}
.contact-phone.hidden.menu-item {
    margin-right: 0;
    margin-left: 25px;
}
}
@media (max-width:767px) {
    .header-menu #topHeader .wrapper #despl-menu>ul>li#tab-logged-user>ul {
    width: 300px;
    top: 42px;
    right: auto;
    left: -222px;
    background: #79797b;
}
.header-wrapper.openhambuger {
    max-height: 100vh;
    overflow: auto;
}
#topHeader .wrapper #despl-menu>ul>li#tab-logged-user>ul>li {
    width: 50%}
#topHeader .wrapper #despl-menu li#tab-logged-user a {
    padding: 0;
    height: 40px;
}
div.headercontainer.openmenu {
    height: 100vh!important;
    overflow: visible;
}
body.noscroll {
    overflow: hidden!important;
}
.header-wrapper.fixed .main-menu .loc-menu {
    top: 0;
}
}

/* NAVTOP NAV */
.header-navtop__nav {
    float : right;
}
.header-navtop__menu {
    float : right;
}
.header-navtop__item {
    display : inline-block;
    line-height : 36px;
    vertical-align : middle;
    float : left;
}

.header-navtop__item .header-navtop__link  {
}

.header-navtop__menu .dropdown-menu {
}


/*
.header-navtop__menu .dropdown-menu ul {
    background-color: #fff;
    line-height : 1.4;
    padding-left : 17px;
    padding-right: 8px;
    padding-top : 8px;
    padding-bottom : 8px;
    font-size: 13px;
    font-family : ITCAvantGardePro;
}
*/


.header-navtop__menu .dropdown-menu ul a {
    color : #393d49;
}
/*
.header-navtop__menu .dropdown-menu ul li {
    padding-top : 10px;
    padding-bottom : 10px;
}
*/
/* NAVTOP LINK */

.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.open,
.header-navtop__link:active,
.header-navtop__link:focus,
.header-navtop__link:hover {
    color : #de180b;
    text-decoration : none;
    transition : color .3s;
}
@media(max-width: 1279px) {
    /* Ocultar texto de los links */
    .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;
  }
}

/* NAVTOP ICON */

.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-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 : #ffffff;
    -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__icon.icon-shopping {
    background-color : #79797a;
    -webkit-mask : url("../img/header/icon-shopping.svg") no-repeat 50% 40%;
            mask : url("../img/header/icon-shopping.svg") no-repeat 50% 40%;
}


.header-navtop__link.open .header-navtop__icon,
.header-navtop__link:active .header-navtop__icon,
.header-navtop__link:focus .header-navtop__icon,
.header-navtop__link:hover .header-navtop__icon {
    background-color : #de180b;
    transition : background .3s;
}

@media (max-width: 767px) {
    .header-navtop__icon {
        height : 40px;
        width : 30px;
    }
}

/* NAVTOP BUTTON */

.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;
    color : #393d49;
    background-color : #ededed;
    float : left;
    text-decoration : none;
    line-height: 1;
}

.header-navtop__button:after {
    width: 0;
    height: 100%;
    z-index: 3;
    content: '';
    position: absolute;
    border-bottom: 3px solid #de180b;
    border-left: 0;
    -webkit-transform-origin: 0 100%;
    top: 0;
    left: 0;
    transition: all .5s;
}

.header-navtop__button:hover:after {
    width: 100%;
    transition: all .5s;
}
.header-navtop__button:focus,
.header-navtop__button:hover {
    color : #393d49;
    text-decoration : none;
}
.header-navtop__button--primary {
    position : relative;
    background-color : #de180b;
    color : #ffffff;
}
.header-navtop__button--primary:hover,
.header-navtop__button--primary:focus {
    color : #ffffff;
}



.header-navtop__button--primary:after {
    width : 0;
    height : 100%;
    z-index : 3;
    content : '';
    position : absolute;
    border-bottom : 3px solid #ffffff;
    border-left : 0;
    -webkit-transform-origin : 0 100%;
    top : 0;
    left : 0;
    transition : all .5s;
}

.header-navtop__button--primary:hover:after {
    width : 100%;
    transition : all .5s;
}

@media(max-width: 1279px) {
    .header-navtop__button {
        min-width : 100px;
    }
}
@media(max-width: 767px) {
    .header-navtop__button {
        min-width : 40px;
    }
}



/* USER BUTTON */

#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__user-button-name-close {
    display : none;
}

.header-no-display-desktop{
    display : none;
}


.header-navtop__badge {
    position : absolute;
    bottom : 10px;
    right : 6px;
    width : 12px;
    height : 12px;
    background-color : #de180b;
    color : #ffffff;
    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;
    }
}





/* DROPDOWN MENU  */

.header-navtop__dropdown-menu {
    border-bottom : none;
    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;
    }
}


/* LOGIN DROPDOWN */

.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 : ITCAvantGardePro;
}
.header-navtop__login p {
    font-weight:600;
}
.header-navtop__login__inner {
    padding : 25px 34px 30px 34px;
}
.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 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");
    background-repeat : no-repeat;
    background-position: center;
    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 26px;
    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;
}





/* USER DROPDOWN  */


.header-navtop__user-dropdown {
    width : 394px;
    background-color : #f8f9fa;
    box-shadow : 0 2px 4px rgba(0,0,0,.5);
}
.header-navtop__user-menu {
  position: relative;
}
.header-navtop__user-menu-list {
    position : relative;
}
.header-navtop__user-menu-list:before,
.header-navtop__user-menu-list:after {
    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:hover,
.header-navtop__user-menu-item > a:focus,
.header-navtop__user-menu-item > a:active {
    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") no-repeat 50% 45%;
}
#header-navtop__user-menu-account {
    padding-bottom : 10px;
}
#header-navtop__user-menu-account span:before {
    background : url("../img/header/icon-account.svg") no-repeat 50% 45%;
}

#header-navtop__user-mobile-resume span:before {
    background : url("../img/header/icon-resume.svg") no-repeat 50% 45%;
}

#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") no-repeat 50% 45%;
}


.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;
}
.header-navtop__user-menu-close::after {}


@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-menu-item ul {
    }
    .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") no-repeat 50% 45%;
        float : right;
        -webkit-transform : rotate(-180deg);
                transform : rotate(-180deg);
    }
    .header-navtop__user-menu-item > a.open:after {
        -webkit-transform : rotate(0deg);
                transform : rotate(0deg);
    }

    #header-navtop__user-menu-account {
        padding-bottom : 0;
    }
}



/* USER RESUME */

.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__user-resume li {
        padding : 0 10px 0 8px;
    }
}

@media(max-width: 767px) {
    .header-navtop__user-resume li {
        padding : 10px 20px 10px 12px;
        margin : 0;
    }
    .header-navtop__user-resume li:after {
        width : 2px;
        height : 100%;
    }
}



/* USER NOTIFICTAION */


.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 : #ffffff;
    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;
    background : transparent;
    color : #ffffff;
    font-size : 24px;
    text-indent : -9999px;
    display : block;
    background : url("../img/header/icon-close.svg") no-repeat 50% 50%;
}
.header-navtop__user-notification__close:focus,
.header-navtop__user-notification__close:active,
.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-notification__text {
    /* padding: 0 12px;*/
}

@media (max-width: 767px ) {
    .header-navtop__user-notification__image {
        width : 60px;
        height : 30px;
    }
}


/* VARIANTES */



#header-navtop__user-not-logged {
    display : block;
}
#header-navtop__user-logged {
    display : none;
}
#header-navtop__user-resume {
    display : none;
}

#header-navtop__user-mobile-resume {
    display : none;
}

#header-navtop__user-menu-advantages {
    display : none;
}

#header-navtop__link-tiendas-online {
    display: none;
    width: 150px;


}
#header-navtop__link-tiendas-online .header-navtop__dropdown-menu {
    left: -1px;
    min-width: 100%;
    border: 1px solid #D8D8D8;
    border-top: 0;
    width: 150px;
}

#header-navtop__link-tiendas-online {
    border: 1px solid transparent;
    border-top: 0;
    border-bottom: 0;
}
#header-navtop__link-tiendas-online.open {
    border-color: #D8D8D8;
}


@media (max-width: 767px) {
    #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-navtop__link-tiendas-online {
        width: 40px;
    }

    #header-navtop__link-tiendas-online .header-navtop__dropdown-menu {
        right: 0;
        left: initial;
    }
    #header-navtop__link-tiendas-online {
        width: 40px;
        padding: 0;
    }



}

/* LOGGED */

.header--logged #header-navtop__user-logged {
    display : block;
}
.header--logged #header-navtop__user-not-logged {
    display : none;
}
#header-navtop__user-menu-advantages.header--creditcard {
    display: block;
}
.header--logged #header-navtop__user-menu-account:not(.header--creditcard) {
    width : 100%;
}

@media (min-width: 768px) {
    .header--logged #header-navtop__user-menu-account.header--creditcard {
        min-height: auto;
    }
}
@media (max-width: 767px) {
    .header--logged #header-navtop__user-button {
        width : 100px;
        padding-right : 5px;
    }
}



/*  TIENDAS ONLINE */

.header--shop  #header-navtop__link-tiendas-online {
    display: block;
}
.header--shop  #header-navtop__link-franquicia {
    display: none;
}

@media (max-width: 767px) {


}


/* LOGGED && MEMBER */


.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__eroski-club-button .header-navtop__button-text {
    display : none;
}
.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-navtop__label--bold {
    display : none;
}



/* LOGGED && MEMBER && GOLD*/

.header--member-gold .header-navtop__label--no-gold {
    display : none;
}
.header--member-gold .header-navtop__label--bold {
    display : inline-block;
}



@media(max-width: 1279px) {
    /* Ocultar link franquicia */
    #header-navtop__link-franquicia {
        /*display : none;*/
    }
    /* Ocultar nombre del usuario */
    .header-navtop__user-button-name {
        display : none;
    }

    .header-navtop__user-button-name-close {
        display : inline-block;
        margin-left: -2.8px;
    }
}
@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-advantages {
        width : 100%;
    }
    .header--member #header-navtop__user-menu-account {
        width : 100%;
    }

    .header-no-display-desktop{
        display : block;
    }
    .buy-online-mobile, .search-bar-menu {
        height: 40px;
    }
    .col-md-6.col-sm-6.col-xs-6.padding-0.buy-online-mobile {
        width: calc(100% - 140px);
    }
    .search-bar-menu {
        width: 140px;
    }
    .header-menu.search-bar-menu .gsearch {
        padding: 5px 0 10px 0;
        width: 105px;
    }
    .search-bar-menu.active {
        background: #fff;
    }
    .search-bar-menu.active .gsearch {
        display: none;
    }
    .search-bar-menu input[type="text"], .search-bar-menu.active input[type="text"] {
        padding-top: 8px;
    }
}

.hideFranquicias{
  display:none !important;
}

@media(max-width: 767px) {
  .hideFranquicias{
    display:block !important;
  }
}
