#animacion:hover #animaciontri{
margin-left: 5%;
}
@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;
}

.header-navtop {
    height: 36px;
    color: #79797a;
    font-family: ITCAvantGardePro;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
    max-width: 100%;
    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;
}
.gsearch .gsc-input-box{
	height: 40px;
	padding:0;
}
.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%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header-navtop__icon.icon-contacto {

      background : url("../img/header/icon-comment.svg") no-repeat 50% 45% !important;

  }
}

.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%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.header-navtop__icon.icon-franquicia {

      background :   url("../img/header/icon-franquicia.svg") no-repeat 50% 45% !important;

  }
}

.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%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header-navtop__icon.icon-tiendas  {

      background :  url("../img/header/icon-marker.svg") no-repeat 50% 45% !important;

  }
}

.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%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.header-navtop__icon.icon-eroski {

      background : url("../img/header/icon-eroski.svg") no-repeat 50% 50% !important;

  }
}

.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%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header-navtop__icon.icon-user {

      background : url("../img/header/icon-user-top.svg") no-repeat 50% 50% !important;

  }
}

.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%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header-navtop__icon.icon-shopping {

      background : url("../img/header/icon-shopping.svg") no-repeat 50% 40% !important;

  }
}


.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;
    }
    #gs_tti50{
    	padding: 0;
    }
    .search-bar-menu .menu-search-form{
    	top:0 !important;
    }
    /*.header-menu.search-bar-menu .gsearch{
    	display: block;
    }*/
    .header-menu-2 .search-bar-menu input[type=text]{
    	height: 40px !important;
    	font-size: 14px;
    }
    .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: 0;
        width: 80%;
    }
    .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;
    }
}

/*Home PERSONALIZADA */

.home-localinfo .hero__title::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -110px;
}
.home-localinfo .hero__title::before {
    content: '';
    display: block;
    width: 71px;
    height: 106px;
    margin: 0 auto 14px;
    background: url(../img/marker-local.png) 0 0 no-repeat;
}

.home-localinfo .hero__title {
    margin: 45px auto 0;
    text-decoration: none;
    display: block;
    font-family: ITCAvantGardePro ;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.225em;
    text-align: center;
    color: #fff;
    width: 360px;
    margin: 45px auto 0;
    position: absolute;
    z-index: 10;
}
.hero__title:hover {
  box-shadow: none !important;
}
@media (max-width: 399px) {
    .home-localinfo .hero__title {
        top: 28%;
        left: 31.5% !important;
      }
}
@media (min-width: 400px) and (max-width: 499px) {
    .home-localinfo .hero__title {
        top: 28%;
        left: 33.5% !important;
      }
}
@media (min-width: 500px) and (max-width: 767px) {
    .home-localinfo .hero__title {
        top: 28%;
        left: 38% !important;
      }
}
@media (min-width:767px) and (max-width: 1024px) {
    .home-localinfo .hero__title {
        top: 28%;
        left: 38.5% !important;
      }
}
@media (min-width:1025px) {
    .home-localinfo .hero__title {
        top: 28%;
        left: 36% !important;
      }
}
.hero__title_sin {
    max-width: 139px;
}
@media(max-width: 767px) {
    .hero__title_sin {
        left: 140px !important;
        max-width: 100px;
      }
  }

.local-sin{
  padding-left: 0px !important;
  padding-right: 0px !important;
}



