@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,700");
@import url("https://fonts.googleapis.com/css?family=Tinos");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,500");
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * Remove default margin.
 */
body {
  font-family: "Oswald", sans-serif;
  margin: 0;
  color: #111111; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  text-decoration: none;
  color: #111111;
  background-color: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, arial;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  outline: none;
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input::-moz-focus-inner {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-bottom: 1.4em; }

ul, ol,
dd {
  margin-left: 1.4em; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

h1 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 0.813; }

h2 {
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1.04; }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.084; }

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3; }

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.445; }

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.625; }

ul {
  list-style: none;
  margin: 0; }

li > ul,
li > ol {
  margin-left: 2.8em;
  margin-bottom: 0; }

img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  margin: 0 auto; }

.o-animation--opacity {
  opacity: 1;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity; }
  .o-animation--opacity:hover {
    opacity: .75; }

.o-animation--zoom {
  overflow: hidden;
  background-color: #ffffff;
  cursor: pointer; }
  .o-animation--zoom img {
    display: block;
    transition-duration: 0.3s; }
  .o-animation--zoom:hover img {
    opacity: 0.9;
    transform: scale(1.1);
    transition-duration: 0.3s; }

.o-animation__box-shadow {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }
  .o-animation__box-shadow:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0px 3px 13.5px 1.5px rgba(0, 0, 0, 0.28); }

.o-animation__scroll--on {
  animation: scrollOn .5s ease-in-out forwards; }

.o-animation__scroll--off {
  animation: scrollOff 375ms ease-in-out forwards; }

.o-animation__scroll1--on {
  animation: scrollOn 1s ease-in-out forwards; }

.o-animation__scroll1--off {
  animation: scrollOff 375ms ease-in-out forwards; }

.o-animation__btn-bounce::after {
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease; }

.o-animation__btn-bounce:hover::after {
  -moz-animation: bounce .5s infinite;
  -webkit-animation: bounce .5s infinite;
  animation: bounce .5s infinite; }

.o-animation__bounce--left::after {
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease; }

.o-animation__bounce--left:hover::before {
  -moz-animation: bounce .5s infinite;
  -webkit-animation: bounce .5s infinite;
  animation: bounce .5s infinite; }

