
/**
* Offer General
*/

    .offer-section * {
        box-sizing : border-box;
    }

    .offer-section *:focus {
        outline : none;
    }

    .offer-container {
        padding-right : 15px;
        padding-left : 15px;
    }

    .offer-section-title {
        display : inline-block;

        width : 100%;
        padding: 0px 15px;

        text-align : center;
    }

    .offer-section-title a {
        display : inline-block;

        width : auto;
        padding : 5px;

        text-decoration : none;
    }

    .offer-section-title__text {
        font-family : 'Poppins-Bold', arial, sans-serif;
        font-size : 32px;
        line-height : 34px;

        margin : 0;

        color : #393d49;
    }

    @media(max-width: 767px) {
        .offer-hidden-mobile {
            display : none!important;
        }
    }


/**
* Offer select
*/
    .offer-input-combo {
        display : inline-block;

        width : 345px;
        height : 38px;
        margin-top : 20px;
        margin-right : 0;
        margin-bottom : 20px;
        margin-left : 0;
        padding : 0 15px;

        border : 0;
    }

    .offer-input-combo .selector {
        width : 100%;

        border : 1px solid #cfd0d2;
    }

    .offer-input-combo .selector select {
        font-family : Poppins-Regular;
        font-size : 18px;
        font-weight : normal;

        padding-top : 8px;
        padding-bottom : 7px;

        text-transform : none;
    }

    .offer-input-combo .selector:after {
				margin-top: 7px;
        top : 60%;

        width : 0;
        height : 0;

        content : '';
        -webkit-transform : translateY(-50%);
                transform : translateY(-50%);

        /* border-top : 10px solid #393d49; */
        border-right : 8px solid transparent;
        border-left : 8px solid transparent;
        background : none;
    }

/**
* Offer DISPLAY TYPE OF USER
*/
    .offer-page {
        clear: both;
    }

    .offer-page--logged .hero-offer--nologged {
        display : none;
    }

    .offer-page--logged .hero-offer--logged {
        display : block;
    }

    .offer-page .offer-section-title--logged {
        display : none;
    }

    .offer-page--logged .offer-section-title--nologued {
        display : none;
    }

    .offer-page--logged .offer-section-title--logged {
        display : block;
    }

/**
* Offer Hero
*/

    .hero-offer * {
        font-family : Poppins-Regular;
    }

    .hero-offer-slider__image-desk {
        max-width : 100%;
    }

    .hero-offer {
        position : relative;

        background-color : #dd180b;
    }

    .hero-offer__background {
        position : absolute;
        top : 0;
        left : 0;

        display : block;

        width : 100%;
        height : 100%;

        background-position : center;
        background-repeat: no-repeat;
    }

    .hero-offer__inner {
        position : relative;

        max-width : 1024px;
        margin : 0 auto;
    }

    .hero-offer__image {
        display : inline-block;
        overflow : hidden;

        width : 418px;
        height : 220px;
        margin-right : -2px;
        margin-left : -2px;

        vertical-align : middle;
    }

    .hero-offer__content {
        font-size : 20px;
        font-weight : 400;
        line-height : 32px;

        display : inline-block;

        max-width : 520px;
        height : 100%;
        margin-right : -2px;
        margin-left : -2px;

        vertical-align : middle;

        color : #fff;
    }

    .hero-offer--logged .hero-offer__content {
        width : 100%;
        max-width : 100%;
    }

    .hero-offer--logged .hero-offer__background {
        background-image: url("../img/background-hero-narrow.png");
    }

    .hero-offer__content h2 {
        font-size : 24px;
        font-weight : 600;
        line-height : 25px;

        display : inline-block;

        margin-bottom : 20px;

        color : #fff;
    }

    .hero-offer--logged .hero-offer__content h2 {
        font-size : 36px;
        font-weight : 600;
        line-height : 32px;

        display : block;

        margin-top : 0;
        margin-bottom : 0;

        text-align : center;
    }

    .hero-offer__content__outer {
        display : table;

        width : 100%;
        height : 100%;
    }

    .hero-offer__content__inner {
        display : table-cell;

        width : 100%;
        height : 100%;
        padding-top : 37px;
        padding-right : 30px;
        padding-bottom : 37px;
        padding-left : 30px;

        vertical-align : middle;
    }

    .hero-offer__link {
        -webkit-transform : all .5s;
                transform : all .5s;
        text-decoration : underline;

        color : inherit;
    }

    .hero-offer__link:hover {
        -webkit-transform : all .5s;
                transform : all .5s;

        opacity : .8;
        color : inherit;
    }

    @media (max-width: 1023px) {
        .hero-offer__image, .hero-offer__content {
            width : 50%;
        }

        .hero-offer--logged .hero-offer__background {
            background-image: url("../img/ofertas/background-hero-narrow-resp.png");
        }

    }

    @media (max-width: 767px) {
        .hero-offer--nologged .hero-offer__background {
            display : none;
        }

        .hero-offer--logged .hero-offer__background {
            background-position : left center;
        }

        .hero-offer__image {
            display : none;
        }

        .hero-offer--logged .hero-offer__content h2 {
            font-size : 23px;
        }

        .hero-offer__content {
            width : 100%;
        }

        .hero-offer__content__inner {
            padding : 37px 30px 37px 40px;
        }

        .hero-offer__link {
            display : block;
        }
    }


