html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

strong {
  font-weight: 700; }

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Light.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("fonts"), url("../fonts/Roboto/Roboto-LightItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Italic.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local("fonts"), url("../fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("fonts"), url("../fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local("fonts"), url("../fonts/Roboto/Roboto-Black.ttf") format("truetype"); }
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("fonts"), url("../fonts/Roboto/Roboto-BlackItalic.ttf") format("truetype"); }
@font-face {
  font-family: "ttclinic";
  src: url("../fonts/TTCLINIC-Book.otf") format("opentype");
  font-weight: 400; }
@font-face {
  font-family: "ttclinic";
  src: url("../fonts/TTCLINIC-SemiBold.otf") format("opentype");
  font-weight: 600; }
@font-face {
  font-family: "ttclinic";
  src: url("../fonts/TTCLINIC-Bold.otf") format("opentype");
  font-weight: 700; }
@font-face {
  font-family: "ttclinic";
  src: url("../fonts/TTCLINIC-Heavy.otf") format("opentype");
  font-weight: 900; }
.fbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.lang-btn {
  margin: 0;
  padding: 0 27px 0 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 38px;
  font-size: 14px;
  letter-spacing: .6px;
  background: transparent;
  color: #fff; }

.link {
  cursor: pointer;
  display: inline-block;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  background-color: transparent;
  font-size: 14px;
  font-family: inherit; }

.font-ttclinic {
  --font-heading-family: "ttclinic", sans-serif;
  --font-body-family: "ttclinic", sans-serif;
  font-family: "ttclinic", sans-serif; }

.img-fluid {
  max-width: 100%; }

.j-space-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.u-link {
  color: rgba(255, 255, 255, 0.8);
  text-underline-offset: 3px;
  font-size: 16px; }

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@media screen and (min-width: 992px) {
  .lg-hidden {
    display: none; } }
@media screen and (max-width: 768px) {
  .u-link {
    font-size: 13px; } }
.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
  -webkit-column-gap: 2px;
          column-gap: 2px;
  row-gap: 39px; }
.flex-grid--item {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.grid-5-dt .grid-item {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.grid-5-dt .footer-logo-wp {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px; }
.posts-container{
  padding: 0px 15px;
  max-width: 100%;
  margin: 0 auto;
}
.posts-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 15px;
}

.post-list{
  display: flex;
  flex-direction: column;
}
.post-list--img{
  display: flex;
  position: relative;
}
.post-list--img a{
  display: block;
  width: 100%;
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 56%;
  background-position: 50% 50%;
  background-size: cover;
}
.post-list--img a img{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.post-list--info{
  padding-top: 10px;
  color: #fff;
  font-family: "ttclinic", sans-serif;
  line-height: 1.5;
}
.post-list--info a{
  color: #fff;
  text-decoration: none;
}
.post-list--info a:hover{
  color: rgba(255, 255, 255, 0.8);
}
.post-list--info p{
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.4;
}
@media screen and (min-width: 750px) {
  .flex-grid--item {
    width: calc(25% - 5px * 3 / 4);
    max-width: calc(50% - 5px / 2); } }
@media screen and (min-width: 990px) {
  .posts-container{
    max-width: 960px;
  }
  .posts-grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .flex-grid--item {
    width: calc(33.33% - 10px / 3);
    max-width: calc(33.33% - 5px * 2 / 3); }

  .grid-5-dt .grid-item {
    width: 20%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

  .grid-5-dt .footer-logo-wp {
    width: 2%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }
@media screen and (min-width: 769px) {
  .posts-grid{
    grid-template-columns: repeat(2, 1fr);
  }
  .products-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr; } }
@media screen and (min-width: 992px){
  .posts-grid{
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1200px){
  .posts-container{
    max-width: 1120px;
  }
  .posts-grid{
    grid-template-columns: repeat(3, 1fr);
  }
}
.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
  background: transparent; }
.menu ul li {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #000; }
.menu ul li a {
  display: block;
  color: #000;
  text-decoration: none;
  padding: 0px 15px;
  line-height: 60px; }
.menu ul li a:hover {
  color: #a5825b; }
.menu ul li:first-child a:before {
  content: unset; }
.menu ul li:hover {
  color: #a5825b; }
.menu ul li:hover > .menu_sub {
  display: block;
  opacity: 1;
  visibility: visible !important;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transform: translateY(0px);
  transform: translateY(0px); }
.menu ul li.has-child {
  padding-right: 30px; }
.menu ul li.has-child i {
  position: absolute;
  right: 10px;
  top: 10px; }
.menu ul li.has-child i:hover {
  cursor: pointer; }
.menu .menu_sub {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
.menu .menu_sub > li {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  max-height: auto !important; }
.menu .menu_sub > li:last-child {
  border-bottom: 0px; }
.menu .menu_sub > li > a {
  position: relative;
  color: #fff;
  display: block;
  line-height: 1.5;
  padding: 10px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.menu .menu_sub > li > a:hover {
  background: #a5825b;
  color: #fff; }
.menu .menu_sub > li:hover {
  cursor: pointer; }
.menu .menu_sub.mega {
  padding: 20px;
  width: 1140px;
  left: -432px; }
.menu .menu_sub.mega .mega-label {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px; }
.menu .menu_sub.mega .mega-items {
  display: block;
  font-size: 14px; }
.menu .menu_sub.mega .mega-items li a {
  line-height: 1.5;
  padding: 5px 0px;
  font-size: 14px; }
.menu li ul li ul {
  top: -10px;
  left: calc(-100% - 1px) !important; }
.menu li ul li ul > li a {
  color: #333 !important;
  display: block;
  opacity: 1; }
.menu li ul li ul > li:hover {
  cursor: pointer !important; }

.menu-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.menu-btn {
  width: 44px;
  height: 44px;
  padding: 0;
  cursor: pointer;
  display: inline-block;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 1.4rem; }
.menu-btn span {
  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;
  height: 100%; }
.menu-btn .icon {
  width: 20px;
  height: 20px;
  fill: none;
  vertical-align: middle;
  color: #fff;
  display: block;
  position: absolute;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity .15s ease, -webkit-transform .15s ease;
  transition: opacity .15s ease, -webkit-transform .15s ease;
  transition: transform .15s ease, opacity .15s ease;
  transition: transform .15s ease, opacity .15s ease, -webkit-transform .15s ease; }

.menu-wp.open span .icon.icon-hamburger {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8); }
.menu-wp:not(.open) span .icon.icon-close {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8); }

.open-menu-icon {
  display: none;
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  font-size: 20px;
  padding: 0px 10px;
  color: #fff; }
.open-menu-icon:hover {
  cursor: pointer; }

.header-menu-btn {
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

#menu-icon {
  width: 40px;
  height: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  margin-left: auto;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
#menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
#menu-icon span:nth-child(1) {
  top: 4px; }
#menu-icon span:nth-child(2), #menu-icon span:nth-child(3) {
  top: 14px; }
#menu-icon span:nth-child(4) {
  top: 24px; }
#menu-icon.open span:nth-child(1) {
  top: 14px;
  width: 0%;
  left: 50%; }
#menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }
#menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
#menu-icon.open span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%; }

@media screen and (max-width: 992px) {
  .header-menu-btn {
    display: block; }

  .menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0 !important;
    bottom: 0;
    left: 0;
    padding: 0px;
    padding-top: 40px;
    max-width: 95%;
    z-index: 10200;
    background-color: #fff;
    width: 250px;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px); }
  .menu ul {
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    list-style: none;
    padding-left: 0px;
    height: 100%;
    scrollbar-width: thin; }
  .menu ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5; }
  .menu ul::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5; }
  .menu ul::-webkit-scrollbar-thumb {
    background-color: #fff; }
  .menu ul > li:first-child {
    border-top: 1px solid rgba(51, 51, 51, 0.08); }
  .menu ul li {
    font-size: 0.9375rem;
    border-bottom: 1px solid rgba(51, 51, 51, 0.08); }
  .menu ul li ul.menu_sub {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    background: #f7f7f7;
    height: 0;
    width: 100%;
    color: #111;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .menu ul li ul.menu_sub > li {
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
    font-weight: 300; }
  .menu ul li ul.menu_sub > li a {
    color: #111; }
  .menu ul li.has-child i {
    right: 20px; }
  .menu ul li a {
    padding: 10px 10px; }
  .menu ul li:hover > ul.menu_sub {
    height: auto; }
  .menu.open {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }

  .open-menu-icon {
    display: block; } }
.nt-mobile-menu-wrap {
  position: fixed;
  top: 0;
  right: 0;
  background: transparent;
  z-index: 1030;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.nt-mobile-menu-wrap.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }

.nt-mobile-menu {
  position: relative;
  width: 100%;
  height: calc(100% - 80px);
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 0px;
  -ms-overflow-style: none;
  scrollbar-width: thin;
  z-index: 9999;
  margin-bottom: 0px; }
.nt-mobile-menu li {
  list-style: none;
  margin-bottom: 2px;
  padding: 0;
  font-size: 16px;
  font-family: "ttclinic", sans-serif; }
.nt-mobile-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 11px 30px; }
.nt-mobile-menu li a i.far {
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  top: 5px;
  right: 10px; }
.nt-mobile-menu li.has-submenu .svg-wrapper {
  width: 15px;
  height: 20px;
  margin-left: auto; }
.nt-mobile-menu li.has-submenu .svg-wrapper > svg {
  width: 100%;
  height: 100%; }
.nt-mobile-menu .menu_sub {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
.nt-mobile-menu .menu_sub.active {
  display: block; }
.nt-mobile-menu .menu_sub li {
  border-bottom: 0px; }
.nt-mobile-menu .menu_sub li.back .svg-wrapper {
  width: 15px;
  height: 20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 1rem;
  margin-left: 0px; }
.nt-mobile-menu .menu_sub li.back .svg-wrapper > svg {
  width: 100%;
  height: 100%; }

.nt-mobile-menu.slide-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }

.nt-mobile-menu::-webkit-scrollbar {
  width: 6px;
  background: transparent; }

.nt-mobile-menu::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px; }

.nt-close {
  width: 40px;
  height: 40px;
  background: #fff;
  float: right;
  font-size: 30px;
  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; }
.nt-close:hover {
  cursor: pointer; }

.nt-mobile-menu-foot {
  background: #fff;
  padding: 10px 0px;
  font-size: 14px; }
.nt-mobile-menu-foot strong {
  color: #000; }

.nt-dropmenu {
  display: block;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0; }
.nt-dropmenu li {
  padding: 0;
  position: relative; }
.nt-dropmenu li a {
  display: block;
  padding: 10px;
  padding-left: 20px;
  padding-right: 35px;
  font-size: 13px;
  color: black;
  font-weight: 500;
  border-bottom: 1px solid #dddddd;
  margin-bottom: -1px;
  text-decoration: none; }
.nt-dropmenu li a i {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  position: absolute;
  right: 20px;
  top: 9px;
  font-size: 16px;
  width: 20px;
  height: 20px;
  text-align: center; }
.nt-dropmenu li a.open i {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease; }

.nt-dropmenu li ul.nt-dropmenu--sub {
  display: none;
  padding-left: 0;
  list-style: none;
  background: #fafafa; }
.nt-dropmenu li ul.nt-dropmenu--sub li a {
  font-weight: 500;
  padding-left: 40px; }
.nt-dropmenu li ul.nt-dropmenu--sub li a i {
  position: absolute;
  left: 20px;
  right: auto;
  top: 10px;
  width: auto;
  height: auto; }

.mobile-menu-button-wrap {
  height: 100%;
  display: none;
  text-decoration: none;
  text-align: right; }

.mobile-menu-button {
  text-decoration: none;
  color: #333; }
.mobile-menu-button i.fas {
  margin-right: 3px; }

@media screen and (max-width: 992px) {
  .mobile-menu-button-wrap {
    display: block; } }
.mobile-menu {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1010;
  width: 400px;
  height: 100vh;
  background: #000;
  color: #333;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.mobile-menu.open {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
.mobile-menu-head {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  text-align: right; }
.mobile-menu-head i.far {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  line-height: 1;
  margin-top: 3px; }
.mobile-menu-head i.far:hover {
  cursor: pointer; }

#overlay {
  position: fixed;
  cursor: pointer;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none; }

#overlay.open, #overlay.search-opened {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

@media screen and (max-width: 768px) {
  .mobile-menu {
    width: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
.search-wp {
  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;
  width: 100%;
  height: 100%;
  background: #000000;
  line-height: 1.8;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 80px;
  padding: 0 60px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
.search-wp.open {
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.search-form-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 740px; }

.search-form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.search-form .field {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.55); }
.search-form .field:hover {
  border: 1px solid rgba(255, 255, 255, 0.8); }
.search-form .field input {
  background: transparent;
  border: 0;
  padding: 15px;
  padding-right: 98px;
  width: 100%;
  outline: none;
  color: #fff; }
.search-form .search-button {
  border: 0;
  color: #fff;
  cursor: pointer;
  background: transparent;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 1px; }
.search-form .search-button > svg {
  width: 25px;
  height: 25px; }

.product-form-input input[type=radio] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }
.product-form-input .product-input-label {
  display: inline-block;
  max-width: 100%;
  border-radius: 100%;
  cursor: pointer;
  margin: 7px 12px 2px 3px;
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: 2px; }
.product-form-input .product-input-label span {
  position: relative;
  cursor: pointer;
  display: block;
  width: 28px;
  max-width: 100%;
  aspect-ratio: 1/1;
  background: #fff;
  background-size: cover;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 100%; }
.product-form-input .product-input-radio:checked + .product-input-label, .product-form-input .product-input-radio:active + .product-input-label {
  outline: 1px solid white; }

.table {
  width: 100%; }

.collection-list--item .card-info a {
  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;
  font-size: 24px;
  font-weight: 500;
  line-height: .9;
  letter-spacing: 3.2px;
  color: #fff;
  text-decoration: none; }

.collection-list--item .card-heading .icon-wrap {
  -webkit-transform: translate(-80px);
          transform: translate(-80px);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.collection-list--item .card-content:hover {
  cursor: pointer; }

.collection-list--item .card-content:hover .icon-wrap {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1; }

.card:hover .card-media--img img {
  -webkit-transform: scale(1.03);
          transform: scale(1.03); }

.card-wp {
  height: 100%;
  position: relative;
  text-decoration: none; }

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
.card-inner {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  border: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
.card-inner--link{
      position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1010;
}
.card-inner:before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 133%; }
.card-media {
  overflow: hidden;
  z-index: 0;
  width: 100%;
  bottom: 0;
  position: absolute;
  top: 0; }
.card-media:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
  z-index: 0; }
.card-media--img {
  background-color: transparent;
  width: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  display: block; }
.card-media--img img {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  height: 100%;
  width: 100%; }
.card-content {
  position: relative;
  padding: 10px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: grid;
  grid-template-rows: -webkit-max-content minmax(0, 1fr) -webkit-max-content auto;
  grid-template-rows: max-content minmax(0, 1fr) max-content auto;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
.card-info {
  padding: 30px;
  font-size: 24px;
  line-height: .9;
  font-weight: 600;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
  grid-row-start: 2; }
.card-heading {
  margin-bottom: 0;
  font-size: 18px; }
.card .icon-wrap {
  margin-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  width: 27px;
  height: 21px; }

.collection {
  padding-bottom: 68px; }
.collection-title {
  margin: 0 auto;
  padding: 78px 0; }
.collection-title h2.title {
  margin: 0;
  text-align: center;
  font-size: 24px;
  line-height: .9;
  font-weight: 600;
  letter-spacing: 8px;
  height: 17px;
  text-transform: uppercase;
  color: #fff; }

.card-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
.card-product--inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  border-radius: 0;
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
.card-product--inner:before {
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 120%; }
.card-product-media {
  overflow: hidden;
  z-index: 0;
  margin: 0;
  width: 100%;
  bottom: 0;
  top: 0;
  position: absolute; }
.card-product-media .media {
  width: 100%;
  bottom: 0;
  position: absolute;
  top: 0;
  display: block;
  background: transparent;
  overflow: hidden; }
.card-product-media .media img {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center; }
.card-product--content {
  color: #fff;
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) -webkit-max-content minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) max-content minmax(0, 1fr);
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
.card-product-information {
  padding: 10px;
  font-size: 13px;
  line-height: .9; }
.card-product-title {
  margin-bottom: 5px;
  line-height: 12px;
  font-size: 13px;
  font-weight: 400; }
.card-product-title a{
  color: #fff;
  text-decoration: none;
}
.card-product-sub{
  font-size: 12px;
  color: rgba(255,255,255,.6);
  margin-bottom: 10px;
}
.card-product-price {
  font-weight: 600; }
.card-product-action {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px;
  z-index: 100; }
.card-product-action button {
  border: 0;
  background: transparent;
  padding: 0;
  width: 18px;
  height: 18px;
  cursor: pointer; }
.card-product-action .icon {
  color: #000;
  width: 18px;
  height: 18px;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }
.card-product-action:hover .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.loading-spinner {
  width: 18px;
  cursor: pointer;
  position: absolute;
  z-index: 1; }
.loading-spinner.white .path{
  stroke: rgba(255,255,255,1);
}

.hidden {
  display: none !important; }

@media screen and (max-width: 768px) {
  .collection {
    padding-bottom: 30px; } }
.pagination-wrap {
  padding: 10px;
  background: #fff; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  list-style: none;
  border-radius: 3px;
  float: right; }
.pagination li a, .pagination li span.inactive {
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-left: -1px;
  line-height: 1.25;
  text-decoration: none !important;
  color: #fff;
  background-color: transparent;
  border: 0px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.pagination li a:after{
  content: "";
  display: none;
  height: 1px;
  width: 22px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%);
  background-color: #ffffff;
}
.pagination li {
  margin: 0 5px; }
.pagination li a:hover:after{
  display: block;
}
.pagination li span{
  position: relative;
  display: inline-flex;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.pagination li span:after{
  content: "";
  display: none;
  height: 1px;
  width: 22px;
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%);
  background-color: #ffffff;
}
.pagination li.active span{
  opacity: .7;
}
.pagination li.active span:after{
  display: block;
}
.pagination li a:hover, .pagination li a:focus, .pagination li a:active {
  color: #fff;
}
.pagination .next.disabled, .pagination .prev.disabled{
  opacity: .6;
}
.pagination .next svg, .pagination .prev svg{
  width: 11px;
}
.pagination .prev svg{
  transform: rotate(90deg) scale(1.07);
}
.pagination .next svg{
  transform: rotate(-90deg) scale(1.07);
}
.pagination .next a:hover:after, .pagination .prev a:hover:after{
  display: none;
}
.pagination li a.current {
  color: #fff;
  background-color: #3e3d3d; }
.pagination li.active a {
  color: #fff;
  background-color: #3e3d3d; }
.pagination li span.inactive:hover, .pagination li span.inactive:focus, .pagination li span.inactive:active {
  color: rgba(255, 255,255, 1);
 }
.pagination li.disabled a {
  color: rgba(0, 0, 0, 0.26);
  background-color: #c9b49d; }

@media screen and (max-width: 768px) {
  .pagination li {
    font-size: 12px; }
  .pagination li a {
    padding: .4rem .65rem; } }
body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-style: normal;
  background: #000000;
  background-attachment: fixed; }
body.no-scroll {
  overflow: hidden; }
body.search-opened {
  overflow: hidden; }

.home-banner {
  height: 100vh;
  position: relative;
  scroll-snap-align: start; }
.home-banner-wp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden; }
.home-banner-wp img {
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.next-arrow {
  position: absolute;
  left: 50%;
  bottom: 44px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  z-index: 2; }
.next-arrow .circular {
  width: 78px;
  height: 78px;
  -webkit-animation: rotator 5s linear infinite;
          animation: rotator 5s linear infinite;
  color: #fff; }
.next-arrow .arrow {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 78px;
  height: 78px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.next-arrow .text {
  white-space: nowrap;
  font-size: 12px;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 5px;
  margin-top: 14px;
  text-transform: uppercase;
  color: #fff; }

.block-text {
  background: #000;
  background-attachment: fixed; }
.block-text-title {
  margin: 0;
  padding: 86.5px 0;
  text-align: center;
  font-size: 24px;
  line-height: .9;
  font-weight: 500;
  letter-spacing: 8px;
  height: 17px;
  color: #fff;
  text-transform: uppercase; }

.marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden; }
.marquee .svg-wrapper {
  width: 34px;
  height: 34px;
  padding: 20px 60px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
.marquee .svg-wrapper .star4 {
  width: 34px;
  height: 34px; }
.marquee .svg-wrapper .star4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }
.marquee:hover .pause-on-hover {
  -webkit-animation-play-state: paused;
          animation-play-state: paused; }

.isolate {
  position: relative;
  z-index: 0; }

.section-marquee {
  margin-top: 135px;
  margin-bottom: 75px; }

.marquee-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: 1px solid #fff;
  border-inline: none;
  background-color: #000000;
  -webkit-animation: ltr 7s linear infinite forwards;
          animation: ltr 7s linear infinite forwards; }
.marquee-line.ltr {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
.marquee-line.rtl {
  -webkit-animation: rtl 7.3s linear infinite forwards;
          animation: rtl 7.3s linear infinite forwards; }

.marquee-item {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 48px;
  line-height: 0.9;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  padding-block: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 74px;
  color: #fff; }
.marquee-item span {
  -webkit-transform: translateY(4px);
          transform: translateY(4px); }

@media screen and (min-width: 750px) {
  .section-marquee {
    margin-top: 180px;
    margin-bottom: 100px; }

  .section-marquee--rlt {
    margin-top: 100px;
    margin-bottom: 100px; } }
@-webkit-keyframes rtl {
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
@keyframes rtl {
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
@-webkit-keyframes ltr {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
@keyframes ltr {
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0); } }
.video-media {
  display: block;
  background: transparent;
  --ratio-percent: 65%;
  position: relative;
  border: 0px;
  padding-bottom: 65%; }

#poster-modal {
  display: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  overflow: hidden; }

.video-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 1; }

.video-button {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  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;
  -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0.97, 0.52, 1.49), -webkit-transform 0.3s cubic-bezier(0.42, 0.97, 0.52, 1.49);
  transition: opacity 0.3s cubic-bezier(0.42, 0.97, 0.52, 1.49), -webkit-transform 0.3s cubic-bezier(0.42, 0.97, 0.52, 1.49);
  transition: transform 0.3s cubic-bezier(0.42, 0.97, 0.52, 1.49), opacity 0.3s cubic-bezier(0.42, 0.97, 0.52, 1.49);
  transition: transform 0.3s cubic-bezier(0.42, 0.97, 0.52, 1.49), opacity 0.3s cubic-bezier(0.42, 0.97, 0.52, 1.49), -webkit-transform 0.3s cubic-bezier(0.42, 0.97, 0.52, 1.49); }
.video-button .icon {
  width: 14px;
  height: 14px; }

.video-media:has(video[muted]) .icon-volume {
  display: none; }

.video-media .icon-play, .video-media .icon-volume {
  display: none; }

.video-media .icon-volume, .video-media[paused] .icon-play {
  display: block; }

.video-media video {
  -o-object-fit: cover;
     object-fit: cover;
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%; }

.bottom-banner {
  position: relative;
  z-index: 0; }
.bottom-banner--img::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }
.bottom-banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }
.bottom-banner--content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px; }
.bottom-banner--content_text {
  font-family: "ttclinic", sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 64px;
  letter-spacing: 16px;
  font-weight: 700;
  text-align: center; }
.bottom-banner--content_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  position: relative;
  font-family: "ttclinic", sans-serif; }
.bottom-banner--content_link a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 6px;
  text-decoration: none; }
.bottom-banner--content_link .side-arrow {
  width: 14px; }

#products .owl-stage {
  padding-left: 0px !important; }

.owl-carousel .nav-button {
  width: 44px;
  height: 44px;
  cursor: pointer;
  position: absolute;
  top: 40% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.06);
  color: #fff;
  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;
  font-size: 20px; }
.owl-carousel .nav-button:hover {
  background: rgba(0, 0, 0, 0.6); }

.owl-carousel .owl-next i.fas {
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 5px); }

.owl-carousel .owl-prev i.fas {
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 8px); }

.owl-carousel .owl-prev.disabled, .owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.25; }

.owl-carousel .owl-prev {
  left: 10px; }

.owl-carousel .owl-next {
  right: 10px; }

@media screen and (max-width: 768px) {
  .block-text-title{
    font-size: 20px;
    line-height: 1.5;
  }
  .section-marquee{
    margin-top: 75px;
    margin-bottom: 35px;
  }
  .bottom-banner--content {
    gap: 10px; }

  .bottom-banner--content_text {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0; } }
.page-title-wp {
  margin-top: 80px;
  padding: 60px 60px 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.page-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  font-family: "ttclinic", sans-serif; }

.filter-wp {
  opacity: 0;
  visibility: visible;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1010;
  background-color: rgba(255, 255, 255, 0.5);
  pointer-events: none; }
.filter-wp.filter-open {
  opacity: 1;
  visibility: visible; }
.filter-wp.filter-open .filter-inner {
  -webkit-transform: translate(0);
          transform: translate(0); }

.filter-btn-wp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  cursor: pointer; }

