/*@import "css-style/vendors/slick.css";
@import "css-style/vendors/bootstrap.min.css";*/
/*!
 * fullPage 3.0.8
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
/*@import "css-style/vendors/aos.css";*/
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}

.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: "lightcase";
  src: url("../font/lightcase/lightcase.eot?55356177");
  src: url("../font/lightcase/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../font/lightcase/lightcase.woff?55356177") format("woff"), url("../font/lightcase/lightcase.ttf?55356177") format("truetype"), url("../font/lightcase/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*=lightcase-icon-]:before {
  font-family: "lightcase", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: "\e800";
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: "\e801";
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: "\e802";
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: "\e803";
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: "\e804";
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: "\e805";
}

/**
   * Mixin providing icon defaults to be used on top of font-lightcase.
   *
   * Example usage:
   * @include icon(#e9e9e9)
   */
/**
   * Mixin providing icon defaults including a hover status to be used
   * on top of font-lightcase.
   *
   * Example usage:
   * @include icon-hover(#e9e9e9, #fff)
   */
/**
   * Provides natural content overflow behavior and scrolling support
   * even so for touch devices.
   *
   * Example usage:
   * @include overflow()
   */
/**
   * Neutralizes/resets dimensions including width, height, position as well as margins,
   * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
   *
   * Example usage:
   * @include clear(true)
   *
   * @param boolean $important
   */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case,
  html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content,
  html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content,
html[data-lc-type=ajax] #lightcase-content,
html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content,
  html[data-lc-type=ajax] #lightcase-content,
  html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe),
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe),
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner,
  html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap,
  html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1,
  #lightcase-content h2,
  #lightcase-content h3,
  #lightcase-content h4,
  #lightcase-content h5,
  #lightcase-content h6,
  #lightcase-content p {
    color: #333;
  }
}
/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}
/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden;
}

/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}

/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}
/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading,
#lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

/* line 20, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-],
a[class*=lightcase-icon-]:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-] > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 49, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-]:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
  color: #aaa;
  text-shadow: none;
}

/* line 17, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

/* line 28, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-prev {
  left: 15px;
}

/* line 33, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-next {
  right: 15px;
}

/* line 38, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-pause,
a[class*=lightcase-icon-].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-].lightcase-icon-pause,
  a[class*=lightcase-icon-].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-]:hover,
  #lightcase-case:hover ~ a[class*=lightcase-icon-] {
    opacity: 1;
  }
}
/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html.show-c .wowo {
  opacity: 1;
}
html .wowo {
  opacity: 0;
}
html .wowo.animated {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  visibility: visible;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.zoomOut.animated {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1.2);
            transform: translate(0, 0) scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}

@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1.2);
            transform: translate(0, 0) scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
            transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
            transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUpto.animated {
  -webkit-animation-name: fadeInUpto;
          animation-name: fadeInUpto;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

@-webkit-keyframes fadeInUpto {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInUpto {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUptos.animated {
  -webkit-animation-name: fadeInUptos;
          animation-name: fadeInUptos;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@-webkit-keyframes fadeInUptos {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fadeInUptos {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInBigUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInBigUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(30%, 0, 0);
            transform: translate3d(30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.fadeInLeft.animated {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.fadeInRight.animated {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.fadeIn.animated {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fadeInUp.animated {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.fadeInBigUp.animated {
  -webkit-animation-name: fadeInBigUp;
          animation-name: fadeInBigUp;
}

.fadeInDown.animated {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.delay-in-1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay-in-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-in-3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-in-4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@keyframes myleft {
  50% {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes myleft {
  50% {
    -webkit-transform: translate(8px, 0);
    transform: translate(8px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes myright {
  50% {
    -webkit-transform: rotate(180deg) translate(8px, 0);
    transform: rotate(180deg) translate(8px, 0);
  }
  100% {
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
}
@-webkit-keyframes myright {
  50% {
    -webkit-transform: rotate(180deg) translate(8px, 0);
    transform: rotate(180deg) translate(8px, 0);
  }
  100% {
    -webkit-transform: rotate(180deg) translate(0, 0);
    transform: rotate(180deg) translate(0, 0);
  }
}
@keyframes bgmyleft {
  50% {
    background-position: 60% center;
  }
  100% {
    background-position: center center;
  }
}
@-webkit-keyframes bgmyleft {
  50% {
    background-position: 60% center;
  }
  100% {
    background-position: center center;
  }
}
* {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

body {
  background: #ffffff;
  font-family: "Eina01-Regular";
  color: #000000;
  line-height: 1.3;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

img {
  width: 100%;
  height: auto;
}

h1 {
  font-family: "Circular-Bold";
  font-size: 50px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-family: "Circular-Bold";
  font-size: 42px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-family: "Circular-Bold";
  font-size: 37px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  h3 {
    font-size: 32px;
  }
}

.heading-3 {
  color: #ff0000;
}

.content-page h3, .gutenberg-text h3 {
  color: #ff0000;
}

h4 {
  font-family: "Circular-Bold";
  font-size: 32px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-family: "Circular-Bold";
  font-size: 27px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-family: "Circular-Bold";
  font-size: 22px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  h6 {
    font-size: 20px;
  }
}

p {
  font-family: "Eina01-Regular";
  font-size: 16px;
  line-height: 1.94;
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  p {
    margin-bottom: 20px;
  }
}

sub,
sup {
  font-family: "Eina01-Regular";
  color: #000000;
}

a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition: all 0.2s !important;
  transition: all 0.2s !important;
  cursor: pointer;
  outline: none;
  color: inherit;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

p a, ul li a, ol a, li a {
  text-decoration: underline;
}
p a:hover, ul li a:hover, ol a:hover, li a:hover {
  opacity: 0.7;
  text-decoration: underline;
}

ul {
  padding: 0;
  list-style: disc;
  margin-bottom: 20px;
  margin-top: 20px;
}
ul li {
  font-family: "Eina01-Regular";
  font-size: 16px;
  line-height: 1.94;
  color: #000000;
  margin-left: 22px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  ul li {
    font-size: 16px;
  }
}
ul ul,
ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
}
ul ul li,
ul ol li {
  margin-left: 0;
}
ul ol li {
  padding-left: 0;
}
ul ol li:before {
  display: none;
}

ol {
  padding: 0;
  margin-bottom: 20px;
  margin-top: 20px;
}
ol li {
  font-family: "Eina01-Regular";
  font-size: 16px;
  line-height: 1.94;
  color: #000000;
  margin-bottom: 5px;
  margin-left: 22px;
}
@media (max-width: 992px) {
  ol li {
    font-size: 16px;
  }
}
ol ul,
ol ol {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
}
ol ul li,
ol ol li {
  margin-left: 0;
}

img {
  max-width: 100%;
}

button,
input:not([type=checkbox]):not([type=radio]),
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button,
input[type=checkbox],
input[type=radio],
input[type=submit] {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

input {
  width: 100%;
  outline: none;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
}

select,
textarea {
  border-radius: 0;
  outline: none;
  border: none;
  resize: none;
}

.wrapper {
  overflow: hidden;
  position: relative;
  margin-top: 139px;
}
@media (max-width: 992px) {
  .wrapper {
    margin-top: 70px;
  }
}
.wrapper.not-bar {
  margin-top: 104px;
}
@media (max-width: 992px) {
  .wrapper.not-bar {
    margin-top: 70px;
  }
}

.containe, .inner {
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .containe, .inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .containe, .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.btn {
  font-family: "Circular-Black";
  font-size: 13px;
  letter-spacing: 3px;
  color: #ff0000;
  display: inline-block;
  border: 2px solid #ff0000;
  border-radius: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 15px;
  text-align: center;
  min-width: 162px;
}
.btn:hover {
  background: #ff0000;
  color: #ffffff;
}
.btn.btn-big {
  padding: 8px 40px;
}
@media (max-width: 768px) {
  .btn.btn-big {
    padding: 8px 20px;
  }
}

.bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.content-page {
  padding: 50px 0;
}
@media (max-width: 992px) {
  .content-page {
    padding: 50px 0 10px 0;
  }
}

.gutenberg-content {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .gutenberg-content {
    margin-bottom: 50px;
  }
}
.gutenberg-content img {
  width: auto;
  max-width: 100%;
}

.wp-block-quote {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .wp-block-quote {
    margin-bottom: 20px;
  }
}
.wp-block-quote p {
  font-family: "Eina01-Regular";
  font-size: 28px;
  line-height: 1.3;
  color: #ff0000;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .wp-block-quote p {
    font-size: 20px;
  }
}
.wp-block-quote cite {
  font-family: "Eina01-Regular";
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  font-style: normal;
}

.wp-block-pullquote {
  padding: 0;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .wp-block-pullquote {
    margin-bottom: 20px;
  }
}
.wp-block-pullquote blockquote p {
  font-family: "Eina01-Regular";
  font-size: 28px;
  line-height: 1.3;
  color: #ff0000;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .wp-block-pullquote blockquote p {
    font-size: 20px;
  }
}

.wp-block-image {
  margin-top: 34px;
  margin-bottom: 34px;
}
@media (max-width: 992px) {
  .wp-block-image {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.wp-block-image img {
  width: auto;
}
.wp-block-image figcaption {
  font-family: "Eina01-Regular";
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.25px;
  color: #000000;
  font-style: normal;
}

.wp-block-gallery {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .wp-block-gallery {
    margin-bottom: 20px;
  }
}
.wp-block-gallery figcaption {
  font-family: "Eina01-Regular";
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.25px;
}

.wp-block-columns {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .wp-block-columns {
    margin-bottom: 20px;
  }
}

.wp-block-buttons {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .wp-block-buttons {
    margin-bottom: 20px;
  }
}
.wp-block-buttons .wp-block-button {
  margin-bottom: 10px;
  margin-right: 10px;
}
.wp-block-buttons .wp-block-button a {
  font-family: "Circular-Black";
  font-size: 13px;
  letter-spacing: 3px;
  color: #ff0000;
  display: inline-block;
  border: 2px solid #ff0000;
  border-radius: 20px;
  text-align: center;
  background-color: #ffffff;
  text-transform: uppercase;
  padding: 8px 15px;
  text-align: center;
  min-width: 162px;
}
.wp-block-buttons .wp-block-button a:hover {
  background-color: #ff0000;
  color: #ffffff;
}

.wp-block-media-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .wp-block-media-text {
    margin-bottom: 20px;
  }
}
.wp-block-media-text img {
  width: 100%;
}
.wp-block-media-text .has-large-font-size {
  font-family: "Eina01-Regular";
  font-size: 28px;
  line-height: 1.3;
  color: #000000;
  letter-spacing: normal;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .wp-block-media-text .has-large-font-size {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    margin-top: 25px;
  }
}

.notfound .notfound-box {
  padding-top: 100px;
  padding-bottom: 50px;
}

.video-light-box {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
}
.video-light-box:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.8;
}
.video-light-box .close {
  opacity: 1;
  background: none;
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  z-index: 9;
  outline: none;
  right: 39px;
  top: -30px;
  -webkit-transition: All 0.2s ease-in-out;
  transition: All 0.2s ease-in-out;
}
@media (max-width: 992px) {
  .video-light-box .close {
    right: 13px;
  }
}
.video-light-box .close:hover:before {
  background: rgba(255, 255, 255, 0.7);
}
.video-light-box .close:hover:after {
  background: rgba(255, 255, 255, 0.7);
}
.video-light-box .close:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(-45deg) translateZ(0);
          transform: rotate(-45deg) translateZ(0);
  position: absolute;
  left: 3px;
  top: 13px;
  -webkit-transition: All 0.3s ease-in-out;
  transition: All 0.3s ease-in-out;
}
.video-light-box .close:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #ffffff;
  -webkit-transform: rotate(45deg) translateZ(0);
          transform: rotate(45deg) translateZ(0);
  position: absolute;
  left: 3px;
  top: 13px;
  transition: All 0.3s ease-in-out;
  -webkit-transition: All 0.3s ease-in-out;
  -moz-transition: All 0.3s ease-in-out;
  -o-transition: All 0.3s ease-in-out;
}
.video-light-box .video-box {
  max-width: 1200px;
  width: 100%;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
  padding: 0 45px;
}
@media (max-width: 992px) {
  .video-light-box .video-box {
    padding: 0 20px;
  }
}
.video-light-box .video-box video {
  width: 100%;
}
.video-light-box .video-box iframe {
  width: 100%;
  height: 641px;
}
@media (max-width: 1200px) {
  .video-light-box .video-box iframe {
    height: 52.9vw;
  }
}

.data-video {
  display: none;
}

.parallax-up {
  -webkit-animation: bobbing 2s ease-in-out 0s infinite alternate;
          animation: bobbing 2s ease-in-out 0s infinite alternate;
}

.circle-c {
  -webkit-animation: circle 10s linear infinite;
          animation: circle 10s linear infinite;
}

@keyframes parallaxup {
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@-webkit-keyframes parallaxup {
  50% {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  100% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}
@keyframes circle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes circle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff;
}
header a {
  text-decoration: none !important;
}
header .head-top {
  background: #ff0000;
}
@media (max-width: 992px) {
  header .head-top {
    display: none;
  }
}
header .head-top .head-top-box {
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
}
header .head-top .head-top-box p {
  font-family: "Eina01-Regular";
  font-size: 15px;
  line-height: normal;
  margin-bottom: 0;
  color: #ffffff;
}
header .head-top .head-top-box p a {
  text-decoration: underline !important;
  font-family: "Eina01-Bold";
}
header .head-top .head-top-box p a:hover {
  opacity: 0.7;
}
header .head-content {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
  z-index: 1;
}
header .head-content .head-content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}
header .head-content .head-content-box .head-logo {
  position: relative;
}
header .head-content .head-content-box .head-logo a img {
  max-width: 86px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .head-content .head-content-box .cat-and-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  header .head-content .head-content-box .cat-and-search {
    position: relative;
    z-index: 2;
  }
}
header .head-content .head-content-box .cat-and-search a:hover {
  opacity: 0.7;
}
header .head-content .head-content-box .cat-and-search .search-icon {
  position: relative;
}
header .head-content .head-content-box .cat-and-search .search-icon a {
  width: 26px;
  height: 26px;
  display: inline-block;
}
@media (max-width: 992px) {
  header .head-content .head-content-box .cat-and-search .search-icon a {
    width: 21px;
    height: 21px;
  }
}
header .head-content .head-content-box .cat-and-search .search-icon a i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .head-content .head-content-box .cat-and-search .search-icon a i:nth-last-child(2) {
  background-image: url("../images/search.svg");
}
header .head-content .head-content-box .cat-and-search .search-icon a i:nth-last-child(1) {
  background-image: url("../images/search-red.svg");
  opacity: 0;
}
header .head-content .head-content-box .cat-and-search .search-icon a:hover {
  opacity: 1;
}
header .head-content .head-content-box .cat-and-search .search-icon a:hover i:nth-last-child(2) {
  opacity: 0;
}
header .head-content .head-content-box .cat-and-search .search-icon a:hover i:nth-last-child(1) {
  opacity: 1;
}
header .head-content .head-content-box .cat-and-search .cat-icon {
  margin-left: 41px;
  position: relative;
}
@media (max-width: 992px) {
  header .head-content .head-content-box .cat-and-search .cat-icon {
    margin-left: 32px;
  }
}
header .head-content .head-content-box .cat-and-search .cat-icon a {
  position: relative;
  width: 27px;
  height: 26px;
  display: inline-block;
  display: none;
}
@media (max-width: 992px) {
  header .head-content .head-content-box .cat-and-search .cat-icon a {
    width: 22px;
    height: 21px;
  }
}
@media (max-width: 556px) {
  header .head-content .head-content-box .cat-and-search .cat-icon a {
    display: inline-block;
  }
}
header .head-content .head-content-box .cat-and-search .cat-icon a.open-cart {
  display: inline-block;
}
@media (max-width: 556px) {
  header .head-content .head-content-box .cat-and-search .cat-icon a.open-cart {
    display: none;
  }
}
header .head-content .head-content-box .cat-and-search .cat-icon a span {
  font-family: "Eina01-Bold";
  font-size: 10px;
  color: #ffffff;
  background: #ff0000;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 2px;
  padding: 1px 5px 0px 5px;
  right: -6px;
  z-index: 2;
}
header .head-content .head-content-box .cat-and-search .cat-icon a i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .head-content .head-content-box .cat-and-search .cat-icon a i:nth-last-child(2) {
  background-image: url("../images/basket.svg");
}
header .head-content .head-content-box .cat-and-search .cat-icon a i:nth-last-child(1) {
  background-image: url("../images/basket-red.svg");
  opacity: 0;
}
header .head-content .head-content-box .cat-and-search .cat-icon a:hover {
  opacity: 1;
}
header .head-content .head-content-box .cat-and-search .cat-icon a:hover i:nth-last-child(2) {
  opacity: 0;
}
header .head-content .head-content-box .cat-and-search .cat-icon a:hover i:nth-last-child(1) {
  opacity: 1;
}
header .head-content .head-content-box .cat-and-search .cat-icon .woofc-count:hover {
  opacity: 0.7;
}
header .head-content .head-content-box .cat-and-search .cat-icon .woofc-count span {
  font-family: "Eina01-Bold";
  font-size: 10px;
  color: #ffffff;
  background: #ff0000;
  border-radius: 50%;
  display: block;
  position: absolute;
  padding: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
}
header .head-content .head-content-box .cat-and-search .cat-icon.cat-0 .woofc-count span {
  opacity: 0;
}
header .head-content .head-content-box .hamburger {
  display: none;
  width: 25px;
  height: 20px;
  position: relative;
  cursor: pointer;
  z-index: 3;
  margin-left: 36px;
  z-index: 2;
}
@media (max-width: 992px) {
  header .head-content .head-content-box .hamburger {
    display: block;
  }
}
header .head-content .head-content-box .hamburger span {
  width: 25px;
  height: 2px;
  display: block;
  background: #ff0026;
  position: absolute;
  left: 0px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header .head-content .head-content-box .hamburger span:nth-child(1) {
  top: 0px;
}
header .head-content .head-content-box .hamburger span:nth-child(2) {
  top: 9px;
}
header .head-content .head-content-box .hamburger span:nth-child(3) {
  top: 18px;
}
header .head-content .head-content-box .hamburger.open {
  z-index: 999999;
}
header .head-content .head-content-box .hamburger.open span:nth-child(1) {
  top: 9px;
  left: 1px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header .head-content .head-content-box .hamburger.open span:nth-child(2) {
  top: 9px;
  left: 1px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .head-content .head-content-box .hamburger.open span:nth-child(3) {
  opacity: 0;
}
header .head-menu {
  position: relative;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li {
  margin: 0 25px;
  position: static;
  padding: 36.5px 0;
}
@media (max-width: 1400px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li {
    margin: 0 20px;
  }
}
@media (max-width: 1300px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li {
    margin: 0 15px;
  }
}
@media (max-width: 1200px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li {
    margin: 0 10px;
  }
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li:before {
  display: none;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li:first-child {
  margin-left: 0;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li:last-child {
  margin-right: 0;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > a {
  font-family: "Circular-Book";
  color: #000000;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (max-width: 1200px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > a {
    letter-spacing: 1px;
  }
}
@media (max-width: 992px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > a {
    font-size: 20px;
    display: block;
  }
}
@media (max-width: 414px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > a {
    font-size: 13px;
  }
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > a:hover {
  color: #ff0000;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li.font-bold > a {
  font-family: "Circular-Black";
  color: #ff0000;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li.font-bold > a .icondvmp:before {
  border-color: #ff0000;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li.menu-item-has-children {
  padding-right: 18px;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li.menu-item-has-children > a {
  position: relative;
  display: inline-block;
}
@media (max-width: 992px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li.menu-item-has-children > a {
    display: block;
  }
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li.menu-item-has-children .icondvmp {
  width: 8px;
  height: 8px;
  position: absolute;
  top: 6px;
  right: -13px;
}
@media (max-width: 992px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li.menu-item-has-children .icondvmp {
    width: 25px;
    height: 25px;
    right: -27px;
    top: 8px;
  }
}
@media (max-width: 414px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li.menu-item-has-children .icondvmp {
    width: 15px;
    height: 15px;
    right: -20px;
    top: 2px;
  }
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li.menu-item-has-children .icondvmp:before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 992px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li.menu-item-has-children .icondvmp:before {
    right: 7px;
    width: 9px;
    height: 9px;
    top: 40%;
    -webkit-transform: translate(0, -50%) rotate(-45deg);
            transform: translate(0, -50%) rotate(-45deg);
  }
}
@media (max-width: 414px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li.menu-item-has-children .icondvmp:before {
    right: 5px;
    width: 6px;
    height: 6px;
    top: 50%;
  }
}
@media (min-width: 993px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li.menu-item-has-children:hover .icondvmp:before {
    -webkit-transform: translate(0, -10%) rotate(-135deg);
            transform: translate(0, -10%) rotate(-135deg);
    border-color: #ff0000;
  }
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > .sub-menu {
  list-style: none;
  margin: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  opacity: 0;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 2;
  list-style: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 39px 7px 50px 7px;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > .sub-menu:after {
  content: "";
  width: 1000vw;
  height: 100%;
  background: #fff2f5;
  position: absolute;
  top: -1px;
  left: -100vw;
  z-index: 1;
}
@media (max-width: 768px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > .sub-menu:after {
    display: none;
  }
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > .sub-menu:before {
  content: "";
  width: 1000vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.21);
  position: absolute;
  top: -1px;
  left: -100vw;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 768px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > .sub-menu:before {
    display: none;
  }
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > .sub-menu li {
  padding: 0;
  position: relative;
  z-index: 2;
  padding-right: 30px;
  margin-bottom: 10px;
  max-width: 524px;
  margin: 0;
  width: 31.7%;
}
@media (max-width: 992px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > .sub-menu li {
    width: 100%;
    padding-right: 0;
  }
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > .sub-menu li:before {
  display: none;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > .sub-menu li:last-child {
  border: none;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > .sub-menu li .icon {
  display: none;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > .sub-menu li.is-hide > a {
  display: none;
  opacity: 0;
  visibility: hidden;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > .sub-menu li img {
  max-width: 31px;
  display: block;
  margin-right: 9px;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > .sub-menu li > a {
  font-family: "Eina01-Bold";
  font-size: 15px;
  display: inline-block;
  margin-bottom: 7px;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > .sub-menu li > a:hover {
  color: #ff0000;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > .sub-menu li > .sub-menu {
  position: static;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-transition: none;
  transition: none;
  background: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > .sub-menu li > .sub-menu:after {
  display: none;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > .sub-menu li > .sub-menu li {
  margin-bottom: 7px;
  margin-right: 53px;
  width: 100%;
  padding: 0;
  min-width: 169px;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > .sub-menu li > .sub-menu li:nth-child(2n) {
  min-width: 100px;
}
@media (min-width: 992px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > .sub-menu li > .sub-menu li:nth-child(2n) {
    margin-right: 0;
  }
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > .sub-menu li > .sub-menu li.not-link a {
  font-family: "Eina01-Bold";
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > .sub-menu li > .sub-menu li a {
  min-height: auto;
  margin-bottom: 0;
  font-size: 15px;
  font-family: "Eina01-Regular";
  cursor: pointer;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > .sub-menu li > .sub-menu li a:hover {
  color: #ff0000;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li.active:before {
  width: 100%;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li:hover:before {
  width: 100%;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li:hover > .sub-menu li > .sub-menu {
  visibility: visible;
}
header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li.active > a {
  color: #ff0000;
}
@media (max-width: 992px) {
  header .head-content {
    background: #ffffff !important;
    padding: 0 20px 0 20px;
    z-index: 3;
  }
  header .head-content .head-content-box {
    padding: 0;
  }
  header .head-content .head-content-box .head-logo {
    z-index: 3;
    overflow: hidden;
  }
  header .head-content .head-content-box .head-logo a {
    opacity: 1 !important;
    margin-top: -12px;
    display: block;
    margin-bottom: -12px;
  }
  header .head-content .head-content-box .head-logo a img {
    width: 94px;
    max-width: 94px;
  }
  header .head-content .head-content-box .head-logo a.mobile {
    opacity: 0 !important;
    display: none;
  }
  header .head-menu {
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    opacity: 0;
    background: #ffffff;
    -webkit-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), top 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), top 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  }
  header .head-menu .head-menu-overflow {
    margin: 70px 0 0 0;
    height: calc(100% - 70px);
    overflow-x: hidden;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .head-menu .head-menu-overflow .head-menu-overflow-box {
    display: block;
    padding-bottom: 30px;
    padding-top: 35px;
  }
}
@media (max-width: 992px) and (max-width: 374px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box {
    width: 100%;
  }
}
@media (max-width: 992px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu {
    display: block;
    width: 100vw;
    padding: 0 32px;
  }
}
@media (max-width: 992px) and (max-width: 374px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu {
    width: 100%;
  }
}
@media (max-width: 992px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li {
    margin: 0;
    margin-bottom: 10px;
    width: auto;
    padding: 0px 0;
    -webkit-transition: margin-bottom 0.3s;
    transition: margin-bottom 0.3s;
  }
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li:before {
    display: none;
  }
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu {
    position: fixed;
    background: none;
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-box-shadow: none;
            box-shadow: none;
    left: 100%;
    top: 0;
    height: 100vh;
    width: 100vw !important;
    background: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 125px 32px 0 32px;
  }
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu:before, header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu:after {
    display: none;
  }
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu .icon-close {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 90px;
    left: 29px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu .icon-close {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 992px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu .icon-close:before {
    content: "";
    width: 6px;
    height: 6px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu .icon-close:before {
    right: 7px;
    width: 9px;
    height: 9px;
    top: 40%;
    -webkit-transform: translate(0, -50%) rotate(135deg);
            transform: translate(0, -50%) rotate(135deg);
  }
}
@media (max-width: 992px) {
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu.is-active {
    left: 0;
  }
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li {
    line-height: 1.3;
    margin-bottom: 16px;
    min-height: auto;
    height: auto;
    border: none;
  }
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li:last-child {
    margin-bottom: 0;
  }
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li .sub-menu {
    position: static;
    height: auto;
    width: auto !important;
    padding: 0;
  }
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li > .sub-menu {
    display: block;
  }
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu li > .sub-menu .icon-close {
    display: none;
  }
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu-link {
    padding: 0 29px;
    display: none;
  }
  header .head-menu .head-menu-overflow .head-menu-overflow-box .menu-link .view-courses {
    display: none;
    text-align: center;
  }
  header .head-menu.open {
    top: 0;
    opacity: 1;
  }
}

.search-m {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 98;
  background: #F2F2F2;
  width: 100%;
  padding: 10px 32px;
  display: none;
  -webkit-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), top 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), top 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 768px) {
  .search-m {
    display: block;
  }
}
.search-m.is-active {
  top: 63px;
}
.search-m .search-m-input input {
  border: 1px solid #B3B3B3;
  background: #ffffff;
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #676767;
  padding: 8px 10px;
}
.search-m .search-m-input input::-webkit-input-placeholder {
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #676767;
}
.search-m .search-m-input input:-moz-placeholder { /* Firefox 18- */
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #676767;
}
.search-m .search-m-input input::-moz-placeholder { /* Firefox 19+ */
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #676767;
}
.search-m .search-m-input input:-ms-input-placeholder {
  font-family: "AvenirNextRegular";
  font-size: 15px;
  color: #676767;
}
.search-m .search-m-input input:focus {
  border-color: #000000;
}

