.mobile-only {
  display: block !important; }
  @media only screen and (min-width: 960px) {
    .mobile-only {
      display: none !important; } }

.tablet-only {
  display: block !important; }
  @media only screen and (max-width: 768px) {
    .tablet-only {
      display: none !important; } }
  @media only screen and (min-width: 960px) {
    .tablet-only {
      display: none !important; } }

.desktop-only {
  display: none !important; }
  @media only screen and (min-width: 960px) {
    .desktop-only {
      display: block !important; } }

@media only screen and (min-width: 960px) {
  .no-padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important; } }

@media only screen and (max-width: 480px) {
  .no-padding-top {
    padding-top: 30px !important; } }
@media only screen and (min-width: 960px) {
  .no-padding-top {
    padding-top: 0 !important; } }

@media only screen and (max-width: 768px) {
  .no-padding-bottom-mobile {
    padding-bottom: 0 !important; } }

@media only screen and (min-width: 960px) {
  .no-padding-bottom {
    padding-bottom: 0 !important; } }

.extra-hpad {
  padding-left: 45px !important; }

.extra-vpad {
  padding-top: 3rem !important; }

.extra-vpad-desktop-only {
  padding-top: 1rem !important; }
  @media only screen and (min-width: 960px) {
    .extra-vpad-desktop-only {
      padding-top: 3rem !important; } }

.rel {
  position: relative; }

.centered {
  transform: translate(-50%);
  margin-left: 50%; }

.double-padding {
  padding: 4.5rem 1.5rem; }
  @media only screen and (min-width: 768px) {
    .double-padding {
      padding: 6rem 1.5rem; } }

