.health-benefits-range-individual{
  /*padding: 96px 0 96px 0;*/
  padding: 64px 64px 56px 64px;
  overflow: hidden;
}
.rounded-corners{margin:0 16px 96px 16px; border-radius:20px; background: #fff;}
.health-benefits-range-individual-head {
    margin-bottom: 48px;
    position: relative;
    display: block;
    width: auto;
    max-width: 90%;
}
.health-benefits-range-individual-head .fontabril{font-weight:400;}

.health-benefits-range-individual-head h2{
  margin-right: 17px;
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -0.02em;
  width: auto;
  display: table-cell;
  color: var(--primary);
}
.health-benefits-range-individual-head svg{
  margin-left: 10px;
}
.health-benefits-range-individual-main{
 /* overflow: hidden;*/
  display: block;
}
.health-benefits-range-individual-image{
  margin-right: 24px;
  width: 25.9%;
  float: left;
}
div.health-benefits-range.keen-slider{
  width: 72%;
}

.hbr-individual-item a{
  text-decoration: none;
}

.hbr-individual-item-image{
  padding: 32px;
  /*background: #FBFAFC;*/
  display: flex;
  justify-content: center;
}
.hbr-individual-item-image img{
  width: 224px;
  height: 224px;
  object-fit: contain;
}
.hbr-individual-item-content{
  padding: 20px 15px;
}
.hbr-individual-item-label{
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color:var(--primary);
}
.hbr-individual-item-label span{
  margin-right: 5px;
}
.hbr-individual-item-title h5{
  font-family: 'Larsseit';
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: var(--primary);
  margin-bottom: 0;
  font-weight: 700;
  margin-top: 5px;
  transition: all 0.5s ease-in-out;
}
.hbr-individual-item-title .mobileh5format{
  font-family: 'Larsseit';
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  color: var(--primary);
  margin-bottom: 0;
  font-weight: 400;
  transition: all 0.5s ease-in-out;
}

.hbr-individual-item-price-wrap{
  font-family: 'Larsseit';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  margin-top: 20px;
}
.hbr-individual-item-price{
  color: var(--primary);
  margin-right: 5px;
}
.hbr-individual-item-old-price{
  text-decoration-line: line-through;
  color: #D4D3D7;
}

@media (max-width: 1279px){
  .health-benefits-range-individual{
    padding: 80px 0 80px 0;
  }
}

@media(max-width: 767px){
  .health-benefits-range-individual-main{
    margin-bottom:32px;
    padding-bottom:32px;
  }
  .align-mobilesetup{
    position:absolute;
    top:none;bottom:35px;
  }
   .rounded-corners{border-radius:20px; background: #fff;margin:0 0 64px 0}
  .health-benefits-range-individual .arrow {
    bottom:-89px;
    top: auto !important;
  }
  .health-benefits-range-individual{
    padding: 64px 16px 64px 16px;
  }
  .health-benefits-range-individual-head h2{
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.02em;
  }
    .health-benefits-range-individual-head{ max-width: 100%; text-align:center}
  .health-benefits-range-cat-head{
    max-width: 90%;
  }
  .hbr-individual-item-price-wrap{
    font-size: 12px;
    line-height: 14px;
  }
  .hbr-individual-item-image{
    padding: 24px;
  }
  .hbr-individual-item-label{
    font-size: 11px;
  }
  .hbr-individual-item-price-wrap{
    margin-top: 16px;
  }
  .hbr-individual-item-title .mobileh5format,.hbr-individual-item-title h5{
    font-size: 14px;
    line-height: 18px;
  }
}
.navigation-wrapper{position:relative}
.health-benefits-range-individual .arrow {
    position: absolute;
    top: -95px;
    border: 1px solid var(--primary);
    border-radius: 50%;
    padding: 15px 18px;
    cursor: pointer;
}

.health-benefits-range-individual .img-arrow--left {
    background: url(../../images/arrow-l.svg) no-repeat;
    background-size: contain;
}
.health-benefits-range-individual .img-arrow--right {
    background: url(../../images/arrow-r.svg) no-repeat;
    background-size: contain;
}
.health-benefits-range-individual .img-arrow {
    width: 8px;
    height: 15px;
}
.health-benefits-range-individual .arrow--left {
    right: 64px;
}
.health-benefits-range-individual .arrow--right {
    right: 0;
}
.health-benefits-range-individual .arrow--disabled {
    opacity: 0.15;
    border: 1px solid var(--primary);
}

.align-rightbtn{position:absolute;right:10px;top:0px;}
.cta-viewall{border-radius: 24px;padding: 14px 24px;background: #1B3567;}
.cta-viewall a{text-decoration:none;color:#fff;font-size:14px; font-weight: 700;}

@media screen and (max-width: 1200px) {
.health-benefits-range-individual-main .health-benefits-range .hbr-individual-item .hbr-individual-item-image {
	height: auto !important;
	padding-bottom: 0px;
}
}