@import url(../css/normalize.css);
*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px; }

body {
  background: white top 15.625em center no-repeat;
  font-size: 100%; }

html, body {
  margin: 0;
  padding: 0; }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

.page-container {
  width: 1120px;
  left: 0;
  right: 0;
  top: 0;
  position: relative;
  margin: 0 auto; }

@media (max-width: 769px) {
  .page-container {
    width: 100%; } }
#orderForm {
  background: black; }
  #orderForm form {
    padding: 0.625em; }
  #orderForm select, #orderForm label, #orderForm input {
    display: block;
    width: 100%; }
  #orderForm select, #orderForm input {
    border: none;
    background: white;
    padding: 0.625em 0.5em;
    border-radius: 0.375em;
    background-clip: padding-box; }
  #orderForm label {
    font-size: 1.25em;
    font-weight: 700;
    margin: 0;
    color: white;
    text-transform: uppercase; }
  #orderForm .line {
    margin: 0 0 1.3em 0; }
  a.order {
    background: #f96d1f;
padding: 0.75em 0;
text-decoration: none;
text-align: center;
line-height: 160%;
-webkit-border-radius: 0.625em;
border-radius: 0.625em;
border: 0.1875em solid black;

    font-size: 2.5em;
    border-radius: 0.25em;
    text-transform: uppercase;
    font-weight: 700;
	color:#fff;
    border: none;
}

#wds_ok_msg, #wds_error_msg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3000; }
  #wds_ok_msg .content, #wds_error_msg .content {
    background: white;
    width: 31.25em;
    height: auto;
    padding: 1em;
    position: fixed;
    top: 40%;
    left: 50%;
    margin: 0 0 0 -15.625em; }
    #wds_ok_msg .content a.close, #wds_error_msg .content a.close {
      width: 40%;
      padding: 0.4em;
      color: black;
      display: block;
      margin: 1em auto;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      border: 0.0625em solid black; }

#wds_ok_msg {
  display: none; }
  #wds_ok_msg h6 {
    font-size: 2em;
    margin: 0;
    padding: 0;
    color: #578512;
    width: 100%;
    text-align: center; }

#wds_error_msg {
  display: none; }
  #wds_error_msg h6 {
    font-size: 2em;
    margin: 0;
    padding: 0;
    color: #d73434;
    width: 100%;
    text-align: center; }

footer {
  height: 80px;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: relative; }

#slideUpAnim {
  width: 6.25em;
  height: 6.25em;
  position: fixed;
  top: 50%;
  right: -3.125em;
  margin-top: -3.125em;
  background: #fad00c;
  border-radius: 3.125em;
  background-clip: padding-box;
  display: block;
  z-index: 9999999999; }
  #slideUpAnim #triangle-up {
    display: block;
    width: 0;
    height: 0;
    border-left: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-bottom: 1em solid white;
    margin: 0.5rem 0 0 0.6875rem;
    position: absolute;
    top: 35%;
    left: 0.625em; }
  #slideUpAnim:hover {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); }

header#header {
  width: 100%;
  position: relative;
  background: none;
  background-size: contain;
  position: relative;
  z-index: 1000;
  padding-bottom: 120px; }

.header-content {
  text-align: left; }

.header-mask {
  background: #f5b71d;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0; }

#logo {
  width: 50%;
  display: inline-block;
  text-align: left; }
  #logo a {
    display: inline-block;
    padding: 5px 0px 0 0;
    text-decoration: none;
    font: 700 35px "Roboto Slab", sans-serif;
    color: #000; }

.payment-method {
  display: inline-block;
  float: right;
  padding: 10px 0px; }
  .payment-method span {
    display: block;
    font: 12px "Roboto Slab", sans-serif;
    margin-bottom: 3px; }