.home-localinfo__text {
    padding: 10px 23px !important;
}
.home-club-card-amarillo{
         background-color:#FAD504;
         height: 90px !important;
         margin-bottom: 2em;
     }
     .contenido-posicion{
         margin-right: 3em;
     }
     .home-club-card-link-amarillo{
         background-color:transparent;
         margin-right: 4em;
         padding: 11px 50px;
         font-family:Conv_ITCAvantGardeStd-Demi,arial,sans-serif;
         font-size:18px;padding:11px 15px;
         min-width:105%;
         display:inline-block;
     }
     /*
     .home-club-card-link-amarillo::after {
    content: '';
    background: url(../img/base/arrow-right-black.png) no-repeat;
    background-size: cover;
    width: 8px;
    height: 12px;
    display: inline-block;
    position: absolute;
    margin-top: -2px;
    top: 50%;
    -webkit-transform: translate(0 ,-50%);
    -ms-transform: translate(0 ,-50%);
    transform: translate(0 ,-50%);
    right: -14px;
    -webkit-transition: right ease .2s;
    -moz-transition: right ease .2s;
    -o-transition: right ease .2s;
    -ms-transition: right ease .2s;
    transition: right ease .2s;
} */
    .texto_enlace:hover{
         text-decoration: underline !important;
     }
     a:focus, a:hover{
         text-decoration: none !important;
     }
      .img-amarillo{
          margin-left: 7em;
          margin-right:0;
      }
      .img-amarillo img{
         height: 90px !important;
         width: 100px !important;
      }
      .bg-ofertas-yellow{
          padding-top: 0.9em;
          font-size: 14px;
          border: 0.5px solid white;
          color: black;
          height: 100%;
          background-color:#FAD504;
      }
      .productos-padding{
          height: 50%;
          padding:0;
      }
      .bg-ofertas-red{
          padding-top: 0.9em;
          font-size: 14px;
          border: 0.5px solid white;
          color: white;
          height: 100%;
          background-color:#DD0009;
      }
      .producto{
          float: left;
          width: 25%;
          height:8em;
      }
      .letra-oferta-red{
          font-weight:bold;
      }
      .oferta-izq{
          padding-top: 0.6em;
      }
      .label-socio{
          margin-top: 0.5em;
          font-size: 10px;
      }
      .letra-oferta-precio{
          margin-top: 0.7em;
          font-weight: bold;
      }
      .nombre-producto{
          font-size: 15px;
          width: 55%;
          margin-left: 1.1em;
          margin-top: 0.25em;
      }
      .imagen-producto{
          width: 100% !important;
      }
      .carousel-control {
          padding-top:10%;
          width:5%;
      }
      .linea-carousel{
          height: 24.5em !important;
      }

      #carruselproductos{
        margin-top: 1em;
        min-height: 150px !important;
      }
      .carousel-control.left {
          background: none;
      }
      .carousel-control.right{
          background: none;
      }
      .carousel-control {
        padding-top: 10%;
        width: 5%;
        height: 2em;
      }
      #carruselproductos2{
        margin-top: 1.4em;
        min-height: 150px !important;
      }
      #controlizq{
        margin-top: 2em;
      }
      #controlder{
        margin-top: 2em;
      }
      .contenido-carrousel{
        width: 100% !important;
        margin-left: 0em !important;
      }
      .spaniz{

      }
      .spande{
        padding-left: 5em;
      }
      .second-slider{
        margin-left: 40.2em;
      }
      .link_tienda{
         margin-top: -3px;
      }
      .home-section-title__text--h2 {
        font-weight: 800 !important;
      }
      .offer-product__image img::before{
        content:'';
        background: url("https://slx00012021.eroski.es/wp-content/themes/eroski/img/icons/favicon-32x32.png");
        width: 80.5px;
        height: 127.5px;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
      }
/* RESPONSIVE DE FRANQUICIAS EN MENU */

.hideFranquicias{
  display:none !important;
}

@media(max-width: 767px) {
  .hideFranquicias{
    display:block !important;
  }
}

.offer-product--member .offer-product__offer{
      color : #fff;
      background-color : #eb1a0c;
  }

header .wrap-nav-ekilibria{
  padding:0 !important;
  text-align:center;
}
.comentario-producto{
  margin-top: 5px !important;
  line-height: 9px !important;
}
.comentario-producto::first-letter{
  text-transform: uppercase;
}

/*
  CINTILLO HOME 2018
 */
.home-health .slick-arrow.slick-next, .home-health .slick-arrow.slick-prev{
  bottom: 38px !important;
}
.home-health-ticker__slider{
  margin-top: 0 !important;
}
.home-health-ticker__slide__inner{
  height: 123px !important;
}
.home-health-ticker{
  height: auto !important;
  margin-bottom: 2em;
}
.home-health-ticker__logo-image, .home-health-ticker__image, .home-health-ticker__text__inner{
  float: left !important;
  width: 100%;
}
.home-health-ticker__text__inner{width: 100%; display:inline-block !important;height: 100%;}
@media(max-width: 767px) {
    .home-health-ticker__slide__inner{
        height: 100% !important;
      }
  }

/*
  LOCAL HOME
 */

.title-margin{
  margin-top: 10px;
  margin-bottom: 10px !important;
}
.local-info-eventos{
  width: 100% !important;
}
.hero-eventos{
  left: 219px !important;
}

@media only screen and (max-width: 650px){
  .linea-carousel{
    height: 21.5em !important;
  }
}
/*
  CINTILLO PERSONALIZADO
 */
.cintillo-personalizado {
    height: 100%;
    height: 100%;
    padding: 15px;
    align-items: center;
    display: flex;
    background-color: #393d49;
}
/*.home-club-card-link-amarillo{background-color: white;}*/