.woofc-count {
  display: none;
}

header .woofc-count {
  display: block;
  position: static;
}

.search-popup {
  display: none;
  width: 100%;
  background: #fff2f5;
}
.search-popup .content {
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .search-popup .content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .search-popup .content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.search-popup .bg-box {
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media (max-width: 992px) {
  .search-popup .bg-box {
    min-height: 150px;
  }
}
.search-popup .close-search-popup {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 57px;
  top: 47px;
  background: none;
}
@media (max-width: 992px) {
  .search-popup .close-search-popup {
    right: 0;
    top: 15px;
  }
}
.search-popup .close-search-popup:hover:before, .search-popup .close-search-popup:hover:after {
  opacity: 0.7;
}
.search-popup .close-search-popup:before {
  content: "";
  display: block;
  width: 17px;
  height: 2px;
  background: #ff0000;
  position: absolute;
  left: 0;
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-popup .close-search-popup:after {
  content: "";
  display: block;
  width: 17px;
  height: 2px;
  background: #ff0000;
  position: absolute;
  left: 0;
  top: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search-popup .form-box {
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-popup .form-box h2 {
  font-family: "Circular-Bold";
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #ff0000;
  margin-bottom: 0;
  width: 140px;
}
@media (max-width: 992px) {
  .search-popup .form-box h2 {
    font-size: 20px;
    width: 90px;
    padding-top: 8px;
  }
}
.search-popup .form-box .search-form {
  width: calc(100% - 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 992px) {
  .search-popup .form-box .search-form {
    width: calc(100% - 100px);
  }
}
.search-popup .form-box .search-form .submit-c {
  width: 26px;
}
@media (max-width: 992px) {
  .search-popup .form-box .search-form .submit-c {
    width: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.search-popup .form-box .search-form .submit-c button {
  outline: none;
  width: 26px;
  height: 26px;
  border: none;
  background: none;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url("../images/search-red.svg");
}
@media (max-width: 992px) {
  .search-popup .form-box .search-form .submit-c button {
    width: 20px;
    height: 20px;
  }
}
.search-popup .form-box .search-form .submit-c button:hover {
  opacity: 0.7;
}
.search-popup .form-box .search-field {
  width: calc(100% - 40px);
}
@media (max-width: 992px) {
  .search-popup .form-box .search-field {
    width: calc(100% - 25px);
  }
}
.search-popup .form-box .search-field input {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 100%;
  background: none;
  font-family: "Eina01-Regular";
  font-size: 20px;
  line-height: 1;
  color: #000000;
  border-bottom: 2px solid #ff0000;
}
.search-popup .form-box .search-field input:focus {
  border-bottom: 2px solid #ff0000;
}
.search-popup .form-box .search-field input:-moz-placeholder {
  font-family: "Eina01-Regular";
  font-size: 20px;
  line-height: 1;
  color: #000000;
  opacity: 1;
}
.search-popup .form-box .search-field input::-moz-placeholder {
  font-family: "Eina01-Regular";
  font-size: 20px;
  line-height: 1;
  color: #000000;
  opacity: 1;
}
.search-popup .form-box .search-field input:-ms-input-placeholder {
  font-family: "Eina01-Regular";
  font-size: 20px;
  line-height: 1;
  color: #000000;
  opacity: 1;
}
.search-popup .form-box .search-field input::-webkit-input-placeholder {
  font-family: "Eina01-Regular";
  font-size: 20px;
  line-height: 1;
  color: #000000;
  opacity: 1;
}

footer {
  margin-top: 50px;
  padding-top: 53px;
  padding-bottom: 108px;
}
@media (max-width: 768px) {
  footer {
    padding-top: 30px;
    padding-bottom: 56px;
    margin-top: 30px;
  }
}
footer .foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  footer .foot {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer .foot .left {
  width: 31.4%;
}
@media (max-width: 1200px) {
  footer .foot .left {
    width: 28%;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  footer .foot .left {
    width: 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
footer .foot .left .text {
  margin-bottom: 49px;
}
footer .foot .left .text p {
  font-family: "Eina01-Regular";
  font-size: 14px;
  color: #000000;
  line-height: 20px;
  margin-bottom: 14px;
}
footer .foot .left .text p strong {
  font-family: "Eina01-Bold";
  color: #e41e2c;
  letter-spacing: 2px;
  display: block;
  text-transform: uppercase;
}
footer .foot .left .text p a {
  text-decoration: none;
}
footer .foot .left .text p a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  footer .foot .left .foot-logo {
    display: none;
  }
}
footer .foot .left .foot-logo img {
  width: 84px;
}
footer .foot .midden {
  width: 38.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  footer .foot .midden {
    width: 45%;
  }
}
@media (max-width: 768px) {
  footer .foot .midden {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
footer .foot .midden .foot-menu {
  width: 46%;
}
@media (max-width: 768px) {
  footer .foot .midden .foot-menu {
    width: 39%;
  }
}
footer .foot .midden .foot-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .foot .midden .foot-menu ul li {
  font-family: "Eina01-SemiBold";
  font-size: 14px;
  line-height: 20px;
  color: #e41e2c;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
footer .foot .midden .foot-menu ul li a {
  text-decoration: none;
}
footer .foot .midden .links {
  width: 54%;
}
footer .foot .midden .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .foot .midden .links ul li {
  font-family: "Eina01-SemiBold";
  font-size: 14px;
  line-height: 20px;
  color: #e41e2c;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}
footer .foot .midden .links ul li a {
  text-decoration: none;
}
footer .foot .right {
  width: 420px;
}
@media (max-width: 1200px) {
  footer .foot .right {
    width: 300px;
  }
}
@media (max-width: 768px) {
  footer .foot .right {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
}
footer .foot .right .foot-logo {
  width: 84px;
  display: none;
}
@media (max-width: 768px) {
  footer .foot .right .foot-logo {
    display: block;
  }
}
footer .foot .right .foot-logo img {
  width: 84px;
}
footer .foot .right .share-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  footer .foot .right .share-links {
    width: calc(100% - 84px);
  }
}
footer .foot .right .share-links a {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fad5e5;
  margin-left: 10px;
  position: relative;
}
@media (max-width: 1200px) {
  footer .foot .right .share-links a {
    width: 42px;
    height: 42px;
    margin-left: 14px;
  }
}
@media (max-width: 360px) {
  footer .foot .right .share-links a {
    width: 36px;
    height: 36px;
    margin-left: 7px;
  }
}
footer .foot .right .share-links a:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
footer .foot .right .share-links a:hover:before {
  opacity: 0.7;
}
footer .foot .right .share-links a.iconLinkedin:before {
  width: 28px;
  height: 28px;
  background-image: url("../images/iconLinkedin.svg");
}
@media (max-width: 1200px) {
  footer .foot .right .share-links a.iconLinkedin:before {
    width: 20px;
    height: 20px;
  }
}
footer .foot .right .share-links a.iconTiktok:before {
  width: 28px;
  height: 28px;
  background-image: url("../images/logo-tiktok.svg");
}

@media (max-width: 1200px) {
  footer .foot .right .share-links a.iconTiktok:before {
    width: 20px;
    height: 20px;
  }
}
footer .foot .right .share-links a.iconPinterest:before {
  width: 30px;
  height: 30px;
  background-image: url("../images/iconPinterest.svg");
}
@media (max-width: 1200px) {
  footer .foot .right .share-links a.iconPinterest:before {
    width: 21px;
    height: 21px;
  }
}
footer .foot .right .share-links a.iconInstagram:before {
  width: 28px;
  height: 28px;
  background-image: url("../images/iconInstagram.svg");
}
@media (max-width: 1200px) {
  footer .foot .right .share-links a.iconInstagram:before {
    width: 21px;
    height: 21px;
  }
}
footer .foot .right .share-links a.iconFacebook:before {
  width: 30px;
  height: 30px;
  background-image: url("../images/iconFacebook.svg");
}
@media (max-width: 1200px) {
  footer .foot .right .share-links a.iconFacebook:before {
    width: 21px;
    height: 21px;
  }
}
@media (max-width: 768px) {
  footer .foot .right .share-links a.iconYoutube {
    display: none;
  }
}
footer .foot .right .share-links a.iconYoutube:before {
  width: 32px;
  height: 22px;
  background-image: url("../images/iconYoutube.svg");
}
@media (max-width: 1200px) {
  footer .foot .right .share-links a.iconYoutube:before {
    width: 20px;
    height: 20px;
  }
}
footer .foot .end-text {
  position: absolute;
  bottom: 0;
  right: 50px;
}
@media (max-width: 992px) {
  footer .foot .end-text {
    right: 30px;
  }
}
@media (max-width: 767px) {
  footer .foot .end-text {
    right: 20px;
    position: static;
    width: 100%;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    padding-top: 23px;
  }
}
footer .foot .end-text p {
  font-family: "Eina01-Regular";
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 0;
  text-align: right;
}
@media (max-width: 768px) {
  footer .foot .end-text p {
    text-align: left;
    line-height: 30px;
  }
}
footer .foot .end-text p br {
  display: none;
}
@media (max-width: 768px) {
  footer .foot .end-text p br {
    display: block;
  }
}

@font-face {
  font-family: "Eina01-SemiboldItalic";
  src: url("../fonts/Eina01-SemiboldItalic.eot");
  src: url("../fonts/Eina01-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Eina01-SemiboldItalic.woff2") format("woff2"), url("../fonts/Eina01-SemiboldItalic.woff") format("woff"), url("../fonts/Eina01-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Eina01-RegularItalic";
  src: url("../fonts/Eina01-RegularItalic.eot");
  src: url("../fonts/Eina01-RegularItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Eina01-RegularItalic.woff2") format("woff2"), url("../fonts/Eina01-RegularItalic.woff") format("woff"), url("../fonts/Eina01-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Eina01-SemiBold";
  src: url("../fonts/Eina01-SemiBold.eot");
  src: url("../fonts/Eina01-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Eina01-SemiBold.woff2") format("woff2"), url("../fonts/Eina01-SemiBold.woff") format("woff"), url("../fonts/Eina01-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eina01-Regular";
  src: url("../fonts/Eina01-Regular.eot");
  src: url("../fonts/Eina01-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Eina01-Regular.woff2") format("woff2"), url("../fonts/Eina01-Regular.woff") format("woff"), url("../fonts/Eina01-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular-Book";
  src: url("../fonts/Circular-Book.eot");
  src: url("../fonts/Circular-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Circular-Book.woff2") format("woff2"), url("../fonts/Circular-Book.woff") format("woff"), url("../fonts/Circular-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular-Black";
  src: url("../fonts/Circular-Black.eot");
  src: url("../fonts/Circular-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Circular-Black.woff2") format("woff2"), url("../fonts/Circular-Black.woff") format("woff"), url("../fonts/Circular-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular-Bold";
  src: url("../fonts/Circular-Bold.eot");
  src: url("../fonts/Circular-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Circular-Bold.woff2") format("woff2"), url("../fonts/Circular-Bold.woff") format("woff"), url("../fonts/Circular-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular-Medium";
  src: url("../fonts/Circular-Medium.eot");
  src: url("../fonts/Circular-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Circular-Medium.woff2") format("woff2"), url("../fonts/Circular-Medium.woff") format("woff"), url("../fonts/Circular-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Circular-BookItalic";
  src: url("../fonts/Circular-BookItalic.eot");
  src: url("../fonts/Circular-BookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Circular-BookItalic.woff2") format("woff2"), url("../fonts/Circular-BookItalic.woff") format("woff"), url("../fonts/Circular-BookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Circular-MediumItalic";
  src: url("../fonts/Circular-MediumItalic.eot");
  src: url("../fonts/Circular-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Circular-MediumItalic.woff2") format("woff2"), url("../fonts/Circular-MediumItalic.woff") format("woff"), url("../fonts/Circular-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Eina01-LightItalic";
  src: url("../fonts/Eina01-LightItalic.eot");
  src: url("../fonts/Eina01-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Eina01-LightItalic.woff2") format("woff2"), url("../fonts/Eina01-LightItalic.woff") format("woff"), url("../fonts/Eina01-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Eina01-Light";
  src: url("../fonts/Eina01-Light.eot");
  src: url("../fonts/Eina01-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Eina01-Light.woff2") format("woff2"), url("../fonts/Eina01-Light.woff") format("woff"), url("../fonts/Eina01-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "CircularStd-Bold";
  src: url("../fonts/CircularStd-Bold.eot");
  src: url("../fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CircularStd-Bold.woff2") format("woff2"), url("../fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/CircularStd-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eina01-Bold";
  src: url("../fonts/Eina01-Bold.eot");
  src: url("../fonts/Eina01-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Eina01-Bold.woff2") format("woff2"), url("../fonts/Eina01-Bold.woff") format("woff"), url("../fonts/Eina01-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eina01-BoldItalic";
  src: url("../fonts/Eina01-BoldItalic.eot");
  src: url("../fonts/Eina01-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Eina01-BoldItalic.woff2") format("woff2"), url("../fonts/Eina01-BoldItalic.woff") format("woff"), url("../fonts/Eina01-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
.home-banner .home-banner-box .content .slick-list, .home-banner .home-banner-box .content .slick-track {
  min-height: 100%;
  float: none;
}
.home-banner .home-banner-box .content .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-banner .home-banner-box .content .slider-block {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100%;
  height: auto;
  float: none;
  position: relative;
}
@media (max-width: 768px) {
  .home-banner .home-banner-box .content .slider-block {
    background-image: none !important;
  }
}
.home-banner .home-banner-box .content .slider-block:before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.52;
  mix-blend-mode: multiply;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 162, 193, 0)), to(#ffa2c1));
  background-image: linear-gradient(to right, rgba(255, 162, 193, 0) 0%, #ffa2c1);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .home-banner .home-banner-box .content .slider-block:before {
    display: none;
  }
}
.home-banner .home-banner-box .content .slider-block .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  z-index: 2;
  padding-top: 210px;
  padding-bottom: 247px;
}
@media (max-width: 768px) {
  .home-banner .home-banner-box .content .slider-block .text {
    padding: 0;
    display: block;
    background: #fff2f5;
  }
}
.home-banner .home-banner-box .content .slider-block .text .img {
  display: none;
}
@media (max-width: 768px) {
  .home-banner .home-banner-box .content .slider-block .text .img {
    display: block;
  }
}
.home-banner .home-banner-box .content .slider-block .text-box {
  text-align: right;
  max-width: 370px;
}
@media (max-width: 768px) {
  .home-banner .home-banner-box .content .slider-block .text-box {
    max-width: 100%;
    text-align: center;
    padding: 19px 43px 61px 43px;
  }
}
.home-banner .home-banner-box .content .slider-block .text-box h1 {
  font-family: "Circular-Bold";
  font-size: 37px;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@media (max-width: 768px) {
  .home-banner .home-banner-box .content .slider-block .text-box h1 {
    font-size: 22px;
    letter-spacing: 2px;
    color: #000 !important;
    margin-bottom: 7px;
  }
}
.home-banner .home-banner-box .content .slider-block .text-box p {
  font-family: "Eina01-Regular";
  font-size: 22px;
  line-height: 1.27;
  color: unset;
  margin-bottom: 32px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media (max-width: 768px) {
  .home-banner .home-banner-box .content .slider-block .text-box p {
    font-size: 16px;
    line-height: 1.44;
    color: #000 !important;
    margin-bottom: 18px;
  }
}
.home-banner .home-banner-box .content .slider-block .text-box .link {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.home-banner .home-banner-box .content .slider-block .text-box a {
  font-family: "Circular-Black";
  font-size: 13px;
  letter-spacing: 3px;
  color: #ffffff;
  display: inline-block;
  border: 2px solid #ffffff;
  border-radius: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 9.5px 25px;
}
@media (max-width: 768px) {
  .home-banner .home-banner-box .content .slider-block .text-box a {
    color: #000 !important;
    border-color: #000 !important;
  }
}
.home-banner .home-banner-box .content .slider-block .text-box a:hover {
  background: #ffffff;
  color: #000000;
}
@media (max-width: 768px) {
  .home-banner .home-banner-box .content .slider-block .text-box a:hover {
    background: #ff0000;
  }
}
.home-banner .home-banner-box .content .slider-block.move .text .text-box h1 {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  opacity: 1;
}
.home-banner .home-banner-box .content .slider-block.move .text .text-box p {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
}
.home-banner .home-banner-box .content .slider-block.move .text .text-box .link {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1;
}
.home-banner .home-banner-box .content .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  bottom: 207px;
  left: 0;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 992px) {
  .home-banner .home-banner-box .content .slick-dots {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .home-banner .home-banner-box .content .slick-dots {
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    bottom: 21px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.home-banner .home-banner-box .content .slick-dots li {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .home-banner .home-banner-box .content .slick-dots li {
    margin: 0 5px;
    border: 1px solid #ff0000;
  }
}
.home-banner .home-banner-box .content .slick-dots li:before {
  display: none;
}
.home-banner .home-banner-box .content .slick-dots li button {
  display: none;
}
.home-banner .home-banner-box .content .slick-dots li.slick-active, .home-banner .home-banner-box .content .slick-dots li:hover {
  background: #ffffff;
}
@media (max-width: 768px) {
  .home-banner .home-banner-box .content .slick-dots li.slick-active, .home-banner .home-banner-box .content .slick-dots li:hover {
    background: #ff0000;
  }
}

.shop-by-category {
  padding-top: 88px;
  padding-bottom: 153px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .shop-by-category {
    padding: 37px 0 20px 0;
  }
}
@media (max-width: 556px) {
  .shop-by-category:after {
    content: "";
    width: 30vw;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
  }
}
.shop-by-category:before {
  width: calc(50vw - 734px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #ffffff;
}
@media (max-width: 1500px) {
  .shop-by-category:before {
    display: none;
  }
}
.shop-by-category.is-active:before {
  display: none;
}
.shop-by-category.is-active .shop-by-category-box .content .slick-arrow.slick-prev {
  opacity: 1;
}
.shop-by-category .shop-by-category-box .title {
  margin-bottom: 66px;
}
@media (max-width: 768px) {
  .shop-by-category .shop-by-category-box .title {
    text-align: center;
    margin-bottom: 40px;
  }
}
.shop-by-category .shop-by-category-box .title h2 {
  font-family: "Circular-Bold";
  font-size: 20px;
  color: #ff0000;
  letter-spacing: 2.7px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .shop-by-category .shop-by-category-box .title h2 {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
.shop-by-category .shop-by-category-box .content {
  margin-left: -52px;
  margin-right: 60px;
}
@media (max-width: 1200px) {
  .shop-by-category .shop-by-category-box .content {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 556px) {
  .shop-by-category .shop-by-category-box .content {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: 30px;
  }
}
.shop-by-category .shop-by-category-box .content .slick-list {
  overflow: inherit;
}
@media (max-width: 556px) {
  .shop-by-category .shop-by-category-box .content .slick-list {
    padding-right: 130px;
  }
}
.shop-by-category .shop-by-category-box .content .slick-track {
  cursor: -webkit-grab;
  cursor: grab;
}
.shop-by-category .shop-by-category-box .content .slider-block {
  margin: 0 15px;
}
@media (max-width: 556px) {
  .shop-by-category .shop-by-category-box .content .slider-block {
    min-width: 215px;
    margin: 0 20px;
  }
  .shop-by-category .shop-by-category-box .content .slider-block:last-child {
    margin: 0 30vw 0 20px;
  }
}
.shop-by-category .shop-by-category-box .content .slider-block .block {
  display: block;
  cursor: -webkit-grab;
  cursor: grab;
}
.shop-by-category .shop-by-category-box .content .slider-block .block:hover .img:before {
  background: rgba(255, 242, 245, 0.5);
}
.shop-by-category .shop-by-category-box .content .slider-block .block:hover .img img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.shop-by-category .shop-by-category-box .content .slider-block .block .img {
  position: relative;
}
.shop-by-category .shop-by-category-box .content .slider-block .block .img a {
  height: 290px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  margin-bottom: 33px;
  position: relative;
}
@media (max-width: 556px) {
  .shop-by-category .shop-by-category-box .content .slider-block .block .img a {
    height: 203px;
    margin-bottom: 21px;
  }
}
.shop-by-category .shop-by-category-box .content .slider-block .block .img img {
  width: auto;
  height: auto;
  max-width: 250px;
  max-height: 100%;
  position: relative;
  z-index: 2;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .shop-by-category .shop-by-category-box .content .slider-block .block .img img {
    max-width: 200px;
    max-height: 80%;
  }
}
@media (max-width: 556px) {
  .shop-by-category .shop-by-category-box .content .slider-block .block .img img {
    max-width: 175px;
    max-height: 100%;
  }
}
.shop-by-category .shop-by-category-box .content .slider-block .block .img:before {
  content: "";
  width: 79%;
  padding-top: 79%;
  border-radius: 50%;
  background: #fff2f5;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 556px) {
  .shop-by-category .shop-by-category-box .content .slider-block .block .img:before {
    width: 175px;
    padding-top: 175px;
  }
}
.shop-by-category .shop-by-category-box .content .slider-block .block .text {
  text-align: center;
  max-width: 243px;
  margin: 0 auto;
}
.shop-by-category .shop-by-category-box .content .slider-block .block .text h3 {
  font-family: "Circular-Book";
  font-size: 14px;
  letter-spacing: 1.89px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .shop-by-category .shop-by-category-box .content .slider-block .block .text h3 {
    font-size: 13px;
    letter-spacing: 1.76px;
    margin-bottom: 5px;
  }
}
.shop-by-category .shop-by-category-box .content .slider-block .block .text h4 {
  font-family: "Eina01-Light";
  font-size: 19px;
  line-height: 1.37;
  letter-spacing: normal;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .shop-by-category .shop-by-category-box .content .slider-block .block .text h4 {
    font-size: 14px;
    line-height: 1.3;
  }
}
.shop-by-category .shop-by-category-box .content .slider-block .block .text .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shop-by-category .shop-by-category-box .content .slider-block .block .text .number p {
  font-family: "Eina01-Bold";
  font-size: 16px;
  color: #ff0000;
  letter-spacing: 2.16px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .shop-by-category .shop-by-category-box .content .slider-block .block .text .number p {
    font-size: 13px;
    letter-spacing: 1.76px;
  }
}
.shop-by-category .shop-by-category-box .content .slider-block .block .text .number p.plays {
  margin: 0 5px;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
}
.shop-by-category .shop-by-category-box .content .slider-block .block .text .number p.plays:before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.shop-by-category .shop-by-category-box .content .slick-arrow {
  width: 12vw;
  height: 100%;
  font-size: 0;
  border: none;
  outline: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 556px) {
  .shop-by-category .shop-by-category-box .content .slick-arrow {
    height: 100%;
    width: 40px;
  }
}
.shop-by-category .shop-by-category-box .content .slick-arrow:before {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.shop-by-category .shop-by-category-box .content .slick-arrow.slick-prev {
  left: calc(752px - 50vw);
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
@media (max-width: 1500px) {
  .shop-by-category .shop-by-category-box .content .slick-arrow.slick-prev {
    left: 0;
  }
}
@media (max-width: 992px) {
  .shop-by-category .shop-by-category-box .content .slick-arrow.slick-prev {
    left: 22px;
  }
}
@media (max-width: 556px) {
  .shop-by-category .shop-by-category-box .content .slick-arrow.slick-prev {
    left: 0;
  }
}
.shop-by-category .shop-by-category-box .content .slick-arrow.slick-prev:before {
  left: 33px;
  -webkit-transform: translate(0%, -50%) rotate(135deg);
          transform: translate(0%, -50%) rotate(135deg);
}
.shop-by-category .shop-by-category-box .content .slick-arrow.slick-next {
  right: calc(639px - 50vw);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
@media (max-width: 1500px) {
  .shop-by-category .shop-by-category-box .content .slick-arrow.slick-next {
    right: -110px;
  }
}
@media (max-width: 992px) {
  .shop-by-category .shop-by-category-box .content .slick-arrow.slick-next {
    right: -90px;
  }
}
@media (max-width: 556px) {
  .shop-by-category .shop-by-category-box .content .slick-arrow.slick-next {
    right: 0;
  }
}
.shop-by-category .shop-by-category-box .content .slick-arrow.slick-next:before {
  right: 33px;
  -webkit-transform: translate(0%, -50%) rotate(-45deg);
          transform: translate(0%, -50%) rotate(-45deg);
}
.shop-by-category .shop-by-category-box .content .slick-arrow.is-not {
  opacity: 0;
  visibility: hidden;
}
.shop-by-category .shop-by-category-box .content .slick-arrow button {
  display: none;
}
.shop-by-category .shop-by-category-box .content .slick-arrow:hover:before {
  opacity: 0.7;
}

.our-services {
  padding-top: 70px;
  margin-bottom: 149px;
  position: relative;
}
@media (max-width: 768px) {
  .our-services {
    padding-top: 38px;
    margin-bottom: 78px;
  }
}
.our-services:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 111px);
  z-index: 1;
  background: #fff2f5;
}
@media (max-width: 768px) {
  .our-services:before {
    display: none;
  }
}
.our-services .containe {
  position: relative;
  z-index: 2;
}
.our-services .containe .bg-one {
  width: 470px;
  position: absolute;
  top: -237px;
  left: -57px;
  z-index: 1;
}
@media (max-width: 1600px) {
  .our-services .containe .bg-one {
    left: -37px;
  }
}
@media (max-width: 1200px) {
  .our-services .containe .bg-one {
    width: 350px;
    top: -147px;
    left: -37px;
  }
}
@media (max-width: 768px) {
  .our-services .containe .bg-one {
    width: 200px;
    top: -87px;
    left: -17px;
  }
}
.our-services .containe .bg-one .bg-img {
  padding-top: 90.7172995781%;
}
.our-services .containe .bg-two {
  width: 179px;
  position: absolute;
  top: -139px;
  right: -24px;
  z-index: 1;
}
@media (max-width: 1600px) {
  .our-services .containe .bg-two {
    right: 10px;
  }
}
@media (max-width: 1200px) {
  .our-services .containe .bg-two {
    width: 100px;
    top: -60px;
    right: 10px;
  }
}
.our-services .containe .bg-two .bg-img {
  padding-top: 100%;
}
.our-services .title {
  margin-bottom: 62px;
}
@media (max-width: 768px) {
  .our-services .title {
    margin-bottom: 33px;
    text-align: center;
  }
}
.our-services .title h2 {
  font-family: "Circular-Bold";
  font-size: 20px;
  color: #ff0000;
  letter-spacing: 2.7px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .our-services .title h2 {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
.our-services .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -35px;
  margin-right: -35px;
}
@media (max-width: 1300px) {
  .our-services .content {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 1100px) {
  .our-services .content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.our-services .content .block {
  width: 33.333%;
  padding: 0 35px;
  margin-bottom: 65px;
}
@media (max-width: 1300px) {
  .our-services .content .block {
    padding: 0 25px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1100px) {
  .our-services .content .block {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .our-services .content .block {
    width: 50%;
  }
}
@media (max-width: 556px) {
  .our-services .content .block {
    width: 100%;
    margin-bottom: 8px;
  }
}
.our-services .content .block .box {
  display: block;
  position: relative;
  background: #aa1235;
  min-height: 285px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 556px) {
  .our-services .content .block .box {
    min-height: 143px;
  }
}
.our-services .content .block .box:hover .bg-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.our-services .content .block .box .bg-img {
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.our-services .content .block .box .text {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 20px 43px;
}
@media (max-width: 1300px) {
  .our-services .content .block .box .text {
    padding: 20px 20px;
  }
}
@media (max-width: 556px) {
  .our-services .content .block .box .text {
    padding: 17px 16px 29px 16px;
  }
}
.our-services .content .block .box .text h3 {
  font-family: "Circular-Bold";
  font-size: 40px;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: -0.49px;
  margin-bottom: 13px;
}
@media (max-width: 1500px) {
  .our-services .content .block .box .text h3 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .our-services .content .block .box .text h3 {
    font-size: 28px;
  }
}
@media (max-width: 556px) {
  .our-services .content .block .box .text h3 {
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: -0.41px;
    margin-bottom: 3px;
  }
}
.our-services .content .block .box .text p {
  text-transform: uppercase;
  font-family: "Circular-Bold";
  font-size: 12px;
  line-height: 1.2;
  color: #ffffff;
  letter-spacing: 3.2px;
  margin-bottom: 0px;
}
@media (max-width: 556px) {
  .our-services .content .block .box .text p {
    font-size: 14px;
    letter-spacing: 3.73px;
  }
}

.blog-list {
  margin-bottom: 98px;
  position: relative;
}
@media (max-width: 768px) {
  .blog-list {
    margin-bottom: 33px;
  }
}
.blog-list .bg-two {
  width: 179px;
  position: absolute;
  top: 11px;
  right: -18px;
  z-index: 3;
}
@media (max-width: 1600px) {
  .blog-list .bg-two {
    right: 18px;
  }
}
@media (max-width: 1200px) {
  .blog-list .bg-two {
    width: 100px;
    top: 11px;
    right: 10px;
  }
}
@media (max-width: 768px) {
  .blog-list .bg-two {
    top: 66.7vw;
    right: 20px;
  }
}
@media (max-width: 500px) {
  .blog-list .bg-two {
    top: 57.7vw;
  }
}
.blog-list .bg-two .bg-img {
  padding-top: 100%;
}
.blog-list .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .blog-list .content {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }
}
.blog-list .content .left {
  width: 57.2%;
}
@media (max-width: 1400px) {
  .blog-list .content .left {
    width: 67.2%;
  }
}
@media (max-width: 768px) {
  .blog-list .content .left {
    width: auto;
  }
}
.blog-list .content .left .video-link .img {
  position: relative;
}
.blog-list .content .left .video-link .img:before {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url("../images/button-white-outline.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .blog-list .content .left .video-link .img:before {
    width: 65px;
    height: 65px;
  }
}
.blog-list .content .left .video-link .img:hover:before {
  opacity: 0.7;
}
.blog-list .content .right {
  width: calc(42.8% + 100px);
  margin-left: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .blog-list .content .right {
    width: calc(32.8% + 250px);
    margin-left: -250px;
  }
}
@media (max-width: 768px) {
  .blog-list .content .right {
    width: 100%;
    margin: 0;
  }
}
.blog-list .content .right .text {
  background: #fff2f5;
  width: 100%;
  padding: 73px 78px 80px 78px;
}
@media (max-width: 1400px) {
  .blog-list .content .right .text {
    padding: 45px;
  }
}
@media (max-width: 992px) {
  .blog-list .content .right .text {
    padding: 25px;
  }
}
@media (max-width: 768px) {
  .blog-list .content .right .text {
    padding: 23px 20px 29px 20px;
  }
}
.blog-list .content .right .text h2 {
  font-family: "Circular-Bold";
  font-size: 15px;
  letter-spacing: 4px;
  color: #ff0000;
  text-transform: uppercase;
  margin-bottom: 19px;
}
@media (max-width: 768px) {
  .blog-list .content .right .text h2 {
    font-size: 14px;
    letter-spacing: 3.73px;
    margin-bottom: 12px;
  }
}
.blog-list .content .right .text h3 {
  font-family: "Circular-Bold";
  font-size: 42px;
  letter-spacing: -1px;
  color: #000000;
  margin-bottom: 21px;
}
@media (max-width: 1200px) {
  .blog-list .content .right .text h3 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .blog-list .content .right .text h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .blog-list .content .right .text h3 {
    font-size: 27px;
    letter-spacing: -0.64px;
    margin-bottom: 11px;
  }
}
.blog-list .content .right .text p {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .blog-list .content .right .text p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 13px;
  }
}
.blog-list .three-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -35px;
  margin-right: -35px;
}
@media (max-width: 1200px) {
  .blog-list .three-block {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 992px) {
  .blog-list .three-block {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.blog-list .three-block .block {
  width: 33.333%;
  padding: 0 35px;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .blog-list .three-block .block {
    padding: 0 25px;
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .blog-list .three-block .block {
    padding: 0 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .blog-list .three-block .block {
    width: 100%;
    margin-bottom: 38px;
  }
}
.blog-list .three-block .block .box {
  display: block;
}
.blog-list .three-block .block .box .img-and-video .img {
  margin-bottom: 22px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .blog-list .three-block .block .box .img-and-video .img {
    margin-bottom: 16px;
  }
}
.blog-list .three-block .block .box .img-and-video .img .bg-img {
  padding-top: 68%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blog-list .three-block .block .box .img-and-video .video-link {
  display: block;
}
.blog-list .three-block .block .box .img-and-video .video-link .img {
  position: relative;
}
.blog-list .three-block .block .box .img-and-video .video-link .img:before {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url("../images/button-white-outline.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .blog-list .three-block .block .box .img-and-video .video-link .img:before {
    width: 65px;
    height: 65px;
  }
}
.blog-list .three-block .block .box .img-and-video .video-link .img:hover:before {
  opacity: 0.7;
}
.blog-list .three-block .block .box .text h2 {
  display: none;
}
.blog-list .three-block .block .box .text h3 {
  font-family: "Circular-Bold";
  font-size: 20px;
  color: #000000;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .blog-list .three-block .block .box .text h3 {
    margin-bottom: 8px;
  }
}
.blog-list .three-block .block .box .text h3 a:hover {
  opacity: 0.7;
}
.blog-list .three-block .block .box .text p {
  font-family: "Eina01-Regular";
  font-size: 14px;
  line-height: 1.79;
  color: #000000;
  margin-bottom: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .blog-list .three-block .block .box .text p {
    margin-bottom: 12px;
  }
}
.blog-list .three-block .block .box.is-active .img-and-video .img .bg-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog-list .three-block .block .box.is-active .text .text-box h3 a:not(.not-video) {
  opacity: 0.7;
}
.blog-list .three-block .block .box.is-active .text .text-box .btn {
  background: #ff0000;
  color: #ffffff;
}
.blog-list .three-block .block a.box:hover .bg-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.blog-list .three-block .block a.box:hover .btn {
  background: #ff0000;
  color: #ffffff;
}
.blog-list .three-block .block a.box:hover .text h3 {
  opacity: 0.7;
}
.blog-list .three-block .block:first-child {
  width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .blog-list .three-block .block:first-child {
    display: block;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }
}
.blog-list .three-block .block:first-child .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .blog-list .three-block .block:first-child .box {
    display: block;
  }
}
.blog-list .three-block .block:first-child .img-and-video {
  width: 57.2%;
}
@media (max-width: 1400px) {
  .blog-list .three-block .block:first-child .img-and-video {
    width: 67.2%;
  }
}
@media (max-width: 768px) {
  .blog-list .three-block .block:first-child .img-and-video {
    width: auto;
  }
}
.blog-list .three-block .block:first-child .img-and-video .img {
  margin-bottom: 0;
}
.blog-list .three-block .block:first-child .img-and-video .img .bg-img {
  padding-top: 73.7%;
}
.blog-list .three-block .block:first-child .img-and-video .video-link .img {
  position: relative;
}
@media (max-width: 768px) {
  .blog-list .three-block .block:first-child .img-and-video .video-link .img {
    margin-bottom: 0;
  }
}
.blog-list .three-block .block:first-child .img-and-video .video-link .img:before {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url("../images/button-white-outline.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .blog-list .three-block .block:first-child .img-and-video .video-link .img:before {
    width: 65px;
    height: 65px;
  }
}
.blog-list .three-block .block:first-child .img-and-video .video-link .img:hover:before {
  opacity: 0.7;
}
.blog-list .three-block .block:first-child .text {
  width: calc(42.8% + 100px);
  margin-left: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .blog-list .three-block .block:first-child .text {
    width: calc(32.8% + 250px);
    margin-left: -250px;
  }
}
@media (max-width: 768px) {
  .blog-list .three-block .block:first-child .text {
    width: 100%;
    margin: 0;
  }
}
.blog-list .three-block .block:first-child .text .text-box {
  background: #fff2f5;
  width: 100%;
  padding: 73px 78px 80px 78px;
}
@media (max-width: 1400px) {
  .blog-list .three-block .block:first-child .text .text-box {
    padding: 45px;
  }
}
@media (max-width: 992px) {
  .blog-list .three-block .block:first-child .text .text-box {
    padding: 25px;
  }
}
@media (max-width: 768px) {
  .blog-list .three-block .block:first-child .text .text-box {
    padding: 23px 20px 29px 20px;
  }
}
.blog-list .three-block .block:first-child .text .text-box h2 {
  display: block;
  font-family: "Circular-Bold";
  font-size: 15px;
  letter-spacing: 4px;
  color: #ff0000;
  text-transform: uppercase;
  margin-bottom: 19px;
}
@media (max-width: 768px) {
  .blog-list .three-block .block:first-child .text .text-box h2 {
    font-size: 14px;
    letter-spacing: 3.73px;
    margin-bottom: 12px;
  }
}
.blog-list .three-block .block:first-child .text .text-box h3 {
  font-family: "Circular-Bold";
  font-size: 42px;
  letter-spacing: -1px;
  color: #000000;
  margin-bottom: 21px;
}
@media (max-width: 1200px) {
  .blog-list .three-block .block:first-child .text .text-box h3 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .blog-list .three-block .block:first-child .text .text-box h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .blog-list .three-block .block:first-child .text .text-box h3 {
    font-size: 27px;
    letter-spacing: -0.64px;
    margin-bottom: 11px;
  }
}
.blog-list .three-block .block:first-child .text .text-box p {
  font-size: 16px;
  line-height: 1.94;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .blog-list .three-block .block:first-child .text .text-box p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 13px;
  }
}
@media (max-width: 500px) {
  .blog-list .three-block .block:first-child .text .text-box .btn {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.blog-list .three-block .block.author-page {
  margin: 0;
  width: 100%;
  margin-bottom: 50px;
}
.blog-list .three-block .block.author-page .box {
  display: block;
}
.blog-list .three-block .block.author-page .box .img-and-video {
  width: 100%;
  margin-bottom: 30px;
}
.blog-list .three-block .block.author-page .box .img-and-video .img {
  width: 150px;
  margin: 0 auto;
}
.blog-list .three-block .block.author-page .box .text {
  width: 100%;
  margin: 0 auto;
  max-width: 600px;
  text-align: center;
}
.blog-list .three-block .block.author-page .box .text .text-box {
  background: none;
  padding: 0px;
}
@media (max-width: 768px) {
  .blog-list .three-block .block.author-page .box .text .text-box {
    padding-top: 50px;
  }
}
.blog-list .link {
  padding: 38px 0 37px 0;
  text-align: center;
  background: #fff2f5;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .blog-list .link {
    padding: 25px 0;
    margin-top: 20px;
  }
}
.blog-list .link a {
  min-width: 251px;
  position: relative;
}
.blog-list .link a:before {
  content: "";
  visibility: hidden;
  width: 15px;
  height: 15px;
  background: none;
  border: 2px solid #ff0000;
  border-radius: 50%;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  -webkit-animation: loading 0.5s infinite linear;
          animation: loading 0.5s infinite linear;
  position: absolute;
  right: -22px;
  top: 29%;
}
@media (max-width: 767px) {
  .blog-list .link a:before {
    width: 13px;
    height: 13px;
    right: -22px;
  }
}
.blog-list .link a.is-active:before {
  visibility: visible;
}

.wrapper > .blog-list {
  margin-top: 60px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .wrapper > .blog-list {
    margin-top: 0px;
  }
}

.blog-list + .salons {
  margin-bottom: 229px;
}
@media (max-width: 768px) {
  .blog-list + .salons {
    margin-bottom: 30px;
  }
}

.salons {
  margin-bottom: 159px;
  position: relative;
  margin-top: 45px;
}
@media (max-width: 768px) {
  .salons {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.salons:before {
  content: "";
  width: 100%;
  height: 71.3%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../images/salons-bg-1.jpg");
  position: absolute;
  top: 66px;
  left: 0;
}
@media (max-width: 768px) {
  .salons:before {
    top: 32px;
    height: 84.2%;
    background-image: url("../images/salons-bg-1-m.jpg");
  }
}
.salons .bg-one-img {
  width: 260px;
  height: 246px;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media (max-width: 992px) {
  .salons .bg-one-img {
    width: 130px;
    height: 123px;
  }
}
.salons .bg-one-img .bg-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/salons-bg-3.png");
}
.salons .bg-two-img {
  width: 168px;
  height: 318px;
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 1;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
@media (max-width: 992px) {
  .salons .bg-two-img {
    width: 84px;
    height: 159px;
    bottom: 80px;
  }
}
.salons .bg-two-img .bg-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/salons-bg-2.png");
}
.salons .containe {
  position: relative;
  z-index: 2;
}
.salons .containe.aos-animate .content .block {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0px) !important;
          transform: translate(0, 0px) !important;
}
.salons .title {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .salons .title {
    margin-bottom: 20px;
  }
}
.salons .title h2 {
  font-family: "Circular-Bold";
  font-size: 100px;
  letter-spacing: 13.5px;
  color: #ff0000;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .salons .title h2 {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .salons .title h2 {
    font-size: 47px;
    letter-spacing: 8.11px;
  }
}
.salons .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .salons .content {
    display: block;
  }
}
.salons .content .block {
  width: calc(50% - 17.5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media (max-width: 768px) {
  .salons .content .block {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 198px;
  }
}
.salons .content .block:nth-child(2n) {
  padding-top: 55px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transform: translate(0, -40px);
          transform: translate(0, -40px);
  opacity: 0;
}
@media (max-width: 768px) {
  .salons .content .block:nth-child(2n) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 100px;
  }
}
.salons .content .block:nth-child(2n) .text {
  left: inherit;
  right: 0;
  top: 253px;
}
@media (max-width: 1200px) {
  .salons .content .block:nth-child(2n) .text {
    top: 140px;
  }
}
@media (max-width: 768px) {
  .salons .content .block:nth-child(2n) .text {
    right: inherit;
    left: 0px;
    top: 184px;
  }
}
@media (max-width: 556px) {
  .salons .content .block:nth-child(2n) .text {
    left: -20px;
  }
}
@media (max-width: 360px) {
  .salons .content .block:nth-child(2n) .text {
    top: 120px;
  }
}
.salons .content .block .text {
  width: 350px;
  position: absolute;
  top: 78px;
  left: 0;
  background: #ffffff;
  padding: 35px 52px 35px 47px;
}
@media (max-width: 992px) {
  .salons .content .block .text {
    padding: 20px 30px;
    width: 280px;
  }
}
@media (max-width: 768px) {
  .salons .content .block .text {
    width: 92.7%;
    padding: 22px 27px;
    left: inherit;
    right: 0px;
    top: 191px;
    max-width: 500px;
  }
}
@media (max-width: 556px) {
  .salons .content .block .text {
    right: -20px;
  }
}
@media (max-width: 360px) {
  .salons .content .block .text {
    top: 120px;
    width: 100%;
  }
}
.salons .content .block .text h3 {
  font-family: "Circular-Bold";
  font-size: 20px;
  color: #ff0000;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.salons .content .block .text p {
  font-family: "Eina01-Regular";
  margin-bottom: 0;
}
.salons .content .block .text p a {
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding-left: 17px;
}
.salons .content .block .text p a:before {
  content: "";
  width: 12px;
  height: 16px;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.salons .content .block .text p a.location:before {
  background-image: url("../images/location.svg");
}
.salons .content .block .text p a.phone:before {
  background-image: url("../images/phone.svg");
}
.salons .content .block .text .btn {
  margin-top: 18px;
  min-width: 100%;
}
@media (max-width: 360px) {
  .salons .content .block .text .btn {
    font-size: 12px;
  }
}
.salons .content .block .img {
  width: 80%;
  max-width: 476px;
}
@media (max-width: 1200px) {
  .salons .content .block .img {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .salons .content .block .img {
    width: 71%;
  }
}

.circlesofhair {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .circlesofhair {
    margin-bottom: 30px;
    padding-top: 100px;
  }
}
.circlesofhair .containe {
  max-width: 100%;
  padding: 0;
}
.circlesofhair .title {
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .circlesofhair .title {
    margin-bottom: 27px;
  }
}
.circlesofhair .title h2 {
  font-family: "Circular-Bold";
  font-size: 42px;
  letter-spacing: -1px;
  color: #ff0000;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  padding-left: 48px;
}
@media (max-width: 768px) {
  .circlesofhair .title h2 {
    font-size: 29.4px;
    letter-spacing: -0.7px;
    padding-left: 35px;
  }
}
.circlesofhair .title h2:before {
  content: "";
  background-image: url("../images/Instagram-feed.svg");
  width: 34px;
  height: 34px;
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 768px) {
  .circlesofhair .title h2:before {
    width: 26px;
    height: 26px;
    top: 7px;
  }
}
.circlesofhair .title h2 a:hover {
  opacity: 0.7;
}
.circlesofhair .content {
  margin-left: -2px;
  margin-right: -2px;
}
.circlesofhair .content .sb_instagram_header {
  display: none !important;
}
.circlesofhair .content .sbi_item {
  padding: 2px !important;
}
.circlesofhair .content .sbi_item .sbi_info {
  display: none !important;
}
.circlesofhair .content #sbi_images {
  padding: 0 !important;
  margin: 0 !important;
}
.circlesofhair .content #sbi_load {
  display: none !important;
}

.page-title {
  background: #fff2f5;
  padding: 64px 0px 71px 0px;
}
@media (max-width: 992px) {
  .page-title {
    padding: 30px 0px;
  }
}
.page-title .title {
  text-align: center;
}
.page-title .title h2, .page-title .title h1 {
  font-family: "Circular-Bold";
  font-size: 50px;
  letter-spacing: 6.76px;
  color: #ff0000;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .page-title .title h2, .page-title .title h1 {
    font-size: 35px;
    letter-spacing: 4.5px;
  }
}
.page-title.search-page {
  margin-bottom: 70px;
}
.page-title.search-page .title {
  text-align: left;
}
.page-title.search-page .title h2, .page-title.search-page .title h1 {
  font-family: "Circular-Bold";
  font-size: 20px;
  letter-spacing: 6.76px;
  color: #ff0000;
  text-transform: uppercase;
  margin-bottom: 0;
}

.voucher-banner {
  margin-bottom: 130px;
}
@media (max-width: 768px) {
  .voucher-banner {
    margin-bottom: 30px;
  }
}
.voucher-banner .containe {
  max-width: 100%;
  padding: 0;
}
.voucher-banner .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .voucher-banner .content {
    display: block;
  }
}
.voucher-banner .content .img {
  width: 50%;
}
@media (max-width: 768px) {
  .voucher-banner .content .img {
    width: 100%;
    height: 77vw;
  }
}
.voucher-banner .content .img .bg-img {
  height: 100%;
}
.voucher-banner .content .text {
  width: 50%;
  padding: 121px 80px 136px 80px;
}
@media (max-width: 1200px) {
  .voucher-banner .content .text {
    padding: 70px 45px;
  }
}
@media (max-width: 992px) {
  .voucher-banner .content .text {
    padding: 50px 25px;
  }
}
@media (max-width: 768px) {
  .voucher-banner .content .text {
    width: 100%;
    padding: 30px 20px;
  }
}
.voucher-banner .content .text h2 {
  font-family: "Circular-Bold";
  font-size: 42px;
  letter-spacing: -1px;
  color: #000000;
  margin-bottom: 31px;
  max-width: 570px;
}
@media (max-width: 992px) {
  .voucher-banner .content .text h2 {
    font-size: 35px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .voucher-banner .content .text h2 {
    max-width: 100%;
    font-size: 30px;
  }
}
.voucher-banner .content .text p {
  max-width: 514px;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .voucher-banner .content .text p {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .voucher-banner .content .text p {
    max-width: 100%;
  }
}
.voucher-banner .content .text h3 {
  font-family: "Eina01-Bold";
  font-size: 16px;
  line-height: 31px;
  color: #000000;
  margin-bottom: 23px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .voucher-banner .content .text h3 {
    max-width: 100%;
  }
}
.voucher-banner .content .text .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 556px) {
  .voucher-banner .content .text .links {
    display: block;
  }
}
.voucher-banner .content .text .links a {
  margin-right: 32px;
  min-width: 200px;
}
@media (max-width: 992px) {
  .voucher-banner .content .text .links a {
    margin-right: 20px;
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .voucher-banner .content .text .links a {
    margin-bottom: 20px;
  }
}

.img-and-text .containe {
  max-width: 100%;
  padding: 0;
}
.img-and-text .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .img-and-text .content {
    display: block;
  }
}
.img-and-text .content .img {
  width: 50%;
}
@media (max-width: 768px) {
  .img-and-text .content .img {
    width: 100%;
    height: 77vw;
  }
}
.img-and-text .content .img .bg-img {
  height: 100%;
  padding-top: 76.2%;
}
.img-and-text .content .text {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 80px 0;
}
@media (max-width: 1200px) {
  .img-and-text .content .text {
    min-height: 37vw;
  }
}
@media (max-width: 768px) {
  .img-and-text .content .text {
    width: 100%;
    text-align: center;
    padding: 0;
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.img-and-text .content .text .bg-one {
  width: 424px;
  position: absolute;
  top: -140px;
  left: 54px;
  z-index: 1;
}
@media (max-width: 1600px) {
  .img-and-text .content .text .bg-one {
    width: 350px;
  }
}
@media (max-width: 1400px) {
  .img-and-text .content .text .bg-one {
    width: 300px;
  }
}
@media (max-width: 1300px) {
  .img-and-text .content .text .bg-one {
    width: 250px;
    top: -120px;
  }
}
@media (max-width: 1200px) {
  .img-and-text .content .text .bg-one {
    width: 190px;
    top: -80px;
  }
}
@media (max-width: 992px) {
  .img-and-text .content .text .bg-one {
    width: 160px;
    top: -40px;
  }
}
@media (max-width: 768px) {
  .img-and-text .content .text .bg-one {
    top: 0px !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.img-and-text .content .text .bg-two {
  width: 251px;
  position: absolute;
  top: -73px;
  left: 453px;
  z-index: 3;
}
@media (max-width: 1600px) {
  .img-and-text .content .text .bg-two {
    top: -108px;
  }
}
@media (max-width: 1500px) {
  .img-and-text .content .text .bg-two {
    width: 220px;
    top: -72px;
  }
}
@media (max-width: 1400px) {
  .img-and-text .content .text .bg-two {
    left: 60%;
    width: 179px;
  }
}
@media (max-width: 1200px) {
  .img-and-text .content .text .bg-two {
    width: 100px;
    left: 60%;
    top: -45px;
  }
}
@media (max-width: 768px) {
  .img-and-text .content .text .bg-two {
    top: 0px !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.img-and-text .content .text .bg-two .bg-img {
  padding-top: 100%;
}
.img-and-text .content .text .text-box {
  width: 100%;
  padding: 84px 84px;
}
@media (max-width: 1200px) {
  .img-and-text .content .text .text-box {
    padding: 50px 40px !important;
  }
}
@media (max-width: 768px) {
  .img-and-text .content .text .text-box {
    padding: 30px 20px !important;
  }
}
.img-and-text .content .text .text-box h2 {
  font-family: "Circular-Bold";
  font-size: 42px;
  letter-spacing: -1px;
  color: #000000;
  margin-bottom: 33px;
  max-width: 600px;
}
@media (max-width: 1200px) {
  .img-and-text .content .text .text-box h2 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .img-and-text .content .text .text-box h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .img-and-text .content .text .text-box h2 {
    font-size: 27px;
    letter-spacing: -0.64px;
    margin-bottom: 11px;
    max-width: 100%;
  }
}
.img-and-text .content .text .text-box p {
  margin-bottom: 39px;
  max-width: 514px;
}
@media (max-width: 992px) {
  .img-and-text .content .text .text-box p {
    margin-bottom: 13px;
  }
}
@media (max-width: 768px) {
  .img-and-text .content .text .text-box p {
    max-width: 100%;
  }
}
.img-and-text.reversal .content .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.img-and-text.reversal .content .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.img-and-text.reversal .content .text .text-box {
  padding: 84px 100px;
}
@media (min-width: 1600px) {
  .img-and-text.floaty-2 .content .text .bg-one {
    width: 393px;
    left: 167px;
  }
}
@media (max-width: 768px) {
  .img-and-text.floaty-2 .content .text .bg-one {
    width: 140px;
  }
}
@media (min-width: 1600px) {
  .img-and-text.floaty-3 .content .text .bg-one {
    width: 449px;
    left: 105px;
    top: -115px;
  }
}
.img-and-text.floaty-4 .content .text .bg-one {
  width: 505px;
  left: -93px;
  top: -72px;
}
@media (max-width: 1600px) {
  .img-and-text.floaty-4 .content .text .bg-one {
    width: 450px;
  }
}
@media (max-width: 1400px) {
  .img-and-text.floaty-4 .content .text .bg-one {
    width: 350px;
  }
}
@media (max-width: 1300px) {
  .img-and-text.floaty-4 .content .text .bg-one {
    width: 300px;
    top: -40px;
  }
}
@media (max-width: 1200px) {
  .img-and-text.floaty-4 .content .text .bg-one {
    width: 250px;
  }
}
@media (max-width: 992px) {
  .img-and-text.floaty-4 .content .text .bg-one {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .img-and-text.floaty-4 .content .text .bg-one {
    top: -90px;
    left: 50px;
    width: 160px;
  }
}
.img-and-text.floaty-5 .content .text .bg-one {
  width: 485px;
  left: 93px;
  top: -219px;
}
@media (max-width: 1600px) {
  .img-and-text.floaty-5 .content .text .bg-one {
    width: 400px;
  }
}
@media (max-width: 1400px) {
  .img-and-text.floaty-5 .content .text .bg-one {
    width: 350px;
  }
}
@media (max-width: 1300px) {
  .img-and-text.floaty-5 .content .text .bg-one {
    width: 300px;
    top: -150px;
  }
}
@media (max-width: 1200px) {
  .img-and-text.floaty-5 .content .text .bg-one {
    width: 250px;
  }
}
@media (max-width: 992px) {
  .img-and-text.floaty-5 .content .text .bg-one {
    width: 200px;
    top: -70px;
  }
}
@media (max-width: 768px) {
  .img-and-text.floaty-5 .content .text .bg-one {
    top: -110px;
    left: 50px;
    width: 160px;
  }
}

.full-width-centered-content {
  background: #fff2f5;
  padding-top: 100px;
  padding-bottom: 102px;
}
@media (max-width: 768px) {
  .full-width-centered-content {
    padding: 50px 0;
  }
}
.full-width-centered-content .content {
  text-align: center;
}
.full-width-centered-content .content h2 {
  font-family: "Circular-Bold";
  font-size: 42px;
  letter-spacing: -1px;
  color: #000000;
  margin: 0 auto;
  margin-bottom: 22px;
  max-width: 1139px;
}
@media (max-width: 1200px) {
  .full-width-centered-content .content h2 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .full-width-centered-content .content h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .full-width-centered-content .content h2 {
    font-size: 27px;
    letter-spacing: -0.64px;
    margin-bottom: 11px;
    max-width: 100%;
  }
}
.full-width-centered-content .content p {
  margin: 0 auto;
  margin-bottom: 36px;
  max-width: 977px;
}
@media (max-width: 768px) {
  .full-width-centered-content .content p {
    margin-bottom: 15px;
  }
}
.full-width-centered-content .gform_wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.full-width-centered-content .gform_wrapper input {
  width: auto;
}
.full-width-centered-content .gform_wrapper .gfield {
  padding: 0 !important;
  max-width: 100% !important;
}
.full-width-centered-content .gform_wrapper .gfield_label {
  margin-top: 0 !important;
}
.full-width-centered-content .gform_wrapper .gform_fields input[type=text], .full-width-centered-content .gform_wrapper .gform_fields select {
  width: 100% !important;
  font-family: "Eina01-Regular";
  font-size: 16px !important;
  padding: 5px 10px !important;
}
.full-width-centered-content .gform_wrapper .gform_fields select {
  min-height: 41px;
}
.full-width-centered-content .gform_wrapper .gform_fields .ginput_container_select {
  position: relative;
}
.full-width-centered-content .gform_wrapper .gform_fields .ginput_container_select:before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.full-width-centered-content .gform_wrapper .gform_fields .ginput_container_radio {
  margin-top: -2px;
}
.full-width-centered-content .gform_wrapper .gform_fields .ginput_container_radio li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.full-width-centered-content .gform_wrapper .gform_fields .ginput_container_radio li input {
  -webkit-transform: translate(0, 1px);
          transform: translate(0, 1px);
}
.full-width-centered-content .gform_wrapper .gform_footer input {
  font-family: "Circular-Black";
  font-size: 13px;
  letter-spacing: 3px;
  color: #ff0000;
  display: inline-block;
  border: 2px solid #ff0000;
  border-radius: 20px;
  text-align: center;
  outline: none;
  background: none;
  background-color: transparent;
  text-transform: uppercase;
  padding: 8px 15px;
  text-align: center;
  min-width: 162px;
}
.full-width-centered-content .gform_wrapper .gform_footer input:hover {
  background: #ff0000;
  color: #ffffff;
}
.full-width-centered-content .gform_wrapper .gform_footer img {
  display: none !important;
}
.full-width-centered-content .gform_wrapper .gform_validation_errors {
  margin-bottom: 0;
  padding: 6px 0;
}
.full-width-centered-content .gform_wrapper .gform_submission_error {
  color: #790000;
  font-family: "Eina01-Regular";
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
}
.full-width-centered-content .gform_wrapper .gform_submission_error:before {
  display: none;
}
.full-width-centered-content .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .full-width-centered-content .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .full-width-centered-content .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0px;
}
.full-width-centered-content .gform_wrapper div.validation_error {
  border: none !important;
  background-color: transparent !important;
}
.full-width-centered-content .gform_wrapper .gfield_error {
  background-color: transparent !important;
  border: none !important;
}
.full-width-centered-content .gform_wrapper .validation_message {
  display: none !important;
}

.blog-detail {
  margin-top: 60px;
  margin-bottom: 130px;
}
@media (max-width: 768px) {
  .blog-detail {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
.blog-detail .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 79px;
}
@media (max-width: 768px) {
  .blog-detail .content {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }
}
.blog-detail .content .left {
  width: 57.2%;
}
@media (max-width: 1400px) {
  .blog-detail .content .left {
    width: 67.2%;
  }
}
@media (max-width: 768px) {
  .blog-detail .content .left {
    width: auto;
  }
}
.blog-detail .content .left .video-link .img {
  position: relative;
}
.blog-detail .content .left .video-link .img:before {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url("../images/button-white-outline.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .blog-detail .content .left .video-link .img:before {
    width: 65px;
    height: 65px;
  }
}
.blog-detail .content .left .video-link .img:hover:before {
  opacity: 0.7;
}
.blog-detail .content .right {
  width: calc(42.8% + 100px);
  margin-left: -100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 1400px) {
  .blog-detail .content .right {
    width: calc(32.8% + 250px);
    margin-left: -250px;
  }
}
@media (max-width: 768px) {
  .blog-detail .content .right {
    width: 100%;
    margin: 0;
  }
}
.blog-detail .content .right .text {
  background: #fff2f5;
  width: 100%;
  padding: 124px 78px 100px 78px;
}
@media (max-width: 1400px) {
  .blog-detail .content .right .text {
    padding: 45px;
  }
}
@media (max-width: 992px) {
  .blog-detail .content .right .text {
    padding: 25px;
  }
}
@media (max-width: 768px) {
  .blog-detail .content .right .text {
    padding: 23px 20px 29px 20px;
  }
}
.blog-detail .content .right .text h2 {
  font-family: "Circular-Bold";
  font-size: 15px;
  letter-spacing: 4px;
  color: #ff0000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .blog-detail .content .right .text h2 {
    font-size: 14px;
    letter-spacing: 3.73px;
    margin-bottom: 12px;
  }
}
.blog-detail .content .right .text h1 {
  font-family: "Circular-Bold";
  font-size: 42px;
  letter-spacing: -1px;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .blog-detail .content .right .text h1 {
    font-size: 32px;
  }
}
@media (max-width: 992px) {
  .blog-detail .content .right .text h1 {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .blog-detail .content .right .text h1 {
    font-size: 27px;
    letter-spacing: -0.64px;
    margin-bottom: 11px;
  }
}
.blog-detail .content .right .text p {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .blog-detail .content .right .text p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 13px;
  }
}
.blog-detail .content .right .text p a:hover {
  opacity: 1;
  color: #ff0000;
}
.blog-detail .gutenberg-text {
  max-width: 802px;
  margin: 0 auto;
}
.blog-detail .gutenberg-text p a:hover {
  opacity: 1;
  color: #ff0000;
}

.shop-by-brand {
  margin-bottom: 50px;
  margin-top: 50px;
}
.shop-by-brand .title {
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .shop-by-brand .title {
    margin-bottom: 27px;
  }
}
.shop-by-brand .title h2 {
  font-family: "Circular-Bold";
  font-size: 42px;
  letter-spacing: -1px;
  color: #ff0000;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  padding-left: 48px;
}
@media (max-width: 768px) {
  .shop-by-brand .title h2 {
    font-size: 29.4px;
    letter-spacing: -0.7px;
    padding-left: 35px;
  }
}
.shop-by-brand .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shop-by-brand .content .block {
  padding: 0.5%;
  width: 20%;
}
@media (max-width: 992px) {
  .shop-by-brand .content .block {
    width: 33.33%;
  }
}
@media (max-width: 556px) {
  .shop-by-brand .content .block {
    width: 50%;
  }
}
.shop-by-brand .content .block.text-c {
  text-align: center;
}
.shop-by-brand .content .block .box {
  display: block;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fafafa;
  padding: 20px;
  line-height: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.shop-by-brand .content .block .box img {
  width: 160px;
  height: 80px;
  -webkit-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 0px;
}
.shop-by-brand .content .block a:hover {
  background: #eee;
}

.pricing-table {
  position: relative;
}
@media (max-width: 768px) {
  .pricing-table {
    padding-top: 150px !important;
  }
}
.pricing-table:before {
  content: "";
  width: 300px;
  height: 694px;
  background-image: url("../images/price-list-1-l.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  position: absolute;
  top: -98px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1400px) {
  .pricing-table:before {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .pricing-table:before {
    width: 75px;
  }
}
@media (max-width: 500px) {
  .pricing-table:before {
    top: -20px;
  }
}
.pricing-table:after {
  content: "";
  width: 300px;
  height: 694px;
  background-image: url("../images/price-list-3-l.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1400px) {
  .pricing-table:after {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .pricing-table:after {
    width: 75px;
  }
}
.pricing-table .bg-one {
  width: 398px;
  position: absolute;
  top: -87px;
  left: 47px;
  z-index: 1;
}
@media (max-width: 1600px) {
  .pricing-table .bg-one {
    width: 300px;
  }
}
@media (max-width: 1400px) {
  .pricing-table .bg-one {
    width: 250px;
  }
}
@media (max-width: 1300px) {
  .pricing-table .bg-one {
    width: 200px;
    top: -110px;
  }
}
@media (max-width: 1200px) {
  .pricing-table .bg-one {
    width: 190px;
  }
}
@media (max-width: 992px) {
  .pricing-table .bg-one {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .pricing-table .bg-one {
    top: -20px;
  }
}
.pricing-table .containe {
  position: relative;
  z-index: 2;
}

.press-articles {
  position: relative;
}
.press-articles:before {
  content: "";
  width: 583px;
  height: 532px;
  background-image: url("../images/add-icon-9.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  position: absolute;
  top: -275px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1600px) {
  .press-articles:before {
    right: calc(50vw - 893px);
  }
}
@media (max-width: 992px) {
  .press-articles:before {
    right: calc(50vw - 693px);
  }
}
@media (max-width: 768px) {
  .press-articles:before {
    width: 292px;
    height: 266px;
    top: -137px;
    right: calc(50vw - 393px);
  }
}
.press-articles:after {
  content: "";
  width: 657px;
  height: 532px;
  background-image: url("../images/add-icon-10.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  position: absolute;
  top: 655px;
  left: -424px;
  z-index: 0;
}
@media (max-width: 1600px) {
  .press-articles:after {
    left: -484px;
  }
}
@media (max-width: 1400px) {
  .press-articles:after {
    left: -554px;
  }
}
@media (max-width: 768px) {
  .press-articles:after {
    width: 329px;
    height: 266px;
    left: -270px;
  }
}

.full-width-centered-content {
  position: relative;
}
.full-width-centered-content.show_floaty_image {
  overflow: hidden;
}
.full-width-centered-content.show_floaty_image .containe {
  position: relative;
  z-index: 2;
}
.full-width-centered-content.show_floaty_image:before {
  content: "";
  width: 300px;
  height: 694px;
  background-image: url("../images/price-list-4-l.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  position: absolute;
  top: 330px;
  left: 0;
  z-index: 0;
}
@media (max-width: 1400px) {
  .full-width-centered-content.show_floaty_image:before {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .full-width-centered-content.show_floaty_image:before {
    top: 50px;
  }
}
@media (max-width: 768px) {
  .full-width-centered-content.show_floaty_image:before {
    height: 173px;
    width: 75px;
    top: initial;
    bottom: 0;
  }
}
.full-width-centered-content.show_floaty_image:after {
  content: "";
  width: 300px;
  height: 694px;
  background-image: url("../images/price-list-5-l.png");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: absolute;
  top: 105px;
  right: 0;
  z-index: 0;
}
@media (max-width: 1400px) {
  .full-width-centered-content.show_floaty_image:after {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .full-width-centered-content.show_floaty_image:after {
    top: 30px;
  }
}
@media (max-width: 768px) {
  .full-width-centered-content.show_floaty_image:after {
    width: 75px;
  }
}
.full-width-centered-content.show_floaty_image .bg-one {
  width: 286px;
  position: absolute;
  top: 266px;
  left: 80px;
  z-index: 1;
}
@media (max-width: 1400px) {
  .full-width-centered-content.show_floaty_image .bg-one {
    left: 40px;
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .full-width-centered-content.show_floaty_image .bg-one {
    left: 20px;
  }
}
@media (max-width: 1100px) {
  .full-width-centered-content.show_floaty_image .bg-one {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .full-width-centered-content.show_floaty_image .bg-one {
    width: 100px;
    top: 40px;
  }
}
@media (max-width: 768px) {
  .full-width-centered-content.show_floaty_image .bg-one {
    top: initial;
    bottom: 30px;
  }
}
.full-width-centered-content.show_floaty_image .bg-two {
  width: 286px;
  position: absolute;
  top: 137px;
  right: 146px;
  z-index: 1;
}
@media (max-width: 1600px) {
  .full-width-centered-content.show_floaty_image .bg-two {
    right: 40px;
  }
}
@media (max-width: 1400px) {
  .full-width-centered-content.show_floaty_image .bg-two {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .full-width-centered-content.show_floaty_image .bg-two {
    right: 20px;
  }
}
@media (max-width: 1100px) {
  .full-width-centered-content.show_floaty_image .bg-two {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .full-width-centered-content.show_floaty_image .bg-two {
    width: 100px;
    top: 20px;
  }
}
.product-list {
  margin-bottom: 87px;
}
@media (max-width: 768px) {
  .product-list {
    margin-bottom: 50px;
  }
}
.product-list .title {
  background: #fff2f5;
  padding: 35px 0 33px 0;
}
@media (max-width: 768px) {
  .product-list .title {
    padding: 20px 0;
  }
}
.product-list .title .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .product-list .title .title-box {
    display: block;
  }
}
.product-list .title .title-box .left {
  padding-right: 30px;
}
@media (max-width: 768px) {
  .product-list .title .title-box .left {
    padding-right: 0;
    margin-bottom: 10px;
  }
}
.product-list .title .title-box .left p {
  font-family: "Eina01-Regular";
  font-size: 12px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 11px;
}
.product-list .title .title-box .left p a {
  text-decoration: none;
}
.product-list .title .title-box .left h1 {
  font-family: "Circular-Bold";
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2.7px;
  color: #ff0000;
  margin-bottom: 0;
}
.product-list .title .title-box .right {
  position: relative;
}
.product-list .title .title-box .right p {
  font-family: "Eina01-Regular";
  color: #000000;
  margin-bottom: 0px;
}
.product-list .title .title-box .right p a {
  text-decoration: none;
  display: inline-block;
  padding-right: 11px;
  position: relative;
}
.product-list .title .title-box .right p a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.product-list .title .title-box .right p a span {
  text-decoration: underline;
}
.product-list .title .title-box .right p a.is-active:before {
  -webkit-transform: translate(0, -10%) rotate(225deg);
          transform: translate(0, -10%) rotate(225deg);
}
.product-list .title .title-box .right ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 165px;
  list-style: none;
  background: #ffffff;
  margin: 0;
  padding: 0;
  display: none;
  z-index: 9;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .product-list .title .title-box .right ul {
    right: inherit;
    left: 0;
  }
}
.product-list .title .title-box .right ul li {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  padding: 8px 13px;
}
.product-list .title .title-box .right ul li a {
  text-decoration: none;
  display: block;
}
.product-list .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 70px;
}
@media (max-width: 768px) {
  .product-list .content {
    display: block;
    padding-top: 30px;
  }
}
.product-list .content .left {
  width: 270px;
  padding-right: 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .product-list .content .left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 60px;
  }
}
.product-list .content .left .reset {
  margin-bottom: 20px;
}
.product-list .content .left .reset a {
  font-family: "Circular-Bold";
  font-size: 20px;
}
.product-list .content .left .reset a:hover {
  color: #ff0000;
}
.product-list .content .left .p-select {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .product-list .content .left .p-select {
    width: 100%;
    border: 1px solid #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 3px;
    padding: 8px 8px;
    position: relative;
    margin-bottom: 20px;
  }
}
@media (max-width: 556px) {
  .product-list .content .left .p-select {
    width: 100%;
  }
}
.product-list .content .left .p-select:last-child {
  margin-bottom: 0;
}
.product-list .content .left .p-select h3 {
  font-family: "Eina01-Bold";
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 4px;
  position: relative;
}
@media (max-width: 768px) {
  .product-list .content .left .p-select h3 {
    margin-bottom: 0 !important;
    padding-right: 22px;
  }
}
.product-list .content .left .p-select h3:before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: none;
}
@media (max-width: 768px) {
  .product-list .content .left .p-select h3:before {
    display: block;
  }
}
.product-list .content .left .p-select h3.is-active:before, .product-list .content .left .p-select h3.current-item:before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.product-list .content .left .p-select ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .product-list .content .left .p-select ul {
    display: none;
    position: absolute;
    top: calc(100% + 1px);
    left: -1px;
    width: calc(100% + 2px);
    background: #ffffff;
    border: 1px solid #000000;
    border-top: none;
    padding: 5px 10px;
    z-index: 4;
  }
  .product-list .content .left .p-select ul ul {
    border: none;
    position: static;
    padding: 0;
    width: 100%;
  }
}
.product-list .content .left .p-select ul li {
  position: relative;
  margin-bottom: 0px;
  margin: 0;
  padding: 0;
}
.product-list .content .left .p-select ul li:before {
  display: none;
}
.product-list .content .left .p-select ul li a {
  font-family: "Eina01-Regular";
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  padding-left: 19px;
  position: relative;
  color: #000000;
}
.product-list .content .left .p-select ul li a:before {
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #000000;
  position: absolute;
  top: 4px;
  left: 0;
}
.product-list .content .left .p-select ul li a:after {
  content: "";
  width: 10px;
  height: 7px;
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 7px;
  left: 2px;
  display: none;
}
.product-list .content .left .p-select ul li a:hover {
  color: #ff0000;
}
.product-list .content .left .p-select ul li.is-active > a:after, .product-list .content .left .p-select ul li.current-item > a:after {
  display: block;
}
.product-list .content .left .p-select ul.hide-ul {
  display: none;
}
@media (max-width: 768px) {
  .product-list .content .left .p-select ul.hide-ul {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .product-list .content .left .p-select .end-link {
    display: none;
  }
}
.product-list .content .left .p-select .end-link a {
  font-family: "Eina01-Regular";
  font-size: 15px;
  line-height: 20px;
  text-decoration: underline;
  position: relative;
  color: #000000;
}
.product-list .content .left .p-select .end-link a:hover {
  color: #ff0000;
}
.product-list .content .right {
  width: calc(100% - 270px);
  max-width: 942px;
  position: relative;
}
@media (max-width: 768px) {
  .product-list .content .right {
    width: 100%;
  }
}
.product-list .content .right:before {
  content: "";
  visibility: hidden;
  width: 40px;
  height: 40px;
  background: none;
  border: 2px solid #ff0000;
  border-radius: 50%;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  -webkit-animation: loading 0.5s infinite linear;
          animation: loading 0.5s infinite linear;
  position: absolute;
  left: 48%;
  top: 0px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
}
@media (max-width: 992px) {
  .product-list .content .right:before {
    left: 47%;
  }
}
@media (max-width: 556px) {
  .product-list .content .right:before {
    left: 47%;
    width: 30px;
    height: 30px;
  }
}
.product-list .content .right.is-active:before {
  visibility: visible;
}
.product-list .content .right.is-active .right-box {
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  opacity: 0;
}
.product-list .content .right .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: -48px;
  margin-right: -48px;
  position: relative;
}
@media (max-width: 1300px) {
  .product-list .content .right .right-box {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 768px) {
  .product-list .content .right .right-box {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.product-list .content .right .right-box .list {
  width: 33.33%;
  padding: 0 48px;
  margin-bottom: 111px;
}
@media (max-width: 1300px) {
  .product-list .content .right .right-box .list {
    padding: 0 25px;
    margin-bottom: 80px;
  }
}
@media (max-width: 992px) {
  .product-list .content .right .right-box .list {
    width: 50%;
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .product-list .content .right .right-box .list {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}
.product-list .content .right .right-box .list .block {
  display: block;
}
.product-list .content .right .right-box .list .block.is-active .img:before {
  background: rgba(255, 242, 245, 0.5);
}
.product-list .content .right .right-box .list .block.is-active .img img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.product-list .content .right .right-box .list .block .img {
  position: relative;
}
.product-list .content .right .right-box .list .block .img a {
  height: 290px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  margin-bottom: 39px;
  position: relative;
}
@media (max-width: 556px) {
  .product-list .content .right .right-box .list .block .img a {
    height: 250px;
    margin-bottom: 21px;
  }
}
@media (max-width: 414px) {
  .product-list .content .right .right-box .list .block .img a {
    height: 150px;
  }
}
.product-list .content .right .right-box .list .block .img a img {
  width: auto;
  height: auto;
  max-width: 250px;
  max-height: 100%;
  position: relative;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1200px) {
  .product-list .content .right .right-box .list .block .img a img {
    max-width: 200px;
    max-height: 80%;
  }
}
@media (max-width: 556px) {
  .product-list .content .right .right-box .list .block .img a img {
    max-height: 100%;
    max-width: 180px;
  }
}
@media (max-width: 414px) {
  .product-list .content .right .right-box .list .block .img a img {
    max-height: 150px;
    max-width: 140px;
  }
}
.product-list .content .right .right-box .list .block .img:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background: #fff2f5;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .product-list .content .right .right-box .list .block .img:before {
    width: 250px;
    padding-top: 250px;
  }
}
@media (max-width: 556px) {
  .product-list .content .right .right-box .list .block .img:before {
    width: 100%;
    padding-top: 100%;
  }
}
.product-list .content .right .right-box .list .block .text {
  text-align: center;
  max-width: 243px;
  margin: 0 auto;
}
.product-list .content .right .right-box .list .block .text h3 {
  font-family: "Circular-Book";
  font-size: 14px;
  letter-spacing: 1.89px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .product-list .content .right .right-box .list .block .text h3 {
    font-size: 13px;
    letter-spacing: 1.76px;
    margin-bottom: 5px;
  }
}
.product-list .content .right .right-box .list .block .text h3 a:hover {
  opacity: 0.7;
}
.product-list .content .right .right-box .list .block .text h4 {
  font-family: "Eina01-Light";
  font-size: 19px;
  line-height: 1.37;
  letter-spacing: normal;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .product-list .content .right .right-box .list .block .text h4 {
    font-size: 14px;
    line-height: 1.3;
  }
}
.product-list .content .right .right-box .list .block .text .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-list .content .right .right-box .list .block .text .number p {
  font-family: "Eina01-Bold";
  font-size: 16px;
  color: #ff0000;
  letter-spacing: 2.16px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .product-list .content .right .right-box .list .block .text .number p {
    font-size: 13px;
    letter-spacing: 1.76px;
  }
}
.product-list .content .right .right-box .list .block .text .number p.plays {
  margin: 0 5px;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
}
.product-list .content .right .right-box .list .block .text .number p.plays:before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.product-list .content .right .right-box .empty-text {
  width: 100%;
  text-align: center;
}
.product-list .content .right .right-box .empty-text p {
  font-family: "Eina01-Bold";
  font-size: 16px;
}
.product-list .content .right .link {
  text-align: center;
  margin-top: -5px;
}
.product-list .content .right .link a {
  min-width: 250px;
  position: relative;
}
.product-list .content .right .link a:before {
  content: "";
  visibility: hidden;
  width: 15px;
  height: 15px;
  background: none;
  border: 2px solid #ff0000;
  border-radius: 50%;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  -webkit-animation: loading 0.5s infinite linear;
          animation: loading 0.5s infinite linear;
  position: absolute;
  right: -22px;
  top: 27%;
}
@media (max-width: 767px) {
  .product-list .content .right .link a:before {
    width: 13px;
    height: 13px;
    right: -22px;
  }
}
.product-list .content .right .link a.is-active:before {
  visibility: visible;
}

.product-detail {
  padding-top: 91px;
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .product-detail {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
.product-detail .containe {
  max-width: 1268px;
}
.product-detail .content {
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1500px) {
  .product-detail .content {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .product-detail .content {
    display: block;
  }
}
.product-detail .content .left {
  width: 42.3%;
}
@media (max-width: 768px) {
  .product-detail .content .left {
    width: 100%;
  }
}
.product-detail .content .left .woocommerce-product-gallery {
  width: 100% !important;
  float: none !important;
}
.product-detail .content .left .img-one-slider {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .product-detail .content .left .img-one-slider {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.product-detail .content .left .img-one-slider .slider-block, .product-detail .content .left .img-one-slider .woocommerce-product-gallery__image {
  cursor: pointer;
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  position: relative;
  min-height: 552px;
}
@media (max-width: 767px) {
  .product-detail .content .left .img-one-slider .slider-block, .product-detail .content .left .img-one-slider .woocommerce-product-gallery__image {
    min-height: 450px;
  }
}
@media (max-width: 556px) {
  .product-detail .content .left .img-one-slider .slider-block, .product-detail .content .left .img-one-slider .woocommerce-product-gallery__image {
    min-height: 300px;
    margin-bottom: 21px;
  }
}
.product-detail .content .left .img-one-slider .slider-block img, .product-detail .content .left .img-one-slider .woocommerce-product-gallery__image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 552px;
  position: relative;
}
@media (max-width: 1200px) {
  .product-detail .content .left .img-one-slider .slider-block img, .product-detail .content .left .img-one-slider .woocommerce-product-gallery__image img {
    max-height: 400px;
  }
}
@media (max-width: 556px) {
  .product-detail .content .left .img-one-slider .slider-block img, .product-detail .content .left .img-one-slider .woocommerce-product-gallery__image img {
    max-width: 175px;
  }
}
.product-detail .content .left .img-one-slider .slider-block:before, .product-detail .content .left .img-one-slider .woocommerce-product-gallery__image:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background: #fff2f5;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.product-detail .content .left .img-three-slider {
  width: 100%;
}
@media (max-width: 768px) {
  .product-detail .content .left .img-three-slider {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
}
@media (max-width: 556px) {
  .product-detail .content .left .img-three-slider {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.product-detail .content .left .img-three-slider.is-none {
  display: none !important;
}
.product-detail .content .left .img-three-slider .slider-block, .product-detail .content .left .img-three-slider .woocommerce-product-gallery__image {
  margin: 0 10px;
  width: 100%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  position: relative;
  min-height: 170px;
  cursor: pointer;
}
.product-detail .content .left .img-three-slider .slider-block:hover img, .product-detail .content .left .img-three-slider .woocommerce-product-gallery__image:hover img {
  opacity: 0.7;
}
.product-detail .content .left .img-three-slider .slider-block img, .product-detail .content .left .img-three-slider .woocommerce-product-gallery__image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 170px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 1024px) {
  .product-detail .content .left .img-three-slider .slider-block img, .product-detail .content .left .img-three-slider .woocommerce-product-gallery__image img {
    max-height: 110px;
  }
}
@media (max-width: 556px) {
  .product-detail .content .left .img-three-slider .slider-block img, .product-detail .content .left .img-three-slider .woocommerce-product-gallery__image img {
    min-height: 130px;
  }
}
.product-detail .content .left .img-three-slider .slider-block:before, .product-detail .content .left .img-three-slider .woocommerce-product-gallery__image:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background: #fff2f5;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.product-detail .content .left .img-three-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  z-index: 8;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.product-detail .content .left .img-three-slider .slick-arrow:before {
  content: "";
  width: 15px;
  height: 15px;
  border-right: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  position: absolute;
  top: 50%;
  right: 0%;
}
@media (max-width: 556px) {
  .product-detail .content .left .img-three-slider .slick-arrow:before {
    width: 10px;
    height: 10px;
  }
}
.product-detail .content .left .img-three-slider .slick-arrow.slick-prev {
  left: -30px;
}
@media (max-width: 556px) {
  .product-detail .content .left .img-three-slider .slick-arrow.slick-prev {
    left: -20px;
  }
}
.product-detail .content .left .img-three-slider .slick-arrow.slick-prev:before {
  -webkit-transform: translate(0%, -50%) rotate(135deg);
          transform: translate(0%, -50%) rotate(135deg);
}
.product-detail .content .left .img-three-slider .slick-arrow.slick-next {
  right: -30px;
}
@media (max-width: 556px) {
  .product-detail .content .left .img-three-slider .slick-arrow.slick-next {
    right: -20px;
  }
}
.product-detail .content .left .img-three-slider .slick-arrow.slick-next:before {
  right: 5px;
  -webkit-transform: translate(0%, -50%) rotate(-45deg);
          transform: translate(0%, -50%) rotate(-45deg);
}
.product-detail .content .left .img-three-slider .slick-arrow:hover {
  opacity: 0.7;
}
.product-detail .content .left .img-three-slider .slick-arrow button {
  display: none;
}
.product-detail .content .right {
  width: 49.3%;
  padding-top: 7px;
}
@media (max-width: 768px) {
  .product-detail .content .right {
    width: 100%;
    padding-top: 30px;
  }
}
.product-detail .content .right .breadcrumbs {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .product-detail .content .right .breadcrumbs {
    margin-bottom: 20px;
  }
}
.product-detail .content .right .breadcrumbs p {
  font-family: "Eina01-Regular";
  font-size: 12px;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 11px;
}
.product-detail .content .right .breadcrumbs p a {
  text-decoration: none;
}
.product-detail .content .right .breadcrumbs p a:hover {
  opacity: 1;
  color: #ff0000;
}
.product-detail .content .right .title {
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .product-detail .content .right .title {
    margin-bottom: 15px;
  }
}
.product-detail .content .right .title h2 {
  text-transform: uppercase;
  font-family: "Circular-Book";
  font-size: 14px;
  letter-spacing: 1.89px;
  color: #000000;
  margin-bottom: 19px;
}
@media (max-width: 768px) {
  .product-detail .content .right .title h2 {
    margin-bottom: 10px;
  }
}
.product-detail .content .right .title h1 {
  font-family: "Circular-Bold";
  font-size: 42px;
  letter-spacing: -1px;
  color: #000000;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .product-detail .content .right .title h1 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .product-detail .content .right .title h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.product-detail .content .right .title .price {
  font-family: "Eina01-Bold";
  font-size: 16px;
  letter-spacing: 2.16px;
  color: #ff0000;
  margin-bottom: 0;
}
.product-detail .content .right .title .price ins {
  text-decoration: none !important;
}
.product-detail .content .right .qty-and-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 39px;
}
@media (max-width: 768px) {
  .product-detail .content .right .qty-and-link {
    margin-bottom: 20px;
  }
}
@media (max-width: 414px) {
  .product-detail .content .right .qty-and-link {
    display: block;
  }
}
.product-detail .content .right .qty-and-link .qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 18px;
}
.product-detail .content .right .qty-and-link .qty span {
  font-family: "Eina01-Regular";
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  display: inline-block;
  margin-right: 6px;
}
.product-detail .content .right .qty-and-link .qty .input-c input {
  width: 47px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  font-family: "Eina01-Regular";
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  text-align: center;
}
.product-detail .content .right .qty-and-link .qty .input-c input::-webkit-outer-spin-button,
.product-detail .content .right .qty-and-link .qty .input-c input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.product-detail .content .right .qty-and-link .qty .input-c input[type=number] {
  -moz-appearance: textfield;
}
@media (max-width: 414px) {
  .product-detail .content .right .qty-and-link .link {
    padding-top: 20px;
  }
}
.product-detail .content .right .qty-and-link .link button {
  outline: none;
  font-family: "Circular-Black";
  font-size: 13px;
  letter-spacing: 3px;
  color: #ff0000;
  display: inline-block;
  border: 2px solid #ff0000;
  background: none;
  background-color: transparent;
  border-radius: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 9.5px 15px;
  text-align: center;
  min-width: 205px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
@media (max-width: 414px) {
  .product-detail .content .right .qty-and-link .link button {
    min-width: 100%;
  }
}
.product-detail .content .right .qty-and-link .link button:hover {
  background: #ff0000;
  color: #ffffff;
}

.product-detail-list .containe {
  max-width: 1044px;
}
.product-detail-list .title {
  text-align: center;
}
.product-detail-list .title h2 {
  font-family: "Circular-Bold";
  font-size: 20px;
  letter-spacing: 2.7px;
  color: #ff0000;
  text-transform: uppercase;
  margin-bottom: 56px;
}
.product-detail-list .link {
  text-align: center;
}
.product-detail-list .empty-text {
  width: 100%;
}
.product-detail-list .empty-text p {
  text-align: center;
  font-family: "Eina01-Bold";
  font-size: 20px;
}
.product-detail-list .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -48px;
  margin-right: -48px;
}
@media (max-width: 1300px) {
  .product-detail-list .content {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 768px) {
  .product-detail-list .content {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.product-detail-list .content .list {
  width: 33.33%;
  padding: 0 48px;
  margin-bottom: 74px;
}
@media (max-width: 1300px) {
  .product-detail-list .content .list {
    padding: 0 25px;
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .product-detail-list .content .list {
    width: 50%;
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .product-detail-list .content .list {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}
@media (max-width: 556px) {
  .product-detail-list .content .list {
    width: 100%;
  }
}
.product-detail-list .content .list .block {
  display: block;
}
.product-detail-list .content .list .block.is-active .img:before {
  background: rgba(255, 242, 245, 0.5);
}
.product-detail-list .content .list .block.is-active .img img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
}
.product-detail-list .content .list .block .img {
  position: relative;
}
.product-detail-list .content .list .block .img a {
  height: 290px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  margin-bottom: 33px;
  position: relative;
}
@media (max-width: 556px) {
  .product-detail-list .content .list .block .img a {
    height: 250px;
    margin-bottom: 21px;
  }
}
.product-detail-list .content .list .block .img a img {
  width: auto;
  height: auto;
  max-width: 250px;
  max-height: 100%;
  position: relative;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.product-detail-list .content .list .block .img:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background: #fff2f5;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 992px) {
  .product-detail-list .content .list .block .img:before {
    width: 250px;
    padding-top: 250px;
  }
}
@media (max-width: 556px) {
  .product-detail-list .content .list .block .img:before {
    width: 250px;
    padding-top: 250px;
  }
}
.product-detail-list .content .list .block .text {
  text-align: center;
  max-width: 243px;
  margin: 0 auto;
}
.product-detail-list .content .list .block .text h3 {
  font-family: "Circular-Book";
  font-size: 14px;
  letter-spacing: 1.89px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .product-detail-list .content .list .block .text h3 {
    font-size: 13px;
    letter-spacing: 1.76px;
    margin-bottom: 5px;
  }
}
.product-detail-list .content .list .block .text h3 a:hover {
  opacity: 0.7;
}
.product-detail-list .content .list .block .text h4 {
  font-family: "Eina01-Light";
  font-size: 19px;
  line-height: 1.37;
  letter-spacing: normal;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .product-detail-list .content .list .block .text h4 {
    font-size: 14px;
    line-height: 1.3;
  }
}
.product-detail-list .content .list .block .text .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-detail-list .content .list .block .text .number p {
  font-family: "Eina01-Bold";
  font-size: 16px;
  color: #ff0000;
  letter-spacing: 2.16px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .product-detail-list .content .list .block .text .number p {
    font-size: 13px;
    letter-spacing: 1.76px;
  }
}
.product-detail-list .content .list .block .text .number p.plays {
  margin: 0 5px;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
}
.product-detail-list .content .list .block .text .number p.plays:before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

.woocommerce-breadcrumb {
  display: none !important;
}

.woocommerce-tabs {
  display: none !important;
}

#sidebar {
  display: none !important;
}

.woocommerce span.onsale {
  display: none !important;
}

.woocommerce table.shop_table {
  border: none;
}

.woocommerce-cart table.cart th {
  font-family: "Eina01-Bold";
  font-weight: normal;
}

table.cart td.actions .coupon .input-text {
  height: 40px !important;
  line-height: 40px !important;
  width: 200px !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout .woocommerce-error {
  padding: 1em 2em 1em 3.5em;
}

@media (max-width: 556px) {
  .wfc_container {
    display: none !important;
  }
}

.woocommerce .checkout .select2-selection__rendered, .woocommerce .checkout input, .woocommerce .checkout select {
  display: block;
  width: 100%;
  font-family: "Eina01-Regular";
  font-size: 15px;
  color: #000000;
  padding: 5px 10px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.select2-container .select2-selection--single {
  height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.woocommerce span:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.woocommerce span:focus-visible {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.woocommerce span:-webkit-direct-focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

ul li {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
ul li:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
ul li:focus-visible {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
ul li:-webkit-direct-focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}

.woocommerce-cart-form table.shop_table tr:last-child td {
  padding: 25px 12px 9px 12px !important;
}
.woocommerce-cart-form table.shop_table .coupon .input-text {
  margin: 0 24px 0 0 !important;
}

.woocommerce .quantity .qty {
  padding: 3px 5px !important;
  width: 4.1em !important;
}

.woocommerce-notices-wrapper .woocommerce-error {
  padding: 1em 2em 1em 3.5em !important;
}
.woocommerce-notices-wrapper .woocommerce-error:before {
  top: 1.4em !important;
}

.woocommerce-order-overview li {
  margin-bottom: 23px !important;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 31px !important;
}

.woocommerce-variation-price span {
  color: #ff0000 !important;
  font-family: "Eina01-Bold" !important;
  letter-spacing: 2.16px;
  margin-right: 0 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: #ff0000 !important;
  margin-bottom: 3px;
}

#order_review_heading {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .woocommerce-checkout-review-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table {
    width: 48% !important;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .woocommerce-checkout-review-order .woocommerce-checkout-payment {
    width: 48% !important;
  }
}
.checkout_coupon.woocommerce-form-coupon .input-text {
  min-height: 40px;
}
@media (max-width: 556px) {
  .checkout_coupon.woocommerce-form-coupon .form-row {
    float: none !important;
    width: 100%;
  }
}
.checkout_coupon.woocommerce-form-coupon .form-row-last button {
  min-width: auto !important;
  margin-top: 0 !important;
}
@media (max-width: 556px) {
  .checkout_coupon.woocommerce-form-coupon .form-row-last button {
    min-width: 100% !important;
    margin-top: 10px !important;
  }
}

.woocommerce-form-coupon-toggle .showcoupon {
  color: #ff0000;
}
.woocommerce-form-coupon-toggle .showcoupon:hover {
  opacity: 0.7;
}

.select2-results__options {
  padding: 0 20px;
}
.select2-results__options li {
  margin: 0;
  margin-bottom: 15px;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox span {
  margin-left: 10px;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 1px;
}

.checkout h3 {
  font-size: 24px;
}

div.woocommerce .woocommerce-message {
  padding-right: 250px;
  position: relative;
  padding: 2em 2em 2em 3.5em !important;
}
@media (max-width: 768px) {
  div.woocommerce .woocommerce-message {
    padding: 2em 2em 5em 3.5em !important;
  }
}
div.woocommerce .woocommerce-message:before {
  top: 2em;
}
div.woocommerce .woocommerce-message .button {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (max-width: 768px) {
  div.woocommerce .woocommerce-message .button {
    top: inherit;
    -webkit-transform: none;
            transform: none;
    bottom: 20px;
    left: 20px;
    right: inherit;
  }
}
@media (max-width: 556px) {
  div.woocommerce .woocommerce-message .button {
    min-width: auto !important;
  }
}

div.woocommerce {
  max-width: 1500px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 992px) {
  div.woocommerce {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  div.woocommerce {
    padding-left: 20px;
    padding-right: 20px;
  }
}
div.woocommerce .woocommerce-message::before, div.woocommerce .woocommerce-info::before, div.woocommerce .woocommerce-error::before {
  color: #ff0000;
}
div.woocommerce .woocommerce-message, div.woocommerce .woocommerce-info, div.woocommerce .woocommerce-error {
  border-top-color: #ff0000;
}
div.woocommerce a.button, div.woocommerce button.button {
  outline: none !important;
  font-family: "Circular-Black" !important;
  font-size: 13px !important;
  letter-spacing: 3px !important;
  color: #ff0000 !important;
  display: inline-block !important;
  border: 2px solid #ff0000 !important;
  background: none;
  background-color: transparent !important;
  border-radius: 20px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  padding: 11px 15px !important;
  text-align: center !important;
  min-width: 205px !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
@media (max-width: 556px) {
  div.woocommerce a.button, div.woocommerce button.button {
    min-width: 100% !important;
    margin-top: 20px !important;
  }
}
div.woocommerce a.button:hover, div.woocommerce button.button:hover {
  background: #ff0000 !important;
  color: #ffffff !important;
}
div.woocommerce a.remove {
  line-height: 0.7;
}
div.woocommerce .input-text {
  border: 1px solid rgba(0, 0, 0, 0.09);
  font-family: "Eina01-Regular";
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
}
div.woocommerce .col2-set, div.woocommerce .woocommerce-page .col2-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
div.woocommerce .col2-set:before, div.woocommerce .col2-set:after, div.woocommerce .woocommerce-page .col2-set:before, div.woocommerce .woocommerce-page .col2-set:after {
  display: none;
}
@media (max-width: 768px) {
  div.woocommerce .col2-set, div.woocommerce .woocommerce-page .col2-set {
    display: block;
  }
}
div.woocommerce .col-2, div.woocommerce .col-1 {
  max-width: 100%;
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  padding: 0;
}
@media (max-width: 768px) {
  div.woocommerce .col-2, div.woocommerce .col-1 {
    width: 100% !important;
    float: none !important;
    margin-bottom: 25px !important;
  }
}
div.woocommerce label {
  display: block;
}
div.woocommerce .woocommerce-input-wrapper {
  display: block;
}
div.woocommerce .form-row {
  display: block;
}
div.woocommerce input, div.woocommerce textarea, div.woocommerce select {
  border: 1px solid rgba(0, 0, 0, 0.09);
  font-family: "Eina01-Regular";
  font-size: 16px;
  line-height: 1.3;
  padding: 3px 15px;
  color: #000000;
}
div.woocommerce input::-webkit-input-placeholder, div.woocommerce textarea::-webkit-input-placeholder, div.woocommerce select::-webkit-input-placeholder {
  font-family: "Eina01-Regular";
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  opacity: 1;
}
div.woocommerce input:-moz-placeholder, div.woocommerce textarea:-moz-placeholder, div.woocommerce select:-moz-placeholder {
  font-family: "Eina01-Regular";
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  opacity: 1;
}
div.woocommerce input::-moz-placeholder, div.woocommerce textarea::-moz-placeholder, div.woocommerce select::-moz-placeholder {
  font-family: "Eina01-Regular";
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  opacity: 1;
}
div.woocommerce input:-ms-input-placeholder, div.woocommerce textarea:-ms-input-placeholder, div.woocommerce select:-ms-input-placeholder {
  font-family: "Eina01-Regular";
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  opacity: 1;
}
div.woocommerce textarea {
  height: 150px;
}
div.woocommerce ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.woocommerce ul li a {
  text-decoration: none;
}

.product-detail .content .right .summary {
  width: 100% !important;
  float: none !important;
}
.product-detail .content .right .product_meta {
  display: none !important;
}
.product-detail .content .right .related.products {
  display: none !important;
}
.product-detail .content .right .cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 18px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-detail .content .right .cart .variations {
  width: 100%;
}
.product-detail .content .right .cart .variations tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 414px) {
  .product-detail .content .right .cart .variations tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.product-detail .content .right .cart .variations th {
  font-family: "Eina01-Bold";
  font-weight: normal;
  margin-right: 20px;
  padding-top: 6px;
}
@media (max-width: 414px) {
  .product-detail .content .right .cart .variations th {
    width: 100%;
  }
}
.product-detail .content .right .cart .variations td {
  position: relative;
}
.product-detail .content .right .cart .variations td:before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  position: absolute;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  top: 50%;
  left: 161px;
}
.product-detail .content .right .cart .variations td select {
  border: 1px solid #000000;
  padding: 3px 30px 3px 10px;
  background: none !important;
  background-color: transparent !important;
  position: relative;
  margin-right: 0;
}
.product-detail .content .right .cart .variations .reset_variations:hover {
  color: #ff0000;
}
.product-detail .content .right .cart .single_variation_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.product-detail .content .right .cart .single_variation_wrap .single_variation {
  width: 100%;
  margin-bottom: 10px;
}
.product-detail .content .right .cart .single_variation_wrap .woocommerce-variation-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-detail .content .right .cart .single_variation_wrap .woocommerce-variation-add-to-cart .button {
  min-width: auto !important;
  margin-top: 0 !important;
}
.product-detail .content .right .cart span {
  font-family: "Eina01-Regular";
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  display: inline-block;
  margin-right: 6px;
}
.product-detail .content .right .cart .quantity {
  float: none;
  margin-right: 18px;
}
.product-detail .content .right .cart .quantity input {
  width: 47px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.09);
  font-family: "Eina01-Regular";
  font-size: 16px;
  line-height: 1.3;
  color: #000000;
  text-align: center;
}
.product-detail .content .right .cart .quantity input::-webkit-outer-spin-button,
.product-detail .content .right .cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.product-detail .content .right .cart .quantity input[type=number] {
  -moz-appearance: textfield;
}
.product-detail .content .right .cart button {
  outline: none;
  font-family: "Circular-Black";
  font-size: 13px;
  letter-spacing: 3px;
  color: #ff0000;
  display: inline-block;
  border: 2px solid #ff0000;
  background: none;
  background-color: transparent;
  border-radius: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 11px 15px;
  text-align: center;
  min-width: 205px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
@media (max-width: 414px) {
  .product-detail .content .right .cart button {
    min-width: 100%;
    margin-top: 20px;
  }
}
.product-detail .content .right .cart button:hover {
  background: #ff0000;
  color: #ffffff;
}

.wfc_cart_basket {
  display: none !important;
}

.wfc_container .wfc_header .wfc_cart_icon {
  width: 20px;
  height: 20px;
  background-image: url("../images/basket.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.wfc_container .wfc_header .wfc_cart_icon img {
  display: none;
}
.wfc_container .wfc_header .wfc_close_cart {
  width: 11px;
  height: 11px;
  position: relative;
}
.wfc_container .wfc_header .wfc_close_cart:before, .wfc_container .wfc_header .wfc_close_cart:after {
  content: "";
  width: 13px;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.wfc_container .wfc_header .wfc_close_cart:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.wfc_container .wfc_header .wfc_close_cart:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.wfc_container .wfc_header .wfc_close_cart:hover {
  left: 0 !important;
  top: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.wfc_container .wfc_header .wfc_close_cart:hover:before, .wfc_container .wfc_header .wfc_close_cart:hover:after {
  background: #ff0000;
}
.wfc_container .wfc_header .wfc_close_cart img {
  display: none;
}
.wfc_container .wfc_header .wfc_close_cart img {
  width: 11px;
}
.wfc_container .wfc_prcdel_div img {
  width: 17px;
}
.wfc_container .wfc_footer .wfc_bn_1, .wfc_container .wfc_footer .wfc_bn_2, .wfc_container .wfc_footer .wfc_bn_3, .wfc_container .wfc_footer a {
  font-family: "Circular-Black";
  font-size: 13px;
  letter-spacing: 3px;
  color: #ff0000 !important;
  display: block;
  border: 2px solid #ff0000;
  background-color: #ffffff !important;
  border-radius: 20px;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 15px;
  text-align: center;
  min-width: 162px;
}
.wfc_container .wfc_footer .wfc_bn_1:hover, .wfc_container .wfc_footer .wfc_bn_2:hover, .wfc_container .wfc_footer .wfc_bn_3:hover, .wfc_container .wfc_footer a:hover {
  background-color: #ff0000 !important;
  color: #ffffff !important;
}
.wfc_container .wfc_prodline_qty {
  padding-top: 6px;
}
.wfc_container .wfc_prodline_title {
  max-width: calc(100% - 50px);
}
.wfc_container .wfc_coupon, .wfc_container .wfc_footer {
  background-color: transparent !important;
}
.wfc_container div.wfc_ship_txt {
  margin-bottom: 10px;
  font-size: 13px !important;
}
.wfc_container .wfc_prodline_price span.amount, .wfc_container .wfc_total_amount {
  color: #ff0000;
}
.wfc_container .wfc_total_label {
  font-size: 16px !important;
}

section.press-articles {
  background: #fff2f5;
}
section.press-articles .containe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1300px;
}
section.press-articles .containe a.press_article {
  display: block;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  margin: 20px;
  text-align: center;
}
section.press-articles .containe a.press_article img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.press-articles .containe a.press_article span {
  display: block;
  margin: 10px 0;
  font-family: "Circular-Black";
}
section.press-articles .containe a.press_article:hover span {
  color: #ff0000;
}
section.press-articles .containe a.press_article:hover img {
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  section.press-articles .containe a.press_article {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    margin: 10px;
  }
}

section.pricing-table {
  padding: 50px 0;
}
section.pricing-table .containe {
  max-width: 800px;
}
section.pricing-table .containe table {
  width: 100%;
  margin: 20px 0 50px 0;
}
section.pricing-table .containe table tr th, section.pricing-table .containe table tr td {
  border-top: 1px solid #ccc;
  width: 50%;
  text-align: left;
  padding: 8px 0;
}
section.pricing-table .containe table tr td {
  text-align: right;
  font-weight: normal;
}
section.pricing-table .containe hr {
  display: none;
}

.bobby1, .bobby2 {
  -webkit-animation: bobbing 2s ease-in-out 0s infinite alternate;
  animation: bobbing 2s ease-in-out 0s infinite alternate;
}

.bobby2 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

@keyframes bobbing {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@-webkit-keyframes bobbing {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@media (max-width: 556px) {
  .our-services .content .block .box .text h3 {
    font-size: 28px !important;
  }
}
.box.is-active a.btn {
  background: transparent !important;
  color: #ff0000 !important;
}

.box a.btn:hover {
  background: #ff0000 !important;
  color: white !important;
}

header .head-menu .head-menu-overflow .head-menu-overflow-box .menu > li > .sub-menu li.fullwidth {
  width: 100%;
  max-width: none;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .product-list .content .left .p-select ul {
    position: static;
    border: none;
  }
  .page-title .title h2, .page-title .title h1 {
    font-size: 26px;
    letter-spacing: 2px;
  }
}
.faqs h3 {
  color: #CFCFDD;
  font-weight: bold;
  margin: 26px 0 12px 0;
}
@media screen and (max-width: 767px) {
  .faqs h3 {
    margin: 15px 0 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .faqs {
    display: none;
  }
}
.faqs.faqs_mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .faqs.faqs_mobile {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .faqs .content1000 {
    padding: 0 30px;
  }
}
.faqs .faq a.faq_question {
  display: block;
  border-top: 1px solid #DEDEDE;
  padding: 12px 0;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  padding-right: 40px;
  font-weight: bold;
}
.faqs .faq a.faq_question:after {
  display: block;
  content: "+";
  position: absolute;
  top: 6px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .faqs .faq a.faq_question {
    padding: 6px 16px 6px 0;
    font-size: 14px;
    line-height: 24px;
  }
}
.faqs .faq .faq_answer {
  padding: 0 0 20px 0;
  display: none;
}
.faqs .faq .faq_answer img {
  width: 75px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}
.faqs .faq .faq_answer p {
  margin: 6px 0;
}
.faqs .faq .faq_answer .faq_benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 4%;
}
.faqs .faq .faq_answer .faq_benefits .benefit_icon {
  width: 20%;
  margin: 14px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .faqs .faq .faq_answer .faq_benefits .benefit_icon {
    font-size: 12px;
  }
}
.faqs .faq_hidden {
  display: none;
}

header .head-menu .head-menu-overflow .head-menu-overflow-box .menu li > .sub-menu.is-active {
  overflow-y: scroll;
}

@font-face {
    font-family: icomoon;
    font-weight: 400;
    font-style: normal;
    font-display: block;
    src: local('icomoon'), url(../fonts/icomoon.woff?yw8r2p) format('woff'), url(../fonts/icomoon.ttf?yw8r2p) format('truetype'), url(../fonts/icomoon.eot?yw8r2p), url('../fonts/icomoon.eot?yw8r2p#iefix') format('embedded-opentype'), url('../fonts/icomoon.svg?yw8r2p#icomoon') format('svg')
}

.sign i {
    font-size: 3.5rem;
    display: flex;
    justify-content: center;
}

[class^=icon-], [class*=" icon-"] {
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-aries:before {
    content: ""
}

.icon-taurus:before {
    content: ""
}

.icon-gemini:before {
    content: ""
}

.icon-cancer:before {
    content: ""
}

.icon-leo:before {
    content: ""
}

.icon-virgo:before {
    content: ""
}

.icon-libra:before {
    content: ""
}

.icon-scorpio:before {
    content: ""
}

.icon-sagittarius:before {
    content: ""
}

.icon-capricorn:before {
    content: ""
}

.icon-aquarius:before {
    content: ""
}

.icon-pisces:before {
    content: ""
}