@keyframes moveFromRight {
  from {
    opacity: 0;
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -ms-transform: translateY(0%); } }
@-webkit-keyframes moveFromRight {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%); } }
nav#mainnav {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url("../image/nav-bottom-background.png") center bottom no-repeat;
  background-size: 100% auto;
  padding-bottom: 34px; }
  nav#mainnav .navigation {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative; }
    nav#mainnav .navigation ul {
      width: 100%;
      padding-left: 0;
      position: relative;
      z-index: 2000;
      background: #000;
      margin-top: 0px;
      list-style: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-content: space-between;
          -ms-flex-line-pack: justify;
              align-content: space-between;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      nav#mainnav .navigation ul li {
        padding: 0;
        text-align: center;
        padding: 13px 15px 13px 15px;
        position: relative;
        background: top 1em left no-repeat; }
        nav#mainnav .navigation ul li a {
          display: block;
          line-height: 130%;
          text-decoration: none;
          position: relative; }
          nav#mainnav .navigation ul li a p {
            position: absolute;
            left: calc(50% - 5px);
            margin: 0;
            margin-top: -24px;
            top: 0;
            font: 500 14px "Roboto Slab", sans-serif;
            color: #fff;
            background: #5e00a6;
            height: 20px;
            text-align: center;
            width: 20px;
            border-radius: 16px; }
          nav#mainnav .navigation ul li a span {
            color: white;
            font-size: 18px;
            display: block;
            white-space: normal;
            font-weight: 400; }
        nav#mainnav .navigation ul li:last-child {
          background: -webkit-linear-gradient(top, #af9f7c 0%, #eecd67 42%, #eccb63 52%, #d0b91f 100%);
          background: linear-gradient(to bottom, #af9f7c 0%, #eecd67 42%, #eccb63 52%, #d0b91f 100%); }
          nav#mainnav .navigation ul li:last-child a span {
            font-weight: 700;
            color: #000; }
        nav#mainnav .navigation ul li:hover a span {
          -webkit-animation: moveFromRight 400ms ease-in-out;
          -ms-animation: moveFromRight 400ms ease-in-out;
          animation: moveFromRight 400ms ease-in-out; }
    nav#mainnav .navigation h6 {
      display: none; }

.socialbox {
  min-width: 5.25em;
  z-index: 600; }
  .socialbox .social_fb {
    background-position: -2.9375rem 0; }
    .socialbox .social_fb:hover {
      -webkit-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
      background-position: -2.9375rem -1.375rem; }
  .socialbox .social_gp {
    background-position: -5.875rem 0; }
    .socialbox .social_gp:hover {
      -webkit-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
      background-position: -5.875rem -1.375rem; }
  .socialbox .social_tw {
    background-position: 0 0; }
    .socialbox .social_tw:hover {
      -webkit-transition: all 200ms ease-in;
      transition: all 200ms ease-in;
      background-position: 0 -1.375rem; }
  .socialbox a {
    background: url(../image/bg-social-icon.png) no-repeat;
    display: inline-block;
    margin-right: 1rem;
    margin-top: 0.625rem;
    text-decoration: none;
    position: relative;
    z-index: 1000;
    width: 1.5em;
    height: 1.375em; }
    .socialbox a:first-child {
      margin-left: 1rem; }
    .socialbox a:last-child {
      margin-right: 0; }