.filter-btn-inner {
  text-align: left;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 13px;
  font-family: "ttclinic", sans-serif; }
.filter-btn-inner .svg-wrapper {
  width: 12px;
  height: 12px;
  margin-left: 10px; }

.filter-inner {
  background-color: black;
  width: calc(100% - 5rem);
  margin-left: auto;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: all;
  max-width: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translate(100%);
          transform: translate(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
.filter-head {
  padding: 10px 25px;
  min-height: 58px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  color: #fff;
  font-family: "ttclinic", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-align: center; }
.filter-head--title {
  display: block;
  width: 100%;
  line-height: 1.2;
  font-weight: 500; }
.filter-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  scrollbar-width: none; }
.filter-main .price-range {
  padding: 0 20px;
  font-family: "ttclinic", sans-serif; }
.filter-main .price-range h3 {
  font-size: 12px;
  margin-bottom: 20px; }
.filter-main .price-range .range-slider {
  position: relative;
  width: 100%;
  height: 1px;
  background: #fff; }
.filter-main .price-range .range-slider .slider-track {
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 3px; }
.filter-main .price-range .range-slider .slider-range {
  position: absolute;
  height: 3px;
  background: #f6ff00;
  border-radius: 3px; }
.filter-main .price-range .range-slider .slider-input {
  -webkit-appearance: none;
  position: absolute;
  background: none;
  height: 20px;
  margin: 0;
  padding: 0;
  top: -8px; }
.filter-main .price-range .values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  font-size: 14px;
  color: #fff; }
.filter-main .meta-filter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
.filter-main .meta-filter--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  font-size: 12px;
  font-family: "ttclinic", sans-serif;
  font-weight: 400;
  color: #fff;
  padding: 0 20px;
  margin: 12px 0px;
  min-height: 44px; }
.filter-main .meta-filter--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding: 3px 20px; }
.filter-main .meta-filter--list .meta-list-item {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0 8px;
  font-size: 13px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
.filter-main .meta-filter--list .meta-list-item a {
  color: #fff;
  text-decoration: none; }
.filter-main .meta-filter--list .meta-list-item:hover {
  background: #fff;
  color: #000; }
.filter-main .meta-filter--list .meta-list-item:hover a {
  color: #000; }
.filter-main .meta-filter--list .meta-list-item.active {
  outline: 2px solid #fff;
  outline-offset: 1px;
  background: #fff;
  color: #000; }
.filter-main .meta-filter--list .color-item.active{
outline-offset: 0px;
}
.filter-main .meta-filter--list .meta-list-item.active a {
  color: #000; }
.filter-main .meta-sort {
  width: 100%;
  padding: 13px 25px; }
.filter-main .meta-sort--title {
  font-size: 12px;
  font-family: "ttclinic", sans-serif;
  color: #fff;
  margin: 12px 0px; }
.filter-main .filter-option {
  margin-bottom: 12px;
  font-family: "ttclinic", sans-serif; }
.filter-main .filter-option label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #333; }
.filter-main .filter-option input[type=radio] {
  display: none; }
.filter-main .filter-option input[type=radio]:checked + .checkmark:after {
  display: block; }
.filter-main .filter-option .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin-right: 10px;
  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; }
.filter-main .filter-option .checkmark:after {
  display: none;
  content: "";
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(0px, -1px) rotate(45deg);
          transform: translate(0px, -1px) rotate(45deg); }
.filter-main .filter-option span {
  font-size: 12px;
  font-weight: 400;
  color: #fff; }
.filter-close-btn {
  width: 44px;
  height: 44px;
  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;
  position: fixed;
  cursor: pointer;
  top: 7px;
  right: 10px;
  color: #fff;
  z-index: 101; }
.filter-close-btn .svg-wrapper {
  width: 22px;
  height: 20px; }
.filter-close-btn .svg-wrapper > svg {
  width: 100%;
  height: 100%; }
.filter-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  background: #000;
  min-height: 45px; }
.filter-footer .filer-footer--remove {
  position: relative;
  width: 50%;
  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: #000;
  color: #fff;
  font-size: 12px;
  font-family: "ttclinic", sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 3px; }
.filter-footer .filer-footer--remove a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }
.filter-footer .filer-footer--apply {
  position: relative;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  color: #333;
  font-size: 12px;
  font-family: "ttclinic", sans-serif;
  text-decoration: none; }
.filter-footer .filer-footer--apply a {
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000; }

.product-infor-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  margin-top: 80px; }

.product-image-wp {
  width: 50%;
  max-width: 50%;
  position: relative; }

.product-infor-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "ttclinic", sans-serif;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 50%; }
.product-infor-content .product_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: .6px; }
.product-infor-content .product_price_container .price-item {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5; }
.product-infor-content .product_price_container .price-item--regular {
  color: #f40202; }
.product-infor-content .product-sold-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px; }
.product-infor-content .product-sold-amount svg {
  width: 14px; }