.white {
  color: #fff !important;
  text-shadow: 1px 1px 1px #010101; }

*:focus {
  outline: none !important; }

.l-green {
  padding-left: 0;
  padding-right: 0;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f6f6f6 9%, #cbf5f4 40%, #cbf5f4 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(9%, #f6f6f6), color-stop(40%, #cbf5f4), color-stop(100%, #cbf5f4));
  background: -webkit-linear-gradient(top, white 0%, #f6f6f6 9%, #cbf5f4 40%, #cbf5f4 100%);
  background: -o-linear-gradient(top, white 0%, #f6f6f6 9%, #cbf5f4 40%, #cbf5f4 100%);
  background: -ms-linear-gradient(top, white 0%, #f6f6f6 9%, #cbf5f4 40%, #cbf5f4 100%);
  background: linear-gradient(to bottom, white 0%, #f6f6f6 9%, #cbf5f4 40%, #cbf5f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cbf5f4', GradientType=0 ); }
  @media only screen and (max-width: 768px) {
    .l-green {
      padding-bottom: 10px; } }

.purple {
  padding-left: 0;
  padding-right: 0;
  background: white;
  background: -moz-linear-gradient(top, white 0%, white 16%, #b286c7 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(16%, #b286c7), color-stop(100%, #b286c7));
  background: -webkit-linear-gradient(top, white 0%, white 16%, #e380ff 100%);
  background: -o-linear-gradient(top, white 0%, white 16%, #b286c7 100%);
  background: -ms-linear-gradient(top, white 0%, white 16%, #b286c7 100%);
  background: linear-gradient(to bottom, white 0%, white 16%, #b286c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e380ff', GradientType=0 ); }
  @media only screen and (max-width: 768px) {
    .purple {
      padding-bottom: 10px; } }

.brown {
  padding-left: 0;
  padding-right: 0;
  background: white;
  background: -moz-linear-gradient(top, white 0%, white 4%, #aa6130 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(4%, white), color-stop(100%, #aa6130));
  background: -webkit-linear-gradient(top, white 0%, white 4%, #aa6130 100%);
  background: -o-linear-gradient(top, white 0%, white 4%, #aa6130 100%);
  background: -ms-linear-gradient(top, white 0%, white 4%, #aa6130 100%);
  background: linear-gradient(to bottom, white 0%, white 4%, #aa6130 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#aa6130', GradientType=0 ); }
  @media only screen and (max-width: 768px) {
    .brown {
      padding-bottom: 10px; } }

.orenji {
  padding-left: 0;
  padding-right: 0;
  background: white;
  background: -moz-linear-gradient(top, white 0%, white 24%, #f49231 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(24%, white), color-stop(100%, #f49231));
  background: -webkit-linear-gradient(top, white 0%, white 24%, #f49231 100%);
  background: -o-linear-gradient(top, white 0%, white 24%, #f49231 100%);
  background: -ms-linear-gradient(top, white 0%, white 24%, #f49231 100%);
  background: linear-gradient(to bottom, white 0%, white 24%, #f49231 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f49231', GradientType=0 ); }
  @media only screen and (max-width: 768px) {
    .orenji {
      padding-bottom: 10px; } }

.yello {
  padding-left: 0;
  padding-right: 0;
  background: white;
  background: -moz-linear-gradient(top, white 0%, white 24%, #e8e046 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(24%, white), color-stop(100%, #e8e046));
  background: -webkit-linear-gradient(top, white 0%, white 24%, #e8e046 100%);
  background: -o-linear-gradient(top, white 0%, white 24%, #e8e046 100%);
  background: -ms-linear-gradient(top, white 0%, white 24%, #e8e046 100%);
  background: linear-gradient(to bottom, white 0%, white 24%, #e8e046 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e046', GradientType=0 ); }
  @media only screen and (max-width: 768px) {
    .yello {
      padding-bottom: 10px; } }

.tosca {
  padding-left: 0;
  padding-right: 0;
  background: white;
  background: -moz-linear-gradient(top, white 0%, white 24%, #93bd68 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(24%, white), color-stop(100%, #93bd68));
  background: -webkit-linear-gradient(top, white 0%, white 24%, #93bd68 100%);
  background: -o-linear-gradient(top, white 0%, white 24%, #93bd68 100%);
  background: -ms-linear-gradient(top, white 0%, white 24%, #93bd68 100%);
  background: linear-gradient(to bottom, white 0%, white 24%, #93bd68 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#93bd68', GradientType=0 ); }
  @media only screen and (max-width: 768px) {
    .tosca {
      padding-bottom: 10px; } }

.brown-bg {
  background: #3e2417; }
  .brown-bg .title, .brown-bg p {
    color: #fff; }

.yellow {
  background: #ffdc44; }

.aqua {
  background: #cbf5f4; }

.left {
  text-align: center; }
  @media only screen and (min-width: 960px) {
    .left {
      text-align: left; } }

.right {
  text-align: center; }
  @media only screen and (min-width: 960px) {
    .right {
      text-align: right; } }

@font-face {
  font-family: 'AmericanTypewriter';
  src: url("../fonts/AmericanTypewriter/AmericanTypewriter.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'AmericanTypewriter-Bold';
  src: url("../fonts/AmericanTypewriter-Bold/AmericanTypewriter-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nunito-Bold';
  src: url("../fonts/Nunito-Bold/Nunito-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Nunito-Regular';
  src: url("../fonts/Nunito-Regular/Nunito-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
h1, h2, h3, h4, h5, h6 {
  font-family: 'AmericanTypewriter-Bold';
  font-weight: 300;
  display: block;
  color: #392315; }

q, blockquote {
  font-family: 'AmericanTypewriter'; }

q:before, q:after {
  content: '"'; }

small {
  font-size: 90%; }

.center {
  text-align: center; }

a {
  color: #392315; }

a:hover {
  color: #392315;
  border-bottom: none;
  transition: all 0.3s; }

a {
  outline: 0; }

p {
  font-family: 'Nunito-Regular';
  font-weight: 300;
  font-size: 1.2rem;
  color: #392315; }
  @media only screen and (max-width: 480px) {
    p {
      font-size: 1rem; } }
  p b {
    font-family: 'Nunito-Bold'; }

.content p {
  font-family: 'Nunito-Regular';
  font-weight: 300;
  font-size: 1.2rem;
  color: #392315; }
  @media only screen and (max-width: 480px) {
    .content p {
      font-size: 1rem; } }
  .content p b {
    font-family: 'Nunito-Bold'; }

p a {
  color: #ad0000;
  border-bottom: 2px solid #ad0000; }

.link-red {
  color: #ad0000;
  border-bottom: 2px solid #ad0000; }

strong {
  font-family: 'Nunito-Bold';
  font-weight: 700;
  color: #392315; }

.link.is-info.is-active {
  font-weight: bold; }
  @media only screen and (min-width: 960px) {
    .link.is-info.is-active {
      background-image: url("../img/bg-8-img-4.svg");
      background-position: center;
      background-repeat: no-repeat; } }

@media only screen and (max-width: 480px) {
  .hero.is-white .title {
    font-size: 2rem; } }

@media only screen and (max-width: 480px) {
  .hero.is-white .subtitle {
    font-size: 1rem; } }

h3.title a {
  color: #392315;
  transition: all 0.3s; }
h3.title a:hover {
  color: #393939; }

.title {
  color: #392315; }

@media only screen and (max-width: 480px) {
  .title.is-1 {
    font-size: 2.25rem; } }

@media only screen and (max-width: 480px) {
  .title.is-1.main-text {
    font-size: 1.8rem; } }

.num-phone {
  font-family: 'AmericanTypewriter';
  font-size: 3em; }
  @media only screen and (max-width: 768px) {
    .num-phone {
      font-size: 1.75em; } }

@media only screen and (max-width: 768px) {
  .is-news-title {
    font-size: 1.2rem !important;
    width: 95%; } }
@media only screen and (min-width: 768px) {
  .is-news-title {
    font-size: 1.9rem !important;
    width: 95%; } }

.address {
  font-size: 90%;
  letter-spacing: 0.02em; }

@media only screen and (max-width: 768px) {
  .address.left {
    text-align: center; } }

@media only screen and (max-width: 768px) {
  .address.center {
    text-align: center; } }

@media only screen and (max-width: 768px) {
  .address.right {
    text-align: center; } }

@media only screen and (max-width: 480px) {
  .ramadhan {
    font-size: 1.75rem !important; } }

@media only screen and (min-width: 768px) {
  .special h3.title.is-2 {
    font-size: 2.35rem; } }

.content.location small {
  font-weight: 800 !Important;
  font-size: 0.85rem !Important;
  color: #392315; }
.content.location p {
  font-size: 0.85rem !Important; }

.navigation .logo {
  width: 180px; }

.nav-toggle {
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  z-index: 5; }

.nav-toggle:hover {
  background: none; }

.nav-item img {
  margin-left: 48%;
  transform: translate(-50%);
  max-height: 4.75rem;
  z-index: 1;
  position: absolute;
  top: 0;
  margin-top: 5px; }

@media only screen and (min-width: 960px) {
  .level.navigation {
    margin-left: -2.5rem; } }
@media only screen and (min-width: 1320px) {
  .level.navigation {
    margin-left: 0; } }

@media only screen and (min-width: 960px) {
  .level > .level-item:not(.is-narrow) {
    width: 125px; } }
@media only screen and (min-width: 1320px) {
  .level > .level-item:not(.is-narrow) {
    width: 100px; } }

#title-section {
  margin: 0 0 1rem; }

.store {
  position: absolute;
  width: 50px;
  padding: 10px;
  left: 5px;
  display: block; }
  @media only screen and (min-width: 960px) {
    .store {
      display: none; } }

.nav.is-hidden-desktop {
  display: block; }
  @media only screen and (min-width: 960px) {
    .nav.is-hidden-desktop {
      display: none; } }

.nav-menu.is-active {
  z-index: 4;
  top: 0; }

.level-item a {
  color: #392315;
  font-family: 'Nunito-Bold';
  border-bottom: none;
  transition: all 0.3s; }
.level-item a:hover {
  color: #ab541c; }

.logo {
  width: 100%;
  margin-left: 1rem;
  margin-top: 15px;
  padding-right: 0.5rem; }
  @media only screen and (min-width: 960px) {
    .logo {
      padding-right: 2.25rem; } }

.modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(107, 76, 76, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  height: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
  /* background: none; */
  height: 40px;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px; }

.modal-card {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.img-bg {
  position: relative; }

.cookies-btm {
  position: fixed;
  z-index: 0;
  top: 0;
  margin-top: 28%;
  left: 0;
  margin-left: 50%;
  transform: translatex(-48%);
  max-width: 520px; }
  @media only screen and (min-width: 768px) {
    .cookies-btm {
      margin-top: 15.5%; } }
  @media only screen and (min-width: 960px) {
    .cookies-btm {
      margin-top: 19.5%; } }
  @media only screen and (min-width: 1320px) {
    .cookies-btm {
      margin-top: 17.5%; } }
  @media only screen and (min-width: 1600px) {
    .cookies-btm {
      margin-top: 15%; } }
  @media only screen and (min-width: 1920px) {
    .cookies-btm {
      margin-top: 11.5%; } }
  .cookies-btm li {
    list-style: none; }
    .cookies-btm li h4 {
      margin-top: 3rem !important;
      margin-bottom: 0.75rem !important; }
      @media only screen and (max-width: 480px) {
        .cookies-btm li h4 {
          font-size: 1rem !important;
          margin-bottom: 0.25rem !important; } }

#cookies-alt {
  display: none; }
  @media only screen and (min-width: 768px) {
    #cookies-alt {
      display: block; } }

@media only screen and (min-width: 768px) {
  .ribbon {
    width: 67.5%; } }

#introduction {
  transform: translateZ(0); }

.bg-top {
  background-image: url(../img/bg_if_3.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  height: 170px; }
  @media only screen and (min-width: 768px) {
    .bg-top {
      height: 320px;
      background-attachment: fixed;
      background-position-y: 100px; } }
  @media only screen and (min-width: 960px) {
    .bg-top {
      height: 480px;
      background-position: bottom center; } }
  @media only screen and (min-width: 1320px) {
    .bg-top {
      height: 540px;
      background-size: 1040px;
      background-position-y: 87%; } }
  @media only screen and (min-width: 1600px) {
    .bg-top {
      background-size: 1200px; } }
  @media only screen and (min-width: 1920px) {
    .bg-top {
      background-position: center center;
      background-position-y: 215px; } }

.cookies-banner-2 {
  z-index: 1;
  position: absolute;
  left: 0;
  margin-left: 50%;
  transform: translateX(-49%); }
  @media only screen and (max-width: 480px) {
    .cookies-banner-2 {
      max-width: 320px;
      margin-top: -80px; } }
  @media only screen and (min-width: 768px) {
    .cookies-banner-2 {
      max-width: 360px;
      margin-top: -175px; } }
  @media only screen and (min-width: 960px) {
    .cookies-banner-2 {
      max-width: 420px;
      margin-top: -250px; } }

.img-mid {
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  /* margin-left: 50%; */
  margin-top: -30%; }
  @media only screen and (min-width: 960px) {
    .img-mid {
      margin-left: 32%;
      margin-top: 10%; } }

.img-top {
  position: absolute;
  z-index: 3;
  transform: translate(-50%, -50%);
  margin-left: 51%; }
  @media only screen and (min-width: 768px) {
    .img-top {
      margin-top: 55%; } }
  @media only screen and (min-width: 960px) {
    .img-top {
      margin-top: 45%; } }

.intro {
  margin-top: 15px; }
  @media only screen and (min-width: 768px) {
    .intro {
      margin-top: 50px; } }

.white-cloud {
  position: absolute;
  width: 100%;
  min-height: 30px;
  margin-top: -20px;
  user-select: none;
  z-index: 1; }
  .white-cloud img {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
  @media only screen and (min-width: 768px) {
    .white-cloud {
      margin-top: -45px; } }
  @media only screen and (min-width: 960px) {
    .white-cloud {
      margin-top: -60px; } }
  @media only screen and (min-width: 1320px) {
    .white-cloud {
      margin-top: -75px; } }
  @media only screen and (min-width: 1920px) {
    .white-cloud {
      margin-top: -100px; } }

.reverse {
  margin-top: -15px; }
  @media only screen and (min-width: 768px) {
    .reverse {
      margin-top: -7px; } }

.flip {
  transform: rotate(180deg); }

.img-mid-left {
  position: absolute;
  z-index: 1;
  margin-top: -150px;
  transform: translate(-50%);
  left: 52.5%;
  width: 80%;
  z-index: 2; }
  @media only screen and (min-width: 768px) {
    .img-mid-left {
      width: 37.5%; } }
  @media only screen and (min-width: 960px) {
    .img-mid-left {
      margin-top: -90px;
      width: 42.5%;
      transform: translate(0%);
      left: 0; } }

.img-mid-left-2 {
  position: absolute;
  z-index: 1;
  margin-top: -130px;
  transform: translate(-50%);
  left: 42.5%;
  width: 90%;
  z-index: 2; }
  @media only screen and (min-width: 768px) {
    .img-mid-left-2 {
      width: 47.5%;
      margin-top: -200px;
      left: 47.5%; } }
  @media only screen and (min-width: 960px) {
    .img-mid-left-2 {
      margin-top: -90px;
      width: 42.5%;
      transform: translate(0%);
      right: 0; } }

.odd {
  float: left; }
  @media only screen and (min-width: 768px) {
    .odd {
      justify-content: flex-end; } }

.background-big-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: auto; }
  @media only screen and (max-width: 768px) {
    .background-big-image .title.is-1 {
      font-size: 1.75rem; } }
  @media only screen and (min-width: 768px) {
    .background-big-image {
      background-size: cover;
      background-attachment: fixed; } }
  @media only screen and (min-width: 960px) {
    .background-big-image {
      height: 720px;
      background-size: 100%; } }

.quote-img {
  background-image: url("../img/yello-quote.png");
  background-size: 180px;
  background-repeat: no-repeat;
  background-position: center center; }

.featured-list li {
  display: inline-block;
  width: 70px;
  margin: 30px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .featured-list li {
      width: 200px; } }

.certificate-list {
  margin-top: 6rem; }
  .certificate-list li {
    display: inline-block;
    width: 21%;
    margin: 15px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .certificate-list li {
        width: 150px;
        margin: 30px; } }

.socmed li {
  display: inline-block;
  width: 65px;
  margin: 15px;
  text-align: center; }
  @media only screen and (max-width: 480px) {
    .socmed li {
      width: 57px; } }
  .socmed li img {
    height: 35px; }

.line-it-button {
  height: 27px !important; }

.footer {
  background-color: #fff !Important; }

.img-footer {
  position: absolute;
  margin-top: -12%;
  z-index: 0;
  width: 100%;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none; }
  @media only screen and (min-width: 2400px) {
    .img-footer {
      margin-top: -8%; } }

@media only screen and (max-width: 768px) {
  .testimonial-section {
    padding-bottom: 0;
    padding-top: 3rem; }
    .testimonial-section .title {
      font-size: 2.5rem; } }
@media only screen and (min-width: 960px) {
  .testimonial-section {
    padding-top: 6.5rem; } }

@media only screen and (min-width: 768px) {
  .product {
    padding: 30px; } }
@media only screen and (min-width: 960px) {
  .product {
    padding: 60px; } }
@media only screen and (max-width: 768px) {
  .product h3 {
    font-size: 1rem !important; } }

.cta {
  text-align: center; }

#voucher-section {
  width: 100%;
  background-image: url(../img/voucher.png);
  background-size: 100%;
  height: 200px;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 768px) {
    #voucher-section {
      width: 40%; } }
  @media only screen and (min-width: 960px) {
    #voucher-section {
      width: 33.3333%; } }
  #voucher-section .voucher-desc {
    margin-left: 30%;
    margin-top: 9.5%; }
    #voucher-section .voucher-desc h3, #voucher-section .voucher-desc p {
      color: #fff;
      margin-bottom: 0.5rem; }
    @media only screen and (max-width: 480px) {
      #voucher-section .voucher-desc {
        margin-left: 25%;
        margin-top: 6.75%; }
        #voucher-section .voucher-desc .title {
          font-size: 1.35rem; } }

.img-promo {
  width: 100% !important; }

.exp-promo img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }
.exp-promo a {
  pointer-events: none;
  cursor: none; }

.logo-float {
  max-width: 55%;
  position: absolute;
  z-index: 2;
  top: 0;
  margin-top: -175px;
  margin-left: -25%; }
  @media only screen and (min-width: 768px) {
    .logo-float {
      margin-left: -15%;
      max-width: 33%; } }
  @media only screen and (min-width: 960px) {
    .logo-float {
      margin-left: -12.5%;
      max-width: 25%;
      margin-top: 0; } }

.img-mid-left-2-a, .img-mid-left-2-b {
  position: absolute;
  z-index: 1;
  margin-top: -180px;
  transform: translate(-50%);
  left: 42.5%;
  width: 90%;
  z-index: 3; }
  @media only screen and (min-width: 768px) {
    .img-mid-left-2-a, .img-mid-left-2-b {
      width: 47.5%;
      margin-top: -200px;
      left: 47.5%; } }
  @media only screen and (min-width: 960px) {
    .img-mid-left-2-a, .img-mid-left-2-b {
      margin-top: -90px;
      width: 42.5%;
      transform: translate(0%);
      right: 0; } }

.wonderful-logo {
  margin-top: 4.5rem;
  padding: 10px 20px; }
  @media only screen and (max-width: 480px) {
    .wonderful-logo figure {
      width: 55%; } }
  @media only screen and (min-width: 480px) and (max-width: 768px) {
    .wonderful-logo figure {
      width: 25%; } }

.intro .wonderful-logo {
  margin-top: 1.5rem; }
  @media only screen and (min-width: 960px) {
    .intro .wonderful-logo {
      margin-top: 4rem;
      margin-bottom: 1.5rem; } }

@media only screen and (max-width: 480px) {
  .bottom-info {
    padding: 0 1.5rem 3rem; } }
.bottom-info .wonderful-logo {
  margin-top: 0.5rem;
  z-index: 2;
  position: relative; }
  .bottom-info .wonderful-logo img {
    max-width: 200px; }
    @media only screen and (min-width: 960px) {
      .bottom-info .wonderful-logo img {
        max-width: 280px; } }
  @media only screen and (min-width: 960px) {
    .bottom-info .wonderful-logo {
      margin-top: 0.5rem;
      margin-bottom: 1.5rem; } }

.slider-container {
  width: 100%; }
  .slider-container .slick-slide {
    height: inherit; }

/* STORY PAGE ELEMENTS */
.img-story {
  width: 100%;
  border-radius: 10px; }

/* PRODUCT LIST */
@media only screen and (min-width: 960px) {
  .product-section .products {
    margin-top: 2.5rem;
    margin-top: 1em; } }
@media only screen and (min-width: 960px) {
  .product-section .products .column {
    margin-bottom: 0.5rem; } }

.product-list-section {
  padding: 0.5em 1em; }
  @media only screen and (min-width: 768px) and (max-width: 960px) {
    .product-list-section {
      width: 50% !important;
      position: relative; } }
  @media only screen and (min-width: 960px) {
    .product-list-section {
      padding: 3.5em; } }

.product-list {
  border: 1px solid #ffdc44;
  padding: 30px 15px;
  margin: 15px;
  border-radius: 10px;
  transition: all 0.2s; }
  .product-list img {
    max-width: 50%;
    transition: all 0.2s; }
  @media only screen and (min-width: 768px) {
    .product-list img {
      max-width: 275px;
      transition: all 0.2s; } }
  .product-list .button-orange {
    position: absolute;
    padding: 15px 20px;
    min-width: 100px; }
    @media only screen and (max-width: 768px) {
      .product-list .button-orange {
        padding: 10px 20px;
        transform: translateX(-50%);
        left: 0;
        margin-left: 50%; } }
    @media only screen and (min-width: 768px) and (max-width: 960px) {
      .product-list .button-orange {
        width: 125px;
        text-align: center;
        margin-left: 80%; } }
    @media only screen and (min-width: 960px) {
      .product-list .button-orange {
        width: 135px;
        margin-left: 6.5%;
        text-align: center; } }
  @media only screen and (max-width: 480px) {
    .product-list .img-products {
      width: 150px; } }
  @media only screen and (max-width: 480px) {
    .product-list .title {
      font-size: 1.75rem; } }

@media only screen and (max-width: 480px) {
  .special {
    max-width: 480px !important;
    width: 90% !important; } }

.product-list.special-big img {
  max-width: 480px;
  transition: all 0.3s; }

.product-list.special-big:hover img {
  max-width: 500px;
  transition: all 0.3s; }

.product-list:hover {
  background-color: #ffdc44;
  transition: all 0.2s; }
  .product-list:hover img {
    max-width: 52%;
    transition: all 0.3s; }
    @media only screen and (min-width: 768px) {
      .product-list:hover img {
        max-width: 290px; } }

/* PRODUCT DETAILS */
.bg-01 {
  background-image: url(../img/doodle/bg_if_doodle_-01.png); }

.bg-02 {
  background-image: url(../img/doodle/bg_if_doodle_-02.png); }

.bg-03 {
  background-image: url(../img/doodle/bg_if_doodle_-03.png); }

.bg-04 {
  background-image: url(../img/doodle/bg_if_doodle_-04.png); }

.bg-05 {
  background-image: url(../img/doodle/bg_if_doodle_-05.png); }

.bg-top-prod-type-short {
  background-repeat: no-repeat;
  background-position: 50% 42.5%;
  height: 130px;
  background-size: 140%; }
  @media only screen and (min-width: 768px) {
    .bg-top-prod-type-short {
      height: 240px;
      background-size: 105%;
      background-attachment: fixed;
      background-position-y: 100px; } }
  @media only screen and (min-width: 960px) {
    .bg-top-prod-type-short {
      height: 280px;
      background-position-y: 100px; } }
  @media only screen and (min-width: 1320px) {
    .bg-top-prod-type-short {
      background-size: 960px;
      background-position: 50% 33.5%; } }
  @media only screen and (min-width: 1600px) {
    .bg-top-prod-type-short {
      background-size: 1200px; } }
  @media only screen and (min-width: 1920px) {
    .bg-top-prod-type-short {
      height: 420px;
      background-position: 50% 35%; } }
  @media only screen and (min-width: 2400px) {
    .bg-top-prod-type-short {
      height: 420px;
      background-position: 50% 54.5%; } }

.cookies-banner-prod-type-short {
  position: absolute;
  margin-top: -175px;
  margin-left: 50%;
  transform: translate(-65%);
  z-index: 1; }
  @media only screen and (min-width: 768px) {
    .cookies-banner-prod-type-short {
      width: auto;
      margin-top: -175px;
      transform: translate(-54.5%); } }
  @media only screen and (min-width: 960px) {
    .cookies-banner-prod-type-short {
      margin-top: -300px; }
      .cookies-banner-prod-type-short img {
        max-width: 300px;
        width: 100%; } }

.cookies-banner-prod-type-long {
  position: absolute;
  margin-top: -210px;
  margin-left: 50%;
  transform: translate(-65%);
  width: 33.33%;
  z-index: 1; }
  .cookies-banner-prod-type-long img {
    max-width: 125px;
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .cookies-banner-prod-type-long {
      width: auto;
      margin-top: -225px;
      transform: translate(-62.5%); }
      .cookies-banner-prod-type-long img {
        max-width: 185px;
        width: 100%; } }
  @media only screen and (min-width: 960px) {
    .cookies-banner-prod-type-long {
      margin-top: -415px;
      transform: translate(-53.5%); }
      .cookies-banner-prod-type-long img {
        max-width: 275px;
        width: 100%; } }

.cookies-banner-prod-type-special {
  position: absolute;
  width: 100%;
  max-width: 300px;
  margin-top: -175px;
  left: 0;
  margin-left: 50%;
  transform: translate(-50%);
  z-index: 1; }
  @media only screen and (min-width: 768px) {
    .cookies-banner-prod-type-special {
      max-width: 480px;
      margin-top: -200px; } }
  @media only screen and (min-width: 960px) {
    .cookies-banner-prod-type-special {
      max-width: 520px;
      margin-top: -250px; } }
  .cookies-banner-prod-type-special img {
    width: 100%; }

/* JOURNAL */
.columns.journal {
  border: 1px solid #f3a533;
  border-radius: 15px; }
  @media only screen and (min-width: 960px) {
    .columns.journal {
      margin-bottom: 7.5rem; } }

.journal {
  margin-bottom: 3rem; }
  @media only screen and (max-width: 768px) {
    .journal .extra-vpad {
      padding-top: 0.5rem !important; } }

.journal-img {
  width: 100%; }
  @media only screen and (min-width: 1320px) {
    .journal-img {
      position: absolute;
      max-width: 480px;
      margin-top: -75px;
      margin-left: -75px;
      border-radius: 15px; } }

@media only screen and (min-width: 960px) {
  .journal-date {
    position: absolute;
    margin-top: 3.5rem;
    margin-left: -25%;
    font-size: 2rem; } }

@media only screen and (max-width: 768px) {
  .journal-content .title.is-1 {
    font-size: 2rem !important; } }
@media only screen and (max-width: 768px) {
  .journal-content img {
    width: 100%; } }

.avatar {
  max-width: 150px;
  width: 100%;
  border-radius: 50%;
  margin-bottom: 5px; }

@media only screen and (max-width: 480px) {
  .testimonial .column.is-6 {
    width: 65%  !important; } }
@media only screen and (max-width: 480px) {
  .testimonial .column.is-offset-3 {
    margin-left: 17.5% !important; } }
.testimonial .testi {
  margin-bottom: 3em; }
  .testimonial .testi h3 {
    font-size: 1.45rem;
    margin-bottom: 0.5rem; }
  @media only screen and (max-width: 480px) {
    .testimonial .testi .extra-vpad {
      padding-top: 1rem !important; } }
.testimonial .q-image {
  position: absolute;
  z-index: 0;
  right: 0;
  margin-top: -20px;
  margin-right: -5%;
  width: 50px; }

.ballon {
  position: fixed;
  left: 5em;
  margin-top: 520px;
  width: 25%; }
  @media only screen and (max-width: 480px) {
    .ballon {
      display: none; } }

.public-figure {
  margin-bottom: 6em !important; }
  @media only screen and (max-width: 480px) {
    .public-figure img {
      max-width: 240px;
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .public-figure img {
      max-width: 320px;
      width: 100%; } }

.wonder {
  width: 30%;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  margin-left: 70%;
  margin-top: 42.5%;
  transform: translate(-55%, -33%); }
  @media only screen and (min-width: 768px) {
    .wonder {
      width: 22.5%;
      margin-left: 65%;
      margin-top: 25%; } }
  @media only screen and (min-width: 1600px) {
    .wonder {
      width: 15%;
      margin-left: 60%;
      margin-top: 18%; } }
  @media only screen and (min-width: 2400px) {
    .wonder {
      margin-top: 17.5%; } }

.thumbnail-img {
  width: 100%;
  border-radius: 10px; }

.store-container {
  padding-bottom: 2.5rem; }

.logo-img-store {
  width: 100%;
  max-width: 135px;
  border: 1px solid #c6c6c6;
  border-radius: 10px; }
  @media only screen and (min-width: 768px) {
    .logo-img-store {
      max-width: 150px; } }

/* NAV MENU */
.burger {
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 15px;
  cursor: pointer;
  transform: rotateY(0);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  display: block; }
  @media only screen and (min-width: 960px) {
    .burger {
      display: none; } }
  .burger__patty {
    width: 20px;
    height: 2px;
    margin: 0 0 4px 0;
    background: #392315;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
    .burger__patty:last-child {
      margin-bottom: 0; }
  .burger--close {
    transform: rotate(180deg);
    position: fixed !important; }
    .burger--close .burger__patty:nth-child(1) {
      background: red;
      transform: rotate(45deg) translate(4px, 4px); }
    .burger--close .burger__patty:nth-child(2) {
      opacity: 0; }
    .burger--close .burger__patty:nth-child(3) {
      background: red;
      transform: rotate(-45deg) translate(5px, -4px); }

.menu {
  position: fixed;
  top: 0;
  z-index: 4;
  width: 100%;
  visibility: hidden; }
  .menu--active {
    visibility: visible; }
  .menu__brand, .menu__list {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    float: left;
    width: 50%;
    height: 100vh;
    overflow: hidden; }
  .menu__list {
    margin: 0;
    padding: 0;
    background: rgba(203, 245, 244, 0.985);
    list-style-type: none;
    transform: translate3d(0, -100%, 0);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
    .menu__list--active {
      transform: translate3d(0, 0, 0); }
  .menu__brand {
    background: rgba(206, 246, 245, 0.95);
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f6f6f6 25%, #cbf5f4 60%, #cbf5f4 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(25%, #f6f6f6), color-stop(60%, #cbf5f4), color-stop(100%, #cbf5f4));
    background: -webkit-linear-gradient(top, white 0%, #f6f6f6 25%, #cbf5f4 60%, #cbf5f4 100%);
    background: -o-linear-gradient(top, white 0%, #f6f6f6 25%, #cbf5f4 60%, #cbf5f4 100%);
    background: -ms-linear-gradient(top, white 0%, #f6f6f6 25%, #cbf5f4 60%, #cbf5f4 100%);
    background: linear-gradient(to bottom, white 0%, #f6f6f6 25%, #cbf5f4 60%, #cbf5f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cbf5f4', GradientType=0 );
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translate3d(0, 100%, 0); }
    .menu__brand--active {
      transform: translate3d(0, 0, 0); }
  .menu__item {
    transform: translate3d(500px, 0, 0);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
    .menu__item--active {
      transform: translate3d(0, 0, 0); }
  .menu__link {
    display: inline-block;
    position: relative;
    font-size: 20px;
    padding: 8px 0;
    font-weight: 600;
    color: #392315;
    text-decoration: none;
    color: #392315;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    font-family: 'AmericanTypewriter-Bold'; }
  .menu .menu__item:nth-child(1) {
    transition-delay: 0.1s; }
  .menu .menu__item:nth-child(2) {
    transition-delay: 0.2s; }
  .menu .menu__item:nth-child(3) {
    transition-delay: 0.3s; }
  .menu .menu__item:nth-child(4) {
    transition-delay: 0.4s; }
  .menu .menu__item:nth-child(5) {
    transition-delay: 0.5s; }
  .menu .menu__item:nth-child(6) {
    transition-delay: 0.6s; }
  .menu .menu__item:nth-child(7) {
    transition-delay: 0.7s; }
  .menu .menu__item:nth-child(8) {
    transition-delay: 0.8s; }
  .menu .menu__item:nth-child(9) {
    transition-delay: 0.9s; }

@media screen and (max-width: 768px) {
  ul.menu__list,
  div.menu__brand {
    float: none;
    width: 100%;
    min-height: 0; }
    ul.menu__list--active,
    div.menu__brand--active {
      transform: translate3d(0, 0, 0); }

  .menu__list {
    height: 80vh;
    transform: translate3d(-100%, 0, 0); }

  .menu__link {
    font-size: 20px; }

  .menu__brand {
    height: 20vh;
    transform: translate3d(100%, 0, 0); }
    .menu__brand .logo-mob {
      width: 85px;
      height: 85px; } }
.socmed-pop {
  width: 160px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: 2.5rem;
  transform: translate(-50%); }
  .socmed-pop li {
    display: inline-block;
    width: 55px;
    margin: 10px;
    text-align: center; }
    .socmed-pop li img {
      height: 30px; }

.promo-form {
  width: 100%;
  background-color: #ffdb44;
  border-radius: 10%;
  border: 10px solid #fda428;
  min-height: 540px; }
  @media only screen and (max-width: 480px) {
    .promo-form {
      border-radius: 20px;
      min-height: 320px;
      border: 5px solid #fda428; } }
  .promo-form .promo-form-head img {
    width: 100%; }
  .promo-form .promo-form-content {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center; }
    .promo-form .promo-form-content h3 {
      color: #994423 !Important; }
      @media only screen and (min-width: 768px) {
        .promo-form .promo-form-content h3 {
          font-size: 1.75rem; } }
    .promo-form .promo-form-content .label {
      color: #994423 !important;
      display: block;
      font-size: 1rem;
      font-weight: 500; }
    .promo-form .promo-form-content .field:not(:last-child) {
      margin-bottom: 0.5rem; }
    @media only screen and (min-width: 768px) {
      .promo-form .promo-form-content .input {
        width: 92.5%; } }
    @media only screen and (max-width: 480px) {
      .promo-form .promo-form-content .button-orange {
        padding: 7px 15px;
        min-width: 95px;
        margin-top: 15px; } }

.divider h2 {
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #ffdc44;
  line-height: 0.1em;
  margin: 10px 0 20px; }
.divider h2 span {
  background: #fff;
  padding: 0 30px; }
@media only screen and (max-width: 480px) {
  .divider h2 {
    font-size: 1.75rem !Important; }
  .divider h2 span {
    padding: 0 10px; } }

#sales .is-hide-footer {
  display: none !important; }

/* RESPONSIVE SLIDES JS */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden; }
  .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    width: 100%; }
    .rslides li:first-child {
      position: relative;
      display: block;
      float: left; }

.rslides_tabs {
  display: none; }

.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%; }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px; }

.centered-btns_nav:active {
  opacity: 1.0; }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0; }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
  display: block;
  background: #fff;
  /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 20%;
  text-indent: -9999px;
  overflow: hidden;
  height: 100px; }

.transparent-btns_nav.next {
  left: auto;
  right: 0; }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("themes.gif") no-repeat left 50%;
  width: 38px; }

.large-btns_nav:active {
  opacity: 1.0; }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0; }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none; }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  width: 100%;
  margin-left: 0px; }
  @media only screen and (max-width: 480px) {
    .centered-btns_tabs,
    .transparent-btns_tabs,
    .large-btns_tabs {
      margin-left: 5px; } }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px; }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0, 0, 0, 0.2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.3);
  width: 9px;
  height: 9px; }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0, 0, 0, 0.8); }

.rslides1_nav.prev {
  text-align: left;
  position: absolute;
  left: 0; }

.rslides1_nav.next {
  text-align: right;
  position: absolute;
  right: 0; }

.rslides1_nav.prev, .rslides1_nav.next {
  margin: 1rem;
  font-size: 0.8rem; }

/* VIDEO JS */
.vjs-fluid {
  overflow: hidden; }

.vjs-control-bar {
  display: block; }

.vjs-control {
  position: absolute; }

.vjs-progress-control {
  bottom: 28px;
  left: 0;
  height: 10px;
  width: 100%; }

.vjs-progress-holder {
  position: absolute;
  left: 0;
  margin: 0;
  height: 8px;
  width: 100%; }

.vjs-play-progress,
.vjs-load-progress {
  height: 8px; }

.vjs-play-progress:before {
  font-size: 12px;
  top: -2px;
  text-shadow: 0 0 2px black; }

.vjs-current-time {
  display: block;
  left: 35px; }

.vjs-time-divider {
  position: absolute;
  display: block;
  left: 70px; }

.vjs-remaining-time {
  display: none; }

.vjs-duration {
  display: block;
  left: 70px; }

.vjs-volume-menu-button {
  position: absolute;
  bottom: 0;
  right: 55px; }

.vjs-playback-rate {
  position: absolute;
  bottom: 0;
  right: 28px; }

.vjs-fullscreen-control {
  position: absolute;
  bottom: 0;
  right: 0; }

.order-form-normal {
  border: 1px solid yellow;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 15px; }

.order-form-normal.brown-bg {
  border: none !important; }

.order-form-normal.grey {
  border: none !important;
  background: #f6f6f6; }

.field:not(:last-child) {
  margin-bottom: 2rem; }

.field:last-child {
  margin-bottom: 3rem; }

.field:last-child {
  margin-bottom: 0; }

.close-x {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin-right: 10px;
  margin-top: 0;
  font-size: 2rem;
  cursor: pointer;
  color: darkred; }

#confirmation {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 4;
  padding: 15px;
  overflow-y: scroll; }
  @media only screen and (max-width: 480px) {
    #confirmation .button-grey, #confirmation .button-orange {
      min-width: 80px;
      font-size: 0.65rem;
      border-radius: 40px;
      letter-spacing: 1px; } }

.order-form-normal.yellow {
  display: none; }

#moins {
  background: url(../img/bg_if_30.svg);
  background-repeat: no-repeat;
  border: none;
  width: 20px;
  cursor: pointer; }

#plus {
  background: url(../img/bg_if_31.svg);
  background-repeat: no-repeat;
  border: none;
  width: 20px;
  cursor: pointer; }

.tooltip {
  position: absolute;
  left: 0;
  display: block;
  width: 80px;
  margin-left: 25px; }
  @media only screen and (min-width: 960px) {
    .tooltip {
      display: none; } }

#rotation {
  -webkit-animation: rotation 150s infinite linear; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
.blink {
  -webkit-animation: blink 2s linear infinite;
  -moz-animation: blink 2s linear infinite;
  -ms-animation: blink 2s linear infinite;
  -o-animation: blink 2s linear infinite;
  animation: blink 2s linear infinite; }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  50.01% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  50.01% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-ms-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  50.01% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@-o-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  50.01% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 1; }
  50.01% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.scale {
  -webkit-animation: scale 2s linear infinite alternate;
  -moz-animation: scale 2s linear infinite alternate;
  -ms-animation: scale 2s linear infinite alternate;
  -o-animation: scale 2s linear infinite alternate;
  animation: scale 2s linear infinite alternate; }

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1); }
  100% {
    -webkit-transform: scale(1.15); } }
@keyframes scale {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.15); } }
/* REVEAL */
.reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s; }

.reveal_visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* COOKIE */
.anim {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none; }
  @media only screen and (min-width: 1920px) {
    .anim {
      display: block; } }

.cookie-monster {
  display: block;
  width: 160px;
  height: 156px;
  background: url(../img/anim/anim4.png) left center;
  animation: play 3.5s steps(8) infinite;
  position: fixed;
  top: 26%;
  left: 53%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media only screen and (min-width: 1920px) {
    .cookie-monster {
      display: block;
      width: 556px;
      height: 556px;
      background: url(../img/anim/anim3-a.png) left center;
      animation: play-large 3.5s steps(8) infinite;
      position: fixed;
      top: 54.5%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); } }

@keyframes play {
  100% {
    background-position: -1280px; } }
@keyframes play-large {
  100% {
    background-position: -4448px; } }
.button-orange {
  background: orange;
  padding: 15px 25px;
  text-transform: uppercase;
  border-radius: 100px;
  border: 2px solid #a14c24;
  font-size: 0.85rem;
  color: #88401f;
  transition: all 0.3s;
  box-shadow: 3px 3px 0px 1px #a14c24;
  letter-spacing: 2px;
  font-weight: bold;
  min-width: 150px; }

.button-orange:hover {
  background: white;
  color: #88401f;
  transition: all 0.3s;
  box-shadow: 1px 1px 0px 1px #a14c24; }

.products .button-orange:hover {
  background: white;
  color: #88401f;
  transition: all 0.3s;
  margin-top: 3px;
  box-shadow: 1px 1px 0px 1px #a14c24; }

.button-grey {
  background: #f6f6f6;
  padding: 15px 25px;
  text-transform: uppercase;
  border-radius: 100px;
  border: 2px solid #383838;
  font-size: 0.85rem;
  color: #383838;
  transition: all 0.3s;
  box-shadow: 3px 3px 0px 1px #383838;
  letter-spacing: 2px;
  font-weight: bold;
  min-width: 150px; }

.button-grey:hover {
  background: white;
  color: #383838;
  transition: all 0.3s;
  box-shadow: 1px 1px 0px 1px #383838; }

.confirm .button-orange, .confirm .button-grey {
  position: absolute; }

#return-to-top {
  position: fixed;
  z-index: 2;
  bottom: 20px;
  right: 20px;
  background: black;
  background: rgba(0, 150, 136, 0.75);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#return-to-top:hover {
  background: rgba(121, 85, 72, 0.8); }

#return-to-top:hover i {
  color: #fff;
  top: 5px; }

/*# sourceMappingURL=overwrite.css.map */