/**
* Offer Location
*/
    .offer-location * {
        font-family : Poppins-Regular;

        box-sizing : border-box;
    }

    .offer-location {
        padding-top : 15px;
        padding-bottom : 20px;

        background-color : #eee;
    }

    .offer-location__inner {
        max-width : 970px;
        margin : 0 auto;
    }

    .offer-location__location {
        position : relative;

        max-width : 1220px;
        margin : 0 auto;

        text-align : center;
    }
    .offer-location__location--resp {
        display : none;
    }

    .offer-location__location--desktop {
        display : block;
    }

    .offer-location__info {
        font-size : 18px;
        line-height : 34px;

        position : relative;

        display : inline-block;

        text-align : center;

        color : #393d49;
    }

    .offer-location__info__inner {
        display : inline-block;

        width : 100%;

        text-align : center;
    }

    .offer-location__change {
        display : inline-block;

        margin-top : 5px;
        margin-bottom : 5px;
    }

    .offer-location__info span {
        line-height : 1.2;

        display : inline-block;

        max-width : 400px;
        padding-right : 15px;
        padding-left : 15px;

        vertical-align : middle;;
    }

    .offer-location__shop {
        font-size : 25px;
        font-weight : bold;
    }

    .offer-location__button {
        font-size : 12px;
        font-weight : 600;
        line-height : 25px;

        position : relative;

        display : none;

        width : auto;
        margin : 0 auto;
        padding-top : 0;
        padding-right : 14px;
        padding-bottom : 0;
        padding-left : 14px;

        text-decoration : none;

        color : #fff;
        border : 0;
        background : #dd180b;
    }

    .offer-location__button.collapsed {
        display : inline-block;
    }

    .offer-location__button:active, .offer-location__button.active, .offer-location__button:focus, .offer-location__button:hover {
        text-decoration : none;

        color : #fff;
    }

    .offer-location__button--resp {
        display : none;
    }

    .offer-location__form {
        text-align : center;
    }
    .offer-location__form__inner {
        display : inline-block;

        vertical-align : middle;
    }

    .offer-location__input {
        display : inline-block;

        width : 270px;
        height : 33px;
        margin-right : 5px;
        margin-left : 5px;
        margin-top: 5px;
        vertical-align : middle;
    }
    .offer-location__input.offer-input-combo  .selector select {
        font-size : 14px;

        padding-top : 5px;
    }
    .offer-location__input.offer-input-combo  .selector:after {
        border-top : 6px solid #393d49;
        border-right : 5px solid transparent;
        border-left : 5px solid transparent;
    }
    .offer-location__submit__container {
        display : inline-block;
    }
    .offer-location__submit {
        font-size : 12px;
        font-weight : 600;
        line-height : 25px;

        position : relative;

        display : inline-block;

        width : 60px;
        height : 33px;
        margin : 0 auto;
        margin-top : 8px;
        margin-bottom : 8px;
        padding-top : 0;
        padding-right : 14px;
        padding-bottom : 0;
        padding-left : 14px;

        text-align : left;
        text-decoration : none;

        color : #fff;
        border : 0;
        background : #dd180b;
    }
    @media (max-width: 767px) {
        .offer-location {
            padding : 0;
        }

        .offer-location__location {
            position : relative;

            display : block;

            height : 120px;
            flex-wrap : initial;
        }

        .offer-location__location--resp {
            display : block;
            margin-top: 20%;
        }

        .offer-location__location--desktop {
            display : none;
        }

        .offer-location__change, .offer-location__info {
            max-width : 100%;
            flex-basis : initial;
            flex-grow : initial;
            flex : none;
        }

        .offer-location__info {
            width : 100%;
            max-width : 100%;
            padding-right : 95px;

            text-align : left;

            color : #393d49;
        }

        .offer-location__info, .offer-location__shop {
            font-size : 17px;
            line-height : 26px;
        }

        .offer-location__info__inner {
            padding : 16px 21px 0 14px;

            text-align : left;
        }
        .offer-location__info span {
            line-height : 26px;

            display : block;

            max-width : 100%;
            padding : 0;
        }

        .offer-location__change {
            position : absolute;
            top : 0;
            right : 0;

            width : 95px;
            height : 105px;
            margin-top : 0;
            margin-bottom : 0;
        }

        .offer-location__button {
            font-weight : 400;

            display : block;

            width : 100%;
            height : 100%;
            margin : 0;
            padding : 0;

            transition : all .5s;
            text-align : center;
            text-transform : uppercase;

            color : #fff;
            border-left : 1px solid #fff;
            background-color : #dd180b;
        }

        .offer-location__button.collapsed {
            transition : all .5s;

            color : #393d49;
            background-color : #eee;
        }

        .offer-icon-change {
            display : block;

            width : 65px;
            height : 71px;
            margin : 0 auto;
            padding : 0;

            transition : all .3s;

            background : url("../img/ofertas/icon-cambiar-white.svg") no-repeat center;
        }

        .offer-location__button.collapsed  .offer-icon-change {
            transition : all .3s;

            background : url("../img/ofertas/icon-cambiar.svg") no-repeat center;
        }

        .offer-location__button.collapsed, .offer-location__button.collapsed:active, .offer-location__button.collapsed.active, .offer-location__button.collapsed:focus, .offer-location__button.collapsed:hover {
            color : #393d49;
            background-color : #eee;
        }

        .offer-location__button--desktop {
            display : none;
        }

        .offer-location__button--resp {
            display : block;
        }

        .offer-location__form {
            border-top : 1px solid #fff;
        }

        .offer-location__form__inner {
            display : block;
        }

        .offer-location__input {
            display : block;

            width : 100%;
            margin-top : 10px!important;
            margin-bottom : 10px;
        }

        .offer-location__submit {
            font-size : 15px;

            width : 180px;
            height : 38px;
            margin-bottom : 20px;

            text-align : center;
        }
    }