.cintillo__content{
  display: block;
}
.home-club-card__link-container{
  display: block;
}
@media only screen and (min-width: 993px){
    .home-club-card__container--travel-club .home-club-card__link-container{
        padding-right: 23px;
    }
    .home-club-card__container--eroski-saved .home-club-card__link-container{
        padding-right: 23px;
    }

 .home-club-card__text{float: left;padding-top:7px;width:77%;display:inline-block;vertical-align:middle}
  .cintillo-personalizado__container{
    margin: 0 auto;
  }
  .img-cintillo{
    left: 40px;
    position: absolute;
  }
  .img-cintillo img{
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .cintillo__content{
    display: block;
    width: 70%;
    height: 100%;
    margin-left: 164px;
    float: left;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .home-club-card__link-container{

  }
  .texto-cintillo {
    float: right !important;
    width: 70%;
    height: auto;
    margin-right: 10.5em;
    display: inline-block;
    }
    .home-club-card__text p {
        text-align: center;
        font-family: ITCAvantGardeStd-Bold,arial,sans-serif;
        font-size: 20px;
        color: #fff;
    }


}

.cintillo-personalizado__container:hover{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
}
.cintillo-personalizado__container:hover{
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.5);
}
@media only screen and (max-width: 992px){
    .home-health-ticker__text__inner {
        padding: 34px 0px 0px;
    }
    .ajuste-ancho-tarjeta{
        width: 96%;
    }
    .home-health-ticker__image{
        min-width: 210px !important;
    }
    .home-club-card{
        height: 281% !important;
    }
    .home-club-card__container--travel-club{
        margin: 90px auto 215px !important;
    }

    .home-club-card__container--travel-club .home-club-card{
        height: 338% !important;
    }

/*
    .home-club-card__container--eroski-club .home-club-card{
        height: 338% !important;
    }
*/

    #animaciontri {
        float: right;
    }
    .home-health-news__item__image img {
        max-width: 100%;
        width: 100%;
        /*height: auto;*/
        height: 186px;
    }
    .home-club-card__text {
        float: none;
        padding-top: 4px;
        width: 100%;
        display: block;
        vertical-align: unset;
    }
  .cintillo-personalizado__container{
    padding-left: 0.9em;
    padding-right: 0.9em;
  }
  .cintillo-personalizado {
    margin-top: 86px;
    display: block;
    justify-content: center;
  }
  .img-cintillo img{
    margin: 0 auto;
    bottom: 19em;
    position: absolute;
    width: 36%;
    height: auto;
  }
  .img-cintillo{
    display: block;
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 40px;
  }
  .cintillo-text__content{
    height: 15%;
    width: 100%
  }
  .cintillo-text__text{
    width: 100%;
    height: 100%;
    margin:0 auto;
  }
  .home-club-card-link-amarillo{
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 9px;
        width: 97%;
        min-width: 97%;
  }
  .home-club-card-link-amarillo span{
  	/*background-color: white;*/
      color: #393d49 !important;
      padding-left: 1em;
  }
  .home-club-card-link-amarillo{
      text-decoration: none !important;
  }
  .home-club-card__text p{
    width: 100%;
    font-size: 22px;
    font-family: 'Conv_ITCAvantGardeStd-Demi',arial,sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    margin-left: 0;
    margin-top: 5%;
    text-align: left;
    line-height: 2.85rem;
  }
}

/*
    SALUD NEWS
*/
.home-health-news .slick-dots{
    text-align: center;
}
a .home-club-card-link-amarillo:hover {
    text-decoration: none !important;
}
.home-card-advantages__card{
    max-width: 1192px;
    margin: 20px auto;
    width: 100%;
    padding-right: 0px!important;
}
.home-card-advantages, .home-card-advantages__container{
    width: 100% !important;
    margin: 0 auto;
}
.home-card-advantages__card__outer{

}
.home-card-advantages__card__title{
    font-family: ITCAvantGardeStd-Bold,arial,sans-serif;
}
.home-card-advantages__card__text{
    font-family: ITCAvantGardeStd-bk,arial,sans-serif;
}
.home-card-advantages__card__link{
    font-family: Conv_ITCAvantGardeStd-Demi,arial,sans-serif;
}
.home-card-advantages__card__link:hover{
    text-decoration:underline !important;
}
.home-health-ticker__text{
    width: 68% !important;
}
.home-events-news__item__image .item-desk{
    height: 100% !important;
}
a.hero__title.hero-eventos {
    left: 38% !important;
}

/*
====================================================================================
========================= fuentes para webview novedades app ================================
==============================================================================================
*/


a {
    color: #393d49;
    transition: all .3s;
    text-decoration: none;
}

a:hover {
  color: #cd0810;
  text-decoration: none !important;
}

.bloque-novedades {
  display: block;
  margin-bottom: 24px;
}

.bloque-novedades .bloque-novedades__img {
  margin-bottom: 16px;
}

.bloque-novedades .bloque-novedades__img img {
  width: 100%;
}

.bloque-novedades .bloque-novedades--body {
  padding: 16px;
}

.bloque-novedades .titulo-bloque-oscuro {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;

}

/*EKILIBRIA VALES*/

p.porcentajeDescuento{
    font-size: 122px !important;
    margin: 0 auto !important;
}
section.descuentos .block-wrap .content .d-hcontent div.hcontent-mdd {
    padding: 82px 66px !important;
}
h4.hc-title {
    font-size: 18px !important;
    margin-bottom:0 !important;
}
.hc-date {
    font-size: 17px !important;
}
.hc-desc{
    font-weight:bold;
}

/* COOKIES PAGE */
button.conf-btn-class {
    width: 30%;
    margin-top: 5px;
    background-color: #f21722;
    border-color: #F21722 !important;
    color: #ffffff !important;
    border-radius: 0;
    font-size: 21px !important;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    padding-top: 4%;
    padding-bottom: 4%;
    font-family: auto;
    height: auto;
}

button.conf-btn-class:hover{
    background-color: #ffffff !important;
    border-color: #F21722 !important;
    color: #f21722 !important;
}

@media (min-width: 902px) {
    button.conf-btn-class {
        margin-left: 32.5%;
    }
}

@media (max-width: 902px) {
    button.conf-btn-class {
       width: 100%;
    }
}