.product-infor-content .product-sold-amount span {
  line-height: 1; }

.product-infor-inner {
  width: 472px;
  max-width: 472px; }

@media screen and (max-width: 992px) {
  .product-infor-inner {
    width: 100%;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px; } }
@media screen and (max-width: 768px) {
  .product-image-wp {
    width: 100%;
    max-width: 100%; }

  .product-infor-content {
    width: 100%;
    max-width: 100%; }

  .product-infor-inner {
    width: 100%;
    max-width: 100%;
    padding-top: 40px; }

  .page-title-wp {
    padding: 20px 20px 20px 20px; }

  .page-title {
    font-size: 16px; } }
@media screen and (max-width: 468px) {
  .product-infor-inner {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px; } }
.product-form-label {
  margin-bottom: 10px;
  margin-top: 10px; }

.product-variant-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px; }
.product-variant-option input[type=radio] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px; }
.product-variant-option input[type=radio] + label {
  color: #fff;
  border: 1px solid transparent;
  background: #000;
  padding: 20px 22px;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  position: relative;
  max-width: 66px;
  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;
  font-size: 12px;
  font-weight: 700; }
.product-variant-option input[type=radio] + label:hover {
  border: 1px solid #fff; }
.product-variant-option input[type=radio]:checked + label {
  border: 1px solid #fff; }

.product-inventory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  margin-bottom: 30px;
  gap: 10px;
  font-size: 13px;
  line-height: 1; }
.product-inventory .svg-wrapper {
  width: 15px;
  height: 15px; }
.product-inventory .svg-wrapper svg {
  width: 15px;
  height: 15px; }

.product-submit {
  position: relative;
  margin-bottom: 20px;
  color: #000;
  background: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  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;
  width: 100%;
  border: 0;
  border-radius: 3px;
  padding: 0 30px;
  cursor: pointer;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-height: 45px; }
.loading{
  color: transparent;
  position: relative;
}
.loading-spinner{
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  width: 18px;
}
.loading-spinner .path{
  stroke: rgba(0,0,0,1);
}
.spinner {
  animation: rotator 1.4s linear infinite;
}
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.path {
  stroke-dasharray: 280;
  stroke-dashoffset: 0;
  transform-origin: center;
  stroke: rgba(0,0,0,1);
  animation: dash 1.4s ease-in-out infinite;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 280;
  }
  50% {
    stroke-dashoffset: 75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 280;
    transform: rotate(450deg);
  }
}
.product-accordion-title {
  padding: 15px 0px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer; }
