/* line 88, ../scss/index.scss */
* {
  box-sizing: border-box;
}

/* line 92, ../scss/index.scss */
html, body {
  margin: 0;
  overflow-x: hidden;
}

/* line 97, ../scss/index.scss */
body {
  font-family: 'Quicksand Book' !important;
  font-size: 18px !important;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  color: #000 !important;
  background: #fff;
  padding: 0;
  margin: 0;
  position: relative;
}

/* line 110, ../scss/index.scss */
h1, h3, h2, h3, h2, h4, h5 {
  margin: 0;
  font-family: 'Sansation Bold' !important;
  line-height: 120%;
}

/* line 116, ../scss/index.scss */
h1 {
  font-size: 30px !important;
  font-weight: bold !important;
  color: #000 !important;
  text-align: center !important;
}

/* line 123, ../scss/index.scss */
h3, h2 {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #000 !important;
  text-align: center !important;
  margin: 45px 0 0 0 !important;
  -webkit-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  -moz-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  -ms-transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
  transition: all 0.4s cubic-bezier(0.88, -0.99, 0, 1.81);
}

/* line 132, ../scss/index.scss */
h2 {
  font-size: 35px !important;
  text-align: left !important;
}

/* line 139, ../scss/index.scss */
p {
  font-family: 'Quicksand Book';
  font-size: 19px;
}

/* line 146, ../scss/index.scss */
.logo-dvl {
  margin: 0 60px;
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  width: 70px;
  height: auto;
}

/* line 156, ../scss/index.scss */
.bg-grid {
  background: url(../img/bg-stripe-decor.png) no-repeat 0 0;
  background-size: cover;
  margin-bottom: 175px;
}

/* line 162, ../scss/index.scss */
.title {
  margin: 30px 0 95px 0 !important;
}

/* line 167, ../scss/index.scss */
.p-fact {
  position: relative;
  font-size: 16px;
  background: #fff;
  border: 3px solid #efd8af;
  width: 280px;
  height: auto;
  text-align: center;
  padding: 10px 10px 40px;
  margin: 30px auto;
  top: -72px;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* line 182, ../scss/index.scss */
.sm-line {
  position: absolute;
  width: 0px;
  height: 3px;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  background: #eabf74;
}

/* line 193, ../scss/index.scss */
.container-img-fact {
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* line 196, ../scss/index.scss */
.container-img-fact:hover {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
/* line 204, ../scss/index.scss */
.container-img-fact:hover .p-fact {
  opacity: 1;
  -webkit-transform: translateY(90px);
  -ms-transform: translateY(90px);
  -moz-transform: translateY(90px);
  -o-transform: translateY(90px);
  transform: translateY(90px);
}
/* line 213, ../scss/index.scss */
.container-img-fact:hover .p-fact .sm-line {
  width: 35px;
}

/* line 219, ../scss/index.scss */
#transmisi-diare {
  margin: -100px 0 0 0;
}
/* line 222, ../scss/index.scss */
#transmisi-diare .title-wrapper {
  width: 280px;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 231, ../scss/index.scss */
#food-facts .title-wrapper {
  width: 100%;
  max-width: 280px;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 240, ../scss/index.scss */
.p-transmisi {
  opacity: 1;
  border: none;
  background: none;
  top: 0;
  width: 450px;
  padding: 10px 0;
}

/* line 249, ../scss/index.scss */
.p-right {
  text-align: right !important;
}

/* line 253, ../scss/index.scss */
.p-left {
  text-align: left !important;
}

/* line 257, ../scss/index.scss */
.margin-left80 {
  margin: 0 0 0 80px !important;
}

/* line 261, ../scss/index.scss */
.text-plain {
  font-weight: normal;
  font-family: 'Quicksand Book';
}

/* line 266, ../scss/index.scss */
.margin-top50 {
  margin: 50px 0 0 0;
}

/* line 270, ../scss/index.scss */
.margin-left100 {
  margin-left: -100px;
}

/* line 274, ../scss/index.scss */
.text-uppercase {
  text-transform: uppercase;
}

/* line 278, ../scss/index.scss */
.font24 {
  font-size: 24px !important;
}

/* line 282, ../scss/index.scss */
.font30 {
  font-size: 30px !important;
}

/* line 286, ../scss/index.scss */
.img-warning {
  position: relative;
  bottom: -15px;
  left: 0;
}

/* line 292, ../scss/index.scss */
.text-bold {
  font-weight: bold;
}

/* line 296, ../scss/index.scss */
.text-italic {
  font-style: italic;
}

/* line 300, ../scss/index.scss */
.text-description {
  font-size: 16px;
  color: #000;
}

/* line 305, ../scss/index.scss */
.margin-top35 {
  margin: 35px 0 0 0;
}

/* line 309, ../scss/index.scss */
.margin-top10 {
  margin: 10px 0 0 0;
}

/* line 313, ../scss/index.scss */
.margin0 {
  margin: 0 !important;
}

/* line 317, ../scss/index.scss */
.border-spec {
  display: inline-block;
  border: solid 3px #eabf74;
  position: relative;
  z-index: 10;
  padding: 20px;
  margin-bottom: 20px;
}
/* line 325, ../scss/index.scss */
.border-spec:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: -30px;
  left: -30px;
  right: 15px;
  bottom: 6px;
  border: 3px solid #eabf74;
  opacity: 0.6;
}

/* line 340, ../scss/index.scss */
#top-menu .li-active {
  color: #a87720;
}
/* line 343, ../scss/index.scss */
#top-menu .li-active a {
  color: #a87720;
  border-bottom: solid 2px #eabf74;
}