/**
* Offer filter
*/
    .offer-filter {
        margin-top : 20px;
        margin-bottom : 54px;

        text-align : center;
    }

    .offer-filter * {
        box-sizing : border-box;
    }

    .offer-filter__group {
        display : inline-block;

        width : 345px;
        height : 38px;
        min-height : 38px;
        max-height : 38px;
        margin-top : 20px;
        margin-right : 12px;
        margin-left : 12px!important;
        padding : 0 15px;

        border : 0;
    }

    .offer-filter__toggle {
        font-family : Poppins-Light;
        font-size : 20px;
        line-height : 34px;

        position : relative;

        display : block;
        display : none;

        padding : 6px 30px 6px 16px;

        text-align : left;

        color : #fff;
        background-color : #aaa;
    }

    .offer-filter__toggle:hover, .offer-filter__toggle:active, .offer-filter__toggle:focus, .offer-filter__toggle.active {
        text-decoration : none;

        color : #fff;
    }

    .offer-filter__toggle:after {
        position : absolute;
        top : 18px;
        right : 10px;

        width : 0;
        height : 0;

        content : '';

        border-top : 10px solid #fff;
        border-right : 8px solid transparent;
        border-left : 8px solid transparent;
        background : none;
    }

    @media (max-width: 767px) {
        .offer-filter {
            margin-top : 0;
            margin-bottom : 0;

            background-color : #aaa;
        }
        .offer-filter__group {
            margin-top : 0!important;
            margin-right : 0;
            margin-left : 0!important;
            padding-right : 5px;
            padding-left : 5px;
        }

        .offer-filter__toggle {
            display : block;
        }
        .offer-filter__dropdown {
            display : none;

            padding-bottom : 50px;
        }
    }



/**
* Offer tabs
*/

    .offer-tabs * {
        font-family : Poppins-Regular;
    }

    .offer-tabs {
        position : relative;

        max-width : 1024px;
        margin : 0 auto;
        padding-right : 15px;
        padding-left : 15px;
    }

    .offer-tab {
        display : flex;
        overflow : hidden;

        border-bottom : 2px solid #db1720;

        justify-content : space-between;;
    }

    .offer-tablinks {
        font-size : 26px;
        font-weight : normal;
        line-height : 1.2;

        max-width : 33.33%;
        padding : 6px 0;

        cursor : pointer;
        transition : .3s;
        text-align : left;
        text-decoration : none;

        color : #b5b7ba;
        border : none;
        outline : none;
        background-color : inherit;
    }

    .offer-tablinks::after {
        display: block;
        content: attr(title);
        font-weight: 600;
        font-family : Poppins-Regular;
        height: 0;
        overflow: hidden;
        visibility: hidden;
    }

    .offer-tablinks:active, .offer-tablinks:focus, .offer-tablinks:hover {
        text-decoration : none;

        color : #db1720;
    }

    .offer-tablinks--active {
        font-weight : 600;

        color : #db1720;
    }

    .offer-tablinks--accordeon {
        font-size : 20px;
        font-weight : 400;
        line-height : 34px;

        position : relative;

        display : none;

        width : 100%;
        height : 50px;
        margin-top : -1px;
        padding : 6px 30px 6px 16px;

        text-align : left;

        color : #b5b7ba;
        border-top : 1px solid #cfd0d2;
        border-right : 0;
        border-bottom : 1px solid #cfd0d2;
        border-left : 0;
        background-color : transparent;
    }

    .offer-tablinks--accordeon:active, .offer-tablinks--accordeon:focus, .offer-tablinks--accordeon:hover {
        text-decoration : none;

        color : #b5b7ba;
    }

    .offer-tablinks--accordeon:after {
        position : absolute;
        top : 22px;
        right : 10px;

        width : 0;
        height : 0;

        content : '';
        transition : all .3s;
        -webkit-transform-origin : center;
                transform-origin : center;

        border-top : 10px solid #b5b7ba;
        border-right : 8px solid transparent;
        border-left : 8px solid transparent;
        background : none;
    }

    .offer-tablinks--accordeon.offer-tablinks--active {
        font-weight : 600;

        color : #db1720;
    }

    .offer-tablinks--accordeon.offer-tablinks--active:after {
        transition : all .3s;
        -webkit-transform : rotate(180deg);
                transform : rotate(180deg);

        border-top : 10px solid #393d49;
    }

    .offer-tabcontent {
        position : relative;

        display : none;

        padding : 6px 0;

        border-top : none;
    }

    .offer-tabcontent__container {
        position : relative;
    }

    .offer-tabcontent--active {
        display : block;
    }


    .offer-tabcontent--disabled .offer-product-grid {
        max-height : 620px;
        min-height : 620px;

        opacity : 0;
    }
    .offer-tabcontent--disabled  .offer-tabs__notification {
        display : block;
    }


    @media (max-width: 991px) {
        .offer-tablinks {
            font-size : 20px;
        }
    }

    @media (max-width: 767px) {
        .offer-tabs {
        }

        .offer-tabcontent--disabled {
            overflow : hidden;

            height : 340px;
        }

         .offer-tabcontent--disabled .offer-product-grid {
            min-height : 340px;
        }
        .offer-tabs {
            padding-right : 0;
            padding-left : 0;
        }
        .offer-tab {
            display : none;
        }
        .offer-tablinks--accordeon {
            display : block;
        }

        .offer-tabs .offer-pagination {
            /*display : none;*/
		}
		.offer-page-link{
			padding: 10px 7px !important;
			font-size: 21px !important;
		}
    }

