/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

html,
button,
input,
select,
textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* colors */
/* variables */
/* mixins */
/* nav toggle */
.nav-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  height: 25px;
  right: 14px;
  position: absolute;
  top: 11px;
  width: 25px;
  z-index: 2; }
  .nav-toggle .nav-toggle-bar,
  .nav-toggle .nav-toggle-bar::after,
  .nav-toggle .nav-toggle-bar::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #5987cc;
    content: '';
    height: 5px;
    width: 100%;
    border-radius: 13px; }
  .nav-toggle .nav-toggle-bar {
    margin-top: 0; }
  .nav-toggle .nav-toggle-bar::after {
    margin-top: 10px; }
  .nav-toggle .nav-toggle-bar::before {
    margin-top: -10px; }
  .nav-toggle.expanded .nav-toggle-bar {
    background: transparent; }
  .nav-toggle.expanded .nav-toggle-bar::after,
  .nav-toggle.expanded .nav-toggle-bar::before {
    background: #5987cc;
    margin-top: 0; }
  .nav-toggle.expanded .nav-toggle-bar::after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .nav-toggle.expanded .nav-toggle-bar::before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* nav */
.nav {
  -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;
  background: #5987cc;
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  height: 0;
  left: 0;
  padding: 0;
  position: fixed;
  top: -82px;
  width: 100%;
  z-index: 1; }
  .nav.expanded {
    height: calc( 100vh - 45px);
    top: 43px;
    z-index: 99; }
  .nav ul {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    list-style: none;
    width: 100%;
    text-align: center; }
    .nav ul li {
      padding: 20px 0;
      margin: 0;
      width: 100%; }
      .nav ul li a {
        color: #fff;
        font-size: 24px;
        line-height: 19px;
        font-weight: 400; }

.fa-rating {
  position: relative;
  white-space: nowrap;
  vertical-align: middle; }
  .fa-rating:before {
    content: "\f005\f005\f005\f005\f005";
    font-weight: 400;
    vertical-align: baseline; }

.rating {
  text-align: center;
  display: block;
  line-height: 1em;
  font-size: 16px; }

.rating .fa-rating.s-5:before {
  content: "\f005\f005\f005\f005\f005"; }

.rating .fa-rating.s-4-5:before {
  content: "\f005\f005\f005\f005\f5c0"; }

.rating .fa-rating.s-4:before {
  content: "\f005\f005\f005\f005\2001"; }

.rating .fa-rating.s-3-5:before {
  content: "\f005\f005\f005\f5c0\2001"; }

.rating .fa-rating.s-3:before {
  content: "\f005\f005\f005\2001\2001"; }

.rating .fa-rating.s-2-5:before {
  content: "\f005\f005\f5c0\2001\2001"; }

.rating .fa-rating.s-2:before {
  content: "\f005\f005\2001\2001\2001"; }

.rating .fa-rating.s-1-5:before {
  content: "\f005\f5c0\2001\2001\2001"; }

.rating .fa-rating.s-1:before {
  content: "\f005\2001\2001\2001\2001"; }

.rating .fa-rating.s-0-5:before {
  content: "\f5c0\2001\2001\2001\2001"; }

.rating .fa-rating.s-0:before {
  content: "\3000\3000\3000\3000\3000"; }

img {
  max-width: 100%; }