/* line 351, ../scss/index.scss */
section.product2 {
  background: url(../img/bg-kitchen.png) no-repeat;
  background-size: cover;
  padding: 50px 0 80px;
}

/* line 357, ../scss/index.scss */
.set-height-bg {
  height: 901px;
}

/* line 361, ../scss/index.scss */
.set-post-product {
  position: relative;
  margin-top: 380px;
}

/* line 367, ../scss/index.scss */
.line-bullet {
  position: absolute;
  background: url(../img/bullet-line.png) no-repeat;
  width: 20px;
  height: 744px;
  top: 515px;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 380, ../scss/index.scss */
section.info .bkg-imgs .img6, section.info .bkg-imgs .img7 {
  float: left;
  margin-top: 0px;
}
/* line 384, ../scss/index.scss */
section.info .bkg-imgs .img7 {
  margin-top: 140px;
}
/* line 388, ../scss/index.scss */
section.info .bkg-imgs .img8, section.info .bkg-imgs .img9 {
  float: right;
  margin-top: 0px;
}
/* line 392, ../scss/index.scss */
section.info .bkg-imgs .img9 {
  margin-top: 150px;
}

/* line 399, ../scss/index.scss */
section.food-facts .artikel-wrapper {
  background: #fff;
  color: #a87720;
  padding: 0;
  box-shadow: 0 5px 15px #000;
  font-weight: bold;
  margin-bottom: 60px;
  position: relative;
  z-index: 50;
}

/* line 410, ../scss/index.scss */
.food-facts {
  margin-top: -300px;
}

/* line 414, ../scss/index.scss */
.box-text-detail {
  position: relative;
  width: 100%;
  height: 300px;
  padding: 30px 40px;
}

/* line 421, ../scss/index.scss */
.text-artikel-detail {
  font-family: 'Sansation Bold';
  font-size: 18px;
  color: #a87720;
}

/* line 427, ../scss/index.scss */
.box-text {
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 427, ../scss/index.scss */
  .box-text {
    height: 50%;
  }
}
@media (min-width: 992px) {
  /* line 427, ../scss/index.scss */
  .box-text {
    height: 50%;
    width: 100%;
  }
}
/* line 439, ../scss/index.scss */
.box-text:after {
  font-family: FontAwesome;
  content: "\f04b" !important;
  position: absolute;
  top: -20px !important;
  right: 0px;
  left: 0px;
  color: #fff;
  font-size: 26px;
  transform: rotate(30deg);
  -wekit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  z-index: 7;
}

/* line 456, ../scss/index.scss */
.top-box-text:after {
  top: 293px !important;
  transform: rotate(90deg);
  -wekit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  z-index: 7;
}

/* line 465, ../scss/index.scss */
.box-text-inner {
  display: table;
  height: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  /* line 465, ../scss/index.scss */
  .box-text-inner {
    display: block;
  }
}

/* line 475, ../scss/index.scss */
.text-artikel {
  font-family: 'Sansation Bold';
  font-size: 18px;
  color: #a87720;
  padding: 16.6%;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 768px) {
  /* line 475, ../scss/index.scss */
  .text-artikel {
    display: block;
    padding-top: 16.6%;
    padding-bottom: 16.6%;
    font-size: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 475, ../scss/index.scss */
  .text-artikel {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 499, ../scss/index.scss */
  .m-margin-title {
    margin: 80px 0 30px 0 !important;
  }
}
/* line 504, ../scss/index.scss */
.a-artikel {
  font-family: 'Sansation Bold';
  color: #000;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100px;
  margin: auto;
  font-size: 18px;
}
/* line 528, ../scss/index.scss */
.a-artikel:hover {
  color: #000;
}
@media (max-width: 768px) {
  /* line 504, ../scss/index.scss */
  .a-artikel {
    position: relative;
  }
}

/* line 542, ../scss/index.scss */
.margin-top60 {
  margin: 60px 0 0 0;
}

/* line 546, ../scss/index.scss */
.margin-bottom170 {
  margin-bottom: 170px;
}

/* line 550, ../scss/index.scss */
.btn-combo .i-left {
  border-right: solid 2px #a87720;
  display: block;
  margin-left: 20px;
  padding: 0 15px;
  height: 46px;
  line-height: 48px;
  float: left;
  font-size: 14px;
}

/* line 561, ../scss/index.scss */
.btn-test {
  border-right: none !important;
  border-left: none !important;
  border-top: solid 2px #a87720 !important;
  border-bottom: solid 2px #a87720 !important;
  padding-left: 0 !important;
}

/* line 569, ../scss/index.scss */
#mbl-display {
  display: none;
}

/* line 573, ../scss/index.scss */
.margin250 {
  margin: 250px 0 95px 0 !important;
}

/* line 577, ../scss/index.scss */
.margin100 {
  margin: 100px 0 95px 0 !important;
}

/* line 583, ../scss/index.scss */
.panel-body {
  padding: 0;
}

/* line 587, ../scss/index.scss */
.panel-group {
  margin-bottom: 70px;
}

/* line 591, ../scss/index.scss */
.text-faq {
  font-size: 15px;
  padding: 35px 60px;
}

/* line 596, ../scss/index.scss */
.text-q {
  padding-left: 40px;
}
/* line 599, ../scss/index.scss */
.text-q:before {
  content: "";
  border: 3px solid #e1ba5c;
  color: #e1ba5c;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 30px;
  height: 30px;
}
/* line 613, ../scss/index.scss */
.text-q:after {
  content: 'Q';
  color: #e1ba5c;
  position: absolute;
  left: 7px;
  top: 0;
}

/* line 622, ../scss/index.scss */
.collapse {
  border: 3px solid #ddb75b;
  margin: 20px 0 0 0;
}

/* line 627, ../scss/index.scss */
.panel-title {
  position: relative;
  margin: 0px !important;
  text-align: left !important;
}
/* line 632, ../scss/index.scss */
.panel-title a:hover, .panel-title a:focus {
  color: #000;
  text-decoration: none;
}

/* line 646, ../scss/index.scss */
.panel-heading {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 6px 20px #d9d9d9;
}

/* line 671, ../scss/index.scss */
a .panel-title:after {
  font-family: FontAwesome;
  content: "\f078";
  position: absolute;
  top: 2px;
  right: -5px;
  color: #e1ba5c;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 682, ../scss/index.scss */
a.collapsed .panel-title:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* line 687, ../scss/index.scss */
.panel {
  background: none;
}

/* line 693, ../scss/index.scss */
.title-artikel {
  background: #f2c77a;
  opacity: 0.7;
  width: 90%;
  height: auto;
  padding: 30px;
}

/* line 701, ../scss/index.scss */
.p-date {
  margin: 10px 0;
  font-size: 16px;
  font-style: italic;
}
/* line 706, ../scss/index.scss */
.p-date:before {
  content: "";
  display: block;
  position: relative;
  z-index: -1;
  top: 30px;
  left: 0;
  border-bottom: 3px solid #a87720;
  opacity: 1;
  width: 20px;
}

/* line 719, ../scss/index.scss */
.margin-top-100 {
  margin: -100px 0 0 0;
}

/* line 723, ../scss/index.scss */
.img-icon-share {
  padding: 0 10px;
}

/* line 727, ../scss/index.scss */
.fb-share:hover {
  content: url(../img/icon-fb-hover.png);
}

/* line 731, ../scss/index.scss */
.twitter-share:hover {
  content: url(../img/icon-twitter-hover.png);
}

/* line 735, ../scss/index.scss */
.copy-share:hover {
  content: url(../img/icon-copy-hover.png);
}

/* line 740, ../scss/index.scss */
.artikel {
  background: #fff;
  color: #000;
  padding: 0;
  box-shadow: 0 8px 20px #000;
  margin-bottom: 60px;
  margin-top: 20px;
  width: 100%;
  height: auto;
  padding: 30px 40px;
}
/* line 751, ../scss/index.scss */
.artikel .p-artikel {
  font-size: 16px;
  text-align: left;
  margin-bottom: 30px;
}

/* line 759, ../scss/index.scss */
section.detail-food-facts .p-title-facts {
  margin-bottom: 30px;
  font-size: 16px;
}
/* line 763, ../scss/index.scss */
section.detail-food-facts .p-title-facts:before {
  content: "";
  display: block;
  position: relative;
  top: 33px;
  left: 0;
  border-bottom: 1px solid #eabf74;
  opacity: 1;
  width: 100%;
}
/* line 774, ../scss/index.scss */
section.detail-food-facts .p-title-facts:after {
  content: "";
  display: block;
  position: relative;
  top: 5px;
  left: 0;
  border-bottom: 5px solid #eabf74;
  opacity: 1;
  width: 125px;
}

/* line 788, ../scss/index.scss */
#detail-food-facts #mbl-display .artikel-wrapper {
  box-shadow: 0 8px 20px #000;
}
/* line 791, ../scss/index.scss */
#detail-food-facts #mbl-display .artikel-wrapper .box-white:after {
  font-family: FontAwesome;
  content: "\f04b" !important;
  position: absolute;
  top: -20px !important;
  right: 0px;
  left: 0px;
  color: #fff;
  font-size: 26px;
  transform: rotate(30deg);
  -wekit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
}
/* line 806, ../scss/index.scss */
#detail-food-facts #mbl-display .artikel-wrapper .top-box-text:after {
  top: -21px !important;
  transform: rotate(30deg);
  -wekit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  z-index: 2;
}

