

/* Start:/local/components/herbalife/cocktails.list/templates/.default/style.css?177122091820613*/

.header{
  background-image: url("/local/components/herbalife/cocktails.list/templates/.default/img/top_img.png");
  background-size: cover;
  background-repeat: no-repeat;
  /*background-position: center;*/
  background-position: 5%;
  max-width: 1920px;
  margin: 0 auto;
  height: 510px;
}

.header__content.mobile{
  display: none;
}

.filter__button--mobile{
  display: none;
}

.container{
  width: 100%;
  max-width: 1680px;
  margin: 70px auto 100px auto;
}

.header__content{
  position: relative;
  padding: 25px 120px 100px 120px;
}

.header__logo{
  width: 200px;
  height: 40px;
  margin-bottom: 110px;
}

.header__title{
  margin-bottom: 20px;
  font-size: 50px;
  max-width: 750px;
  line-height: 1;
  color: #a36440;
  padding-left: 5px;
  border-left: 2px solid #a36440;
  text-transform: uppercase;
}

.header__title .bold{
  font-weight: bold;
}

.header__description{
  font-size: 25px;
  color: #0D1320;;
  font-weight: bold;
  max-width: 620px;
}

.container__title, .container__title h1{
  font-size: 36px;
  font-weight: bold;
}