.product-accordion-title svg {
  width: 10px; }
.product-accordion-title .icon-minus {
  display: none; }
.product-accordion-title.open .icon-minus {
  display: block; }
.product-accordion-title.open .icon-plus {
  display: none; }
.product-accordion-content {
  display: none;
  font-size: 11px;
  color: #d8d8d8;
  letter-spacing: 0.06rem;
  line-height: calc(1 + 0.8 / 1); }

.page-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 0px 20px 0px 20px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  margin-top: 80px;
  letter-spacing: 0.06rem;
  line-height: 1.8; }
.page-container-inner {
  display: block;
  width: 100%; }
.page-container-inner img{
  max-width: 100%;
  height: auto !important;
}
.post-container-meta{
  color: rgba(255,255,255,.6);
  font-size: 14px;
}
.page-container-title {
  margin-bottom: 30px;
  font-size: 40px;
  line-height: 1.5;
  font-weight: 400; }
.page-container-content{
  font-size: 0.8667rem;
}
.post-container-title{
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
}
.page-container p {
  margin-bottom: 16px; }

@media screen and (min-width: 768px) {
  .page-container {
    max-width: 726px;
    width: 726px; } }
.header {
  display: block; }
.header:not(.scrolled-past-header) {
  background: transparent; }
.header-home {
  position: fixed;
  top: 0;
  width: 100vw;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  height: 80px;
  z-index: 1010; }