.btn {
  background-color: #d5ef59;
  border: 2px solid #d5ef59;
  font-size: 17px;
  font-weight: bold;
  padding: 15px 38px;
  color: #4270b4; }
  .btn i {
    padding-right: 15px;
    font-size: 22px; }

.tag {
  font-family: "Raleway", sans-serif;
  line-height: 1;
  font-weight: 900;
  font-size: 11px;
  color: #76a6ef;
  padding: 10px 20px;
  background-color: #f8f8f7;
  display: inline-block;
  border-radius: 14px; }

header {
  background-color: #fff; }
  header .header {
    width: 100%;
    position: relative;
    z-index: 9999;
    color: #fff;
    display: block; }
    header .header .logo {
      margin: 15px auto 11px 15px; }
  header .nav, header .nav-toggle {
    display: none; }
  header .phoneNumber {
    color: #9f9e9f;
    margin-left: auto;
    align-self: center;
    text-align: center;
    padding: 10px 30px; }
    header .phoneNumber.desktop {
      display: block; }
    header .phoneNumber.mobile {
      display: none; }
    header .phoneNumber i {
      opacity: 0.5; }

.about .container-lg {
  background-color: #fff; }
  .about .container-lg .info .signature {
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    margin-top: 45px; }
    .about .container-lg .info .signature .name {
      color: #76a6ef;
      font-size: 17px; }
    .about .container-lg .info .signature .profession {
      color: #525858;
      font-size: 13px; }

footer {
  background-color: #4e7fc8;
  color: #fff;
  padding: 40px 0 0;
  text-align: center;
  font-size: 13px;
  font-weight: bold; }
  footer .container-lg nav {
    margin-bottom: 30px; }
    footer .container-lg nav ul {
      text-align: right; }
      footer .container-lg nav ul li {
        display: inline-block;
        margin-left: 21px;
        font-weight: bold; }
        footer .container-lg nav ul li a {
          color: #fff;
          text-decoration: none; }
          footer .container-lg nav ul li a:hover {
            text-decoration: underline; }
  footer .container-lg .disclaimer {
    color: #234476;
    border-top: 1px solid #16386a;
    padding: 27px 20% 44px;
    line-height: 1; }
  footer .container-lg .rights {
    margin-bottom: 38px; }
  footer .bottom {
    background: #76a6f0;
    padding: 20px 0;
    font-family: "Raleway", sans-serif; }
    footer .bottom .container-lg span {
      font-size: 17px;
      margin-right: 27px; }

@media (min-width: 768px) {
  .btn:hover {
    background-color: #ffffff;
    border: 2px solid #d5ef59;
    color: #4270b4; }
  .about {
    margin-bottom: 90px; }
    .about .container-lg {
      display: flex;
      padding-right: 0;
      position: relative; }
      .about .container-lg .info {
        width: 40%;
        margin-left: 95px;
        position: absolute; }
        .about .container-lg .info .tag {
          margin-top: 100px;
          margin-bottom: 20px;
          padding: 10px 40px; }
        .about .container-lg .info .signature {
          margin-bottom: 130px; }
        .about .container-lg .info img {
          margin-top: 31px; }
      .about .container-lg picture {
        margin-left: auto; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  .about .container-lg .info {
    margin-left: 15px; }
    .about .container-lg .info .tag {
      margin-top: 40px; } }

@media (max-width: 767.98px) {
  .btn {
    width: 100%; }
  header {
    background-color: #fff;
    color: #9f9e9f; }
    header .nav, header .nav-toggle {
      display: block; }
    header .header {
      position: fixed;
      left: 0;
      padding-left: 14px;
      background: #fff; }
      header .header .row .logo {
        width: 39px;
        overflow: hidden;
        margin: 9px 0 6px 15px; }
        header .header .row .logo img {
          width: 133px;
          max-width: initial; }
      header .header .row .phoneNumber {
        padding: 0;
        margin: 0 auto;
        padding-right: 55px; }
        header .header .row .phoneNumber a {
          color: #9f9e9f; }
        header .header .row .phoneNumber.desktop {
          display: none; }
        header .header .row .phoneNumber.mobile {
          display: block; }
  .about {
    text-align: center; }
    .about .container-lg .info .tag {
      margin-top: 65px;
      margin-bottom: 21px; }
    .about .container-lg .info p {
      margin-bottom: 37px; }
    .about .container-lg .info .signature .profession {
      margin-bottom: 15px; }
  footer .container-lg {
    padding: 0; }
    footer .container-lg .row {
      margin: 0; }
    footer .container-lg .logo img {
      padding: 0 25px;
      max-width: 195px; }
    footer .container-lg .disclaimer {
      padding: 27px 15px 44px;
      line-height: 18px; }
    footer .container-lg .rights {
      line-height: 18px;
      padding: 0 15px; }
  ul.slick-slider {
    margin: 0 -20px; }
    ul.slick-slider .slick-list {
      padding: 0px 50px; }
      ul.slick-slider .slick-list .slick-slide:not(.slick-current) {
        opacity: 0.34; }
    ul.slick-slider .slick-dots {
      bottom: unset;
      top: 100%;
      z-index: 0; }
      ul.slick-slider .slick-dots li button::before {
        content: "";
        display: block;
        background-color: #fff;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        position: static; }
    ul.slick-slider .slick-prev, ul.slick-slider .slick-next {
      top: 106%;
      width: 40px;
      height: 40px;
      z-index: 1; }
      ul.slick-slider .slick-prev:before, ul.slick-slider .slick-next:before {
        font-family: 'FontAwesome';
        font-size: 21px; }
    ul.slick-slider .slick-prev {
      left: 23%; }
      ul.slick-slider .slick-prev:before {
        content: "\f104"; }
    ul.slick-slider .slick-next {
      right: 23%; }
      ul.slick-slider .slick-next:before {
        content: "\f105"; } }

@media (max-width: 575.98px) {
  footer .container-lg nav ul {
    text-align: center; } }

body {
  font-family: "Quicksand", sans-serif;
  font-size: 17px; }

h2 {
  font-weight: bold;
  font-size: 17px; }

section.top {
  padding-top: 84px;
  padding-bottom: 55px;
  background: #7098ed; }
  section.top .top .sub-title {
    font-family: "Raleway", sans-serif;
    font-size: 34px;
    font-weight: 300;
    font-size: 34px;
    color: #2d589a;
    margin-bottom: 15px; }
    section.top .top .sub-title span {
      font-weight: bold; }
  section.top .top h1 {
    font-size: 85px;
    font-weight: 900;
    line-height: 75px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    margin-bottom: 30px; }
  section.top .top ul li {
    position: relative; }
    section.top .top ul li span.icon {
      position: absolute;
      left: 0;
      top: 2px;
      width: 15px; }
    section.top .top ul li span.text {
      color: #fff;
      line-height: 29px;
      font-size: 14px;
      font-weight: bold;
      font-family: "Quicksand", sans-serif;
      margin-left: 32px;
      display: block; }
  section.top .top .product img {
    margin-left: -165px;
    max-width: initial; }

.cart {
  text-align: center;
  margin-top: -95px;
  font-family: "Quicksand", sans-serif; }
  .cart .item {
    overflow: hidden;
    padding: 0;
    z-index: 1;
    padding: 0 29px; }
    .cart .item.shop {
      padding-bottom: 22px; }
    .cart .item.mb, .cart .item.subscribe {
      margin-top: 40px;
      margin-bottom: 55px;
      z-index: 0;
      background-color: #f7f7f7; }
    .cart .item.mb {
      padding: 0; }
      .cart .item.mb .content {
        margin: 12% 0; }
    .cart .item.subscribe {
      border-radius: 0 30px 30px 0; }
    .cart .item .title {
      margin: 0 -29px;
      background-color: #2d589a;
      font-size: 17px;
      color: #fefefe;
      padding: 27px 0; }
    .cart .item .bottom {
      color: #2d589a;
      background-color: #fff;
      position: absolute;
      bottom: 0;
      font-size: 14px;
      padding: 30px; }
      .cart .item .bottom span {
        font-weight: bold;
        font-size: 16px; }
      .cart .item .bottom span.save {
        font-weight: bold;
        color: #76a6ef; }
    .cart .item.shop .content .products {
      margin-bottom: 100px;
      margin: 0;
      padding-top: 19px;
      margin: 0 -10px; }
      .cart .item.shop .content .products li {
        padding: 0; }
        .cart .item.shop .content .products li.active > .amount {
          background-color: #76a6ef;
          color: #fefefe; }
        .cart .item.shop .content .products li .imgWrap {
          display: none; }
        .cart .item.shop .content .products li > .amount {
          padding: 15px 0;
          margin: 0 10px;
          color: #2d589a;
          font-size: 17px;
          cursor: pointer;
          border-radius: 21px;
          background-color: #f0f0f0; }
    .cart .item.shop .content .summary {
      font-size: 11px;
      color: #98a1b0;
      margin-bottom: 20px; }
      .cart .item.shop .content .summary .row {
        padding: 0;
        margin: 17px 0;
        border-radius: 30px;
        border: 1px solid  #ededed; }
        .cart .item.shop .content .summary .row > div {
          padding: 16px 10px;
          font-weight: bold; }
          .cart .item.shop .content .summary .row > div span {
            display: block;
            font-size: 17px;
            color: #4abe33;
            margin-top: 8px;
            font-weight: normal; }
        .cart .item.shop .content .summary .row .regularPrice span {
          text-decoration: line-through;
          color: #f77163; }
        .cart .item.shop .content .summary .row .shipping i {
          color: #3e6891;
          font-size: 15px; }
      .cart .item.shop .content .summary .amount {
        font-size: 17px;
        color: #2d589a; }
        .cart .item.shop .content .summary .amount .total {
          border-bottom: 1px solid #f2f2f2;
          padding-bottom: 12px;
          margin-bottom: 10px;
          display: inline-block; }
          .cart .item.shop .content .summary .amount .total .doller {
            font-size: 22px;
            color: #a3b6d4; }
          .cart .item.shop .content .summary .amount .total .sum {
            font-size: 47px; }
        .cart .item.shop .content .summary .amount div {
          font-size: 30px;
          font-size: 11px;
          font-weight: bold; }
    .cart .item.shop .btn {
      margin-top: 18px;
      margin-bottom: 0;
      width: 100%; }
    .cart .item .purchaseTypeWrap {
      margin-bottom: 100px; }
      .cart .item .purchaseTypeWrap .purchaseType {
        line-height: 20px;
        display: block;
        text-align: left;
        position: relative;
        padding-left: 29px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 17px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
      .cart .item .purchaseTypeWrap input {
        position: absolute;
        opacity: 0;
        cursor: pointer; }
      .cart .item .purchaseTypeWrap .checkmark {
        position: absolute;
        top: 3px;
        left: 0px;
        height: 22px;
        width: 22px;
        background-color: #fff;
        border: 1px solid #c6daf8;
        border-radius: 50%; }
      .cart .item .purchaseTypeWrap .purchaseType input:checked ~ .checkmark {
        background-color: #fff; }
      .cart .item .purchaseTypeWrap .checkmark:after {
        content: "";
        position: absolute;
        display: none; }
      .cart .item .purchaseTypeWrap .purchaseType input:checked ~ .checkmark:after {
        display: block; }
      .cart .item .purchaseTypeWrap .purchaseType .checkmark:after {
        content: "";
        top: 3px;
        left: 3px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background: #c6daf8; }
      @media (hover: hover) {
        .cart .item .purchaseTypeWrap .purchaseType:hover input ~ .checkmark {
          background-color: #c6daf8; } }
    .cart .item.subscribe .content {
      display: block;
      padding: 0; }
      .cart .item.subscribe .content ul {
        padding-left: 22%;
        padding-top: 70px; }
        .cart .item.subscribe .content ul li {
          display: block;
          text-align: left;
          margin-bottom: 17px; }
          .cart .item.subscribe .content ul li span.icon i {
            color: #bcc9dd; }
          .cart .item.subscribe .content ul li span.text {
            color: #2d589a;
            font-weight: normal; }

.moneyBack {
  text-align: center;
  background-color: #dde7f6;
  padding: 55px; }
  .moneyBack h2 {
    color: #76a6ef;
    margin-bottom: 12px; }
  .moneyBack p {
    color: #97a7c0;
    margin: 0 20%;
    font-size: 11px;
    font-weight: bold;
    line-height: 21px; }

.reviews {
  text-align: center;
  padding: 88px 0; }
  .reviews h2 {
    font-size: 30px;
    font-family: "Raleway", sans-serif;
    color: #48555e;
    margin-top: 17px;
    font-weight: 900;
    margin-bottom: 122px; }
  .reviews .video {
    padding: 0; }
    .reviews .video video-js {
      border-radius: 31px;
      overflow: hidden;
      -webkit-box-shadow: -9px 39px 16px -40px rgba(0, 0, 0, 0.38);
      -moz-box-shadow: -9px 39px 16px -40px rgba(0, 0, 0, 0.38);
      box-shadow: -9px 39px 16px -40px rgba(0, 0, 0, 0.38); }
  .reviews .content {
    text-align: left;
    margin-left: auto; }
    .reviews .content .title {
      font-family: "Raleway", sans-serif;
      font-size: 17px;
      font-weight: 900;
      color: #76a6ef;
      font-weight: 900; }
    .reviews .content .average {
      margin: 14px 0; }
      .reviews .content .average span {
        color: #76a6ef;
        font-weight: bold; }
    .reviews .content .rating {
      font-size: 11px;
      text-align: left; }
      .reviews .content .rating span.customer {
        text-decoration: underline; }
      .reviews .content .rating .fa-rating {
        font-size: 18px;
        letter-spacing: 6px;
        color: #76a6ef; }
    .reviews .content img {
      margin-top: 40px; }

.about {
  margin-bottom: 0;
  overflow: hidden; }
  .about .container-lg .info {
    font-size: 14px;
    line-height: 29px;
    color: #48555ee6; }

.FAQ {
  background-color: #ebf1fa; }
  .FAQ ul {
    margin-top: 25px;
    margin-bottom: 25px; }
    .FAQ ul li {
      margin: 0; }
      .FAQ ul li .question {
        color: #4e7fc8;
        padding: 26px 21px 26px 0;
        border-top: 1px solid #fff;
        position: relative; }
        .FAQ ul li .question[aria-expanded="true"] .check:before {
          content: "-"; }
        .FAQ ul li .question .check:before {
          content: "+"; }
        .FAQ ul li .question .check {
          position: absolute;
          right: 5px;
          top: 10px;
          font-size: 24px;
          font-weight: bold; }
      .FAQ ul li .answer {
        font-size: 11px;
        line-height: 22px;
        text-transform: uppercase; }
        .FAQ ul li .answer div {
          padding: 10px 0;
          border-top: 1px solid #fff; }
      .FAQ ul li:last-child {
        border-bottom: 1px solid #fff; }

.formula {
  color: #fff;
  background-color: #76a6ef;
  padding: 40px 0; }
  .formula h2 {
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 12px; }
    .formula h2 span {
      font-weight: bold; }
  .formula p {
    font-size: 14px;
    line-height: 29px;
    margin-bottom: 23px; }

footer {
  overflow: hidden; }

@media (min-width: 768px) and (max-width: 1199.98px) {
  section.top .top .product img {
    margin-left: -255px; }
  .cart .item .bottom {
    padding: 20px; } }

@media (min-width: 768px) and (max-width: 991.98px) {
  section.top .top .sub-title {
    font-size: 29px; }
  section.top .top h1 {
    font-size: 59px;
    line-height: 55px;
    margin-bottom: 4px; }
  section.top .top .product img {
    margin-left: -155px;
    max-width: 610px; }
  section.top .cart {
    margin-top: -38px; }
    section.top .cart .item.mb .title {
      padding: 17px 29px; }
    section.top .cart .item.mb img {
      margin-top: 30px; }
    section.top .cart .item.mb .bottom {
      font-size: 11px; }
    section.top .cart .item.subscribe .content ul {
      padding-left: 13%;
      padding-top: 30px;
      font-size: 14px; }
    section.top .cart .item.subscribe .content .bottom {
      padding: 9px; }
      section.top .cart .item.subscribe .content .bottom span {
        font-size: 14px; }
    section.top .cart .item .purchaseTypeWrap .purchaseType {
      font-size: 16px; }
  .reviews .video {
    margin-left: 15px; } }

@media (min-width: 768px) {
  .cart .container-lg > .row {
    flex-direction: row-reverse; }
  .cart .item {
    border-radius: 30px;
    background-color: #ffffff; }
    .cart .item.subscribe {
      padding-left: 0; }
    .cart .item .content li .summary {
      display: none; }
    .cart .item .content .summary .row .regularPrice {
      border-bottom: 1px solid #ededed;
      border-right: 1px solid #ededed; }
    .cart .item .content .summary .row .member-saving {
      border-bottom: 1px solid #ededed; }
    .cart .item .content .summary .row .instant-saving {
      border-right: 1px solid #ededed; }
    .cart .item.subscribe .bottom {
      height: 102px; }
    .cart .item.subscribe .btn {
      display: none; }
    .cart .item.mb {
      border-radius: 30px 0 0 30px; }
    .cart .item .bottom {
      min-height: 102px; }
  .about .container-lg .tag {
    display: none; }
  .about .container-lg .info {
    margin: 0;
    width: 50%; }
  .about .container-lg picture {
    max-width: initial;
    margin-right: -155px; }
  .formula .row {
    flex-direction: row-reverse; }
    .formula .row .imgWrap {
      text-align: right;
      margin-top: -29px; } }

@media (max-width: 767.98px) {
  main {
    padding-top: 45px; }
  section.top {
    padding-top: 50px;
    background: #76a6ef;
    padding-bottom: 0; }
    section.top .top .sub-title {
      font-size: 24px; }
    section.top .top h1 {
      font-size: 53px;
      line-height: 55px; }
    section.top .top .product img {
      display: none; }
    section.top .top ul li span.text {
      line-height: 24px; }
    section.top .cart {
      margin: 15px -15px 0; }
      section.top .cart .item.subscribe {
        background-color: transparent;
        margin: 0;
        order: 2;
        padding-bottom: 35px; }
        section.top .cart .item.subscribe .title {
          display: none; }
        section.top .cart .item.subscribe .content ul {
          display: none; }
        section.top .cart .item.subscribe .content .bottom {
          position: static;
          background: transparent;
          color: #fff;
          border: 1px solid #5d83bc;
          border-radius: 23px;
          padding: 15px; }
          section.top .cart .item.subscribe .content .bottom span.save, section.top .cart .item.subscribe .content .bottom span:first-child {
            color: #234272; }
          section.top .cart .item.subscribe .content .bottom .purchaseTypeWrap {
            margin: 0; }
            section.top .cart .item.subscribe .content .bottom .purchaseTypeWrap .purchaseType {
              margin: 0; }
              section.top .cart .item.subscribe .content .bottom .purchaseTypeWrap .purchaseType .checkmark:after {
                background: #5d83bc; }
        section.top .cart .item.subscribe .btn {
          margin-top: 12px; }
      section.top .cart .item.shop {
        display: block;
        padding: 0;
        order: 1; }
        section.top .cart .item.shop .title {
          color: #d7f741;
          font-size: 14px;
          font-weight: bold;
          background: transparent;
          padding: 13px 0; }
        section.top .cart .item.shop .content {
          margin-bottom: 43px; }
          section.top .cart .item.shop .content .products {
            padding: 0; }
            section.top .cart .item.shop .content .products .slick-slide {
              border-radius: 30px;
              background-color: #ffffff;
              overflow: hidden;
              margin: 0 30px; }
            section.top .cart .item.shop .content .products .slick-list {
              padding: 0; }
              section.top .cart .item.shop .content .products .slick-list .slick-slide:not(.slick-current) {
                opacity: 1; }
            section.top .cart .item.shop .content .products .slick-dots {
              bottom: -32px;
              top: initial; }
            section.top .cart .item.shop .content .products .slick-next, section.top .cart .item.shop .content .products .slick-prev {
              bottom: -61px;
              top: initial; }
            section.top .cart .item.shop .content .products li > .amount {
              border-radius: 0;
              padding: 9px 0;
              margin: 0;
              background-color: #76a6ef;
              color: #fefefe;
              background-color: #2d589a;
              font-size: 24px;
              font-weight: bold; }
            section.top .cart .item.shop .content .products li .imgWrap {
              display: block;
              padding: 0 80px;
              margin-top: -15px;
              margin-bottom: -35px; }
            section.top .cart .item.shop .content .products li .summary > .row {
              margin: 20px 20px 10px;
              padding: 6px 0; }
              section.top .cart .item.shop .content .products li .summary > .row > div {
                padding: 3px 10px; }
                section.top .cart .item.shop .content .products li .summary > .row > div span {
                  display: inline-block;
                  padding-left: 10px;
                  margin: 0; }
          section.top .cart .item.shop .content > .summary {
            display: none; }
        section.top .cart .item.shop .btn {
          display: none; }
      section.top .cart .item.mb {
        padding: 30px 0px;
        background-color: #dde7f6;
        margin: 0;
        order: 3; }
        section.top .cart .item.mb .title {
          background: none;
          color: #76a6ef;
          margin-bottom: 12px;
          font-weight: bold;
          padding: 0; }
        section.top .cart .item.mb .content {
          margin: 0; }
          section.top .cart .item.mb .content .bottom {
            background-color: #dde7f6;
            color: #97a7c0;
            padding: 12px 15px 0;
            font-size: 11px;
            font-weight: bold;
            line-height: 21px;
            position: static; }
  .moneyBack {
    padding: 30px 0px; }
    .moneyBack p {
      margin: 0; }
  .reviews {
    padding: 50px 0; }
    .reviews h2 {
      margin-bottom: 60px;
      text-align: left; }
    .reviews .content {
      text-align: center; }
      .reviews .content div {
        text-align: left; }
    .reviews .video {
      padding: 0 15px;
      margin-bottom: 30px; }
  .about .container-lg .info .tag {
    margin-top: 0; }
  .formula {
    text-align: center; }
    .formula .content {
      text-align: left;
      margin-top: 30px; } }