.o-animation__btn-3d {
  padding: 28px 45px !important; }
  .o-animation__btn-3d div {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 0;
    padding: 17px 45px;
    pointer-events: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    letter-spacing: 0.2em;
    line-height: 1.2em;
    font-size: 14px;
    font-weight: 500; }
    .o-animation__btn-3d div:nth-child(1) {
      color: #111111;
      background-color: #ffffff;
      transform: rotateX(90deg);
      -webkit-transform: rotateX(90deg);
      -moz-transform: rotateX(90deg);
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transform-origin: 50% 50% -29px;
      -webkit-transform-origin: 50% 50% -29px;
      -moz-transform-origin: 50% 50% -29px;
      border: #111111 solid 3px; }
    .o-animation__btn-3d div:nth-child(2) {
      color: #ffffff;
      background-color: #111111;
      transform: rotateX(0deg);
      -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg);
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transform-origin: 50% 50% -29px;
      -webkit-transform-origin: 50% 50% -29px;
      -moz-transform-origin: 50% 50% -29px;
      border: #111111 solid 3px; }
  .o-animation__btn-3d:hover div:nth-child(1) {
    color: #ffffff;
    color: #111111;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg); }
  .o-animation__btn-3d:hover div:nth-child(2) {
    background-color: #111111;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg); }

.o-animation__background {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 3px solid #111111; }
  .o-animation__background::before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #ffffff; }
  .o-animation__background:hover {
    color: #111111; }
    .o-animation__background:hover::before {
      left: 0; }
  .o-animation__background--black::before {
    background-color: #111111; }
  .o-animation__background--black:hover {
    color: #ffffff; }
    .o-animation__background--black:hover::after {
      background: url(../images/icons/icon_arrow_right_dark.png) no-repeat center center; }
  .o-animation__background--green:hover {
    color: #68a222; }
    .o-animation__background--green:hover::after {
      background-image: url(../images/icons/icon_arrow_green_right.png); }
  .o-animation__background--green-outlight:hover {
    color: #ffffff; }
    .o-animation__background--green-outlight:hover::before {
      background-color: #68a222; }
    .o-animation__background--green-outlight:hover::after {
      background-image: url(../images/icons/icon_arrow_right_light_medium.png); }

.o-animation__bounce-ttb {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  position: absolute;
  -webkit-animation: bounceTtb .35s infinite;
  animation: bounceTtb .35s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

.o-animation--border {
  position: relative; }
  .o-animation--border:after, .o-animation--border:before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #111111;
    position: absolute;
    transition: .5s;
    z-index: 9999; }
  .o-animation--border:after {
    left: -8px;
    top: -8px; }
  .o-animation--border:before {
    bottom: -8px;
    right: -8px; }
  .o-animation--border:hover:after, .o-animation--border:hover:before {
    width: calc(100% + 16px); }
  .o-animation--border__inner {
    position: relative;
    height: 100%; }
    .o-animation--border__inner:after, .o-animation--border__inner:before {
      content: "";
      display: block;
      width: 1px;
      height: 0;
      background: #111111;
      position: absolute;
      transition: .5s;
      z-index: 9999; }
    .o-animation--border__inner:after {
      right: -8px;
      top: -8px; }
    .o-animation--border__inner:before {
      bottom: -8px;
      left: -8px; }
    .o-animation--border__inner:hover:after, .o-animation--border__inner:hover:before {
      height: calc(100% + 16px); }

@keyframes scrollOn {
  0% {
    opacity: 0;
    transform: translateY(20%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }

@keyframes scrollOff {
  0% {
    opacity: 1;
    transform: translateY(0%); }
  100% {
    opacity: 0;
    transform: translateY(20%); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  56% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px); } }

.bubble-show {
  animation: animateBubble linear .2s;
  animation-iteration-count: 1; }

@keyframes animateBubble {
  0% {
    opacity: 0;
    transform: translate(0px, 20px); }
  100% {
    opacity: 1;
    transform: translate(0px, 0px); } }

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bounceTtb {
  from {
    top: -75px; }
  to {
    top: -85px; } }

@keyframes bounceTtb {
  from {
    top: -75px; }
  to {
    top: -85px; } }

.o-container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto; }
  .o-container__fluid {
    min-width: 1423px;
    margin-right: auto;
    margin-left: auto; }

.sp .o-container {
  max-width: 100%;
  min-width: 100%;
  padding-left: 25px;
  padding-right: 25px; }

.o-row {
  margin-right: -20px;
  margin-left: -20px; }

@media screen and (max-width: 1100px) {
  .o-container {
    padding-right: 25px;
    padding-left: 25px; } }

.o-media {
  display: table;
  width: 100%; }
  .o-media__img {
    display: table-cell;
    vertical-align: top;
    padding-right: 1.4em; }
    .o-media__img img {
      display: block;
      max-width: none; }
  .o-media__body {
    display: table-cell;
    vertical-align: top;
    width: 100%; }

.o-video {
  height: calc(100vh - 91px);
  margin-bottom: 25px;
  min-width: 1000px; }
  .o-video__inner {
    position: relative;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    .o-video__inner:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .o-video__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .o-video__bg__item {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none; }
  .o-video__overlay {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    z-index: 10;
    width: 80%; }
    .o-video__overlay h2 {
      display: flex;
      justify-content: center;
      font-size: 36px;
      letter-spacing: .1em;
      color: #ffffff;
      margin-bottom: 0; }

.sp .o-video {
  min-width: 100%;
  max-width: 100%;
  height: calc(100vh - 60px);
  margin-top: 50px;
  margin-bottom: 15px; }
  .sp .o-video__overlay h2 {
    font-size: 24px;
    letter-spacing: .1em; }

.c-section {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  .c-section__bg--leaf {
    background: url(../images/leaf_bg.png) top center no-repeat; }
  .c-section__bg--x {
    position: relative; }
    .c-section__bg--x:before {
      display: block;
      content: "";
      width: 530px;
      height: 657px;
      position: absolute;
      bottom: -97px;
      left: 0;
      background: url("../images/bg_left.png") bottom left no-repeat; }
    .c-section__bg--x:after {
      display: block;
      content: "";
      width: 500px;
      height: 657px;
      position: absolute;
      bottom: -97px;
      right: 0;
      background: url("../images/bg_right.png") bottom right no-repeat; }
  .c-section__bg--silk {
    background: url("../images/gradient_bg.png") top center no-repeat; }
  .c-section__bg--leaf-xs {
    background: url("../images/post_bg.png") top center no-repeat;
    background-size: cover; }
  .c-section__product--order {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(1, 1, 1, 0.1);
    margin-bottom: 30px; }
    .c-section__product--order p {
      margin-bottom: 0; }
    .c-section__product--order .product-count {
      color: rgba(17, 17, 17, 0.7);
      font-family: "Roboto Condensed", serif;
      font-size: 14px;
      font-weight: 300;
      line-height: 22px; }
    .c-section__product--order .product-order {
      font-family: "Roboto Condensed", serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
      display: flex; }
      .c-section__product--order .product-order > span {
        margin-right: 10px; }
      .c-section__product--order .product-order span.curent {
        position: relative;
        padding-right: 15px;
        padding-left: 10px;
        cursor: pointer; }
        .c-section__product--order .product-order span.curent:after {
          display: block;
          content: "";
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          content: "\f107";
          margin-left: 7px;
          position: absolute;
          right: 0;
          top: -2px; }
      .c-section__product--order .product-order ul {
        max-height: 0;
        overflow: hidden; }

@media only screen and (max-width: 900px) {
  .c-section__bg--x:before, .c-section__bg--x:after {
    display: none; } }

@media only screen and (max-width: 480px) {
  .c-section__product--order {
    flex-wrap: wrap; }
    .c-section__product--order .product-count {
      width: 100%;
      margin-bottom: 10px; }
    .c-section__product--order .product-order {
      width: 100%; }
  .c-section__banner {
    margin-bottom: 20px; }
    .c-section__banner a {
      width: 100%;
      margin-bottom: 20px; } }

.c-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  padding: 5px 10px;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  letter-spacing: .2em;
  line-height: normal;
  font-weight: 500; }
  .c-btn__primary {
    border-radius: 17px;
    background-color: #88c242;
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    padding: 12px 21px;
    text-transform: uppercase; }
    .c-btn__primary i {
      margin-left: 8px; }
  .c-btn:hover {
    text-decoration: none;
    opacity: .85; }
  .c-btn__view {
    border-radius: 17px;
    background-color: #68a222;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-right: 13px;
    padding-left: 13px;
    color: #ffffff; }
    .c-btn__view:hover {
      background-color: rgba(104, 162, 34, 0.8); }
  .c-btn__icon {
    display: inline-block;
    padding: 0; }
  .c-btn__favorite {
    text-align: center;
    font-size: 20px;
    color: #f8862a;
    line-height: 1; }
    .c-btn__favorite:hover {
      transform: scale(1.4); }
  .c-btn--orange {
    background-color: #f85a2a;
    color: #ffffff; }
  .c-btn__checkout {
    font-family: "Roboto Condensed", serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.57;
    border-radius: 18px;
    padding: 6px 20px; }
  .c-btn__add-to-cart {
    border-radius: 29px;
    font-family: "Roboto Condensed", serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    padding-left: 33px;
    padding-right: 33px; }

.slick-next {
  position: absolute;
  top: 40%;
  border: none;
  right: -20px;
  background-color: transparent;
  overflow: hidden;
  z-index: 9999;
  font-size: 25px;
  cursor: pointer; }
#home-slider > .slick-next{
  right:0;
  font-size:40px;
  color:#999;  
}  
  @media only screen and (max-width: 768px) {
    .slick-next {
      right: 0; } }

.slick-prev {
  position: absolute;
  top: 40%;
  border: none;
  left: -20px;
  background-color: transparent;
  z-index: 9999;
  font-size: 25px;
  cursor: pointer;
  overflow: hidden; }
#home-slider > .slick-prev{
  left:0;
  font-size:40px;
  color:#999;
}  
  @media only screen and (max-width: 768px) {
    .slick-prev {
      left: 0; } }

.c-product__review__form .submit {
  border: none;
  background: none;
  color: #111111;
  position: absolute;
  right: 15px;
  top: 65px; }

.c-product__review__form .comment-form {
  position: relative; }

.c-product__detail__gallery .c-btn__favorite {
  font-size: 12px;
  margin-top: 25px; }
  .c-product__detail__gallery .c-btn__favorite i {
    font-size: 14px;
    transition: .3s;
    margin-right: 4px; }
  .c-product__detail__gallery .c-btn__favorite:hover {
    transform: scale(1); }
    .c-product__detail__gallery .c-btn__favorite:hover i {
      transform: scale(1.4); }

.c-banner {
  max-width: 50%; }
  .c-banner__list {
    margin-bottom: 88px; }

@media only screen and (max-width: 480px) {
  .c-banner {
    margin-bottom: 20px;
    max-width: 100%;
    width: 100%; }
    .c-banner__list {
      margin-bottom: 20px; } }

.c-pagination {
  display: flex;
  justify-content: center;
  padding-top: 40px; }
  .c-pagination li {
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px; }
    .c-pagination li span {
      display: inline-block;
      background: #111111;
      width: 24px;
      height: 24px;
      text-align: center;
      line-height: 24px;
      color: #ffffff;
      border-radius: 50%; }

.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff; }

.c-loader {
  padding: 20px; }
  .c-loader::after {
    display: none; }
  .c-loader__circle {
    display: block;
    margin: 0 auto;
    width: 19px;
    height: 19px;
    clear: both;
    border-radius: 50%;
    -webkit-animation: loaderCircle .6s infinite linear;
    animation: loaderCircle .6s infinite linear; }
    .c-loader__circle--dark {
      border: 1px solid rgba(17, 17, 17, 0.25);
      border-top: 1px solid #111111; }
    .c-loader__circle--light {
      border: 1px solid rgba(255, 255, 255, 0.25);
      border-top: 1px solid white; }

.sp .c-loader__circle {
  width: 18px;
  height: 18px; }

.c-opening--on .c-loading__image {
  animation: opening_on 1s ease-in-out .5s forwards; }

.c-opening--on .c-loading__text {
  animation: opening_on 1s ease-in-out forwards; }
  .c-opening--on .c-loading__text span {
    animation: opening_on 0.75s ease-in-out forwards; }

.c-opening--off .c-loading__image {
  animation: opening_off .5s ease-in-out forwards; }

@keyframes opening_on {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes opening_off {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes loaderCircle {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

@keyframes loaderCircle {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }

.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 1s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 1s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 1s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 1s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }

.ball-pulse > div {
  background-color: #68a222;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block; }

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.c-header {
  position: relative;
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  z-index: 1; }
  .c-header__top {
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 27.17px; }
    .c-header__top a {
      color: #ffffff; }
    .c-header__top--left {
      letter-spacing: 1px;
      max-width: 70%; }
      .c-header__top--left a {
        font-weight: 500;
        text-decoration: underline; }
    .c-header__top--right {
      margin-left: auto; }
      .c-header__top--right li:first-child {
        position: relative;
        padding-right: 20px;
        margin-right: 20px; }
        .c-header__top--right li:first-child:after {
          display: block;
          content: "";
          width: 1px;
          height: 15px;
          position: absolute;
          right: 0;
          bottom: 50%;
          margin-bottom: -7px;
          background: #b4ea73; }
      .c-header__top--right li i {
        margin-right: 10px; }
  .c-header__bottom {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
    font-weight: 300;
    line-height: 27.17px;
    text-transform: uppercase;
    color: #ffffff; }
    .c-header__bottom a {
      color: #ffffff;
      font-weight: 500;
      text-decoration: underline; }
  .c-header__middle {
    padding-top: 15px;
    padding-bottom: 15px; }
    .c-header__middle--form {
      margin-right: 14.5%; }
    .c-header__middle .logo {
      width: 17.3%; }
    .c-header__middle .c-account {
      margin-left: auto; }
      .c-header__middle .c-account .c-account__link {
        margin-right: 15px;
        position: relative; }
        .c-header__middle .c-account .c-account__link .c-account__link__name {
          color: #68a222;
          font-size: 18px;
          font-weight: 500;
          line-height: 27.17px;
          letter-spacing: 0.36px; }
        .c-header__middle .c-account .c-account__link .c-account__link__login {
          font-size: 14px;
          font-weight: 300;
          line-height: 27.17px;
          letter-spacing: 0.28px; }
          .c-header__middle .c-account .c-account__link .c-account__link__login a:first-child {
            position: relative;
            margin-right: 10px;
            padding-right: 10px; }
            .c-header__middle .c-account .c-account__link .c-account__link__login a:first-child:after {
              display: block;
              content: "/";
              width: auto;
              height: 16px;
              position: absolute;
              top: -2px;
              right: -3px; }

@media only screen and (max-width: 992px) {
  .c-header__middle .logo {
    width: auto;
    margin-bottom: 20px; }
  .c-header__middle--form {
    order: 3;
    width: 100%;
    margin-right: 0; }
    .c-header__middle--form .c-form__search__wrap {
      width: 100%; } }

@media only screen and (max-width: 600px) {
  .c-header__top--left {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding-top: 5px; }
  .c-header__top--right {
    margin-right: auto; }
  .c-header__middle--form {
    width: auto;
    padding-bottom: 0;
    order: 0; }
  .c-header__middle .logo {
    order: -2;
    width: 100%;
    text-align: center; }
    .c-header__middle .logo img {
      width: 40%; }
  .c-header__middle--right {
    margin-left: auto; }
    .c-header__middle--right.c-account {
      justify-content: space-between; }
      .c-header__middle--right.c-account .c-account__link {
        margin-right: 10px;
        padding-right: 10px; } }

.c-heading__h2 {
  color: #111111;
  font-family: "Tinos", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase;
  text-align: center;
  padding: 40px;
  margin-bottom: 0; }

@media only screen and (max-width: 768px) {
  .c-heading__h2 {
    font-size: 25px;
    line-height: 30px;
    padding: 20px; } }

.c-footer {
  position: relative;
  color: #ffffff;
  padding-top: 75px;
  width: 100%; }
  .c-footer a {
    color: #ffffff; }
  .c-footer h3 {
    font-family: "Tinos", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .c-footer__item {
    max-width: 23%; }
  .c-footer__description {
    font-weight: 200;
    font-size: 14px;
    line-height: 24px;
    opacity: 0.5; }
  .c-footer__logo {
    margin-top: -35px; }
  .c-footer__menu li {
    opacity: 0.5;
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
    position: relative;
    padding-left: 20px; }
    .c-footer__menu li:before {
      display: block;
      content: "";
      width: auto;
      height: auto;
      font-family: "Font Awesome 5 Brands";
      position: absolute;
      left: 0; }
  .c-footer__connect .phone {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 17px;
    opacity: 0.5;
    display: flex;
    align-items: center; }
    .c-footer__connect .phone i {
      font-size: 14px;
      margin-right: 10px; }
  .c-footer__connect .add {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 25px;
    opacity: 0.5; }
    .c-footer__connect .add i {
      margin-right: 10px; }
    .c-footer__connect .add:last-child {
      margin-bottom: 0; }
  .c-footer__social {
    border-bottom: 2px dashed rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
    padding-bottom: 30px;
    opacity: 0.5; }
    .c-footer__social li:not(:last-child) {
      margin-right: 15px;
      opacity: 0.5;
      line-height: 24px; }
  .c-footer__top {
    padding-bottom: 45px; }
  .c-footer__bottom {
    padding-top: 14px;
    padding-bottom: 14px;
    background: #1e1e1e;
    font-size: 12px;
    font-weight: 300;
    line-height: 27.17px;
    letter-spacing: 0.24px;
    color: rgba(255, 255, 255, 0.5); }

@media only screen and (max-width: 600px) {
  .c-footer__item {
    max-width: 33%; }
  .c-footer__about {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    max-width: 100%; } }

@media only screen and (max-width: 600px) {
  .c-footer__menu {
    width: 100%;
    max-width: 100%;
    text-align: center; }
    .c-footer__menu h3 {
      margin-bottom: 0; }
      .c-footer__menu h3:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f078";
        margin-left: 10px; }
      .c-footer__menu h3.active:after {
        content: "\f077"; }
    .c-footer__menu ul {
      display: inline-block;
      max-height: 0;
      overflow: hidden;
      transition: .6s; }
      .c-footer__menu ul li {
        text-align: left; }
      .c-footer__menu ul.active {
        max-height: 600px;
        margin-bottom: 20px; }
  .c-footer__connect {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    max-width: 100%; }
    .c-footer__connect ul {
      justify-content: center; }
    .c-footer__connect .phone {
      justify-content: center; } }

.c-navbar {
  padding-right: 22px;
  padding-left: 22px; }
  .c-navbar a {
    display: block;
    padding: 17px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.17px;
    text-transform: uppercase;
    letter-spacing: 0.4px; }
    .c-navbar a:hover {
      text-decoration: none; }
  .c-navbar__toggle {
    display: none; }
  .c-navbar li {
    position: relative; }
  .c-navbar li:hover > a {
    color: #68a222; }
  .c-navbar ul {
    margin-left: 0;
    min-width: 220px;
    background: #ffffff;
    max-height: 0;
    overflow: hidden;
    transition: .2s; }
    .c-navbar ul li {
      font-family: "Roboto Condensed", serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 3.44;
      letter-spacing: normal;
      padding-right: 10px;
      padding-left: 10px; }
    .c-navbar ul.active {
      max-height: 1000px;
      overflow: visible; }
  .c-navbar .expand_sub {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
    border: 1px solid rgba(17, 17, 17, 0.7);
    padding: 3px; }
    .c-navbar .expand_sub:after, .c-navbar .expand_sub:before {
      position: absolute;
      content: "";
      display: block;
      transition: .5s; }
    .c-navbar .expand_sub:before {
      width: calc(100% - 6px);
      height: 2px;
      background: #111111;
      left: 3px;
      top: 50%;
      margin-top: -1px; }
    .c-navbar .expand_sub:after {
      height: calc(100% - 6px);
      width: 2px;
      background: #111111;
      top: 3px;
      left: 50%;
      margin-left: -1px; }
    .c-navbar .expand_sub.active:after {
      transform: rotate(90deg); }

.toggle-menu {
  width: 30px;
  border: none;
  height: 3px;
  background: #111111;
  position: relative;
  margin-bottom: 10px;
  margin-left: 10px;
  transition: .4s;
  padding: 0; }
  .toggle-menu:before, .toggle-menu:after {
    display: block;
    content: "";
    width: 30px;
    height: 3px;
    background: #111111;
    position: absolute;
    left: 0;
    transition: .4s; }
  .toggle-menu:after {
    bottom: -10px; }
  .toggle-menu:before {
    top: -10px; }
  .toggle-menu.active {
    transform: rotate(-45deg); }
    .toggle-menu.active:before {
      transform: rotate(-90deg);
      top: 0; }
    .toggle-menu.active:after {
      display: none; }

@media all and (min-width: 910px) {
  .c-navbar > li:hover {
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.05); }
  .c-navbar li:hover > ul {
    display: block;
    max-height: 1000px;
    overflow: visible; }
  .c-navbar .expand_sub {
    display: none; }
  .c-navbar ul {
    position: absolute;
    z-index: 99;
    max-height: 0;
    overflow: hidden; }
    .c-navbar ul li:hover ul {
      max-height: 1000px; }
    .c-navbar ul li ul {
      left: 100%;
      top: 0;
      border-left: 1px solid #e5e5e5; }
  .c-navbar > ul {
    left: 0;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.05); }
  .c-navbar ul li.menu-item-has-children {
    position: relative; }
    .c-navbar ul li.menu-item-has-children:after {
      content: '\f054';
      position: absolute;
      right: 8px;
      top: 6px;
      display: inline-block;
      font-weight: 600;
      font-family: "Font Awesome 5 Free";
      color: #68a222;
      font-size: 10px; } }

@media screen and (max-width: 909px) {
  #main-nav {
    max-height: 0;
    overflow: hidden;
    transition: .6s;
    position: relative; }
    #main-nav.active {
      max-height: 600px; }
  .c-navbar {
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid #111;
    padding-bottom: 20px; }
    .c-navbar a {
      padding-top: 5px;
      padding-bottom: 5px; }
    .c-navbar__toggle {
      display: block;
      margin-right: auto; } }

.c-navbar ul li a {
  padding: 10px; }

.c-slider {
  position: relative;
  margin-top: -30px;
  z-index: 0; }

.c-page {
  position: relative; }

.c-product {
  padding-bottom: 48px;
  padding-left: 10px;
  padding-right: 10px;
  overflow: hidden; }
  .c-product__list {
    margin-bottom: 40px; }
  .c-product:hover .c-product__button--hiddenX {
    transform: translateY(-25%); }
  .c-product:hover .c-product__inner {
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.1);
    background-color: #ffffff; }
  .c-product__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin-bottom: 20px;
    height: 45px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .c-product__price {
    color: #68a222;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    margin-bottom: 10px; }
    .c-product__price--strike {
      opacity: 0.5;
      font-size: 12px;
      font-weight: 300;
      line-height: 22px;
      text-decoration: line-through;
      text-align: center; }
      .c-product__price--strike.no-strike {
        text-decoration: none; }
  .c-product__inner {
    padding-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 15px;
    position: relative;
    text-align: center;
    transition: .5s;
    background: #ffffff;
    max-width: 210px; }
  .c-product__button--hiddenX {
    transform: translateY(200%);
    transition: .3s;
    position: absolute;
    width: 100%;
    left: 0; }
  .c-product__tag {
    position: absolute;
    top: 10px; }
    .c-product__tag__new {
      border-radius: 10px 0;
      background-color: #e9aef0;
      color: #ffffff;
      font-size: 10px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 2.4px;
      padding: 3px 12px;
      text-align: center;
      left: 20px; }
    .c-product__tag__sale {
      border-radius: 10px 0;
      background-color: #f69a4f;
      color: #ffffff;
      font-size: 10px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 2.4px;
      padding: 3px 12px;
      text-align: center;
      left: 20px; }
  .c-product__image {
    margin-bottom: 30px;
    height: 150px;
    overflow: hidden; }
  .c-product__grid .c-product {
    max-width: 25%; }
  @media all and (max-width: 768px) {
    .c-product__grid .c-product {
      max-width: 50%;
      width: 50%; } }
  @media all and (max-width: 320px) {
    .c-product__grid .c-product {
      max-width: 100%;
      width: 100%; } }
  .c-product__detail__gallery {
    width: 100%;
    margin-bottom: 40px; }
    .c-product__detail__gallery__thumb li {
      padding: 10px 3px; }
      .c-product__detail__gallery__thumb li.flex-active-slide {
        border-radius: 10px;
        border: 2px solid #000000; }
      .c-product__detail__gallery__thumb li img {
        max-width: 100%;
        width: auto !important; }
    @media only screen and (min-width: 768px) {
      .c-product__detail__gallery {
        max-width: 300px;
        margin-right: 30px; } }
    @media only screen and (min-width: 992px) {
      .c-product__detail__gallery {
        margin-right: 120px; } }
  .c-product__detail__sumary {
    width: 100%;
    max-width: 100%; }
    .c-product__detail__sumary__title {
      font-size: 23px;
      font-weight: 400;
      text-transform: uppercase;
      margin-bottom: 15px;
      line-height: 1.3; }
    .c-product__detail__sumary .product-type, .c-product__detail__sumary .product-sku {
      font-size: 14px;
      font-weight: 300;
      line-height: 22px;
      font-family: "Roboto Condensed", serif;
      font-weight: 300;
      margin-bottom: 14px; }
      .c-product__detail__sumary .product-type strong, .c-product__detail__sumary .product-sku strong {
        font-weight: 400; }
    .c-product__detail__sumary .product-sku {
      margin-bottom: 25px; }
    @media only screen and (min-width: 768px) {
      .c-product__detail__sumary {
        max-width: calc(100% - 330px); } }
    @media only screen and (min-width: 992px) {
      .c-product__detail__sumary {
        max-width: calc(100% - 420px); } }
  .c-product__attribute {
    display: flex;
    margin-bottom: 10px; }
    .c-product__attribute p {
      font-family: "Roboto Condensed", serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
      margin-bottom: 0; }
    .c-product__attribute--lst {
      display: flex;
      flex-wrap: wrap;
      margin-left: 20px; }
      .c-product__attribute--lst span {
        width: 12px;
        height: 12px;
        display: inline-block;
        border-radius: 50%; }
        .c-product__attribute--lst span.selected {
          border: 1px solid #000; }
      .c-product__attribute--lst li {
        margin-right: 5px;
        cursor: pointer;
        width: 25px;
        height: 25px; }
        .c-product__attribute--lst li.checked img {
          border: 2px solid #ddd; }
        .c-product__attribute--lst li img {
          border-radius: 50%;
          vertical-align: top; }
      .c-product__attribute--lst .atribute--red {
        background-color: #db4040; }
      .c-product__attribute--lst .atribute--pink {
        background-color: #e664ba; }
      .c-product__attribute--lst .atribute--yellow {
        background-color: #e8b546; }
  .c-product__reaction {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    position: relative;
    margin-top: 25px;
    padding: 10px;
    font-size: 13px; }
    .c-product__reaction:after, .c-product__reaction:before {
      display: block;
      content: "";
      width: 100%;
      height: 1px;
      background: #fcfcfc;
      background: -moz-linear-gradient(left, #fcfcfc 0%, #d6d6d6 51%, #fcfcfc 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #fcfcfc), color-stop(51%, #d6d6d6), color-stop(100%, #fcfcfc));
      background: -webkit-linear-gradient(left, #fcfcfc 0%, #d6d6d6 51%, #fcfcfc 100%);
      background: -o-linear-gradient(left, #fcfcfc 0%, #d6d6d6 51%, #fcfcfc 100%);
      background: -ms-linear-gradient(left, #fcfcfc 0%, #d6d6d6 51%, #fcfcfc 100%);
      background: linear-gradient(to right, #fcfcfc 0%, #d6d6d6 51%, #fcfcfc 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#fcfcfc', GradientType=1 );
      position: absolute; }
    .c-product__reaction:before {
      top: 0; }
    .c-product__reaction:after {
      bottom: 0; }
    .c-product__reaction img {
      margin-right: 5px;
      vertical-align: top;
      transition: .3s; }
    .c-product__reaction li:hover {
      opacity: .85; }
      .c-product__reaction li:hover img {
        transform: scale(1.2); }
  .c-product__quantity {
    font-size: 14px;
    font-family: "Roboto Condensed", serif;
    font-weight: 400;
    line-height: 22px;
    user-select: none; }
    .c-product__quantity__wrap {
      border: 1px solid #111111;
      max-width: 88px;
      border-radius: 12px;
      padding: 2px 10px;
      margin-left: 25px; }
      .c-product__quantity__wrap input {
        height: 25px;
        border: none;
        width: 30px;
        text-align: center;
        font-size: 15px; }
      .c-product__quantity__wrap span {
        cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .c-product__quantity {
        margin-bottom: 20px; } }
  .c-product__review-total {
    border-radius: 25px;
    border: 1px solid rgba(1, 1, 1, 0.2);
    margin-left: 40px;
    align-items: center;
    width: 350px;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    font-family: "Roboto Condensed", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding-top: 13px;
    padding-bottom: 13px;
    text-transform: uppercase; }
    .c-product__review-total .rating {
      margin-right: 5px; }
      .c-product__review-total .rating i {
        color: #f8862a; }
    .c-product__review-total__favorite {
      margin-left: 20px; }
      .c-product__review-total__favorite i {
        margin-right: 8px; }
    @media only screen and (max-width: 768px) {
      .c-product__review-total {
        width: 100%;
        margin-left: 0; } }
  .c-product__shipping {
    font-family: "Roboto Condensed", serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px; }
    .c-product__shipping i {
      margin-right: 7px; }
  .c-product__tab {
    font-family: "Roboto Condensed", serif; }
    .c-product__tab__list {
      display: flex;
      flex-wrap: wrap;
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
      border-bottom: 1px solid rgba(1, 1, 1, 0.1);
      margin-bottom: 20px; }
      .c-product__tab__list a {
        color: rgba(17, 17, 17, 0.5); }
      .c-product__tab__list li {
        padding-bottom: 10px;
        border-bottom: 1px solid transparent;
        margin-bottom: -1px; }
        .c-product__tab__list li:not(:last-child) {
          margin-right: 15px; }
        .c-product__tab__list li.active {
          border-bottom: 2px solid #000; }
          .c-product__tab__list li.active a {
            color: #111111; }
    .c-product__tab__content {
      font-size: 14px;
      font-weight: 300;
      line-height: 22px; }
      .c-product__tab__content__item {
        display: none; }
        .c-product__tab__content__item.active {
          display: block; }
  .c-product__review {
    padding-top: 23px;
    border-top: 1px solid #111111;
    font-family: "Roboto Condensed", serif; }
    .c-product__review--lst li {
      margin-bottom: 40px; }
    .c-product__review h2 {
      font-family: "Tinos", serif;
      font-size: 23px;
      font-weight: 400;
      line-height: 22px;
      margin-bottom: 30px; }
    .c-product__review .user-avatar {
      width: 60px;
      height: 60px;
      margin-right: 17px; }
      .c-product__review .user-avatar img {
        border-radius: 50%; }
    .c-product__review .user-meta {
      width: 80px;
      margin-right: 35px; }
      .c-product__review .user-meta p {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 7px; }
      .c-product__review .user-meta .kd-star-rating {
        color: #f8862a;
        margin-bottom: 11px;
        font-size: 12px;
        letter-spacing: 2.4px; }
    .c-product__review .user-review {
      width: calc(100% - 192px);
      border-radius: 30px;
      background: rgba(248, 243, 243, 0.8);
      font-size: 14px;
      font-weight: 300;
      line-height: 22px;
      padding: 22px 32px; }
      @media only screen and (max-width: 480px) {
        .c-product__review .user-review {
          width: 100%;
          margin-top: 10px; } }
    .c-product__review .c-pagination {
      justify-content: flex-start; }
    .c-product__review__form {
      padding-top: 30px;
      border-top: 1px solid #111111;
      position: relative;
      margin-bottom: 60px; }
      .c-product__review__form .stars {
        color: #f8862a;
        font-size: 20px; }
        .c-product__review__form .stars i {
          cursor: pointer; }
      .c-product__review__form .review-content {
        border-radius: 30px;
        border: 2px solid #f9f5f5;
        width: 100%;
        min-height: 90px;
        height: 90px;
        padding: 15px 45px 15px 20px;
        outline: none;
        resize: vertical; }
      .c-product__review__form .review-btn {
        border: none;
        background: none;
        position: absolute;
        top: 20px;
        right: 20px;
        color: #111111; }
      .c-product__review__form .comment-form-author label,
      .c-product__review__form .comment-form-email label {
        min-width: 55px;
        display: inline-block; }
  @media only screen and (max-width: 768px) {
    .c-product__add-to-cart button {
      margin-bottom: 20px; } }

.product_slick {
  position: relative;
  z-index: 99999; }

p.stars a:before {
  color: #f8862a !important; }

p.stars:hover a:before {
  color: #f8862a !important; }

@media only screen and (max-width: 909px) {
  .c-product__button--hiddenX {
    transform: translateY(-70%); }
  .c-product__inner {
    box-shadow: 0 16px 24px rgba(0, 0, 0, 0.1);
    background-color: #ffffff; } }

@media only screen and (max-width: 320px) {
  .c-product__inner {
    max-width: 80%; } }

.checkout_coupon.woocommerce-form-coupon {
  display: block !important; }

.payment_methods {
  margin-bottom: 20px; }

.woocommerce-terms-and-conditions-checkbox-text {
  font-weight: bold; }
  .woocommerce-terms-and-conditions-checkbox-text a {
    color: #68a222; }

.hidden_element {
  display: none; }

.woocommerce-pagination .page-numbers {
  display: flex;
  margin-bottom: 20px;
  display: flex;
  justify-content: center; }
  .woocommerce-pagination .page-numbers li {
    padding: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px; }
  .woocommerce-pagination .page-numbers span {
    display: inline-block;
    background: #111111;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    color: #ffffff;
    border-radius: 50%; }

.comment-notes {
  display: none; }

.woocommerce-product-gallery__image {
  text-align: center; }

.product-order span {
  padding-right: 10px;
  padding-top: 4px; }

@media screen and (max-width: 480px) {
  .c-section__product--order .product-count {
    display: none; } }

.sale_percent {
  color: #f69a4f;
  padding-left: 10px; }

.c-product__detail .woocommerce-Price-amount {
  color: #f85a2a;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.3em; }

.return-to-shop .wc-backward {
  display: inline-block;
  background: #68a222;
  color: #fff;
  padding: 3px 10px; }

.woocommerce-ordering .orderby {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  position: relative;
  padding: 3px 20px 3px 4px; }

.select-wrap {
  position: relative; }
  .select-wrap:after {
    position: absolute;
    right: 5px;
    top: 3px;
    display: inline-block;
    content: "\f078";
    font-weight: 600;
    font-family: "Font Awesome 5 Free"; }

.c-post {
  position: relative; }

.c-search {
  position: relative; }

.c-form__search__wrap {
  position: relative;
  width: 269px;
  height: 40px; }

.c-form__search__icon {
  position: absolute;
  left: 17px;
  top: 50%;
  margin-top: -13px;
  z-index: 999999; }

.c-form__search--input {
  border-radius: 5px;
  border: 1px solid #eaede5;
  background-color: #f5f6f3;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 40px !important;
  padding-right: 20px;
  z-index: 998; }

@media only screen and (max-width: 600px) {
  .c-form__search__wrap {
    width: auto !important;
    height: auto;
    overflow: hidden;
    position: static; }
  .c-form__search--input {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    height: 40px;
    border-radius: 0;
    display: none;
    padding-left: 20px !important; }
    .c-form__search--input.active {
      display: block; }
  .c-form__search__icon {
    position: static;
    margin-top: auto;
    padding: 5px;
    width: 26px;
    display: block;
    font-size: 20px; } }

.form-row {
  margin-bottom: 20px;
  font-size: 14px;
  font-family: "Roboto Condensed", serif; }
  .form-row input[type="text"], .form-row input[type="tel"], .form-row input[type="email"], .form-row input[type="password"], .form-row select, .form-row textarea {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    padding: 7px 10px;
    outline: none; }
  .form-row label {
    font-family: "Roboto Condensed", serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 7px;
    display: block; }
  .form-row .required {
    color: #df2929; }
  .form-row p.form-row {
    margin-bottom: 0; }

.form-50 {
  width: 49%; }

.c-radio {
  display: none; }

.c-account__link__icon {
  display: none; }

.c-account__link__wrap {
  position: relative;
  padding: 15px;
  transition: .5s; }
  .c-account__link__wrap:hover {
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.05); }
    .c-account__link__wrap:hover .user-link {
      max-height: 500px;
      visibility: visible; }

.c-account__cart > li:last-child {
  padding-right: 40px; }

.c-account__cart__favorite {
  font-size: 20px;
  position: relative;
  display: block;
  margin-right: 15px; }
  .c-account__cart__favorite:after {
    content: "Yêu Thích";
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    line-height: 22px;
    font-family: "Roboto Condensed", serif;
    color: #f5fbf8;
    width: 70px;
    height: 21px;
    border-radius: 10px;
    background-color: #111111;
    position: absolute;
    left: -100%;
    top: calc(100% + 5px);
    display: none;
    margin-left: -3px;
    z-index: 99999; }
  .c-account__cart__favorite:before {
    display: block;
    content: "";
    display: none;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 5px solid black;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -2px;
    z-index: 99999; }
  .c-account__cart__favorite:hover:after, .c-account__cart__favorite:hover:before {
    display: block; }

.c-account__cart__store {
  font-size: 20px;
  position: relative;
  margin-left: 5px; }
  @media only screen and (min-width: 992px) {
    .c-account__cart__store:after {
      display: block;
      content: "";
      width: 38px;
      height: 14px;
      background: url("../images/store.png");
      position: absolute;
      right: -100%;
      margin-right: -15px;
      top: 2px; } }

.c-account__cart .bage {
  position: absolute;
  top: -5px;
  right: -12px;
  width: 19px;
  height: 19px;
  background: #f8862a;
  color: #ffffff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.2px;
  text-align: center; }

.c-account__cart__cart {
  font-size: 20px;
  position: relative;
  display: block; }

.c-account__cart--icon {
  position: relative;
  padding: 13px 15px 9px 11px;
  cursor: pointer; }
  .c-account__cart--icon:hover {
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.05); }
    .c-account__cart--icon:hover .c-account__cart__small {
      display: block; }

.c-account__cart__small {
  display: none;
  cursor: default;
  background-color: #ffffff;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.05);
  position: absolute;
  background: #ffffff;
  min-width: 350px;
  z-index: 9999;
  right: -40px; }
  .c-account__cart__small--header {
    border-bottom: 1px solid rgba(17, 17, 17, 0.05);
    padding-bottom: 13px;
    font-family: "Roboto Condensed", serif;
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 0.4px;
    margin-bottom: 0; }
  .c-account__cart__small--lst li {
    padding-top: 10px;
    border-bottom: 1px solid rgba(17, 17, 17, 0.05); }
    .c-account__cart__small--lst li:first-child {
      margin-top: 10px; }
    .c-account__cart__small--lst li:last-child {
      margin-bottom: 10px; }
    .c-account__cart__small--lst li:hover {
      background: rgba(17, 17, 17, 0.03); }
    .c-account__cart__small--lst li a {
      display: flex; }
      .c-account__cart__small--lst li a .product-img {
        padding: 3px;
        margin-right: 10px;
        width: 30px; }
      .c-account__cart__small--lst li a .product-attribute {
        margin-right: 20px;
        max-width: 180px;
        margin-bottom: 0; }
        .c-account__cart__small--lst li a .product-attribute .product-name {
          display: block;
          font-family: "Roboto Condensed", serif;
          font-size: 14px;
          line-height: 1.93;
          letter-spacing: normal;
          margin-bottom: 6px; }
        .c-account__cart__small--lst li a .product-attribute .product-code {
          font-family: "Roboto Condensed", serif;
          font-size: 12px;
          font-weight: 400;
          line-height: 2.25;
          letter-spacing: normal;
          color: rgba(17, 17, 17, 0.8); }
        .c-account__cart__small--lst li a .product-attribute .product-quantity {
          padding-left: 30px; }
      .c-account__cart__small--lst li a .product-price {
        font-family: "Roboto Condensed", serif;
        font-size: 14px;
        line-height: 1.93;
        font-weight: bold;
        flex-grow: 1;
        text-align: right; }
  .c-account__cart__small--total {
    font-family: "Roboto Condensed", serif;
    font-size: 14px;
    line-height: 1.93;
    text-align: right;
    padding-bottom: 35px; }
    .c-account__cart__small--total p {
      margin-bottom: 20px; }
  .c-account__cart__small--footer {
    background-color: #f8f8f8;
    text-align: center;
    padding: 15px;
    font-family: "Roboto Condensed", serif;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.57;
    color: rgba(17, 17, 17, 0.8);
    margin-left: -20px;
    margin-right: -20px; }
  @media only screen and (max-width: 600px) {
    .c-account__cart__small {
      right: -100px; } }
  @media only screen and (max-width: 320px) {
    .c-account__cart__small {
      max-width: 320px;
      min-width: 320px;
      right: -114px; } }

.c-account .user-link {
  font-family: "Roboto Condensed", serif;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  position: absolute;
  background: #ffffff;
  z-index: 999;
  width: 100%;
  min-width: 140px;
  left: 0;
  top: 86%;
  box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.05);
  transition: .5s; }
  .c-account .user-link li {
    padding-left: 15px;
    padding-right: 15px; }
  .c-account .user-link li:hover {
    font-weight: normal; }
  .c-account .user-link li:first-child, .c-account .user-link .logout {
    position: relative;
    padding-top: 7px; }
    .c-account .user-link li:first-child:before, .c-account .user-link .logout:before {
      display: block;
      content: "";
      width: calc(100% - 30px);
      height: 1px;
      background: #111111;
      opacity: .05;
      position: absolute;
      top: 0px; }
  .c-account .user-link .logout {
    padding-bottom: 10px;
    font-weight: 400; }

@media all and (min-width: 992px) {
  .c-account .user-link {
    max-height: 0;
    overflow: hidden; } }

@media only screen and (max-width: 992px) {
  .c-account__cart li:last-child {
    padding-right: 0; } }

@media only screen and (max-width: 910px) {
  .c-account__cart {
    margin-right: 10px; } }

@media only screen and (max-width: 768px) {
  .c-account__link__icon {
    display: block;
    font-size: 20px;
    margin-left: 10px; }
  .c-account__link:after {
    height: 18px !important; }
  .c-account__link__wrap {
    position: absolute;
    white-space: nowrap;
    right: 0;
    display: none;
    transition: .3s;
    padding: 10px;
    background: #ffffff;
    z-index: 9999;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.05); }
    .c-account__link__wrap:before {
      display: block;
      content: "";
      width: 30px;
      height: 1px;
      position: absolute;
      top: -1px;
      background: #ffffff;
      right: 3px; }
    .c-account__link__wrap.active {
      display: block; }
    .c-account__link__wrap .is-logedin {
      min-width: 140px; }
  .c-account__cart {
    padding-right: 10px; }
    .c-account__cart__favorite {
      margin-right: 20px; } }

@media only screen and (max-width: 480px) {
  .c-account__link__wrap {
    -webkit-transform: translateX(50%);
    transform: translateX(50%); } }

.c-brand {
  background-color: #ffffff;
  border: 1px solid #eaede5; }
  .c-brand__list {
    margin-bottom: 84px; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 909px) {
  .c-brand {
    max-width: 24%; } }

@media only screen and (max-width: 600px) {
  .c-brand {
    width: 49%;
    max-width: 49%;
    margin-bottom: 20px; }
    .c-brand img {
      width: 100%; }
    .c-brand__list {
      margin-bottom: 40px; } }

@media only screen and (max-width: 480px) {
  .c-brand__list {
    margin-bottom: 20px; } }

.c-magazineBlock {
  max-width: 235px; }
  .c-magazineBlock__list {
    padding-bottom: 60px;
    margin-bottom: 80px; }
  .c-magazineBlock__image {
    margin-bottom: 13px;
    height: 150px; }
  .c-magazineBlock__title {
    color: #111111;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 17px;
    height: 50px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .c-magazineBlock__desc {
    color: #111111;
    font-size: 14px;
    font-weight: 200;
    line-height: 24px;
    margin-bottom: 15px;
    font-family: "Roboto Condensed", serif;
    height: 72px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .c-magazineBlock__readmore {
    color: #111111;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400; }
    .c-magazineBlock__readmore i {
      margin-left: 3px;
      transition: .3s; }
    .c-magazineBlock__readmore:hover {
      text-decoration: none; }
      .c-magazineBlock__readmore:hover i {
        transform: translateX(5px); }

@media only screen and (max-width: 909px) {
  .c-magazineBlock {
    max-width: 24%; } }

@media only screen and (max-width: 600px) {
  .c-magazineBlock {
    max-width: 49%;
    width: 49%;
    margin-bottom: 20px; }
    .c-magazineBlock img {
      width: 100%; } }

@media only screen and (max-width: 480px) {
  .c-magazineBlock {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px; } }

.c-sidebar {
  max-width: 162px;
  font-family: "Roboto Condensed", serif; }
  @media only screen and (max-width: 480px) {
    .c-sidebar {
      max-width: 100%;
      width: 100%; } }
  .c-sidebar__item {
    border-top: 1px solid #111111;
    padding-top: 15px;
    margin-bottom: 15px; }
    .c-sidebar__item--title {
      color: #111111;
      font-family: "Oswald", sans-serif;
      font-size: 14px;
      font-weight: 500;
      line-height: 22px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .c-sidebar__item--list li {
      font-size: 14px;
      font-weight: 300;
      line-height: 32px;
      position: relative; }
      .c-sidebar__item--list li.active .c-sidebar__item--list__child {
        display: block; }
    .c-sidebar__item--list__expand {
      position: absolute;
      display: block;
      width: 9px;
      height: 9px;
      top: 4px;
      right: 4px;
      cursor: pointer; }
      .c-sidebar__item--list__expand.active:after {
        transform: rotate(90deg); }
      .c-sidebar__item--list__expand:after, .c-sidebar__item--list__expand:before {
        display: block;
        content: "";
        background: #111111;
        position: absolute;
        transition: .3s; }
      .c-sidebar__item--list__expand:before {
        width: 100%;
        height: 1px;
        left: 0;
        top: 50%;
        margin-top: -1px; }
      .c-sidebar__item--list__expand:after {
        height: 100%;
        width: 1px;
        top: 0;
        left: 50%; }
    .c-sidebar__item--list__child {
      margin-left: 10px;
      display: none; }
    .c-sidebar__item--list--product li {
      margin-bottom: 13px; }
      .c-sidebar__item--list--product li a {
        display: flex;
        flex-wrap: wrap; }
        .c-sidebar__item--list--product li a p {
          margin-bottom: 0; }
        .c-sidebar__item--list--product li a .img-wrap {
          width: 50px;
          margin-bottom: 0;
          margin-right: 10px; }
        .c-sidebar__item--list--product li a .img-wrap + p {
          width: calc(100% - 60px);
          font-size: 12px;
          font-weight: 300;
          line-height: 18px; }

.c-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px; }
  .c-breadcrumb li {
    color: #111111;
    font-family: "Roboto Condensed", serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    padding-right: 7px; }
    .c-breadcrumb li:not(:last-child):after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f105";
      margin-left: 7px; }
    .c-breadcrumb li a {
      color: #111111; }

.c-content {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .c-content {
      width: calc(100% - 182px);
      margin-left: 20px;
      padding-left: 20px;
      border-left: 1px solid rgba(1, 1, 1, 0.1); } }

.c-checkout__heading {
  color: #111111;
  font-family: Oswald;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 20px; }

.c-checkout h3 {
  font-family: "Roboto Condensed", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; }

.c-checkout__products {
  border-radius: 5px;
  border: 1px solid #68a222;
  padding: 20px;
  font-family: "Roboto Condensed", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 25px; }
  .c-checkout__products__table {
    width: 100%; }
    .c-checkout__products__table td, .c-checkout__products__table th {
      text-align: left;
      padding-top: 7px; }
    .c-checkout__products__table th {
      border-bottom: 1px solid rgba(17, 17, 17, 0.05); }
    .c-checkout__products__table__quantity {
      min-width: 160px; }
    .c-checkout__products__table .c-product__quantity__wrap {
      margin-left: 10px; }
    .c-checkout__products__table__title {
      padding-right: 10px; }
      .c-checkout__products__table__title i {
        font-size: 8px;
        margin-right: 4px; }
    .c-checkout__products__table .remove-product {
      color: rgba(17, 17, 17, 0.5);
      font-size: 12px;
      font-weight: 400;
      line-height: 22px;
      text-transform: uppercase; }
    .c-checkout__products__table .cart_item .amount {
      margin-right: 10px; }

.c-checkout__shipping {
  border-radius: 5px;
  border: 2px solid #f8f8f8;
  background-color: #f8f8f8;
  padding: 24px 20px;
  margin-bottom: 25px; }
  .c-checkout__shipping h3 {
    border-bottom: 1px solid rgba(17, 17, 17, 0.05);
    padding-bottom: 10px;
    margin-bottom: 20px; }

.c-checkout__payment-method {
  border-radius: 5px;
  border: 2px solid #f8f8f8;
  background-color: #ffffff;
  padding: 24px 22px;
  font-family: "Roboto Condensed", serif;
  margin-bottom: 40px; }
  .c-checkout__payment-method label {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    cursor: pointer; }
  .c-checkout__payment-method i {
    font-size: 12px; }
  .c-checkout__payment-method p {
    color: rgba(17, 17, 17, 0.7);
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    padding: 12px 15px;
    border-radius: 0 5px 5px;
    background-color: #f8f8f8;
    margin-bottom: 0; }
  .c-checkout__payment-method li:not(:last-child) {
    margin-bottom: 18px; }

.c-checkout__sidebar > div {
  border-radius: 5px;
  background-color: #f8f8f8;
  padding: 25px;
  font-family: "Roboto Condensed", serif;
  margin-bottom: 25px; }

.c-checkout__sidebar h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 18px; }

.c-checkout__cart__sumary table {
  width: 100%;
  table-layout: auto; }

.c-checkout__cart__sumary .section {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  padding-bottom: 10px; }

.c-checkout__cart__sumary .sub_total {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: right;
  padding-bottom: 10px; }

.c-checkout__cart__sumary tfoot td {
  border-top: 1px solid #111111;
  padding-top: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px; }

.c-checkout__cart__sumary tfoot .total {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: right; }

.c-checkout__cart__sumary .c-btn {
  padding: 15px 60px;
  width: 100%;
  margin-bottom: 30px; }

.c-checkout__coupon {
  border-top: 1px solid rgba(17, 17, 17, 0.05);
  padding-top: 10px; }
  .c-checkout__coupon h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 5px; }
  .c-checkout__coupon__wrap {
    border-radius: 20px;
    border: 2px solid #eeeeee;
    background-color: #ffffff;
    padding: 2px 2px 2px 7px;
    position: relative; }
  .c-checkout__coupon input {
    border: none;
    background: transparent;
    outline: none;
    height: 32px; }
  .c-checkout__coupon .c-btn {
    width: auto;
    margin-bottom: 0;
    padding: 3px 10px;
    height: 32px;
    border-radius: 16px;
    background-color: #68a222;
    color: #ffffff;
    font-family: "Roboto Condensed";
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    position: absolute;
    right: 2px;
    line-height: 29px; }

.c-checkout__shipping-policy {
  font-size: 14px;
  line-height: 22px; }
  .c-checkout__shipping-policy p {
    margin-bottom: 20px; }
    .c-checkout__shipping-policy p:last-child {
      margin-bottom: 0; }

@media only screen and (min-width: 768px) {
  .c-checkout__content {
    width: 640px;
    margin-right: 20px; }
  .c-checkout__sidebar {
    max-width: calc(100% - 680px); } }

.woocommerce-checkout .blockElement {
  top: 15% !important; }

@media only screen and (max-width: 480px) {
  .c-checkout__products {
    padding: 5px; }
    .c-checkout__products__table__quantity {
      min-width: 110px; } }

.c-content__recruit {
  padding-bottom: 65px; }

.c-newBlock__grid--item {
  width: 23.5%;
  margin-right: 2%; }
  .c-newBlock__grid--item:nth-child(4n) {
    margin-right: 0; }
  .c-newBlock__grid--item:nth-child(n+5) {
    margin-top: 40px; }

.c-newBlock__image {
  margin-bottom: 12px; }
  .c-newBlock__image img {
    border-radius: 5px; }

.c-newBlock__title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #111111;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 52px;
  max-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis; }

.c-newBlock__description {
  margin-bottom: 15px;
  font-family: "Roboto Condensed", serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #111111;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis; }

.c-newBlock__readmore {
  color: #111111;
  font-size: 14px;
  line-height: 24px;
  font-weight: 200; }
  .c-newBlock__readmore i {
    margin-left: 3px;
    transition: .3s; }
  .c-newBlock__readmore:hover {
    text-decoration: none; }
    .c-newBlock__readmore:hover i {
      transform: translateX(5px); }

@media only screen and (max-width: 768px) {
  .c-newBlock__grid--item {
    width: 48.61111%;
    margin-right: 2.77778%; }
    .c-newBlock__grid--item:nth-child(2n) {
      margin-right: 0; }
    .c-newBlock__grid--item:nth-child(n+3) {
      margin-top: 30px; }
  .c-newBlock__image {
    margin-bottom: 10px; } }

@media only screen and (max-width: 480px) {
  .c-newBlock__grid--item {
    width: 100%;
    margin-right: 0; }
    .c-newBlock__grid--item:nth-child(n+2) {
      margin-top: 30px; } }

.c-slide {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto 30px; }
  .c-slide .flexslider .slides li {
    position: relative;
    max-height: 635px; }
    .c-slide .flexslider .slides li figure {
      margin-bottom: 0; }
      .c-slide .flexslider .slides li figure img {
        border-radius: 5px; }
      .c-slide .flexslider .slides li figure figcaption {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
        /* IE6-9 */
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 30px 20px 20px;
        color: #fff;
        font-size: 2.4vw;
        border-radius: 0 0 5px 5px;
        z-index: 99;
        }
        .c-slide .flexslider .slides li figure figcaption a {
          color: #fff; }
  .c-slide .flexslider .flex-control-paging li a {
    opacity: .3;
    background: #fff; }
  .c-slide .flexslider .flex-control-paging li .flex-active {
    opacity: 1; }
  .c-slide #slideShow {
    width: 74.33333%;
    position: relative;
    background: #000;
  }
    .c-slide #slideShow .flex-control-paging {
      position: absolute;
      bottom: 10px;
      right: 20px;
      display: inline-block;
      width: auto; }
    .c-slide #slideShow .slides li figure figcaption {
      width: 100%; }
  .c-slide #slideThumb {
    width: 23.33333%; }    
    .c-slide #slideThumb .flex-viewport .c-slide__thumb {
      height: 100% !important;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .c-slide #slideThumb .flex-viewport .c-slide__thumb:after {
        content: none; }
    .c-slide #slideThumb .slides li {
      max-height: 33.33333%;
      overflow: hidden; 
      height: 31%;
      border-radius: 5px;
      }
      .c-slide #slideThumb .slides li figure figcaption {
        bottom: 0;
        font-size: 1.2vw;
        padding: 10px 10px 1%;
        line-height: 2;
        white-space: nowrap;
        min-height: 1em;
        overflow: hidden;
        text-overflow: ellipsis; 
      }
  .flex_carousel{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    margin:0;
    padding:0;
    flex-flow:row nowrap;
    justify-content: flex-start;
  } 
.c-slide .flexslider .slides.flex_carousel li figure figcaption{
  background:none;
}
.flex_carousel > li > figure > a:after{
  content:'';
  display:block;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
        /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
        /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height: 40%;
  z-index: 9;
}          
@media only screen and (min-width: 769px) {
  .c-slide #slideThumb .flex-viewport {
    height: 100% !important; }
}
@media only screen and (max-width: 768px) {
  .c-slide {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding-left: 21px;
    padding-right: 21px;
    margin-left: auto;
    margin-right: auto; }
    .c-slide .flexslider .slides li figure figcaption {
      padding: 10px;
      font-size: 4vw; }
    .c-slide #slideShow {
      width: 100%; }
      .c-slide #slideShow .slides li figure figcaption {
        width: 100%; }
    .c-slide #slideThumb {
      width: 100%; }
      .c-slide #slideThumb .flex-viewport .c-slide__thumb {
        width: 100% !important;
        height: auto !important;
        flex-direction: row;
        justify-content: space-between; }
        .c-slide #slideThumb .flex-viewport .c-slide__thumb:after {
          content: none; }
        .c-slide #slideThumb .flex-viewport .c-slide__thumb li:nth-child(2n) {
          margin-left: 2%;
          margin-right: 2% !important; }
      .c-slide #slideThumb .slides li figure figcaption {
        bottom: 0;
        font-size: 2.13333vw;
        padding: 0 5px 1%;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        min-height: 1em;
        overflow: hidden;
        text-overflow: ellipsis; } }

@media only screen and (max-width: 480px) {
  .c-slide .flexslider .slides li figure figcaption {
    padding: 10px;
    font-size: 4vw; }
  .c-slide #slideShow {
    width: 100%; }
    .c-slide #slideShow .flex-control-paging {
      display: none !important; } }

.c-content__magazine {
  position: relative;
  padding-bottom: 65px; }
  .c-content__magazine:after {
    content: "";
    background: url(../images/magazine/bg.png) no-repeat;
    background-size: contain;
    width: 90%;
    opacity: 0.1;
    top: 15%;
    left: 5%;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; }

@media only screen and (max-width: 768px) {
  .c-content__magazine:after {
    width: 100%;
    opacity: 0.1;
    top: 10%;
    left: 0; } }

.c-content__cart {
  padding-bottom: 65px; }
  .c-content__cart--title {
    color: #aacf5a; }
  .c-content__cart--table {
    width: 100%;
    border-left: 1px solid #ddd;
    margin-bottom: 0; }
    .c-content__cart--table thead th {
      background: #eee;
      border-top: 1px solid #ddd;
      border-right: 1px solid #ddd;
      padding: 5px 0; }
    .c-content__cart--table td {
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      text-align: center; }
      .c-content__cart--table td.product-remove {
        padding-left: 5px;
        padding-right: 5px; }
    .c-content__cart--table .product-thumbnail {
      width: 20%; }
    .c-content__cart--table .product-name {
      width: 30%; }
    .c-content__cart--table .c-product__quantity__wrap {
      margin: 0 auto; }
  .c-content__cart .coupon {
    padding: 5px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: right; }
    .c-content__cart .coupon .input-text {
      margin-left: 5px;
      margin-right: 5px;
      padding: 5px 10px; }
    .c-content__cart .coupon .button {
      background: #aacf5a;
      padding: 5px 10px;
      border: none;
      border-radius: 5px;
      color: #fff; }
  .c-content__cart--checkoutInfo {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd; }
    .c-content__cart--checkoutInfo th {
      text-align: left;
      font-weight: bold;
      padding: 5px 10px;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd;
      background: #eee; }
    .c-content__cart--checkoutInfo td {
      text-align: left;
      padding: 5px 10px;
      border-right: 1px solid #ddd;
      border-bottom: 1px solid #ddd; }
      .c-content__cart--checkoutInfo td:first-child {
        font-weight: bold;
        background: #eee; }
  .c-content__cart .wc-proceed-to-checkout {
    text-align: center; }
    .c-content__cart .wc-proceed-to-checkout a {
      background: #aacf5a;
      border-radius: 5px;
      padding: 5px 10px;
      color: #fff; }
  .c-content__cart .cart-collaterals {
    margin-top: 40px; }

@media only screen and (max-width: 768px) {
  .c-content__cart--table {
    margin-bottom: 0;
    border-left: none; }
    .c-content__cart--table thead {
      display: none; }
    .c-content__cart--table tbody {
      width: 100%; }
      .c-content__cart--table tbody > tr {
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd; }
        .c-content__cart--table tbody > tr > td {
          width: 100%;
          display: block;
          text-align: left;
          padding: 5px;
          position: relative;
          padding-left: 85px; }
          .c-content__cart--table tbody > tr > td:before {
            content: attr(data-title);
            position: absolute;
            left: 5px;
            top: 50%;
            transform: translateY(-50%); }
        .c-content__cart--table tbody > tr .cart_item {
          position: relative;
          text-align: left;
          display: block; }
        .c-content__cart--table tbody > tr .product-remove {
          position: absolute;
          top: 5px;
          right: 5px;
          width: 28px;
          height: 28px;
          text-align: center;
          border-left: 1px solid #ddd;
          border-top: 1px solid #ddd;
          padding-left: 0; }
          .c-content__cart--table tbody > tr .product-remove:before {
            content: none; }
        .c-content__cart--table tbody > tr .product-thumbnail {
          text-align: center;
          padding-left: 0; }
          .c-content__cart--table tbody > tr .product-thumbnail:before {
            content: none; }
        .c-content__cart--table tbody > tr .product-quantity .c-product__quantity__wrap {
          display: inline-block; }
    .c-content__cart--table .product-thumbnail {
      width: 100%; }
    .c-content__cart--table .product-name {
      width: 100%; }
  .c-content__cart .coupon {
    text-align: center; }
  .c-content__cart--checkoutInfo {
    width: 100%; } }

@media only screen and (max-width: 375px) {
  .c-content__cart .coupon .button {
    width: 100%;
    margin: 10px 0; }
  .c-content__cart .wc-proceed-to-checkout a {
    display: block;
    text-align: center; } }

.c-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0; }
  .c-popup.isOpen {
    display: block; }
  .c-popup .c-login__ctn {
    top: 15vh; }
  .c-popup .c-login__ctn--wrap {
    display: inline-block;
    position: relative;
    opacity: 1;
    top: 50%;
    max-width: 100%; }
    .c-popup .c-login__ctn--wrap .btn-close {
      position: absolute;
      right: 5px;
      top: 5px;
      width: 25px;
      height: 25px;
      cursor: pointer;
      background: #fff;
      font-size: 14px;
      line-height: 25px;
      border: 1px solid #333;
      border-radius: 5px;
      color: #333333;
      line-height: 21px; }

@media only screen and (max-width: 480px) {
  .c-popup .c-login__ctn {
    width: 94%;
    padding: 0; }
    .c-popup .c-login__ctn--wrap {
      top: 0; }
      .c-popup .c-login__ctn--wrap .btn-close {
        right: 0;
        top: 0; }
  .c-popup .c-login__ctn {
    top: 20px; } }

.c-popup .c-login__ctn--wrap {
  width: 100%;
  max-width: 590px;
  background-color: #fff;
  background-image: url(../images/bg_login-01.png), url(../images/bg_login-02.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 17.5%, contain;
  padding: 30px 60px; }

.c-popup .c-login .btn-close {
  display: inline-block; }

.c-login__title {
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  color: #111;
  text-align: center; }
  .c-login__title span {
    display: inline-block;
    opacity: 0.4;
    margin-left: 20px;
    margin-right: 20px; }
  .c-login__title a {
    opacity: 0.4; }

.c-login__ctn {
  width: 94%;
  margin: 0 auto;
  position: relative;
  padding: 0;
  overflow: hidden;
  text-align: center;
  height: 100%; }

.c-login .btn-close {
  display: none; }

.c-login .row {
  width: 100%;
  margin-bottom: 20px; }
  .c-login .row label {
    display: block;
    text-align: left;
    color: #111;
    font-family: "Roboto Condensed", serif;
    font-size: 12px;
    margin-bottom: 5px; }
    .c-login .row label span {
      color: #df2929; }
  .c-login .row input[type=text], .c-login .row input[type=password], .c-login .row input[type=email], .c-login .row .select-custom {
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    border-radius: 20px;
    border: 1px solid #efebef;
    background-color: #f9f6f9;
    outline: none;
    font-family: "Roboto Condensed", serif; }
  .c-login .row .btn-submit {
    width: 50%;
    height: 40px;
    border-radius: 20px;
    background-color: #67a222;
    border: none;
    color: #ffffff;
    font-family: "Roboto Condensed", serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1; }
  .c-login .row:last-child {
    margin-bottom: 0;
    text-align: left; }
    .c-login .row:last-child label {
      margin-bottom: 0; }
  .c-login .row.col-2 {
    display: flex;
    justify-content: space-between; }
    .c-login .row.col-2 > div {
      width: 48%; }
  .c-login .row select {
    width: 100%;
    height: 40px;
    padding: 0 10px 0 0;
    border-radius: 20px;
    outline: none;
    font-family: "Roboto Condensed", serif;
    border: none;
    background: transparent;
    -moz-appearance: none;
    -webkit-appearance: none; }
  .c-login .row .select-custom {
    padding: 0 20px 0 10px;
    position: relative; }
    .c-login .row .select-custom:after {
      content: "";
      position: absolute;
      right: 15px;
      top: 50%;
      width: 0;
      height: 0;
      border: 5px transparent solid;
      border-top: 7px solid #000;
      transform: translateY(-25%); }

.c-login .row.submitBlc {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .c-login .row.submitBlc .forgotPass {
    width: 50%;
    margin-bottom: 0;
    text-align: right;
    color: #111111;
    font-family: "Roboto Condensed", serif;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px; }

.c-login .row.saveInfoBlc {
  text-align: left; }
  .c-login .row.saveInfoBlc input {
    display: inline-block;
    margin-right: 5px; }
  .c-login .row.saveInfoBlc label {
    display: inline-block; }

.c-login .row:last-child {
  margin-bottom: 0;
  text-align: left; }
  .c-login .row:last-child label {
    margin-bottom: 0; }

.c-register .row .btn-submit {
  display: block;
  margin: 0 auto; }

body.popup-isOpen {
  position: fixed;
  width: 100%;
  left: 0;
  height: 100%; }

#visit-modal .c-login__ctn--wrap {
  padding: 5px; }

@media only screen and (max-width: 768px) {
  .c-popup {
    overflow-y: auto; } }

@media only screen and (max-width: 480px) {
  .c-popup .c-login__ctn {
    height: 100%; }
    .c-popup .c-login__ctn--wrap {
      width: 100%;
      max-width: 100%;
      padding: 30px 15px; }
  .c-popup .row.col-2 {
    flex-wrap: wrap; }
    .c-popup .row.col-2 > div {
      width: 100%; }
      .c-popup .row.col-2 > div:first-child {
        margin-bottom: 20px; } }

.c-content__account {
  padding-bottom: 65px; }

.c-accountInfo__sidebar {
  width: 20%;
  padding: 0 20px 0 0; }
  .c-accountInfo__sidebar--title {
    padding-top: 10px;
    border-top: 1px solid #000;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.572;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase; }
    .c-accountInfo__sidebar--title span {
      display: none; }
  .c-accountInfo__sidebar--list {
    display: block; }
    .c-accountInfo__sidebar--list li {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 2.286; }
      .c-accountInfo__sidebar--list li.is-active {
        font-weight: bold; }

.c-accountInfo__ctn {
  width: 80%;
  flex-grow: 1;
  border-left: 1px solid #ddd;
  padding-left: 30px; }

.c-accountInfo__row {
  padding: 15px 0;
  display: flex; }
  .c-accountInfo__row .title {
    width: 120px; }
  .c-accountInfo__row .ctn {
    flex-grow: 1; }
    .c-accountInfo__row .ctn input {
      background: transparent;
      border: none;
      padding: 2px 10px; }
      .c-accountInfo__row .ctn input.active {
        border: 1px solid #ddd;
        background: #fff;
        border-radius: 5px; }
    .c-accountInfo__row .ctn select {
      border: none;
      background: transparent;
      min-width: 100px; }
      .c-accountInfo__row .ctn select.active {
        border: 1px solid #ddd;
        background: #fff;
        border-radius: 5px; }
    .c-accountInfo__row .ctn label.mr10 {
      margin-right: 10px; }
    .c-accountInfo__row .ctn .changePass {
      width: 100%; }
      .c-accountInfo__row .ctn .changePass .row {
        margin-bottom: 10px; }
        .c-accountInfo__row .ctn .changePass .row label {
          width: 40%;
          display: inline-block; }
        .c-accountInfo__row .ctn .changePass .row input {
          min-width: 100px;
          background: #fff;
          border: 1px solid #ddd; }
        .c-accountInfo__row .ctn .changePass .row .updatepass {
          border: 1px solid #68a222;
          background: #68a222;
          color: #fff; }
  .c-accountInfo__row .form-action {
    display: none; }
  .c-accountInfo__row .action {
    width: 120px;
    display: flex;
    justify-content: flex-end; }
    .c-accountInfo__row .action .update {
      font-size: 14px;
      color: #68a222;
      display: inline-block;
      margin: 0 5px;
      background: transparent;
      border: none;
      min-width: 70px; }
    .c-accountInfo__row .action .edit {
      font-size: 14px;
      color: #68a222;
      display: inline-block;
      margin: 0 5px;
      display: inline-block; }
    .c-accountInfo__row .action .cancel {
      font-size: 14px;
      color: #111;
      display: inline-block;
      margin: 0 5px;
      background: transparent;
      border: none;
      display: inline-block; }
  .c-accountInfo__row:not(:last-child) {
    border-bottom: 1px solid #ddd; }

@media only screen and (max-width: 768px) {
  .c-content__account {
    padding-bottom: 40px; }
  .c-accountInfo {
    flex-wrap: wrap; }
    .c-accountInfo__sidebar {
      width: 100%;
      padding: 0;
      margin-bottom: 30px; }
      .c-accountInfo__sidebar--title {
        padding-top: 10px;
        border-top: none;
        position: relative; }
        .c-accountInfo__sidebar--title span {
          position: absolute;
          display: inline-block;
          left: 0;
          padding: 0 10px 0 60px; }
          .c-accountInfo__sidebar--title span:after {
            content: "";
            position: absolute;
            right: 5px;
            top: 40%;
            width: 0;
            height: 0;
            border: transparent solid 6px;
            border-top: 6px solid #111; }
          .c-accountInfo__sidebar--title span.up:after {
            top: 10%;
            border: transparent solid 6px;
            border-bottom: 6px solid #111; }
      .c-accountInfo__sidebar--list {
        display: none; }
    .c-accountInfo__ctn {
      width: 100%;
      border-left: none;
      padding-left: 0; }
    .c-accountInfo__row {
      padding: 15px 0;
      display: flex; }
      .c-accountInfo__row .title {
        width: 30%; }
      .c-accountInfo__row .ctn {
        flex-grow: 1; }
      .c-accountInfo__row .action {
        width: 30%; } }

@media only screen and (max-width: 480px) {
  .c-accountInfo__row {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap; }
    .c-accountInfo__row .title {
      width: 40%; }
    .c-accountInfo__row .ctn {
      flex-grow: 1;
      margin-bottom: 10px; }
      .c-accountInfo__row .ctn .changePass .row label {
        width: 100%;
        margin-bottom: 10px; }
      .c-accountInfo__row .ctn .changePass .row input {
        width: 100%; }
      .c-accountInfo__row .ctn .changePass .row .updatepass {
        margin: 0 auto; }
    .c-accountInfo__row .action {
      width: 100%; } }

.c-buyHistory__row {
  display: flex;
  background: #f8f8f8;
  padding: 20px 30px;
  margin-bottom: 10px; }
  .c-buyHistory__row--title {
    font-size: 14px;
    font-weight: normal;
    font-family: "Roboto Condensed", serif;
    margin-bottom: 5px; }
  .c-buyHistory__row--ctn {
    font-size: 16px;
    font-family: "Roboto Condensed", serif;
    font-weight: bold; }
  .c-buyHistory__row .codeOder {
    width: 15%; }
  .c-buyHistory__row .dateOder {
    width: 15%; }
  .c-buyHistory__row .totalOder {
    width: 15%; }
  .c-buyHistory__row .methodPay {
    flex-grow: 1; }
  .c-buyHistory__row .status {
    width: 24%; }
    .c-buyHistory__row .status .c-buyHistory__row--ctn {
      color: red; }
      .c-buyHistory__row .status .c-buyHistory__row--ctn i {
        margin-right: 5px; }
    .c-buyHistory__row .status.handling .c-buyHistory__row--ctn {
      color: #68a222; }

@media only screen and (max-width: 600px) {
  .c-buyHistory__row {
    flex-wrap: wrap; }
    .c-buyHistory__row .codeOder {
      width: 50%;
      margin-bottom: 20px; }
    .c-buyHistory__row .dateOder {
      width: 50%;
      margin-bottom: 20px; }
    .c-buyHistory__row .totalOder {
      width: 50%;
      margin-bottom: 20px; }
    .c-buyHistory__row .methodPay {
      width: 50%;
      margin-bottom: 20px; }
    .c-buyHistory__row .status {
      width: 50%; } }

.c-news-detail {
  padding-bottom: 65px; }
  .c-news-detail__ctn {
    width: 74.5%; }
    .c-news-detail__ctn h2 {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 1;
      font-weight: normal; }
    .c-news-detail__ctn p {
      line-height: 2; }
    .c-news-detail__ctn figure {
      width: 100%;
      text-align: center; }
  .c-news-detail__navBtn {
    margin-top: 45px;
    background: #111111;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1; }
    .c-news-detail__navBtn .shareBox {
      padding: 14px 20px; }
      .c-news-detail__navBtn .shareBox a {
        color: #ffffff;
        font-family: "Roboto Condensed", serif;
        font-weight: normal;
        display: inline-block;
        margin-right: 10px; }
      .c-news-detail__navBtn .shareBox > span {
        margin-right: 10px; }
    .c-news-detail__navBtn .btnNextPost {
      color: #ffffff;
      padding: 15px 20px 15px 20px;
      background: #373737; }
      .c-news-detail__navBtn .btnNextPost:after {
        content: ">>";
        color: #fff;
        display: inline-block;
        margin-left: 10px; }
  .c-news-detail__sidebar {
    width: 23.5%; }
    .c-news-detail__sidebar--title {
      font-size: 19px;
      font-size: 1.1875rem;
      line-height: 1;
      margin-bottom: 20px;
      text-transform: uppercase; }
    .c-news-detail__sidebar--ctn {
      border-top: 1px solid #111111;
      padding-top: 15px; }
      .c-news-detail__sidebar--ctn:not(:last-child) {
        margin-bottom: 15px; }
    .c-news-detail__sidebar--list li {
      margin-bottom: 10px; }
      .c-news-detail__sidebar--list li a {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
      .c-news-detail__sidebar--list li figure {
        margin: 0 15px 0 0;
        width: 25.53191%; }
        .c-news-detail__sidebar--list li figure img {
          border-radius: 5px; }
      .c-news-detail__sidebar--list li span {
        width: 68.08511%;
        display: block;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.5;
        font-family: "Roboto Condensed", serif; }
      .c-news-detail__sidebar--list li .titleLarge {
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1.369;
        font-family: "Oswald", sans-serif; }

@media all and (max-width: 768px) {
  .c-news-detail {
    padding-bottom: 40px; }
    .c-news-detail__ctn {
      width: 100%;
      margin-bottom: 30px; }
      .c-news-detail__ctn h2 {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 1; }
    .c-news-detail__navBtn {
      margin-top: 30px; }
    .c-news-detail__sidebar {
      width: 100%; }
      .c-news-detail__sidebar--ctn:first-child {
        border-top: none; }
      .c-news-detail__sidebar--list li {
        margin-bottom: 10px; }
        .c-news-detail__sidebar--list li a {
          display: flex;
          align-items: center;
          justify-content: flex-start; }
        .c-news-detail__sidebar--list li figure {
          margin: 0 15px 0 0;
          width: 30%;
          max-width: 60px; }
        .c-news-detail__sidebar--list li span {
          width: 65%;
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 1.286; } }

.c-store {
  position: relative;
  padding-left: 44%;
  margin-top: 60px;
  padding-bottom: 65px;
  margin-bottom: 50px;
  min-height: 500px; }
  .c-store__bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: url(../images/mapVn.png) no-repeat left top;
    background-size: 28% auto;
    opacity: 0.5;
    z-index: -1; }
  .c-store__ctn {
    position: relative; }
    .c-store__ctn h2 {
      margin-bottom: 30px;
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 1.539; }
    .c-store__ctn .c-selectStore {
      width: 64.28571%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 40px; }
      .c-store__ctn .c-selectStore p {
        margin-bottom: 0;
        margin-right: 10px; }
      .c-store__ctn .c-selectStore__ctn {
        flex-grow: 1;
        position: relative; }
        .c-store__ctn .c-selectStore__ctn ul {
          display: none;
          position: absolute;
          background: #f9f5f4;
          width: 100%;
          border: 1px solid #ddd;
          border-bottom: none; }
          .c-store__ctn .c-selectStore__ctn ul li {
            padding: 5px;
            border-bottom: 1px solid #ddd; }
            .c-store__ctn .c-selectStore__ctn ul li a {
              display: block; }
            .c-store__ctn .c-selectStore__ctn ul li.active {
              display: block; }
      .c-store__ctn .c-selectStore__btn {
        position: relative;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.286;
        padding: 14px 20px;
        background: #f9f5f4;
        border-radius: 20px; }
        .c-store__ctn .c-selectStore__btn:after {
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          top: 50%;
          right: 15px;
          -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
          border: transparent 7px solid;
          border-top: 7px solid #111111; }
      .c-store__ctn .c-selectStore__list {
        display: none; }
        .c-store__ctn .c-selectStore__list.active {
          display: block; }
        .c-store__ctn .c-selectStore__list .item:not(:last-child) {
          margin-bottom: 15px; }
        .c-store__ctn .c-selectStore__list .item .item-ttl {
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 1.223;
          font-family: "Roboto Condensed", serif;
          margin-bottom: 8px; }
        .c-store__ctn .c-selectStore__list .item p {
          margin-bottom: 0;
          font-size: 14px;
          font-size: 0.875rem;
          line-height: 1.572;
          font-family: "Roboto Condensed", serif; }
          .c-store__ctn .c-selectStore__list .item p i {
            width: 20px; }

@media only screen and (max-width: 768px) {
  .c-store {
    padding-left: 33%;
    margin-top: 30px;
    padding-bottom: 40px; }
    .c-store__bg {
      background: url(../images/mapVn.png) no-repeat left top;
      background-size: 30% auto; }
    .c-store__ctn h2 {
      margin-bottom: 30px;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.5; }
    .c-store__ctn .c-selectStore {
      width: 100%;
      margin-bottom: 20px; } }

@media only screen and (max-width: 600px) {
  .c-store {
    padding-left: 0; }
    .c-store__bg {
      background: url(../images/mapVn.png) no-repeat top center;
      background-size: 100% auto;
      opacity: 0.1; }
    .c-store__ctn h2 {
      margin-bottom: 30px;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.5; }
    .c-store__ctn .c-selectStore {
      width: 100%;
      margin-bottom: 20px; } }

.c-checkBuy {
  padding-bottom: 65px; }
  .c-checkBuy .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width: 73%; }
    .c-checkBuy .row .ipsearch {
      border: 1px solid #ddd;
      border-right: none;
      border-radius: 3px 0 0 3px;
      flex-grow: 2;
      height: 53px;
      line-height: 40px;
      padding: 8px 10px 7px; }
    .c-checkBuy .row .btnsearch {
      width: 15%;
      border: 1px solid #68a222;
      border-radius: 0 3px 3px 0;
      background: #68a222;
      height: 53px; }
      .c-checkBuy .row .btnsearch i {
        color: #ffffff;
        font-size: 13px; }
  .c-checkBuy__return {
    border: 1px dotted #ddd;
    border-radius: 20px;
    padding: 40px 0 60px;
    text-align: center;
    margin-bottom: 40px; }
  .c-checkBuy__orderBox {
    width: 33.3%;
    position: relative; }
    .c-checkBuy__orderBox:after {
      position: absolute;
      content: "";
      height: 2px;
      width: 100%;
      left: 50%;
      top: 50px;
      background: #ddd;
      z-index: -1; }
    .c-checkBuy__orderBox--circle {
      display: inline-block;
      border: 2px solid #F8852C;
      border-radius: 50%;
      margin-bottom: 20px; }
      .c-checkBuy__orderBox--circle span {
        padding: 21px;
        display: block;
        border: 5px solid #ffffff;
        border-radius: 50%;
        background: #F8852C; }
    .c-checkBuy__orderBox:nth-child(2n):after {
      position: absolute;
      content: "";
      height: 2px;
      width: 100%;
      left: 0;
      top: 50px;
      background: #ddd;
      z-index: -1; }
    .c-checkBuy__orderBox:nth-child(2n) .c-checkBuy__orderBox--circle span {
      padding: 21px 16.5px; }
    .c-checkBuy__orderBox:nth-child(3n):after {
      left: 0;
      width: 50%; }
    .c-checkBuy__orderBox.finished .c-checkBuy__orderBox--circle {
      border: 2px solid #68a222; }
      .c-checkBuy__orderBox.finished .c-checkBuy__orderBox--circle span {
        background: #68a222; }
    .c-checkBuy__orderBox--text {
      font-family: "Roboto Condensed", serif; }
    .c-checkBuy__orderBox--ttl {
      margin-bottom: 5px; }
    .c-checkBuy__orderBox--status {
      margin-bottom: 0; }
  .c-checkBuy__nav {
    text-align: center; }
    .c-checkBuy__nav a {
      color: #68a222;
      font-family: "Roboto Condensed", serif;
      border-bottom: 1px solid #68a222;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
      .c-checkBuy__nav a:hover {
        opacity: .7; }

@media (max-width: 768px) {
  .c-checkBuy {
    padding-bottom: 45px; }
    .c-checkBuy .row {
      width: 100%; }
    .c-checkBuy__return .u-flex {
      flex-wrap: wrap; }
    .c-checkBuy__orderBox {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 40px;
      padding: 0 20px; }
      .c-checkBuy__orderBox:after {
        height: 92%;
        width: 2px;
        left: 70px;
        top: 50%; }
      .c-checkBuy__orderBox--circle {
        margin-bottom: 0;
        min-width: 101px; }
      .c-checkBuy__orderBox--text {
        flex-grow: 2;
        text-align: left;
        padding-left: 20px; }
      .c-checkBuy__orderBox:nth-child(2n):after {
        position: absolute;
        content: "";
        height: 92%;
        width: 2px;
        left: 70px;
        top: 100%;
        background: #ddd;
        z-index: -1; }
      .c-checkBuy__orderBox:nth-child(3n):after {
        content: none; } }

@media (max-width: 480px) {
  .c-checkBuy .row {
    width: 100%; }
    .c-checkBuy .row .btnsearch {
      width: 20%; } }

.c-content__checkoutSuccess {
  padding-bottom: 40px; }
  .c-content__checkoutSuccess > .u-flex {
    justify-content: space-between; }

.c-checkoutSuccess__sidebar {
  width: 34%; }
  .c-checkoutSuccess__sidebar__inner {
    border: 2px solid #f4efeb;
    border-radius: 5px;
    background: #fdf8f5;
    padding: 30px 24px; }
  .c-checkoutSuccess__sidebar--ttl {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.223;
    margin-bottom: 20px; }
  .c-checkoutSuccess__sidebar--list li {
    position: relative;
    padding: 15px 0 15px 15px;
    border-top: 1px solid #f2ecea;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    font-family: "Roboto Condensed", serif; }
    .c-checkoutSuccess__sidebar--list li:before {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      left: 0;
      top: 20px;
      border: 1px solid #000;
      border-radius: 50%; }
    .c-checkoutSuccess__sidebar--list li .colTtl {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.429;
      font-weight: normal;
      width: 62.5%;
      display: block; }
      .c-checkoutSuccess__sidebar--list li .colTtl .amount {
        display: block;
        font-size: 11px;
        font-size: 0.6875rem;
        line-height: 2; }
    .c-checkoutSuccess__sidebar--list li .colValue {
      font-size: 14px;
      font-size: 0.875rem;
      line-height: 1.429;
      font-weight: bold; }
    .c-checkoutSuccess__sidebar--list li.orderTotal {
      padding-left: 0; }
      .c-checkoutSuccess__sidebar--list li.orderTotal:before {
        content: none; }
      .c-checkoutSuccess__sidebar--list li.orderTotal .colTtl {
        width: 50%;
        display: block; }
        .c-checkoutSuccess__sidebar--list li.orderTotal .colTtl:first-child {
          margin-bottom: 10px; }
      .c-checkoutSuccess__sidebar--list li.orderTotal .colValue {
        width: 50%;
        display: block;
        text-align: right; }
    .c-checkoutSuccess__sidebar--list li.billTotal {
      padding-left: 0;
      border-top-color: #000;
      padding-bottom: 0; }
      .c-checkoutSuccess__sidebar--list li.billTotal:before {
        content: none; }
      .c-checkoutSuccess__sidebar--list li.billTotal .colTtl {
        width: 50%;
        display: block;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.223; }
      .c-checkoutSuccess__sidebar--list li.billTotal .colValue {
        width: 50%;
        display: block;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.223;
        text-align: right; }

.c-checkoutSuccess__ctn {
  width: 64%; }
  .c-checkoutSuccess__ctn--ttl {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
    margin-bottom: 30px; }
  .c-checkoutSuccess__ctn--lead {
    font-family: "Roboto Condensed", serif;
    color: #68a222;
    margin-bottom: 10px;
    font-weight: normal; }

.c-checkoutSuccess__row {
  display: flex;
  background: #f8f8f8;
  padding: 20px 30px;
  margin-bottom: 20px;
  border-radius: 5px; }
  .c-checkoutSuccess__row--title {
    font-size: 14px;
    font-weight: normal;
    font-family: "Roboto Condensed", serif;
    margin-bottom: 5px; }
  .c-checkoutSuccess__row--ctn {
    font-size: 16px;
    font-family: "Roboto Condensed", serif;
    font-weight: bold; }
  .c-checkoutSuccess__row .codeOder {
    width: 20%; }
  .c-checkoutSuccess__row .dateOder {
    width: 20%; }
  .c-checkoutSuccess__row .totalOder {
    width: 20%; }
  .c-checkoutSuccess__row .methodPay {
    flex-grow: 1; }

.c-orderInfo {
  background: #f8f8f8;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-family: "Roboto Condensed", serif; }
  .c-orderInfo__head {
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec; }
  .c-orderInfo__ctn {
    padding: 15px 0 20px;
    border-bottom: 1px solid #ececec; }
    .c-orderInfo__ctn p:last-child {
      margin-bottom: 0; }
  .c-orderInfo__footer {
    padding: 10px 0;
    border-bottom: 1px solid #ececec;
    margin-bottom: 13px; }
    .c-orderInfo__footer strong {
      display: inline-block;
      margin-left: 10px; }

@media (max-width: 768px) {
  .c-checkoutSuccess__sidebar {
    width: 100%; }
  .c-checkoutSuccess__ctn {
    width: 100%; } }

@media (max-width: 600px) {
  .c-checkoutSuccess__row {
    flex-wrap: wrap;
    padding: 20px; }
    .c-checkoutSuccess__row .codeOder {
      width: 50%;
      margin-bottom: 20px; }
    .c-checkoutSuccess__row .dateOder {
      width: 50%;
      margin-bottom: 20px; }
    .c-checkoutSuccess__row .totalOder {
      width: 50%; }
    .c-checkoutSuccess__row .methodPay {
      width: 50%; } }

@media (max-width: 375px) {
  .c-checkoutSuccess__row {
    flex-wrap: wrap; }
    .c-checkoutSuccess__row .codeOder {
      width: 100%;
      margin-bottom: 20px; }
    .c-checkoutSuccess__row .dateOder {
      width: 100%;
      margin-bottom: 20px; }
    .c-checkoutSuccess__row .totalOder {
      width: 100%;
      margin-bottom: 20px; }
    .c-checkoutSuccess__row .methodPay {
      width: 100%; } }

.c-trademark {
  padding-bottom: 65px; }
  .c-trademark__info {
    position: relative;
    padding-bottom: 20px;
    max-height: 375px;
    overflow-y: hidden;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease; }
    .c-trademark__info.maxheight {
      max-height: 100%;
      -webkit-transition: all 300ms ease;
      transition: all 300ms ease; }
  .c-trademark__banner {
    margin-bottom: 20px; }
  .c-trademark__ttl {
    margin-bottom: 10px;
    font-size: 58px;
    font-size: 3.625rem;
    line-height: 1;
    font-family: "Roboto Condensed", serif;
    color: #cf1f72;
    text-align: center;
    letter-spacing: 0.16em; }
  .c-trademark__lead {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.417;
    font-family: "Roboto Condensed", serif;
    font-style: italic;
    color: #e54892;
    text-align: center; }
  .c-trademark__desc {
    margin-bottom: 20px;
    padding: 0 6.28141%; }
    .c-trademark__desc p {
      font-family: "Roboto Condensed", serif;
      line-height: 2;
      margin-bottom: 0;
      text-align: center; }
  .c-trademark__btnWrap {
    padding: 0 6.28141%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .c-trademark__btn {
    width: 46.26437%;
    background: #f9f6f1;
    border-radius: 15px;
    padding: 3px;
    -webkit-box-shadow: 0px 0px 18px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 18px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 18px 6px rgba(0, 0, 0, 0.1); }
    .c-trademark__btn .inner {
      display: block;
      border: 1px dashed #ece5db;
      border-radius: 15px;
      padding: 20px; }
      .c-trademark__btn .inner .txt {
        display: inline-block;
        margin-right: 10px; }
      .c-trademark__btn .inner .img {
        color: #cf1f72;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1;
        font-weight: bold; }
  .c-trademark__showmore {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    left: 0;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(to top, white, white, white, rgba(255, 255, 255, 0)); }
    .c-trademark__showmore a {
      color: #68a222;
      text-decoration: underline;
      font-family: "Roboto Condensed", serif; }

@media (max-width: 1024px) {
  .c-trademark__info {
    max-height: 400px; }
  .c-trademark__btnWrap {
    padding: 0 6.28141%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .c-trademark__btn {
    width: 46.26437%; }
    .c-trademark__btn .inner {
      text-align: center; }
      .c-trademark__btn .inner .txt {
        display: block;
        margin-bottom: 5px;
        margin-right: 0; } }

@media (max-width: 768px) {
  .c-trademark {
    padding-bottom: 40px; }
    .c-trademark__info {
      max-height: 460px; } }

@media (max-width: 480px) {
  .c-trademark__info {
    max-height: 460px; }
  .c-trademark__desc {
    padding: 0; }
  .c-trademark__btnWrap {
    padding: 0;
    flex-wrap: wrap;
    justify-content: center; }
  .c-trademark__btn {
    width: 90%;
    -webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.1); }
    .c-trademark__btn:not(:last-child) {
      margin-bottom: 30px; }
    .c-trademark__btn .inner {
      padding: 10px; } }

.u-font__weight--normal {
  font-weight: normal; }

.u-font__weight--bold {
  font-weight: bold; }

.u-font__weight--900 {
  font-weight: 900; }

.u-font__size--13 {
  font-size: 13px !important; }

.u-font__size--14 {
  font-size: 14px !important; }

.u-font__size--15 {
  font-size: 15px !important; }

.u-font__size--16 {
  font-size: 16px !important; }

.u-font__size--18 {
  font-size: 18px !important; }

.u-font__size--21 {
  font-size: 21px !important; }

.u-font__family--tinos {
  font-family: "Tinos", serif; }

.u-color--black {
  color: #111111 !important; }

.u-color--white {
  color: #ffffff !important; }

.u-color--green {
  color: #68a222; }

.u-color--orange {
  color: #f8862a; }

.u-text__decoration--under {
  text-decoration: underline !important; }

.u-text__decoration--none {
  text-decoration: none !important; }

.u-text__transform--normal {
  text-transform: capitalize !important; }

.u-text__transform--lowercase {
  text-transform: lowercase !important; }

.u-text__transform--uppercase {
  text-transform: uppercase !important; }

.u-text__style--italic {
  font-style: italic !important; }

.u-text__style--normal {
  font-style: normal !important; }

.u-shadow__img {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }

.u-float--right {
  float: right; }

.u-text--right {
  text-align: right; }

.u-text--center {
  text-align: center; }

.u-text--justify {
  text-align: justify; }

.u-bg--black {
  background-color: #111111; }

.u-bg--white {
  background-color: #ffffff; }

.u-bg--green {
  background-color: #68a222; }

.u-margin--auto {
  margin-right: auto;
  margin-left: auto; }

.u-margin--0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.u-margin__left--auto {
  margin-left: auto !important; }

.u-margin__left--10 {
  margin-left: 10px !important; }

.u-margin__left--20 {
  margin-left: 20px !important; }

.u-margin__left--30 {
  margin-left: 30px !important; }

.u-margin__left--40 {
  margin-left: 40px !important; }

.u-margin__left--50 {
  margin-left: 50px !important; }

.u-margin__right--auto {
  margin-right: auto !important; }

.u-margin__right--0 {
  margin-right: 0 !important; }

.u-margin__right--10 {
  margin-right: 10px !important; }

.u-margin__right--20 {
  margin-right: 20px !important; }

.u-margin__right--25 {
  margin-right: 25px !important; }

.u-margin__right--30 {
  margin-right: 30px !important; }

.u-margin__right--40 {
  margin-right: 40px !important; }

.u-margin__right--50 {
  margin-right: 50px !important; }

.u-margin__top--0 {
  margin-top: 0px !important; }

.u-margin__top--4 {
  margin-top: 4px !important; }

.u-margin__top--5 {
  margin-top: 5px !important; }

.u-margin__top--10 {
  margin-top: 10px !important; }

.u-margin__top--20 {
  margin-top: 20px !important; }

.u-margin__top--25 {
  margin-top: 25px !important; }

.u-margin__top--30 {
  margin-top: 30px !important; }

.u-margin__top--35 {
  margin-top: 35px !important; }

.u-margin__top--40 {
  margin-top: 40px !important; }

.u-margin__top--43 {
  margin-top: 43px !important; }

.u-margin__top--45 {
  margin-top: 45px !important; }

.u-margin__top--50 {
  margin-top: 50px !important; }

.u-margin__bottom--0 {
  margin-bottom: 0 !important; }

.u-margin__bottom--5 {
  margin-bottom: 5px !important; }

.u-margin__bottom--10 {
  margin-bottom: 10px !important; }

.u-margin__bottom--15 {
  margin-bottom: 15px !important; }

.u-margin__bottom--20 {
  margin-bottom: 20px !important; }

.u-margin__bottom--25 {
  margin-bottom: 25px !important; }

.u-margin__bottom--30 {
  margin-bottom: 30px !important; }

.u-margin__bottom--32 {
  margin-bottom: 32px !important; }

.u-margin__bottom--35 {
  margin-bottom: 35px !important; }

.u-margin__bottom--40 {
  margin-bottom: 40px !important; }

.u-margin__bottom--43 {
  margin-bottom: 43px !important; }

.u-margin__bottom--45 {
  margin-bottom: 45px !important; }

.u-margin__bottom--50 {
  margin-bottom: 50px !important; }

.u-margin__x--40 {
  margin-right: 40px !important;
  margin-left: 40px !important; }

.u-padding--0 {
  padding: 0 !important; }

.u-padding--15 {
  padding: 15px !important; }

.u-padding__top--10 {
  padding-top: 10px !important; }

.u-padding__top--20 {
  padding-top: 20px !important; }

.u-padding__top--30 {
  padding-top: 30px !important; }

.u-padding__top--35 {
  padding-top: 35px !important; }

.u-padding__top--40 {
  padding-top: 40px !important; }

.u-padding__top--45 {
  padding-top: 45px !important; }

.u-padding__top--50 {
  padding-top: 50px !important; }

.u-padding__top--52 {
  padding-top: 52px !important; }

.u-padding__left--8 {
  padding-left: 8px !important; }

.u-padding__left--10 {
  padding-left: 10px !important; }

.u-padding__left--20 {
  padding-left: 20px !important; }

.u-padding__left--30 {
  padding-left: 30px !important; }

.u-padding__left--40 {
  padding-left: 40px !important; }

.u-padding__left--50 {
  padding-left: 50px !important; }

.u-padding__right--0 {
  padding-right: 0 !important; }

.u-padding__right--8 {
  padding-right: 8px !important; }

.u-padding__right--10 {
  padding-right: 10px !important; }

.u-padding__right--20 {
  padding-right: 20px !important; }

.u-padding__right--30 {
  padding-right: 30px !important; }

.u-padding__right--40 {
  padding-right: 40px !important; }

.u-padding__right--50 {
  padding-right: 50px !important; }

.u-padding__top--10 {
  padding-top: 10px !important; }

.u-padding__top--20 {
  padding-top: 20px !important; }

.u-padding__top--30 {
  padding-top: 30px !important; }

.u-padding__top--40 {
  padding-top: 40px !important; }

.u-padding__top--50 {
  padding-top: 50px !important; }

.u-padding__bottom--10 {
  padding-bottom: 10px !important; }

.u-padding__bottom--20 {
  padding-bottom: 20px !important; }

.u-padding__bottom--25 {
  padding-bottom: 25px !important; }

.u-padding__bottom--30 {
  padding-bottom: 30px !important; }

.u-padding__bottom--40 {
  padding-bottom: 40px !important; }

.u-padding__bottom--50 {
  padding-bottom: 50px !important; }

.u-padding__bottom--150 {
  padding-bottom: 150px !important; }

.u-padding__y--30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.u-padding__x--0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.u-padding__x--10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.u-padding__x--20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.u-padding__x--30 {
  padding-left: 24px !important;
  padding-right: 24px !important; }

.u-padding__x--40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.u-padding__x--50 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.u-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  .u-flex__row--reverse {
    flex-direction: row-reverse; }
  .u-flex__direction--column {
    flex-direction: column; }
  .u-flex__align-items--center {
    align-items: center; }
  .u-flex__align-items--flex-end {
    align-items: flex-end; }
  .u-flex__align-items--flex-start {
    align-items: flex-start; }
  .u-flex__align-items--stretch {
    align-items: stretch; }
  .u-flex__align-self--end {
    align-self: flex-end; }
  .u-flex__justify-content--center {
    justify-content: center; }
  .u-flex__justify-content--between {
    justify-content: space-between; }
  .u-flex__justify-content--flex-end {
    justify-content: flex-end; }
  .u-flex__justify-content--stretch {
    justify-content: stretch; }
  .u-flex__justify-content--space-evenly {
    justify-content: space-evenly; }
  .u-flex--wrap {
    flex-wrap: wrap; }

.u-position--relative {
  position: relative; }

.u-display--none {
  display: none; }

.u-display--block {
  display: block; }

.u-opa--0 {
  opacity: 0; }

.u-opa--09 {
  opacity: 0.9; }

.u-overflow--hidden {
  overflow: hidden; }

@media (min-width: 1000px) {
  .u-display .only-pc {
    display: none; } }

.only_sp,
.only_pc {
  display: block; }

@media (min-width: 1000px) {
  .only_sp {
    display: none; } }

@media (max-width: 1000px) {
  .only_pc {
    display: none; } }

.u-col--1 {
  width: 10%; }

.u-col--2 {
  width: 20%; }

.u-col--3 {
  width: 30%; }

.u-col--4 {
  width: 40%; }

.u-col--5 {
  width: 50%; }

.u-col--6 {
  width: 60%; }

.u-col--7 {
  width: 70%; }

.u-col--8 {
  width: 80%; }

.u-col--9 {
  width: 90%; }

.u-col--10 {
  width: 100%; }

.u-col {
  display: flex;
  flex-wrap: wrap; }

.u-width--280 {
  max-width: 280px; }

.u-width--330 {
  max-width: 330px; }

.u-width--480 {
  max-width: 480px; }

.u-width--600 {
  max-width: 600px; }

.u-width--728 {
  max-width: 728px; }

.u-width--1000 {
  max-width: 1000px; }

.u-width--45-percent {
  width: 45%; }

.u-width--75-percent {
  width: 75%; }

.u-width--full {
  width: 100%; }

.u-mheight--184 {
  max-height: 184px; }

.u-miw--60per {
  min-width: 60% !important; }

.u-miw--auto {
  min-width: auto !important; }

.sp .u-col > div {
  width: 100%; }

.sp .img--full {
  width: 100%; }

.u-m-width--50 {
  max-width: 50%; }
/* notify-coupon  */
.ol_ntf{
  position: fixed;
  top: 2px;
  left:0;
  width:100%;
  display: none;
  z-index: 9999;
}
.ol_ntf-contain{
  margin:0 auto;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 1px 2px 1px #e8e8e8;
  padding: 1.5rem 1rem;
  width: 90%;
  max-width: 420px;
  position: relative;
}
.ol_ntf.active {
    animation-name: slideInDown;
    animation-duration: 1s;
    display: block;
}

.ol_ntf-msg {
    margin: 0;
    color: #63a514;
    line-height: 1.5;
    font-weight: 500;
    font-size: 1.2rem;
}

.ol_ntf-close {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 1.3rem;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.2;
    text-align: center;
    display: inline-block;
}

.ol_ntf-close:hover {
    opacity: 0.8;
}
