

/* Start:/local/components/herbalife/cocktails.detail/templates/.default/style.css?177122091812613*/

/*.share__buttons--mobile,*/
.share--mobile{
    display: none;
}

.desktop__block--img{
    display: flex;
    flex-direction: column;
    max-width: 340px;
    position: sticky;
    top: 0;
    height: 880px;
}

.ingredients--img img{
    width: 340px;
}

.desktop__logo img{
    width: 245px;
    padding: 70px 50px;
}

.header__logo img{
    width: 200px;
    margin-bottom: 40px;
    margin-top: 10px;
}

.container__detail{
    display: flex;
    max-width: 1920px;
    margin: 0 auto;
}

.content{
    padding: 0 30px;
    max-width: 620px;
    width: 100%;
    box-sizing: border-box;
    max-height: 960px;
    overflow: auto;
}


.content::-webkit-scrollbar{
  width: 4px;
}

.content::-webkit-scrollbar-track{
  background: #f0f0f0;
}

.content::-webkit-scrollbar-thumb{
  background: #42A046;
}

.header__content.mobile{
    display: none!important;
}

.header_back_color{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.header__color--block{
    max-width: 100%;
    height: 50px;
    width: 100%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.header__color--block.color_yellow{
  background-color: #f2e7bd;
}

.header__color--block.color_grey{
  background-color: #d1d2cd;
}

.header__color--block.color_red{
  background-color: #c29a5c;
}

.back__catalog--header{
    color: #42A046;
    position: relative;
    padding-left: 20px;
}

.back__catalog--header:after{
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px #42A046;
    border-right: solid 2px #42A046;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(225deg);
    -moz-transform: translate(0, -50%) rotate(225deg);
    -ms-transform: translate(0, -50%) rotate(225deg);
    -o-transform: translate(0, -50%) rotate(225deg);
    transform: translate(0, -50%) rotate(225deg);
}

.header__logo{
    display: none;
}

.ingredients{
    margin-bottom: 35px;
}

.header__title, .header__title h1{
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #a36440;
}

.header__title:after{
    content: '';
    display: block;
    height: 1px;
    width: 120px;
    background: #ddd;
    margin-top: 15px;
    margin-bottom: 15px;
}

.header__description{
    font-size: 16px;
    line-height: 20px;
}

.header__text{
    margin-bottom: 35px;
}

.ingredients__header{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.ingredients__list ul li{
    font-size: 16px;
}

.recipe{
    margin-bottom: 40px;
}

.recipe__header{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.recipe__description{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
}

.ingredients ul li{
    line-height: 30px;
    position: relative;
    padding-left: 16px;
}

.ingredients ul li:before{
    content: '';
    display: block;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: #42A046;
    position: absolute;
    left: 0;
    top: 12px;
}


.recipes__supplement-info{
    display: flex;
    background-color: white;
    border: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
}

.recipes__supplement-info-item{
    width: 25%;
    text-align: center;
    color: #fff;
}

.recipes__supplement-info-item:not(:last-child){
    border-right: 1px solid #ddd;
}

.recipes__supplement-info-item .value{
    font-size: 20px;
    line-height: 18px;
    font-weight: bold;
    margin-bottom: 4px;
    color: #42A046;
}

.recipes__supplement-info-item .unit{
    font-size: 12px;
    line-height: 18px;
    color: #0D1320 ;
}

.share{
    margin-bottom: 45px;
}

.share__header{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.share__buttons{
    display: flex;
    height: 42px;
}

.download__recipe{
    border-radius: 40px;
    background-color: #42A046;
    font-size: 16px;
    cursor: pointer;
    padding: 13px 25px;
    margin-right: 15px;
    line-height: 16px;
}

.download__recipe a{
    color: white;
}

.share__social img{
    width: 42px;
    height: 42px;
}

.share__social{
    margin-right: 15px;
    cursor: pointer;
}

.share__social:last-child{
    margin-right: 0;
}

.pagination{
    width: 560px;
    display: flex;
    align-items: center;
    align-content: center;
    position: fixed;
    bottom: 0;
    padding: 5px 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0px -16px 9px -8px rgba(73, 73, 73, 0.08);
    -moz-box-shadow: 0px -16px 9px -8px rgba(73, 73, 73, 0.08);
    box-shadow: 0px -16px 9px -8px rgba(73, 73, 73, 0.08);
}

.pagination.position-sticky{
    position: sticky;
    width: auto;
}

.arrow--left{
    margin-right: 30px;
}

.page{
    font-size: 18px;
}

.current--page{
    margin-right: 7px;
}

.every--page{
    margin-left: 7px;
}

.arrow--right{
    margin-left: 30px;
}

.arrow--left img,
.arrow--right img{
    width: 25px;
    height: 11px;
}

.back__catalog{
    display: none;
    padding: 15px 40px;
    text-align: center;
    color: #42A046;
    border-radius: 25px;
    border: 1px solid #42A046;
    font-size: 16px;
    max-width: 240px;
    box-sizing: border-box;
    margin: 0 auto;
}

.cocktail__img{
    width: calc(100% - 960px);
    height: 960px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: sticky;
    top: 0;
    max-width: 960px;
}

.recipe_bad{
    text-transform: uppercase;
    color: #ddd;
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 20px;
}

.header__back{
    padding-bottom: 10px;
    padding-top: 10px;
    width: 50%;
    border-right: 1px solid #ddd;
    text-align: center;
}

.pagination_button{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 50%;
}

@media screen and (max-width: 1439px){
    .recipe_bad{
        font-size: 16px;
    }
    .desktop__block--img{
        display: none;
    }

    .content{
        padding: 0 20px;
        max-height: 768px;
    }

    .header__logo.tablet{
        display: block;
        position: absolute;
        left: 30px;
        top: 20px;
    }

    .ingredients__header{
        margin-bottom: 10px;
    }

    .content{
        max-width: 50%;
    }

    .cocktail__img{
        height: 768px;
        width: 50%;
    }

    .recipe__description{
        margin-bottom: 20px;
    }

    .ingredients{
        margin-bottom: 20px;
    }

    .header__text{
        margin-bottom: 25px;
    }

    .recipe{
        margin-bottom: 20px;
    }
    .share {
        margin-bottom: 20px;
    }

    .header__title{
        margin-bottom: 10px;
    }

    .header__title:after{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .header_back_color{
        margin-bottom: 15px;
    }

    .recipe__header{
        margin-bottom: 10px;
    }

    .recipe__description{
        margin-bottom: 10px;
    }
    .recipes__supplement-info{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .pagination{
        width: 47%;
    }
}

@media (max-width: 1279px){
    .back__catalog--header{
        font-size: 14px;
    }
    .recipe__header{
        margin-bottom: 15px;
    }
    .recipe__description{
        margin-bottom: 15px;
    }
    .recipes__supplement-info {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .pagination,
    .pagination.position-sticky{
        position: static;
        box-shadow: none;
        width: auto;
    }
    .back__catalog{
        display: block;
        margin-bottom: 20px;
    }

    .header__back{
        display: none;
    }

    .pagination_button{
        width: 100%;
        padding-bottom: 10px;
    }
}

@media (max-width: 1023px){
    .header__color--block{
        max-width: 100%;
    }
    .content{
        padding-bottom: 30px;
    }
}

@media (max-width: 880px){
    .download__recipe{
        padding: 12px 20px;
        font-size: 14px;
    }
    .share__buttons{
        height: 40px;
    }
    .share__social img {
        width: 40px;
        height: 40px;
    }

    .download__recipe{
        margin-right: 12px;
    }

    .share__social{
        margin-right: 12px;
    }
}
@media (max-width: 799px){
    .download__recipe{
        padding: 10px 20px;
        font-size: 14px;
    }
    .share__buttons{
        height: 35px;
    }
    .share__social img {
        width: 35px;
        height: 35px;
    }

    .download__recipe{
        margin-right: 12px;
    }

    .share__social{
        margin-right: 12px;
    }
}

@media (max-width: 767px){
    .header__logo.mobile{
        display: block;
    }
    .header__logo.tablet{
        display: none;
    }
    .recipe_bad{
        font-size: 16px;
    }
    .recipes__supplement-info{
        background-color: #42A046;
        flex-direction: column;
        position: absolute;
        top: 60px;
        width: calc(100% - 243px);
        right: 0;
        height: 243px;
        justify-content: space-between;
        padding-bottom: 10px;
        z-index: 9999;
        box-sizing: border-box;
    }

    .recipes__supplement-info-item .value{
        color: white;
        font-size: 16px;
    }

    .recipes__supplement-info-item .unit{
        color: white;
        font-size: 12px;
    }

    .recipes__supplement-info-item{
        width: 100%;
    }

    .recipes__supplement-info-item:not(:last-child):after{
        content: '';
        display: block;
        height: 2px;
        width: 45px;
        background: rgba(255, 255, 255, 0.5);
        margin: 5px auto;
    }

    .recipes__supplement-info-item:not(:last-child){
        border-right: none;
    }

    .cocktail__img{
        position: absolute;
        width: 243px;
        height: 243px;
        top: 60px;
    }

    .detail__header{
        position: relative;
    }

    .header__logo{
        margin: 15px calc((100% - 147px) / 2);
    }

    .header__color--block{
        position: absolute;
        top: 300px;
        max-width: 767px;
        width: 100%;
        height: 20px;
    }

    .header__logo{
        height: 30px;
    }

    .header__logo img{
        height: 30px;
        width: 147px;
        margin: 0;
    }

    .content{
        max-width: 767px;
        padding: 0 15px 30px;
        max-height: 100%;
    }

    .header__text{
        margin-top: 300px;
        margin-bottom: 25px;
    }

    .header__title{
        font-size: 20px;
    }

    .header__description{
        font-size: 14px;
    }

    .ingredients ul li{
        line-height: 25px;
        font-size: 14px;
    }

    .ingredients__header{
        margin-bottom: 10px;
    }

    .ingredients{
        margin-bottom: 25px;
    }

    .recipe__description{
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 30px;
    }

    .share--mobile .share__header span{
        font-weight: normal;
        font-size: 16px;
    }

    .share--mobile .share__header img{
        height: 17px;
        width: 15px;
        margin-right: 12px;
    }

    .share.desktop{
        display: none;
    }

    .share--mobile{
        position: relative;
        display: block;
    }

    .share__header{
        margin-bottom: 45px;
    }

    .share--mobile .share__title{
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 15px;
    }

    .share--mobile .share__social{
        margin-bottom: 12px;
        font-size: 14px;
        display: flex;
        align-items: center;
        align-content: center;
    }

    .share--mobile .share__social a{
        display: flex;
        align-items: center;
        color: #0D1320 ;
    }

    .share--mobile .share__social img{
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
}
@media (max-width: 499px){
    .recipe_bad{
        text-align: center;
    }
}

.popup__fade{
    display: none;
}
.popup__fade:before{
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
}
.min__form{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 290px;
    margin-top: -162px;
    margin-left: -145px;
    height: 325px;
    z-index: 99999;
    opacity: 1;
    background-color: white;
    padding: 40px 20px;
    box-sizing: border-box;
}
.min__form--close{
    position: absolute;
    top: -20px;
    right: -20px;
}

.min__form--close{
    width: 15px;
    height: 15px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-image: url("/local/components/herbalife/cocktails.detail/templates/.default/img/close__green.svg");
}
/* End */
/* /local/components/herbalife/cocktails.detail/templates/.default/style.css?177122091812613 */