.container__header{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.container__button--mobile{
  display: none;

}

.grid{
  display: flex;
  padding-top: 30px;
}

.grid__sidebar{
  display: flex;
  flex-direction: column;
  max-width: 310px;
  width: 100%;
  padding-right: 80px;
  box-sizing: border-box;
}

.grid__item--sign{
  position: absolute;
  top: 15px;
  left: 15px;
  color: white;
  font-size: 14px;
  padding: 6px 15px;
}

.grid__item--sign.favorite{
  background-color: #42A046;
}

.grid__item--sign.new{
  background-color: #E0A32C;
}

.grid__item--sign.vegan{
  background-color: #266431;
}
.grid__item--sign + .grid__item--sign.vegan{
  top: 50px;
}

/* filter */
.filter{
  display: flex;
  flex-direction: column;
}

.filter__item,
.grid__header{
  border-bottom: 1px solid #ddd;
}

.filter__item.formula_1{
  order: 1;
}

.filter__item.herbal{
  order: 2;
}

.filter__item.aloe{
  order: 3;
}

.filter__item.other{
  order: 4;
}

.grid__header{
  padding-bottom: 25px;
}

.grid__title{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.filter__clear{
  color: #42A046;
}

.filter__clear:hover{
  cursor: pointer;
}

.filter__item{
  padding-top: 25px;
  padding-bottom: 0px;
}

.filter__head{
  margin-bottom: 20px;
}

.filter__title{
  font-size: 18px;
  font-weight: bold;
}

.filter__title:hover{
  cursor: pointer;
}

.filter__head{
  position: relative;
}

.filter__head:after{
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-right: solid 2px #42A046;
  border-bottom: solid 2px #42A046;
  position: absolute;
  right: 5px;
  top: 0;
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

.filter__head.rotate{
  margin-bottom: 25px;
}

.filter__head.rotate:after{
  display: none;
}

.filter__head.rotate:before{
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-right: solid 2px #42A046;
  border-bottom: solid 2px #42A046;
  position: absolute;
  right: 5px;
  top: 5px;

  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  transition: all linear 0.2s;
}

.filter__head:hover + .filter__head:before{
  display: block;
}

.filter__body{
  display: none;
}

.filter__item{
  cursor: pointer;
}

.filter__body.show_description{
  display: block;
}

.filter.fixed{
  position: fixed;
  top: 20px;
  transition: top 0.25s ease-in-out, height 0.25s ease-in-out;
  max-width: 230px;
  width: 100%;
  overflow-y: auto;
  padding-right: 20px;
  background-color: white;
}

.grid__sidebar.mobile.show::-webkit-scrollbar{
  width: 4px;
}

.grid__sidebar.mobile.show::-webkit-scrollbar-track{
  background: #f0f0f0;
}

.grid__sidebar.mobile.show::-webkit-scrollbar-thumb{
  background: #42A046;
}

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

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

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

/* filter */

/* checkbox */

.checkbox{
  position: relative;
  color: #0D1320;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  display: block;
  cursor: pointer;
}

.checkbox.display-none{
  display: none;
}

.sort__item.display-none{
  display: none;
}

.checkbox{
  margin-bottom: 25px;
}

.checkbox__input{
  position: absolute;
  left: 0;
  top: 0;
  height: 15px;
  width: 15px;
  opacity: 0;
}

.checkbox__text{
  position: relative;
  padding-left: 30px;
  display: block;
  line-height: 18px;
}

.checkbox__text:before{
  content: '';
  height: 15px;
  width: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px auto;
}

.checkbox__input:checked + .checkbox__text:before{
  background-image: url('/local/components/herbalife/cocktails.list/templates/.default/img/image_5.svg');
}

@media (max-width: 1023px){
  .checkbox{
    font-size: 14px;
    line-height: 20px;
  }


  .checkbox__text:before,
  .checkbox__input{
    height: 15px;
    width: 15px;
  }

  .checkbox__text{
    padding-left: 35px;
  }
}

/* checkbox */

/* sort */
.sort.desktop{
  margin-bottom: 25px;
}

.sort.desktop .sort__list{
  display: flex;
}

.sort.desktop .sort__item{
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  padding: 10px 30px;
  color: #0D1320;;
  border: 1px solid #42A046;
  box-sizing: border-box;
  margin-right: 25px;
  border-radius: 30px;
  cursor: pointer;
}

.sort.desktop .sort__item.selected{
  color: white;
  background-color: #42A046;
}

.sort.desktop .sort__header--mobile{
  display: none;
}

.sort.desktop .sort__list.fixed{
  position: fixed;
  top: 0px;
  transition: top 0.25s ease-in-out, height 0.25s ease-in-out;
  padding: 20px 20px 20px 0;
  background-color: white;
  z-index: 100;
  width: 100%;
}

.sort.mobile.show{
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  height: 760px;
  -webkit-box-shadow: 15px 5px 5px -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 5px 5px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 15px 5px 5px -10px rgba(0, 0, 0, 0.1);
}

.sort.mobile{
  display: none;
}

.sort.mobile .sort__header--mobile{
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  padding: 25px 30px;
  border-bottom: 1px solid #ddd;
}

.sort.mobile{
  background-color: white;
}

.sort.mobile .sort__list{
  display: flex;
  flex-direction: column;
}

.sort.mobile .sort__item{
  font-size: 16px;
  padding: 25px 30px;
  border-bottom: 1px solid #ddd;
  position: relative;
  cursor: pointer;
}

.sort.mobile .sort__item.selected:after{
  content: '';
  position: absolute;
  top: 30px;
  right: 30px;
  display: block;
  width: 14px;
  height: 10px;
  background-size: 14px 10px;
  background-image: url('/local/components/herbalife/cocktails.list/templates/.default/img/image_5.svg');
}


/* sort */

/* grid */

.grid__container{
  width: calc(100% - 310px);
}

.grid__content{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.grid__content.scroll{
  margin-top: 115px;
}

.card.grid__item.grid__item--favorite{
  display: flex;
  max-width: 670px;
  width: 100%;
}

.card.grid__item.grid__item--favorite .grid__item--img img{
  height: 375px;
}

.card.grid__item.grid__item--favorite .grid__item--img{
  height: 375px;
}

.card.grid__item.grid__item--favorite .grid__item--content{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  border: none;
  max-height: 375px;
}

.card.grid__item.grid__item--favorite .grid__item--top{
  font-size: 30px;
  font-weight: bold;
  padding: 40px 60px;
  text-align: center;
  color: #42A046;
  max-width: 175px;
}

.card.grid__item.grid__item--favorite .grid__item--bottom{
  background-color: #42A046;
  padding: 25px;
  height: 100%;
}

.card.grid__item.grid__item--favorite .grid__item--title{
  text-align: left;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: white;
  max-width: 245px;
}

.card.grid__item.grid__item--favorite .grid__item--description{
  text-align: left;
  display: block;
  font-size: 16px;
  color: white;
  max-width: 245px;
}

.card.grid__item{
  position: relative;
  box-sizing: border-box;
}

.grid__item:not(.grid__item--favorite){
  height: 375px;
}

.grid__item:not(.grid__item--favorite) .grid__item--img img{
  width: 100%;
  /*height: 320px;*/
}

.grid__button{
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
}

.grid__item{
  margin: 0 30px 30px 0;
  overflow: hidden;
}

.grid__item:nth-child(4n+4){
  margin: 0 0 30px 0;
}

.grid__item:not(.grid__item--favorite) .grid__item--title{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #0D1320;;
  padding: 20px 20px 10px 20px;
  transition: all linear 0.1s;
}

.grid__item:not(.grid__item--favorite):hover .grid__item--title{
  color: #42A046;
  text-align: center;
}

.grid__item:not(.grid__item--favorite) .grid__item--title:after{
  content: '';
  display: block;
  height: 1px;
  width: 120px;
  background: #fff;
  margin: 10px auto 0;
}

.grid__item:not(.grid__item--favorite):hover .grid__item--title:after{
  content: '';
  display: block;
  height: 1px;
  width: 120px;
  background: #ddd;
  margin: 10px auto 0;
}

.grid__item:not(.grid__item--favorite) .grid__item--description{
  color: #0D1320;;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  transition: all linear 0.1s;
  padding: 0 20px;
}

.grid__item:not(.grid__item--favorite):hover .grid__item--description{
  opacity: 1;
}

.grid__item:not(.grid__item--favorite):hover .grid__item--content{
  height: 115px;
}

.grid__item:not(.grid__item--favorite) .grid__item--content{
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: white;
  height: 60px;
  transition: height 0.3s;
}

.button_filter.button__green{
  margin-right: 20px;
}

.button__green{
  padding: 12px 30px;
  border: 1px solid #42A046;
  background-color: white;
  border-radius: 20px;
  font-size: 16px;
  color: #0D1320;;
  position: relative;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  cursor: pointer;
}

.ajax_product:before{
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 15px;
  right: 85px;
  background-image: url("/local/components/herbalife/cocktails.list/templates/.default/img/plus.svg");
  background-size: 12px 12px;
}

/*.grid__item{*/
/*  width: calc((100% - 90px) / 4 );*/
/*}*/
/*.card.grid__item.grid__item--favorite{*/
/*  width: calc(((100% - 90px) / 4 ) * 2 + 30px);*/
/*}*/
/* grid */


@media screen and (max-width: 1749px){
  .header{
    /*background-position: 70% 50%;*/
    background-position: 50%;
  }

  .header__title{
    font-size: 35px;
    max-width: 360px;
  }

  .header__description{
    font-size: 25px;
    max-width: 450px;
  }

  .grid__sidebar{
    max-width: 320px;
    padding-right: 60px;
  }

  .grid__container{
    width: calc(100% - 320px);
  }

  .container{
    max-width: 97%;
  }

  .sort.desktop .sort__item{
    font-size: 14px;
    line-height: 20px;
    margin-right: 20px;
    padding: 10px 25px;
  }
  .grid__item:nth-child(4n+4),
  .grid__item{
    margin: 0 20px 20px 0;
  }
  .container {
    max-width: 1340px;
  }
}

@media screen and (max-width: 1450px){
  .container {
    max-width: 1240px;
  }
  .grid__sidebar{
    max-width: 240px;
    padding-right: 30px;
  }

  .grid__container{
    width: calc(100% - 240px);
  }
  .grid__item:nth-child(3n+3){
    margin: 0 0 20px 0;
  }

  .card.grid__item.grid__item--favorite .grid__item--img{
    height: 361px;
    width: 361px;
  }

  .card.grid__item.grid__item--favorite .grid__item--img img{
    height: 361px;
  }



  .card.grid__item.grid__item--favorite{
    display: flex;
    max-width: 635px;
    width: 100%;
  }

  .grid__item:not(.grid__item--favorite){
    height: 361px;
  }

  .header__title{
    font-size: 30px;
    max-width: 400px;
    line-height: 1;
  }

  .header__description{
    font-size: 20px;
    max-width: 360px;
  }

  .header__logo{
    margin-bottom: 45px;
  }

  .header{
    height: 26vw;
    background-position: 30%;
  }

}

@media screen and (max-width: 1279px){
  .container__button--mobile{
    display: flex;
  }

  .grid__sidebar{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 200;
    padding-right: 0;
  }

  .grid__header{
    padding: 30px 20px 25px 20px;
  }

  .filter__item{
    padding: 25px 20px 0 20px;
  }

  .grid__sidebar.show{
    display: block;
  }

  .grid__sidebar.mobile.show{
    height: 100vh;
    overflow: auto;
    position: fixed;
    -webkit-box-shadow: 15px 5px 5px -10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 15px 5px 5px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 15px 5px 5px -10px rgba(0, 0, 0, 0.1);
  }

  .sort.mobile.show .sort__header--mobile{
    display: block;
    padding: 25px 20px;
  }

  .sort.mobile .sort__item{
    padding: 25px 20px;
  }

  .sort.mobile.show{
    display: block;
    max-width: 310px;
    width: 100%;
    height: 100vh;
    z-index: 999;
    position: fixed;
  }

  .grid__container{
    width: 100%;
  }

  .container{
    max-width: 965px;
  }

  .grid__item:nth-child(3n+3){
    margin: 0 0 20px 0;
  }

  .grid__item:not(.grid__item--favorite) .grid__item--img{
    height: 308px;
    width: 308px;
  }

  .grid__item:not(.grid__item--favorite) .grid__item--img img{
    /*height: 308px;*/
  }

  .header__content{
    padding-left: 20px;
  }
}

@media screen and (max-width: 1023px){

  .card.grid__item.grid__item--favorite{
    margin-right: 0;
  }

  .container{
    max-width: 636px!important;
  }

  .grid__item:nth-child(3n+3),
  .grid__item{
    margin: 0 20px 20px 0;
  }

  .grid__item:nth-child(2n+2){
    margin: 0 0 20px 0;
  }

  .header{
    height: 350px;
    background-position: 10%;
  }

  .container__title{
    font-size: 25px;
  }
}

@media screen and (max-width: 765px){
  .header{
    background-position: 20%;
  }
}

@media screen and (max-width: 689px){

  .grid__item:nth-child(3n+3),
  .grid__item{
    margin: 0 0 20px 0;
  }

  .grid__item{
    margin-right: 0;
  }

  .header{
    height: 100vw;
    background-image: url(/local/components/herbalife/cocktails.list/templates/.default/img/top_img_mob.jpg);
    background-size: cover;
    background-position: 35%;
  }

  .header__logo{
    margin: 0 auto 30px;
  }

  .header__title{
    text-align: center;
    margin: 0 auto 15px;
    border: 0;
    padding-left: 0;
    max-width: 450px;
  }

  .header__description{
    text-align: center;
    margin: 0 auto;
  }

  .header__content{
    padding: 0;
    padding-top: 10px;
  }

  .container__header{
    flex-direction: column;
    align-items: baseline;
  }

  .container{
    margin-top: 35px;
    max-width: 460px!important;
  }

  .container__title{
    margin-bottom: 15px;
  }

  .button__green{
    padding: 15px 45px;
    border-radius: 40px;
  }

  .ajax_product:before{
    top: 18px;
  }

  .card.grid__item.grid__item--favorite{
    flex-direction: column;
    width: auto;
  }

  .card.grid__item.grid__item--favorite .grid__item--img{
    height: 460px;
    width: 460px;
  }

  .card.grid__item.grid__item--favorite .grid__item--img img{
    height: 460px;
  }


  .grid__item:not(.grid__item--favorite){
    height: 518px;
  }

  .grid__item:not(.grid__item--favorite) .grid__item--img{
    height: 460px;
    width: 460px;
  }

  .grid__item:not(.grid__item--favorite) .grid__item--img img{
    /*height: 460px;*/
  }

  .card.grid__item.grid__item--favorite .grid__item--top{
    padding: 20px 15px;
    text-align: left;
  }

  .card.grid__item.grid__item--favorite .grid__item--bottom{
    background-color: white;
    padding: 0 0 20px 15px;
  }

  .card.grid__item.grid__item--favorite .grid__item--description,
  .card.grid__item.grid__item--favorite .grid__item--title{
    color: #0D1320;;
  }

  .card.grid__item.grid__item--favorite .grid__item--content{
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
}

@media screen and (max-width: 499px){

  .grid__item{
    margin-right: 0;
  }

  .grid__item--sign{
    font-size: 12px;
  }

  .container{
    max-width: 290px!important;
  }

  .header__title{
    font-size: 24px;
    max-width: 300px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .header__description{
    font-size: 16px;
  }

  .header{
    height: 100vw;
    background-position: 40%;
  }

  .card.grid__item.grid__item--favorite .grid__item--img{
    height: 290px;
    width: 290px;
  }

  .card.grid__item.grid__item--favorite .grid__item--img img{
    height: 290px;
  }


  .grid__item:not(.grid__item--favorite){
    height: 350px;
  }

  .grid__item:not(.grid__item--favorite) .grid__item--img{
    height: 290px;
    width: 290px;
  }

  .grid__item:not(.grid__item--favorite) .grid__item--img img{
    /*height: 290px;*/
  }

  .button_filter.button__green{
    margin-right: 10px;
  }

  .button__green{
    padding: 13px 30px;
  }

  .container__button--mobile{
    width: 100%;
  }

  .button_filter.button__green{
    margin-right: auto;
  }

  .card.grid__item.grid__item--favorite .grid__item--top{
    font-size: 16px;
  }

  .card.grid__item.grid__item--favorite .grid__item--description{
    font-size: 12px;
  }

  .card.grid__item.grid__item--favorite .grid__item--title{
    font-size: 14px;
  }

  .ajax_product:before{
    top: 16px;
    right: 70px;
  }

  .grid__sidebar.mobile{
    overflow: auto;
    height: 100vh;
    max-width: 100%;
    position: fixed;
  }

  .sort.mobile.show{
    max-width: 100%;
  }

  .sort.mobile.show .sort__header--mobile,
  .grid__sidebar.mobile.show .grid__title{
    position: relative;
  }

  .sort.mobile.show .sort__header--mobile .close{
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 30px;
    right: 30px;
    background-image: url("/local/components/herbalife/cocktails.list/templates/.default/img/close.svg");
    background-size: 15px 15px;
  }

  .grid__sidebar.mobile.show .grid__title .close{
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 5px;
    right: 0;
    background-image: url("/local/components/herbalife/cocktails.list/templates/.default/img/close.svg");
    background-size: 15px 15px;
  }

  .grid__sidebar.mobile.show .filter__clear{
    display: none;
  }

  .grid__sidebar.mobile.show .button__clear.filter__clear{
    display: block;
  }

  .grid__sidebar.mobile.show{
    height: calc(100% - 90px);
  }

  .filter__item.other{
    padding-bottom: 40px;
  }

  .checkbox{
    margin-bottom: 15px;
  }

  .filter__button--mobile{
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 30px 15px 25px;
    margin-top: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: white;
    -webkit-box-shadow: 0px -15px 15px -10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -15px 15px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -15px 15px -10px rgba(0, 0, 0, 0.1);
    z-index: 1000000;
  }

  .filter__button--mobile.show{
    display: flex;
  }

  .button__apply{
    background-color: #42A046;
    color: white;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
    line-height: 13px;
    padding: 11px 0;
    width: 140px;
    box-sizing: border-box;
    border-radius: 25px;
  }

  .button__clear{
    font-size: 12px;
    background-color: white;
    color: #0D1320;;
    border: 1px solid #42A046;
    height: 35px;
    box-sizing: border-box;
    text-align: center;
    line-height: 13px;
    padding: 11px 0;
    width: 140px;
    border-radius: 25px;
  }

  .sort.mobile.show{
    position: fixed;
    height: 100vh;
    background-color: white;
    z-index: 9999;
  }
}
@media screen and (max-width: 375px){
  .header{
    height: 140vw;
    background-position: 31%;
  }
}

.grid__item:not(.grid__item--favorite){
  width: calc((100% - 90px) / 4);
}
@media screen and (max-width: 1749px){
  .grid__item:not(.grid__item--favorite){
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 1023px){
  .grid__item:not(.grid__item--favorite){
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 689px){
  .grid__item:not(.grid__item--favorite){
    width: 100%;
  }
}
/* End */
/* /local/components/herbalife/cocktails.list/templates/.default/style.css?177122091820613 */