/**
* Offer notification
*/

    .offer-tabs__notification {
        position: absolute;
        width: 100%;
        height: calc(100% - 20px);
        background-color: #DD180B;
        background-image: url("/wp-content/themes/eroski/landing-templates/tus-ofertas/includes/img");
        color: #fff;
        z-index: 2;
        max-height: 620px;
        top: 20px;
        left: 0;
        display: none;

    }

    .offer-tabs__notification .offer__link {
        text-decoration: underline;
        color: #fff;

    }
    .offer-tabs__notification__close {
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        width: 50px;
        background: transparent;
        color: #fff;
        border: 0;
        font-size: 50px;

    }

    .offer-tabs__notification__outer {
        display: table;
        width: 100%;
        height: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .offer-tabs__notification__inner {
        display: table-cell;
        width: 100%;
        vertical-align: middle;

    }
    .offer-tabs__notification h2 {
        font-size: 33px;
        line-height: 36px;
    }

    @media( max-width: 767px ){

        .offer-tabs__notification {
           /* display: none;*/
           height: 100%;
           top: 0;
        }
        .offer-tabs__notification__outer {
            max-height: 300px;
        }
        .offer-tabs__notification__inner {
            padding: 15px 30px 15px 40px;
        }
        .offer-tabs__notification h2 {
            font-size: 21px;
            line-height: 24px;
        }
    }

/**
* Offer product grid
*/
    .offer-product-grid {
        font-family : Poppins-Regular;
        font-weight : normal;

        overflow : hidden;

        margin : 0 auto;
        margin-top : 15px;
        margin-bottom : 18px;

        text-align : center;
    }

		.offer-product-grid-slider{
			max-width: 1000px;
			position: relative;
			margin: auto;
		}
		.product-slider {
  		display: none;
		}
		.product-slider-orden {
			display: none;
		}
		.product-slider-todo {
			display: none;
		}
		.active{
  		display: block;
		}


    .offer-product-grid * {
        font-family : Poppins-Regular;
    }

    @media (max-width: 1200px) {
        .offer-product-grid {
            padding-right : 40px;
            padding-left : 40px;
        }
    }
    @media (max-width: 767px) {
        .offer-product-grid {
		padding-right : 0px;
            padding-left : 0px;
        }
    }
		.fade {
		  -webkit-animation-name: fade;
		  -webkit-animation-duration: 1.5s;
		  animation-name: fade;
		  animation-duration: 1.5s;
		}
		@-webkit-keyframes fade {
		  from {opacity: .4}
		  to {opacity: 1}
		}

		@keyframes fade {
		  from {opacity: .4}
		  to {opacity: 1}
		}


/**
* Offer pagination
*/

    .offer-pagination {
        font-family : Poppins-Regular;
        display : flex;

        margin-top : 20px;
        margin-bottom : 40px;
        padding-right : 20px;
        padding-left : 0;
        padding-left : 20px;

        list-style : none;
        justify-content : flex-end;
    }

    .offer-page-item {
        display : inline-block;

        vertical-align : middle;
    }

    .offer-page-item:disabled, .offer-page-item.disabled {
        display : none;
    }

    .offer-page-link:not(:disabled):not(.disabled) {
        cursor : pointer;
    }

    .offer-page-link {
        font-size : 24px;
        font-weight : 400;
        line-height : 1.25;

        position : relative;

        display : inline-block;

        margin-left : -1px;
        padding : 15px 10px;

        text-decoration : none;

        color : #b5b7ba;
        background-color : #fff;
    }

    .offer-page-link:hover {
        text-decoration : none;

        color : #393d49;
    }
		.active .offer-page-link{
			font-weight : 600;

			color : #393d49;
		}
    .offer-page-item--active .offer-page-link {
        font-weight : 600;

        color : #393d49;
    }

    .offer-page-item--previous .offer-page-link, .offer-page-item--next  .offer-page-link {
        font-size : 0 !important;

        text-indent : -9999px;
    }


    .offer-page-item--next .offer-page-link:before {
        display : block;

        width : 0;
        height : 0;
        margin-top : 8px;
        margin-bottom : 8px;

        content : '';

        border-top : 6px solid transparent;
        border-bottom : 6px solid transparent;
        border-left : 8px solid #393d49;
    }

    .offer-page-item--previous .offer-page-link:before {
        display : block;

        width : 0;
        height : 0;
        margin-top : 8px;
        margin-bottom : 8px;

        content : '';

        border-top : 6px solid transparent;
        border-right : 8px solid #393d49;
        border-bottom : 6px solid transparent;
    }

    @media (max-width: 1024px) {
        .offer-pagination {
            justify-content : center;
        }
    }

    /**
    * Offer product
    */

        .offer-product * {
            font-family : Poppins-Regular;

            box-sizing : border-box;
        }

        .offer-product strong {
            font-weight : bold;
        }

        .offer-product {
            display : inline-block;

            width : 238px;
            max-width : 238px;

            text-align : left;
            vertical-align : bottom;

            outline : none;
        }

        .offer-product:active, .offer-product:focus, .offer-product:hover, .offer-product a:active, .offer-product a:focus, .offer-product a:hover {
            text-decoration : none;

            outline : none;
            /*color: inherit;*/
        }

        .offer-product__cta, .offer-product__link {
            display : block;

            margin-right : 15px;
            margin-bottom : 20px;
            margin-left : 15px;
        }

        .offer-product__link {
            position : relative;

            overflow : hidden;

            height : 218px;
            padding : 0;

            transition : all .5s;
            text-decoration : none;
            text-decoration : none;

            color : #393d49;
        }

        .offer-product__image {
            overflow : hidden;
            /*width : 150px;*/

            height : 125px;
            margin : 0 auto;
            padding : block;

            text-align : center;
            vertical-align : middle;

            background-color : #fff;
        }

        .offer-product__image img {
            display : inline-block;

            max-width : 55%;
        }

        .offer-product__text {
            display : flex;

            margin-top : 4px;
            margin-bottom : 4px;
            flex-wrap : wrap;
            align-items : center!important;
        }

        .offer-product__name {
            font-size : 12px;
            line-height : 16px;

            display : block;

            max-width : 55%;
            flex : 0 0 55%;
        }

        .offer-product__price {
            font-size : 24px;
            font-weight : 600;
            line-height : 24px;

            display : block;

            max-width : 45%;

            text-align : center;
            flex : 0 0 45%;
        }

        .offer-product__price sup {
            font-size : 16px;
            line-height : 16px;

            top : -.4rem;
        }

        .offer-product__offer {
            display : flex;

            transition : all .3s;

            color : #393d49;
            background : #ffd938;
            flex-wrap : wrap;
            align-items : center!important;
        }

        .offer-product__offer > div {
            width : 100%;
            max-width : 100%;
            height : 51px;
            padding-top : 8px;
            padding-right : 15px;
            padding-bottom : 8px;
            padding-left : 15px;

            text-align : center;
            flex-basis : 0;
            flex-grow : 1;
        }

        .offer-product__offer-price {
            font-size : 28px;
            font-weight : 600;
            line-height : 33px;

            text-align : center;
            text-align : center;
        }

        .offer-product__offer-price sup {
            font-size : 18px;
            line-height : 16px;
        }

        .offer-product__info {
            font-size : 10px;
            font-weight : 600;
            line-height : 5px !important;

            display : block;

            letter-spacing : 0;
        }

        .offer-product__euro {
            font-size : 75%;
            line-height : 1.15;

            position : relative;

            display : inline-block;

            vertical-align : text-top;
        }

        .offer-product__cta {
            font-size : 16px;
            font-weight : 600;
            line-height : 20px;

            position : relative;
            position : relative;

            width : 100%;
            width : auto;
            padding-top : 10px;
            padding-right : 30px;
            padding-bottom : 10px;
            padding-left : 15px;

            text-align : right;
            text-decoration : none;
            text-transform : uppercase;

            color : #fff;
            background : #868686;
        }

        .offer-product__cta:hover {
            color : #fff;
        }


        .offer-product__cta:after {
            position : absolute;
            top : 14px;
            top : 50%;
            right : 10px;

            display : inline-block;

            width : 0;
            height : 0;
            margin-top : -6px;

            content : '';
            transition : right ease .2s;

            border-top : 6px solid transparent;
            border-bottom : 6px solid transparent;
            border-left : 8px solid #fff;
            background : none;
        }

        .offer-product__link--active:after,
        .offer-product__cta:focus:after,
        .offer-product__cta:hover:after {
            right : 5px;
            transition : all ease .2s;
        }

        .offer-product__desc {
            font-size : 13px;
            line-height : 16px;

            position : absolute;
            top : 0;
            left : 0;

            height : 85px;
            padding : 8px 30px 8px 11px;

            transition : all .3s;

            opacity : 0;
            color : #393d49;
        }

        .offer-product__date {
            font-size : 12px;

            position : absolute;
            bottom : 0;
            left : 0;

            padding : 8px 30px 8px 11px;

            transition : all .3s;

            opacity : 0;
            color : #393d49;
        }

        .offer-product__link--active.offer-product__link,
        .offer-product:hover .offer-product_focus,
        .offer-product:hover .offer-product__link {
            transition : background .3s;

            background-color : #f2f2f2;
        }

        .offer-product__link--active .offer-product__image,
        .offer-product:hover .offer-product__focus,
        .offer-product:hover .offer-product__image {
            opacity : 0;
        }

        .offer-product__link--active .offer-product__text,
        .offer-product:hover .offer-product_focus,
        .offer-product:hover .offer-product__text {
            opacity : 0;
        }

        .offer-product__link--active .offer-product__desc,
        .offer-product:hover .offer-product_focus,
        .offer-product:hover .offer-product__desc {
            transition : all .5s;
            transition-delay : .2s;

            opacity : 1;
        }

        .offer-product__link--active .offer-product__date,
        .offer-product:hover .offer-product_focus,
        .offer-product:hover .offer-product__date {
            transition : all .5s;
            transition-delay : .2s;

            opacity : 1;
        }

        .offer-product__link--active .offer-product__offer,
        .offer-product:hover .offer-product__focus,
        .offer-product:hover .offer-product__offer {
            transition : all .3s;
            -webkit-transform : translateY(-65px);
                    transform : translateY(-65px);
        }

        @media (max-width: 680px) {


             .offer-product {
                width : 100%;
                max-width : 100%;

            }


            /*.offer-product:hover .offer-product__link {
                transition : background .3s;

                background-color : #fff;
            }

            .offer-product:hover .offer-product__image {
                opacity : 1;
            }

            .offer-product:hover .offer-product__text {
                opacity : 1;
            }

            .offer-product:hover .offer-product__desc {
                transition : all .5s;
                transition-delay : .2s;

                opacity : 0;
            }

            .offer-product:hover .offer-product__date {
                transition : all .5s;
                transition-delay : .2s;

                opacity : 0;
            }

            .offer-product:hover .offer-product__offer {
                transition : all .3s;
                -webkit-transform : translateY(0px);
                        transform : translateY(0px);
            }*/
        }


        /**
        * Variantes
        */

        /* Socios */


        .offer-product--member .offer-product__offer {
            color : #fff;
            background-color : #eb1a0c;
        }



        /* 2x1 Socio */


        .offer-product--2x1-member .offer-product__offer {
            color : #fff;
            background-color : #eb1a0c;
        }

        .offer-product--2x1-member  .offer-product__2x1 {
            font-size : 33px;
            font-weight : 600;
            line-height : 33px;

            color : #fff;
            border-right : 1px solid #fff;
        }

        .offer-product--2x1-member .offer-product__offer-price {
            font-size : 24px;
            line-height : 24px;

            padding-top : 6px;

            letter-spacing : -1px;
        }

        .offer-product--2x1-member .offer-product__offer-price sup {
            font-size : 16px;
            line-height : 16px;

            top : -.4rem;

            display : inline-block;

            padding-left : 1px;

            letter-spacing : 0;
        }

        /* 2x1 */

        .offer-product--2x1 .offer-product__2x1 {
            font-size : 33px;
            font-weight : 600;
            line-height : 33px;
        }

        .offer-product--2x1 .offer-product__offer-price {
            font-size : 24px;
            line-height : 24px;

            padding-top : 6px;

            letter-spacing : -1px;

            background-color : #e3e3e3;
        }

        .offer-product--2x1 .offer-product__offer-price sup {
            font-size : 16px;
            line-height : 16px;

            top : -.4rem;

            display : inline-block;

            padding-left : 1px;

            letter-spacing : 0;
        }

        /* Descuento */

        .offer-product--dto .offer-product__dto {
            font-size : 24px;
            font-weight : 600;
            line-height : 24px;

            padding-top : 6px;
        }

        .offer-product--dto .offer-product__offer-price {
            font-size : 24px;
            line-height : 24px;

            padding-top : 6px;

            letter-spacing : -1px;

            background-color : #e3e3e3;
        }

        .offer-product--dto .offer-product__offer-price sup {
            font-size : 16px;
            line-height : 16px;

            top : -.4rem;

            display : inline-block;

            padding-left : 1px;

            letter-spacing : 0;
        }





    /**
    * Offer vouchers
    */



        .offer-vouchers__toggle {
            font-family : Poppins-Light;
            font-size : 20px;
            line-height : 34px;

            position : relative;

            display : none;

            width : 100%;
            padding : 6px 30px 6px 16px;

            text-align : left;

            color : #393d49;
            background-color : transparent;
            border: 0;
            border-top: 1px solid #CFD0D2;
            border-bottom: 1px solid #CFD0D2;
        }
        .offer-vouchers__toggle + .dropdown-backdrop {
            display : none;
        }

        .offer-vouchers__toggle:hover, .offer-vouchers__toggle:active, .offer-vouchers__toggle:focus, .offer-vouchers__toggle.active {
            text-decoration : none;

            color : #393d49;
        }

        .offer-vouchers__toggle:after {
            position : absolute;
            top : 18px;
            right : 10px;

            width : 0;
            height : 0;

            content : '';
            transition : all .3s;

            border-top : 10px solid #393d49;
            border-right : 8px solid transparent;
            border-left : 8px solid transparent;
            background : none;
        }

        .offer-vouchers__toggle--close {
            display : block;
        }

        .offer-vouchers__toggle--open {
            display : none;
        }

        .offer-vouchers__container.open .offer-vouchers__toggle--close {
            display : none;
        }
        .offer-vouchers__container.open .offer-vouchers__toggle--open {
            display : block;
        }

        .offer-vouchers__container.open .offer-vouchers__toggle:after {
            transition : all .3s;
            -webkit-transform : rotate(180deg);
                    transform : rotate(180deg);
        }

        .offer-vouchers__container {
            display : inline-block;

            width : 100%;
            height : auto;

            text-align : center;
        }

        .offer-vouchers  * {
            font-family : Poppins-Regular;
        }

        .offer-vouchers {
            display :         flex;

            width : 100%;
            height : auto;
            margin : 30px auto 20px;

            text-align : center;
            letter-spacing : -5px;
            justify-content : center;
            flex-wrap : wrap;
        }

        .offer-vouchers__item {
            position : relative;

            display : inline-block;

            width : 50%;
            max-width : 372px;
            padding : 0 14px 21px 15px;

            text-align : center;
            vertical-align : top;
            letter-spacing : normal;

            box-shadow : none;
        }

       .offer-vouchers__info {
            position : relative;

            width : 100%;
            height : 130px;
            transition : box-shadow ease .2s;

            background-color : #ededed;
        }

        .offer-vouchers__item:hover .offer-vouchers__info {
            box-shadow : 0 2px 4px 0 rgba(0, 0, 0, .5);
        }

        .offer-vouchers__discount {
            line-height : 130px;

            position : absolute;
            top : 0;
            left : 0;

            width : 120px;
            height : 100%;

            background-color : #d82322;
        }

        .offer-vouchers__discount-content {
            font-size : 77px;
            font-weight : bold;

            position : relative;

            display : inline-block;

            vertical-align : middle;
            letter-spacing : -5px;

            color : #fff;
        }
        .offer-vouchers__discount-content span {
            float : left;

            vertical-align : top;
        }

        .offer-vouchers__discount-small {
            font-size : 25px;
            line-height : 77px;
        }

        .offer-vouchers__damero {
            position : absolute;
            top : 0;
            left : 0;

            display : block;

            width : 100%;
            height : 100%;
        }

        .offer-vouchers__damero:before, .offer-vouchers__damero:after {
            position : absolute;

            display : block;

            width : 50%;
            height : 50%;

            content : '';
        }

        .offer-vouchers__damero:before {
            top : 0;
            left : 0;

            background-color : rgba(0, 0, 0, .1);
        }

        .offer-vouchers__damero:after {
            right : 0;
            bottom : 0;

            background-color : rgba(255, 255, 255, .1);
        }




        .offer-vouchers__text {
            position : relative;

            display : table;

            width : 100%;
            height : 100%;
            padding-left : 120px;
        }
        .offer-vouchers__text-content {
            font-size : 18px;

            display : table-cell;

            width : 100%;
            height : 100%;
            padding-right : 15px;
            padding-left : 35px;

            text-align : left;
            vertical-align : middle;
        }

        .offer-vouchers__title {
            margin-top : 18px;
            margin-bottom : 8px;

            text-align : right;
        }

        .offer-vouchers__title-text {
            font-size : 16px;
            font-weight : 600;
            line-height : 1;

            position : relative;

            display : inline-block;

            width : auto;
            margin : 0 auto;
            padding-right : 21px;
            padding-left : 5px;

            text-decoration : none;
            text-transform : uppercase;

            color : #393d49;
        }

        .offer-vouchers__title-text:after {
            position : absolute;
            top : 14px;
            top : 50%;
            right : 3px;

            display : inline-block;

            width : 0;
            height : 0;
            margin-top : -6px;

            content : '';
            transition : right ease .2s;

            border-top : 6px solid transparent;
            border-bottom : 6px solid transparent;
            border-left : 8px solid #393d49;
            background : none;
        }

        .offer-vouchers__item:hover .offer-vouchers__title-text {
            text-decoration: underline;
        }
        .offer-vouchers__item:hover .offer-vouchers__title-text:after {
            right : 0;
            transition : right ease .2s;
        }

        .offer-vouchers__link {
            position : absolute;
            top : 0;
            left : 0;

            display : block;

            width : 100%;
            height : 100%;
        }



        @media (max-width: 1200px) {
            .offer-vouchers__item {
                max-width : 316px;
            }

            .offer-vouchers__text-content {
                padding : 0 5px 0 25px;
            }
        }
        @media (max-width: 767px) {
            .offer-vouchers__container {
            }

            .offer-vouchers__toggle {
                display : block;
            }

            .offer-vouchers-brochures [class*='col-'] {
                padding-right : 0;
                padding-left : 0;
            }

            .offer-vouchers li {
                display : none;
            }

            .offer-vouchers li:first-child {
                display : block;
            }

            .offer-vouchers__container.open .offer-vouchers li {
                display : block;
            }

            .offer-vouchers__item {
                width : 100%;
                margin-right : 12px;
                margin-left : 12px;
            }

            .offer-vouchers__title {
                text-align : center;
            }
        }


    /**
    * Offer brochures
    */


        .offer-brochures * {
            font-family : Poppins-Regular !important;
        }
        .offer-brochures {
            margin : 30px auto 20px;
        }

        @media (max-width: 1200px) {
            .offer-brochures {
                max-width : 320px;
            }
        }
        @media (max-width: 767px) {
            .offer-brochures {
                max-width : 100%;
            }
        }


    /**
    * Brocheres Slider
    */

        .offer-brochures__slider__container {
            overflow : hidden;

            max-width : 372px;
            margin : 0 auto;
        }

        .offer-brochures__slider {
            overflow : hidden;
            margin-right : 5px;
    				margin-top: 75px;
            margin-bottom : 18px;
            margin-left : 5px;
            padding : 30px 0 19px 0;

            transition : box-shadow ease .2s;

            background-color : #ededed;
        }

        .offer-brochures__slider:hover {
            box-shadow : 0 2px 4px 0 rgba(0, 0, 0, .5);
        }

        .offer-brochures__slider--main {
            margin-bottom : 0;
        }

        .offer-brochures__slider__title {
            font-size : 24px;
            font-weight : bold;
            line-height : 30px;

            margin : 0;

            text-align : center;

            color : #393d49;
    				font-family: Poppins-Regular;
        }

        .offer-brochures__slider__subtitle {
    				font-family: Poppins-Regular;
            font-size : 17px;
            line-height : 30px;

            margin : 0;

            text-align : center;

            color : #393d49;
        }

        .offer-brochures__slide a {
            outline : 0!important;
        }

        .offer-brochures__slide {
            text-align : center;
        }

        .offer-brochures__slide__preview {
            display : inline-block;

            margin : 10px auto 0;
            padding : 0;

            text-align : center;
            text-decoration : none;
        }

        .offer-brochures__slide__preview:hover
        .offer-brochures__slide__preview:active, .offer-brochures__slide__preview:focus {
            outline : none;
        }

        .offer-brochures__slide__img {
            display : inline-block;

            width : auto;
            max-width : 100%;
            height : auto;
            max-height : 358px;
        }

        .offer-brochures__slide__links {
            display : inline-block;

            width : 100%;
            margin : 5px 0 20px;
            padding : 0;

            text-align : right;
            letter-spacing : -5px;
        }

        .offer-brochures__slide__link-container {
            display : inline-block;

            margin : 0;
            margin-right : 10px;
            margin-left : 10px;

            letter-spacing : normal;
        }

        .offer-brochures__slide__link {
            font-size : 16px;
            font-weight : 600;
            line-height : 1;

            position : relative;

            display : inline-block;

            width : auto;
            margin : 0 auto;
            padding-right : 18px;
            padding-left : 5px;

            text-decoration : none;
            text-transform : uppercase;

            color : #393d49;
        }

        .offer-brochures__slide__link::after {
            position : absolute;
            top : 50%;
            right : 0;

            display : inline-block;

            width : 8px;
            height : 12px;

            content : '';
            transition : right ease .2s;
            -webkit-transform : translate(0 , -50%);
                    transform : translate(0 , -50%);

            background : url("../img/base/arrow-right-black.png");
            background-repeat : no-repeat;
            background-size : cover;
        }

        .offer-brochures__slide__link:hover {
            text-decoration : underline;

            color : #393d49;
        }

        .offer-brochures__slide__link:hover::after {
            right : -6px;
        }

        @media (max-width: 1200px) {
            .offer-brochures__slide__links {
                text-align : center;
            }
        }
        @media (max-width: 767px) {
            .offer-brochures__slider {
                margin-right : 0;
                margin-left : 0;
            }
        }


        /**
        * Home Brochures Slick Slider
        */


            .offer-brochures .slick-arrow {
                top : calc(50% - 30px);

                width : 30px;
                height : 50px;
                padding : 0;

                text-align : center;

                background : none;
            }

            .offer-brochures .slick-arrow, .offer-brochures .slick-arrow:hover, .offer-brochures .slick-arrow:focus {
                bottom : auto;
            }

            .offer-brochures .slick-arrow:before {
                display : block;

                width : 20px;
                height : 20px;
                margin : 4px;

                content : '';
                -webkit-transform : rotate(45deg);
                        transform : rotate(45deg);
                -webkit-transform-origin : center;
                        transform-origin : center;

                border-bottom : 2px solid #979797;
                border-left : 2px solid #979797;
            }

            .offer-brochures .slick-arrow.slick-prev {
                left : 20px;
            }

            .offer-brochures .slick-arrow.slick-next {
                right : 20px;
            }

            .offer-brochures .slick-next:before {
                -webkit-transform : rotate(-135deg);
                        transform : rotate(-135deg);
            }

            .offer-brochures .slick-dots {
                position : relative;
                bottom : initial;
                left : initial;

                width : 100%;
                margin-top : 15px;
                margin-bottom : 5px;

                text-align : center;
            }

            .offer-brochures .slick-dots li {
                width : 13px;
                height : 13px;

                background-color : #d8d8d8;
            }
            .offer-brochures .slick-dots li.slick-active {
                margin : 0 4px;

                border-color : #979797;
                background-color : #979797;
            }

            @media only screen and (max-width: 1200px) {
                .offer-brochures .slick-arrow.slick-prev {
                    left : 4px;
                }
                .offer-brochures .slick-arrow.slick-next {
                    right : 0;
                }

                .offer-brochures .slick-arrow:before {
                    width : 18px;
                    height : 18px;

                    border-bottom : 1px solid #979797;
                    border-left : 1px solid #979797;
                }
            }