/*!
Animate.css - http://daneden.me/animate
Version - 3.4.0
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.price {
  margin-top: 45px;
  margin-bottom: 10px;
  width: calc(33% - 30px);
  margin-left: 30px;
  position: relative;
  text-align: left;
  float: left; }
  .price .old-price {
    color: #fff;
    font: 700 20px/22px "Roboto Slab", sans-serif; }
    .price .old-price span {
      font-weight: 300; }
  .price .new-price {
    font: 700 20px/22px "Roboto Slab", sans-serif;
    color: #fff;
    margin-top: 5px; }
    .price .new-price span {
      font-weight: 300; }

.section1 {
  width: 100%;
  min-height: 470px;
  background: url("../image/main-banner-background.jpg") center bottom no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-top: -170px;
  border-bottom: 1px solid #f5ba33; }
  .section1 .main-banner {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
    padding-top: 150px; }
    .section1 .main-banner .main-banner-top {
      background-color: rgba(119, 201, 42, 0.8); }
      .section1 .main-banner .main-banner-top .title {
        display: inline-block;
        width: calc(33% - 30px);
        margin-left: 30px;
        vertical-align: top;
        font: 48px "Roboto Slab", sans-serif;
        color: #fff;
        text-transform: uppercase;
        padding: 20px 0; }
      .section1 .main-banner .main-banner-top .body {
        display: inline-block;
        width: 34%;
        margin-left: calc(33% - 30px);
        vertical-align: top;
        font: 20px "Roboto Slab", sans-serif;
        color: #fff;
        padding: 10px 0; }
    .section1 .main-banner img {
      display: inline-block;
      width: calc(33% - 30px);
      margin-left: 30px;
      position: relative;
      margin-top: -400px;
      margin-bottom: -20px;
      vertical-align: top; }
    .section1 .main-banner a {
      background: -webkit-linear-gradient(top, #af9f7c 0%, #eecd67 42%, #eccb63 52%, #d0b91f 100%);
      background: linear-gradient(to bottom, #af9f7c 0%, #eecd67 42%, #eccb63 52%, #d0b91f 100%);
      text-decoration: none;
      padding: 25px 55px 15px 50px;
      position: relative;
      top: 30px;
      right: 20px; }
      .section1 .main-banner a span {
        font: 700 30px "Roboto Slab", sans-serif;
        color: #000; }

.section2 {
  width: 100%;
  background: url("../image/sec2-background.jpg") center top no-repeat;
  background-size: 100% auto; }
  .section2 .left-part {
    display: inline-block;
    width: calc(42% - 30px);
    margin-left: 30px;
    vertical-align: top;
    padding: 100px 0; }
    .section2 .left-part .title {
      display: inline-block;
      font: 700 30px/35px "Roboto Slab", sans-serif;
      margin-top: 40px;
      margin-bottom: 10px;
      padding: 5px 10px;
      text-transform: uppercase;
      background-color: #f7d322;
      color: #328b2b; }
      .section2 .left-part .title:last-child {
        padding-bottom: 20px; }
    .section2 .left-part .body {
      font: 17px/19px "Roboto Slab", sans-serif;
      color: #301919; }
  .section2 .right-part {
    display: inline-block;
    width: calc(55% - 4px);
    margin-left: 3%;
    background: url("../image/hand-top.png") calc(100% - 55px) top no-repeat, url("../image/hand-bottom.png") left bottom no-repeat;
    position: relative;
    z-index: 1;
    height: 1px;
    padding-bottom: 50%; }

.section3 {
  width: 100%;
  text-align: center;
  background: url("../image/sec3-background.jpg") center top no-repeat;
  background-size: cover;
  margin-top: -4px; }
  .section3 .ingredient {
    width: 255px;
    padding-bottom: 27px;
    display: inline-block;
    margin: 50px 10px 0px 10px;
    vertical-align: top; }
    .section3 .ingredient .ing-image {
      width: 255px;
      height: 150px; }
      .section3 .ingredient .ing-image.one {
        background: url("../image/comp1.jpg") center no-repeat; }
      .section3 .ingredient .ing-image.two {
        background: url("../image/comp2.jpg") center no-repeat; }
      .section3 .ingredient .ing-image.three {
        background: url("../image/comp3.jpg") center no-repeat; }
      .section3 .ingredient .ing-image.four {
        background: url("../image/comp4.jpg") center no-repeat; }
    .section3 .ingredient .ing-description {
      min-height: 250px;
      text-align: center;
      margin-top: 0px;
      text-align: left; }
      .section3 .ingredient .ing-description .title {
        padding-top: 10px;
        font: 700 20px "Roboto Slab", sans-serif;
        color: #000;
        text-transform: uppercase; }
      .section3 .ingredient .ing-description .body {
        margin-top: 5px;
        font: 17px/19px "Roboto Slab", sans-serif;
        color: #000;
        letter-spacing: -1px;
        padding-bottom: 20px; }

.ingridients-subtitle {
  width: 100%;
  font: 300 20px/22px "Roboto Slab", sans-serif;
  text-transform: uppercase;
  padding: 0 5% 20px 5%;
  text-align: center;
  border-bottom: 1px solid #000; }

.section4 {
  width: 100%;
  display: inline-block;
  background: url("../image/sec2-background.jpg") center top no-repeat;
  background-size: 100% auto;
  vertical-align: top; }
  .section4 .left {
    margin-top: 100px;
    width: 400px;
    display: inline-block; }
    .section4 .left .title {
      display: inline-block;
      padding: 0px 10px;
      font: 700 30px "Roboto Slab", sans-serif;
      color: #f8c729;
      background: #328b2b;
      margin-top: 15px;
      margin-bottom: 10px;
      margin-left: 30px;
      text-transform: uppercase; }
    .section4 .left .body {
      display: inline-block;
      width: 350px;
      font: 20px/22px "Roboto Slab", sans-serif;
      margin-top: 5px;
      margin-left: 30px;
      margin-bottom: 0px;
      background: #f7d322;
      padding: 5px 10px; }
      .section4 .left .body:nth-child(2n) {
        background: #328b2b; }
  .section4 .right {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 435px);
    height: 1px;
    padding-bottom: 44.5%;
    background: url("../image/women.png") center top no-repeat; }

.section5 {
  width: 100%;
  display: inline-block;
  background: url("../image/main-banner-background.jpg") center top no-repeat;
  background-size: cover;
  vertical-align: top; }
  .section5 .right {
    margin-top: 100px;
    width: 400px;
    display: inline-block; }
    .section5 .right .title {
      display: inline-block;
      padding: 6px 10px;
      font: 700 30px "Roboto Slab", sans-serif;
      color: #328b2b;
      background: #f8c729;
      margin-top: 15px;
      margin-bottom: 2px;
      margin-left: 30px;
      text-transform: uppercase; }
    .section5 .right .body {
      display: inline-block;
      width: 400px;
      font: 17px/19px "Roboto Slab", sans-serif;
      margin-top: 0px;
      margin-left: 30px;
      margin-bottom: 0px;
      background: #328b2b;
      color: #fff;
      padding: 5px 10px; }
  .section5 .left {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 435px);
    height: 1px;
    padding-bottom: 43.2%;
    background: url("../image/women-face.png") center top no-repeat; }

.section6 {
  width: 100%;
  display: inline-block;
  background: url("../image/sec2-background.jpg") center top no-repeat;
  background-size: 100% auto;
  vertical-align: top; }
  .section6 .item {
    width: 350px;
    display: inline-block;
    margin: 25px 10px 30px 10px;
    vertical-align: top;
    text-align: center; }
    .section6 .item .title {
      padding-top: 10px;
      margin-left: 5px;
      font: 700 20px "Roboto Slab", sans-serif;
      color: #000; }
    .section6 .item .body {
      margin-top: 5px;
      margin-left: 5px;
      font: 17px "Roboto Slab", sans-serif;
      color: #328b2b;
      padding-bottom: 20px; }

.section-buy {
  width: 100%;
  display: inline-block;
  background: url("../image/sec3-background.jpg") center top no-repeat;
  background-size: cover;
  vertical-align: top;
  border-top: 1px solid #000; }
  .section-buy .left-part {
    display: inline-block;
    width: calc(50% - 30px);
    margin-left: 30px;
    vertical-align: top;
    text-transform: uppercase; }
    .section-buy .left-part .title {
      font: 700 30px "Roboto Slab", sans-serif;
      color: #24751b;
      margin-top: 20px; }
    .section-buy .left-part .body {
      font: 700 20px/22px "Roboto Slab", sans-serif;
      color: #fff;
      margin-bottom: 10px;
      width: 89%; }
    .section-buy .left-part .subtitle {
      font: 700 30px/32px "Roboto Slab", sans-serif;
      color: #24751b; }
    .section-buy .left-part .price {
      width: 50%;
      margin-left: 0;
      min-width: 265px; }
  .section-buy .right-part {
    display: inline-block;
    width: calc(50% - 40px);
    vertical-align: top; }
    .section-buy .right-part img {
      float: right;
      width: 33%;
      margin-top: -140px; }
    .section-buy .right-part form {
      width: 95%;
      margin-left: 5%;
      text-transform: uppercase;
      padding-bottom: 15px;
      margin-top: 10px; }
      .section-buy .right-part form .title-form {
        margin-top: 75px;
        padding: 5px 20px;
        font: 700 37px/39px "Roboto Slab", sans-serif;
        color: #000; }
      .section-buy .right-part form label {
        display: block;
        padding: 5px 20px 0 20px;
        font: 700 16px "Roboto Slab", sans-serif;
        color: #3c164a; }
      .section-buy .right-part form input, .section-buy .right-part form select {
        margin: 0 20px 10px 20px;
        border: none;
        border-radius: 5px;
        padding: 8px 10px;
        width: calc(100% - 40px);
        font-size: 14px;
        outline: none;
        cursor: pointer; }
      .section-buy .right-part form button {
        border: none;
        background: -webkit-linear-gradient(top, #47901d 0%, #9fd084 42%, #58b01f 52%, #70ba1b 100%);
        background: linear-gradient(to bottom, #47901d 0%, #9fd084 42%, #58b01f 52%, #70ba1b 100%);
        width: 70%;
        float: right;
        position: relative;
        font: 700 30px/32px "Roboto Slab", sans-serif;
        padding: 12px 0px;
        color: #fff;
        text-transform: uppercase;
        left: 0;
        right: 0;
        margin: 10px 20px 50px 20px;
        bottom: 0px;
        text-decoration: none;
        z-index: 999;
        cursor: pointer; }

footer .prod-logo {
  margin-top: 10px;
  font: 700 37px "Roboto Slab", sans-serif;
  color: #000;
  display: inline-block;
  max-width: 200px; }
  footer .prod-logo img {
    margin: 20px 0;
    width: 200px; }

@media (max-width: 769px) {
  nav#mainnav {
    padding-bottom: 0; }
    nav#mainnav .navigation ul {
      margin-bottom: 0;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      nav#mainnav .navigation ul li {
        width: 100%; }

  .center-block, header, .section1, .section2, .section3, .section4, .section5, .section6, .section-buy, footer {
    width: 100%; }
    .center-block .inner-content, header .inner-content, .section1 .inner-content, .section2 .inner-content, .section3 .inner-content, .section4 .inner-content, .section5 .inner-content, .section6 .inner-content, .section-buy .inner-content, footer .inner-content {
      width: 100% !important; }

  .header-mask {
    z-index: 99;
    height: 86px; }

  header#header {
    background: none;
    width: 100%;
    padding-bottom: 0; }
    header#header .header-content {
      width: 100% !important;
      text-align: center; }
      header#header .header-content #logo {
        width: 100%;
        text-align: center; }
      header#header .header-content .payment-method {
        width: 100%;
        text-align: center; }

  .price {
    width: 100%;
    margin-left: 0;
    text-align: center; }

  .section1 {
    margin-top: 0; }
    .section1 .main-banner {
      width: 100%;
      padding-bottom: 20px;
      text-align: center; }
      .section1 .main-banner .main-banner-top {
        text-align: center; }
        .section1 .main-banner .main-banner-top .title, .section1 .main-banner .main-banner-top .body {
          width: 100%;
          margin-left: 0;
          padding: 0 20px; }
      .section1 .main-banner img {
        width: calc(50% - 40px);
        height: auto;
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .section1 .main-banner a {
        display: block;
        position: relative;
        left: 0;
        right: 0;
        top: 20px;
        margin: 0 auto; }

  .section2 {
    width: 100%; }
    .section2 .right-part {
      display: none; }
    .section2 .left-part {
      width: calc(100% - 40px);
      margin: 20px; }
      .section2 .left-part .title {
        margin-top: 20px; }
    .section2 img {
      display: none; }

  .section3 .inner-content {
    width: calc(100% - 40px) !important; }

  .section4 {
    padding-bottom: 20px; }
    .section4 .inner-content {
      width: 100%; }
      .section4 .inner-content .right-part img {
        display: none; }
      .section4 .inner-content .right-part .body {
        width: 100%; }

  .section5 {
    text-align: center;
    padding-bottom: 20px; }
    .section5 .left {
      display: none; }
    .section5 .right-part img {
      display: none; }
    .section5 .right-part .body {
      width: 100%; }
    .section5 .left-part {
      width: 100%; }
      .section5 .left-part .title {
        margin: 20px;
        width: calc(100% - 40px); }
      .section5 .left-part .body {
        margin: 20px;
        width: calc(100% - 40px); }

  .section6 .item {
    width: 100%;
    margin: 20px 0;
    padding: 0 20px; }

  .section-buy .left-part {
    width: calc(100% - 40px);
    margin: 20px; }
  .section-buy img {
    display: none; }
  .section-buy .right-part {
    width: calc(100% - 40px); }
    .section-buy .right-part form .title-form {
      margin-top: 10px; }
    .section-buy .right-part form button {
      padding: 8px 0px; }

  footer .prod-logo {
    margin-left: 20px; } }