.header.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }
.header.scrolled, .header.menu-open {
  background-color: #000000; }
.header-wp {
  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;
  height: 80px;
  padding: 0px 2rem 0px 2rem; }
.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.header-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.header-logo {
  display: inline-block;
  padding: 8px;
  text-decoration: none;
  word-break: break-word;
  margin-left: -8px;
  outline: none; }
.header-logo-wp {
  width: 100%;
  display: inline-block;
  -webkit-transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99);
  transition: width 0.3s cubic-bezier(0.52, 0, 0.61, 0.99); }
.header-logo img {
  height: auto;
  max-width: 100%; }

.lang-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.header-search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.header-icon {
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #fff; }
.header-icon a{
  color: #fff;
  text-decoration: none;
}
.header-icon span {
  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;
  height: 100%; }
.header-icon .svg-wrapper {
  width: 40px;
  height: 40px;
  padding: 10px; }

.cart-count-bubble{
  position: absolute;
  background: #fff;
  color: #000;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 1.1;
  bottom: 8px;
  left: 22px;
}

.search_close_btn {
  background: transparent;
  border: 0;
  outline: none;
  width: 44px;
  height: 44px;
  margin-left: 5px;
  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;
  color: white;
  cursor: pointer; }
.search_close_btn:hover {
  color: rgba(255, 255, 255, 0.55); }
.search_close_btn > svg {
  width: 20px;
  height: 20px; }

@media screen and (max-width: 768px) {
  .header-wp {
    padding: 0px 20px 0px 20px; }

  .search-wp {
    padding: 0 30px; }

  .header-account {
    display: none; } }
footer.footer {
  background: #000;
  color: #fff; }

.footer-content-top {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto; }

.footer-block-wp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 78px 100px; }

.footer-col--title {
  font-size: 15px;
  margin-bottom: 38px;
  margin-top: 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .08rem; }

.footer-list li a {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 13px;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  line-height: 1.5;
  letter-spacing: .08rem; }
.footer-list li a:hover {
  color: white; }

.rte {
  font-size: 13px;
  color: #fff;
  text-align: left; }
.rte p {
  line-height: 1.8; }
.rte p:not(:last-child) {
  margin-bottom: 20px; }

.footer-logo {
  max-width: 120px;
  margin-bottom: 20px; }
.footer-logo img {
  max-width: 100%; }

.footer-marquee {
  margin-bottom: 79px;
  height: 218px; }
.footer-marquee .marquee-line {
  border: 0px !important; }
.footer-marquee .marquee-item {
  padding: 0;
  height: unset;
  font-size: 218px;
  line-height: .9; }
.footer-marquee .svg-wrapper {
  width: unset !important;
  height: unset !important;
  padding: 64px 60px !important; }
.footer-marquee .star4 {
  width: 90px !important;
  height: 90px !important;
  position: relative; }
.footer-marquee .star4 img {
  position: absolute;
  left: 0;
  top: 0; }

.footer-content-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  font-family: "ttclinic", sans-serif;
  font-size: 12px; }