/* line 818, ../scss/index.scss */
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
/* line 827, ../scss/index.scss */
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
/* line 840, ../scss/index.scss */
.hovereffect .img-artikel {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
/* line 846, ../scss/index.scss */
.hovereffect .a-artikel:after {
  content: "";
  display: block;
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: 3px solid #000;
  opacity: 1;
  width: 37px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
/* line 862, ../scss/index.scss */
.hovereffect:hover .img-artikel {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 866, ../scss/index.scss */
.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* line 871, ../scss/index.scss */
.hovereffect:hover .a-artikel:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* line 879, ../scss/index.scss */
.artikel-box {
  padding-right: 0!important;
  padding-left: 0!important;
  height: 613px;
  overflow: hidden;
  cursor: pointer;
}
/* line 886, ../scss/index.scss */
.artikel-box .a-artikel:after {
  content: "";
  display: block;
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-bottom: 3px solid #000;
  opacity: 1;
  width: 37px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
/* line 902, ../scss/index.scss */
.artikel-box:hover .a-artikel:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* line 908, ../scss/index.scss */
.artikel-box .img-artikel {
  overflow: hidden;
}
/* line 911, ../scss/index.scss */
.artikel-box .img-artikel .box-img {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  cursor: default;
}
/* line 918, ../scss/index.scss */
.artikel-box .img-artikel .box-img .artikel-img {
  display: block;
  position: relative;
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
}
/* line 929, ../scss/index.scss */
.artikel-box .img-artikel .overlay {
  width: 100%;
  height: 50%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background: url(../img/icon-eye.png) no-repeat rgba(96, 57, 19, 0.5);
  background-position: center center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 5;
}
/* line 943, ../scss/index.scss */
.artikel-box .img-artikel .overlay-bottom {
  width: 100%;
  height: 50%;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: url(../img/icon-eye.png) no-repeat rgba(96, 57, 19, 0.5);
  background-position: center center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 5;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 908, ../scss/index.scss */
  .artikel-box .img-artikel {
    position: relative;
    height: 50%;
  }
}
@media (min-width: 992px) {
  /* line 908, ../scss/index.scss */
  .artikel-box .img-artikel {
    height: 50%;
  }
}
/* line 966, ../scss/index.scss */
.artikel-box .img-artikel img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 966, ../scss/index.scss */
  .artikel-box .img-artikel img {
    width: auto;
    height: 100%;
    max-width: none;
    position: absolute;
    left: -999px;
    right: -999px;
    margin: auto;
  }
}
/* line 994, ../scss/index.scss */
.artikel-box:hover .artikel-img {
  transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
/* line 1006, ../scss/index.scss */
.artikel-box:hover .img-artikel .overlay, .artikel-box:hover .img-artikel .overlay-bottom {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 420px) {
  /* line 1019, ../scss/index.scss */
  .logo-dvl {
    right: -50px;
  }
}
@media (max-width: 767px) {
  /* line 1025, ../scss/index.scss */
  .img-icon-share {
    width: 75px;
    image-rendering: auto;
  }

  /* line 1030, ../scss/index.scss */
  .logo-dvl {
    width: 60px;
    top: 20px;
  }

  /* line 1035, ../scss/index.scss */
  .faq {
    margin-top: -145px;
  }

  /* line 1039, ../scss/index.scss */
  section.food-facts .artikel-wrapper {
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
  }

  /* line 1052, ../scss/index.scss */
  .bg-grid {
    background: url(../img/m-bg-stripe-decor.png) no-repeat 0 0;
    background-size: cover;
  }

  /* line 1060, ../scss/index.scss */
  .img6, section.info .bkg-imgs .img7,
  .img7,
  .img8,
  section.info .bkg-imgs .img9,
  .img9 {
    display: none;
  }

  /* line 1064, ../scss/index.scss */
  .panel-title {
    font-size: 16px !important;
  }

  /* line 1068, ../scss/index.scss */
  .text-faq {
    font-size: 14px;
  }

  /* line 1072, ../scss/index.scss */
  .title {
    margin: 100px 0 30px 0 !important;
  }

  /* line 1077, ../scss/index.scss */
  .m-margin-title {
    margin: 80px 0 30px 0 !important;
  }

  /* line 1081, ../scss/index.scss */
  .m-margin100-title {
    margin: 30px 0 50px 0 !important;
  }

  /* line 1085, ../scss/index.scss */
  .m-margin50 {
    margin: 50px 0 !important;
  }

  /* line 1089, ../scss/index.scss */
  .m-margin0 {
    margin: 0;
  }

  /* line 1093, ../scss/index.scss */
  .text-q:after {
    left: 6px;
    top: -3px;
    font-size: 22px;
  }

  /* line 1099, ../scss/index.scss */
  .line-bullet {
    display: none;
  }

  /* line 1103, ../scss/index.scss */
  h1 {
    font-size: 25px !important;
  }

  /* line 1107, ../scss/index.scss */
  .img-fact, .img-transmisi {
    width: 220px;
    left: 0;
    right: 0;
    margin: auto;
  }

  /* line 1115, ../scss/index.scss */
  h2 {
    font-size: 26px !important;
  }

  /* line 1119, ../scss/index.scss */
  .p-fact {
    font-size: 14px;
    top: 0;
    margin: 20px auto;
  }

  /* line 1125, ../scss/index.scss */
  .m-p-center {
    text-align: center !important;
  }

  /* line 1129, ../scss/index.scss */
  .p-transmisi {
    width: auto;
    padding: 0 20px;
  }

  /* line 1134, ../scss/index.scss */
  #pc-display {
    display: none;
  }

  /* line 1138, ../scss/index.scss */
  #mbl-display {
    display: block;
  }

  /* line 1142, ../scss/index.scss */
  .set-height-bg {
    height: 400px;
  }

  /* line 1146, ../scss/index.scss */
  .img-product {
    width: 250px;
    height: auto;
  }

  /* line 1151, ../scss/index.scss */
  .set-post-product {
    margin-top: 85px;
  }

  /* line 1155, ../scss/index.scss */
  .m-p-fact {
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
  }

  /* line 1160, ../scss/index.scss */
  .container-img-fact {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
  }
  /* line 1163, ../scss/index.scss */
  .container-img-fact:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 1167, ../scss/index.scss */
  .container-img-fact:hover .p-fact {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 1171, ../scss/index.scss */
  .container-img-fact .sm-line {
    width: 35px;
  }

  /* line 1176, ../scss/index.scss */
  .m-title-fact {
    margin: 30px 0 0 0 !important;
  }

  /* line 1180, ../scss/index.scss */
  #transmisi-diare {
    margin: 0;
  }

  /* line 1184, ../scss/index.scss */
  .m-p-left {
    text-align: left !important;
    padding-left: 20px;
  }

  /* line 1189, ../scss/index.scss */
  .m-p-left2 {
    text-align: left !important;
  }

  /* line 1193, ../scss/index.scss */
  .m-font18 {
    font-size: 18px !important;
  }

  /* line 1197, ../scss/index.scss */
  .m-font24 {
    font-size: 24px !important;
  }

  /* line 1201, ../scss/index.scss */
  .m-font22 {
    font-size: 22px !important;
  }

  /* line 1205, ../scss/index.scss */
  .m-font16 {
    font-size: 16px !important;
  }

  /* line 1209, ../scss/index.scss */
  .m-img-water {
    left: -85px;
    position: relative;
  }

  /* line 1218, ../scss/index.scss */
  .img-warning {
    width: 50px;
  }

  /* line 1222, ../scss/index.scss */
  .m-set-width {
    width: 90%;
  }

  /* line 1226, ../scss/index.scss */
  .m-p-center {
    text-align: center !important;
  }

  /* line 1230, ../scss/index.scss */
  .border-spec:before {
    left: -15px;
  }

  /* line 1234, ../scss/index.scss */
  .img-transmisi {
    width: 300px;
  }

  /* line 1239, ../scss/index.scss */
  .m-center-post {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 165px;
  }

  /* line 1250, ../scss/index.scss */
  section.detail-food-facts .p-title-facts:after {
    right: 0;
    margin: auto;
    top: 7px;
  }

  /* line 1257, ../scss/index.scss */
  .title-artikel {
    padding: 10px;
    width: 75%;
  }
  /* line 1261, ../scss/index.scss */
  .title-artikel h2 {
    font-size: 20px !important;
  }
  /* line 1265, ../scss/index.scss */
  .title-artikel .p-date {
    font-size: 16px;
  }

  /* line 1270, ../scss/index.scss */
  .margin-top-100 {
    margin: -35px 0 0 -20px;
  }

  /* line 1274, ../scss/index.scss */
  .m-margin30 {
    margin: 30px 0 10px 0;
  }

  /* line 1278, ../scss/index.scss */
  .m-margin-30 {
    margin: 30px 0 60px 0 !important;
  }

  /* line 1283, ../scss/index.scss */
  .artikel .p-artikel {
    font-size: 14px;
    margin-bottom: 10px;
  }

  /* line 1289, ../scss/index.scss */
  .box-white {
    background: #fff;
  }

  /* line 1294, ../scss/index.scss */
  #blockContainer {
    display: -webkit-box;
    display: -o-box;
    display: -ms-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    box-orient: vertical;
  }

  /* line 1302, ../scss/index.scss */
  #blockA {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }

  /* line 1305, ../scss/index.scss */
  #blockB {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    box-ordinal-group: 1;
  }

  /* line 1309, ../scss/index.scss */
  .box-text-detail {
    height: auto;
    padding: 0;
  }

  /* line 1315, ../scss/index.scss */
  section.food-facts .container,
  section.detail-food-facts .container {
    padding: 0 30px;
  }

  /* line 1319, ../scss/index.scss */
  .artikel-box {
    height: auto;
  }

  /* line 1323, ../scss/index.scss */
  .a-artikel:after {
    content: "";
    display: block;
    position: relative;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
    border-bottom: 3px solid #000;
    opacity: 1;
    width: 37px;
  }

  /* line 1336, ../scss/index.scss */
  .artikel-box .a-artikel:after {
    content: "";
    display: block;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: 3px solid #000;
    opacity: 1;
    width: 37px;
  }

  /* line 1349, ../scss/index.scss */
  .m-margin-40 {
    margin: -40px 0 30px 0 !important;
  }

  /* line 1353, ../scss/index.scss */
  .m-margintop-100 {
    margin-top: -100px;
  }

  /* line 1357, ../scss/index.scss */
  .top-box-text:after {
    top: -21px !important;
    transform: rotate(30deg);
    -wekit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    z-index: 2;
  }
}
@media (min-height: 412px) and (max-height: 414px) {
  /* line 1368, ../scss/index.scss */
  .set-post-product {
    margin-top: 125px;
  }
}
@media (min-height: 599px) and (max-height: 600px) {
  /* line 1374, ../scss/index.scss */
  .set-post-product {
    margin-top: 350px;
  }
}
@media (min-height: 800px) and (max-height: 800px) {
  /* line 1380, ../scss/index.scss */
  .set-post-product {
    margin-top: 350px;
  }
}
@media (min-width: 768px) and (max-width: 801px) {
  /* line 1386, ../scss/index.scss */
  .title {
    margin: 150px 0 30px 0 !important;
  }

  /* line 1390, ../scss/index.scss */
  .p-fact {
    width: 100%;
    top: 0;
    margin: 10px auto;
  }

  /* line 1396, ../scss/index.scss */
  .m-p-fact {
    opacity: 1;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
  }

  /* line 1401, ../scss/index.scss */
  .container-img-fact {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
  }
  /* line 1404, ../scss/index.scss */
  .container-img-fact:hover {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 1408, ../scss/index.scss */
  .container-img-fact:hover .p-fact {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  /* line 1412, ../scss/index.scss */
  .container-img-fact .sm-line {
    width: 35px;
  }

  /* line 1417, ../scss/index.scss */
  .m-title-fact {
    margin: 30px 0 0 0 !important;
  }

  /* line 1421, ../scss/index.scss */
  .m-set-height {
    height: 380px;
  }

  /* line 1425, ../scss/index.scss */
  h1 {
    font-size: 25px !important;
  }

  /* line 1429, ../scss/index.scss */
  h2 {
    font-size: 26px !important;
  }

  /* line 1433, ../scss/index.scss */
  .m-margin50 {
    margin: 170px 0 !important;
  }

  /* line 1437, ../scss/index.scss */
  .m-margin-title {
    margin: 80px 0 30px 0 !important;
  }

  /* line 1441, ../scss/index.scss */
  .m-margin100-title {
    margin: 100px 0 50px 0 !important;
  }

  /* line 1445, ../scss/index.scss */
  .m-set-warning-text {
    width: 500px;
    margin-left: -45px;
    padding: 10px;
  }

  /* line 1451, ../scss/index.scss */
  .img-warning {
    position: relative;
    bottom: 0px;
    left: 0;
  }

  /* line 1457, ../scss/index.scss */
  .margin-top50 {
    margin: 100px 0 0 0;
  }

  /* line 1465, ../scss/index.scss */
  .line-bullet {
    display: none;
  }

  /* line 1469, ../scss/index.scss */
  .m-margin100-title {
    margin: 100px 0 50px 0 !important;
  }

  /* line 1473, ../scss/index.scss */
  .set-height-bg {
    height: 500px;
  }

  /* line 1477, ../scss/index.scss */
  .set-post-product {
    margin-top: 80px;
  }

  /* line 1481, ../scss/index.scss */
  .faq {
    margin-top: -200px;
  }
}
@media (min-width: 767px) and (max-width: 767px) {
  /* line 1488, ../scss/index.scss */
  section.product2 {
    background-position: 0px -99px;
  }
}
@media (min-height: 767px) and (max-height: 801px) {
  /* line 1494, ../scss/index.scss */
  .set-post-product {
    margin-top: 320px;
  }
}
@media (min-height: 775px) and (max-height: 775px) {
  /* line 1500, ../scss/index.scss */
  .set-post-product {
    margin-top: 285px;
  }
}

div.artikel ol , div.artikel ol li{
  list-style: auto;
  font-family: 'Quicksand Book';
  font-size: 16px;
  text-align: left;
}