.footer-copyright {
  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;
  padding: 40px 100px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.footer-copyright--link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 64px;
          column-gap: 64px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px; }
.footer-copyright--link ul li {
  position: relative; }
.footer-copyright--link ul li:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: -31px;
  display: block;
  width: 1px;
  height: 100%;
  border-left: 1px solid #fff; }
.footer-copyright--link ul li a {
  color: #fff;
  text-decoration: none; }
.footer-copyright--link ul li a:hover {
  color: rgba(255, 255, 255, 0.8); }

@media screen and (max-width: 768px) {
  .footer-block-wp {
    padding: 40px 20px; }

  .footer-logo {
    margin: 0 auto;
    margin-bottom: 30px; }

  .footer-copyright {
    padding: 20px 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px; }

  .footer-copyright--text {
    width: 100%;
    text-align: center; }

  .footer-copyright--link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .footer-marquee {
    height: 130px;
    margin-bottom: 20px; }

  .footer-marquee .marquee-item {
    font-size: 109px; } }
@media screen and (max-width: 400px) {
  .footer-copyright {
    padding: 20px 20px; } }

.cart-notification{
  padding: 20px 30px;
  position: absolute;
  top: 80px;
  right: 0px;
  transform: translateY(-100%);
  visibility: hidden;
  width: 100%;
  color: #fff;
  font-family: "ttclinic", sans-serif;
  box-shadow: 0px 4px 5px rgba(18,18,18,.5);
  z-index: -1;
  background: #000;
  transition: transform .2s ease;
}
.cart-notification.active{
  transform: translateY(0);
  visibility: visible;
  z-index: 1;
  transition: transform .2s ease,visibility 0s;
}
.cart-notification-header{
  display: flex;
  align-items: flex-start;
}
.cart-notification-caption{
  display: flex;
  align-items: center;
  flex-grow: 1;
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: .04rem;
}
.cart-notification-caption .icon-checkmark{
  color: #fff;
  margin-right: 10px;
  width: 13px;
}
.cart-notification-close{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 40px;
  width: 40px;
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  margin-top: -15px;
  margin-right: -20px;
}
.cart-notification-close .svg-wrapper{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
}
.cart-notification-close .icon{
  width: 17px;
  height: 17px;
}
.cart-notification-product{
  display: flex;
  align-items: flex-start;
  padding-bottom: 25px;
  padding-top: 15px;
}
.cart-notification-product_image{
  display: inline-flex;
  margin-right: 15px;
  margin-top: 5px;
  position: relative;
  overflow: visible;
}
.cart-notification-product_name{
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 14px;
  font-family: "ttclinic", sans-serif;
  line-height: 1.3;
}
.cart-notification-product_option{
  font-size: 13px;
}
.cart-notification-links>*{
  margin-top: 10px;
}
@media screen and (min-width: 768px){
  .cart-notification{
    max-width: 368px;
    right: 22px;
  }
}
@media screen and (max-width: 992px){
  .checkout-wp{
    justify-content: center;
  }
  .checkout-form{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .checkout-form .order-form{
    width: 480px;
    max-width: 480px;
    margin: 0 auto;
  }
  .checkout-info{
    padding-top: 0px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

@media screen and (max-width: 768px){
  .checkout-form{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .checkout-form .order-form{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .checkout-info{
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

.button{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0 30px;
  cursor: pointer;
  font-family: "ttclinic", sans-serif;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  appearance: none;
  background: #000;
  overflow: hidden;
  min-width: 120px;
  min-height: 45px;
}
.button-primary{
  background: #fff;
  color: #000;
}
.button-fullwidth{
  display: flex;
  width: 100%;
}

.checkout-wp{
  margin-top: 80px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.checkout-form{
  flex: 1;
}
.checkout-info {
  width: 500px;
  max-width: 500px;
  flex: 0 0 500px;
  color: #fff;
  margin-top: 30px;
}
.checkout-info-item{
  display: flex;
  color: #fff;
  padding-top: 7px;
  padding-bottom: 6px;
}
.checkout-info-item-price{
  margin-top: 30px;
}

.checkout-info-item_img{
  position: relative;
  width: 64px;
  flex: 0 0 64px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-info-item_qty{
  position: absolute;
  right: -12px;
  top: -8px;
  width: 22px;
  height: 22px;
  background: rgba(94,106,120, 1);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
}
.checkout-info-item_img img{
  width: 100%;
  height: auto;
}
.checkout-info-item_info,.checkout-info-item_price{
  display: flex;
  padding-top: 20px;
  flex: 1;
  padding-left: 14px;
}
.checkout-info-item_info{
  flex-direction: column;
}
.checkout-info-item_info p{
  margin-bottom: 5px;
}
.checkout-info-item_price{
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
.checkout-info-price{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}
.checkout-info-price .left, .checkout-info-price.right{
  width: 50%;
  max-width: 50%;
}

@media screen and (min-width: 768px){
  .checkout-form{
    padding-right: 30px;
  }
  .checkout-info{
    padding-top: 40px;
    padding-left: 30px;
  }
}

.form-title{
  font-size: 20px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 30px;
  color: #fff;
}
.form-input{
  margin-bottom: 15px;
}
.form-controll{
  padding: 13px 11px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  box-shadow: none;
  width: 100%;
}
.button-checkout{
  width: 100%;
  border-radius: 5px;
}
.price-old{
  font-size: 11px;
    color: rgba(255, 255, 255, .6);
    text-decoration: line-through;
}
.pagination-wrap{
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  background: transparent;
}