* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table:not(.variations, .cr-histogramTable, .wc-block-cart-items) {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (max-width: 768px) {
  table:not(.variations, .cr-histogramTable, .wc-block-cart-items) {
    overflow-y: scroll;
    display: block;
  }
  table:not(.variations, .cr-histogramTable, .wc-block-cart-items) tbody {
    display: block;
    width: 800px;
  }
}
td {
  vertical-align: top;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
@media (max-width: 1024px) {
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
figure {
  margin-bottom: 0;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
html {
  overflow-y: scroll;
  scrollbar-color: #223A37 #eaeaea;
  scrollbar-width: thin;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media (max-width: 1024px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #223A37;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #192a28;
}
::-webkit-scrollbar-thumb:active {
  background: #192a28;
}
html {
  font: 400 16px/ 1.5714 "Roboto", sans-serif;
}
body {
  color: #191919;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
.main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
p {
  margin-bottom: 25px;
  line-height: 2.2;
}
@media (max-width: 1024px) {
  p {
    line-height: 1.8;
  }
}
@media (max-width: 768px) {
  p {
    line-height: 1.4;
  }
}
@media (max-width: 480px) {
  p {
    margin-bottom: 12px;
  }
}
p a {
  text-decoration: underline;
  color: inherit !important;
}
h1 a, h2 a, h3 a, .post .post-title a, h4 a, .product-bottom-info .sub-title span a, h5 a, .woocommerce-account .woocommerce-MyAccount-navigation ul li a a, h6 a {
  color: inherit !important;
  text-decoration: underline;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
}
input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="search"], input[type="password"], textarea, select {
  height: 56px;
  width: 100%;
  border: 1px solid transparent;
  background: #455A57;
  padding: 0 30px;
  color: #fff;
  font-family: "Roboto";
  font-size: 16px;
  border-radius: 28px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  border-color: #69E9FF;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
select option {
  color: #191919;
  padding: 5px 10px;
}
textarea {
  resize: none;
  height: 190px;
  padding: 16px 30px;
  display: block;
}
.btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .wc-block-components-button:not(.is-link), .woocommerce .woocommerce-Button.button, .woocommerce button.button, .woocommerce-account .addresses .title .edit, .woocommerce-account .woocommerce-MyAccount-content a.button, .woocommerce-account .woocommerce-MyAccount-content .button.wc-forward, li.product a.button, .submit {
  display: inline-block;
  line-height: 1;
  padding: 27px 61px;
  font-size: 21px;
  font-weight: 900;
  background: #69E9FF;
  color: #223A37;
  font-family: "Nunito";
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border-radius: 38px;
}
@media (max-width: 768px) {
  .btn, .post-navigation [rel="next"], .post-navigation [rel="prev"], .wc-block-components-button:not(.is-link), .woocommerce .woocommerce-Button.button, .woocommerce button.button, .woocommerce-account .addresses .title .edit, .woocommerce-account .woocommerce-MyAccount-content a.button, .woocommerce-account .woocommerce-MyAccount-content .button.wc-forward, li.product a.button, .submit {
    padding: 20px 30px;
  }
}
.btn:hover, .post-navigation [rel="next"]:hover, .post-navigation [rel="prev"]:hover, .wc-block-components-button:not(.is-link):hover, .woocommerce .woocommerce-Button.button:hover, .woocommerce button.button:hover, .woocommerce-account .addresses .title .edit:hover, .woocommerce-account .woocommerce-MyAccount-content a.button:hover, .woocommerce-account .woocommerce-MyAccount-content .button.wc-forward:hover, li.product a.button:hover, .submit:hover {
  background: #03daff;
}
h1, h2 {
  font-size: 70px;
  line-height: 1.07;
  margin-bottom: 30px;
  font-weight: 900;
  font-family: "Nunito";
  color: #223A37;
}
@media (max-width: 1024px) {
  h1, h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  h1, h2 {
    font-size: 35px;
  }
}
@media (max-width: 480px) {
  h1, h2 {
    font-size: 25px;
    margin-bottom: 12px;
  }
}
h3, .post .post-title {
  font-size: 37px;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 900;
  font-family: "Nunito";
  color: #223A37;
}
@media (max-width: 1024px) {
  h3, .post .post-title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  h3, .post .post-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
h4, .product-bottom-info .sub-title span {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 900;
  font-family: "Nunito";
  color: #223A37;
}
@media (max-width: 1280px) {
  h4, .product-bottom-info .sub-title span {
    font-size: 26px;
  }
}
@media (max-width: 1024px) {
  h4, .product-bottom-info .sub-title span {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  h4, .product-bottom-info .sub-title span {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.wrap {
  margin: 0 auto;
  width: 1440px;
  max-width: 94%;
  position: relative;
}
.text {
  max-width: 100%;
}
.text ul {
  margin-bottom: 20px;
}
.text ul li {
  padding-left: 30px;
  position: relative;
}
.text ul li:before {
  content: "";
  background: #223A37;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 0.9375rem;
  left: 0;
}
.text h1 a:not(.btn), .text h2 a:not(.btn), .text h3 a:not(.btn), .text .post .post-title a:not(.btn), .post .text .post-title a:not(.btn), .text h4 a:not(.btn), .text .product-bottom-info .sub-title span a:not(.btn), .product-bottom-info .sub-title .text span a:not(.btn), .text h5 a:not(.btn), .text .woocommerce-account .woocommerce-MyAccount-navigation ul li a a:not(.btn), .woocommerce-account .woocommerce-MyAccount-navigation ul li .text a a:not(.btn), .text h6 a:not(.btn), .text li a:not(.btn), .text p a:not(.btn) {
  color: #191919;
  text-decoration: underline;
}
.text h1 a:not(.btn):hover, .text h2 a:not(.btn):hover, .text h3 a:not(.btn):hover, .text .post .post-title a:not(.btn):hover, .post .text .post-title a:not(.btn):hover, .text h4 a:not(.btn):hover, .text .product-bottom-info .sub-title span a:not(.btn):hover, .product-bottom-info .sub-title .text span a:not(.btn):hover, .text h5 a:not(.btn):hover, .text .woocommerce-account .woocommerce-MyAccount-navigation ul li a a:not(.btn):hover, .woocommerce-account .woocommerce-MyAccount-navigation ul li .text a a:not(.btn):hover, .text h6 a:not(.btn):hover, .text li a:not(.btn):hover, .text p a:not(.btn):hover {
  text-decoration: none;
  color: #487a74;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-center, .product-bottom-info .sub-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.alc, .product-info .variations_form .quantity-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 25px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #FF0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: "Roboto";
  height: 100%;
  line-height: 56px;
  padding: 0 23px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: "Roboto";
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
  color: #000;
}
div.wpcf7 .btn-wrapper {
  display: inline-block;
  position: relative;
}
div.wpcf7 .wpcf7-spinner, div.wpcf7 .ajax-loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  margin: 0 10px;
}
div.wpcf7 .grid-2 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
div.wpcf7 .grid-2 > * {
  width: 47%;
  margin: 0 1.5% 2.25em;
}
@media (max-width: 768px) {
  div.wpcf7 .grid-2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  div.wpcf7 .grid-2 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
div.wpcf7 .grid-2 > * {
  margin-bottom: 25px;
}
div.wpcf7 .wpcf7-submit {
  min-width: 240px;
}
@media (max-width: 1024px) {
  .main-menu {
    display: none;
  }
}
.main-menu > ul {
  font-size: 0;
}
.main-menu > ul > li {
  display: inline-block;
}
.main-menu > ul > li > a {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: inline-block;
  line-height: 40px;
  padding: 0 30px;
}
@media (max-width: 1366px) {
  .main-menu > ul > li > a {
    padding: 0 15px;
  }
}
.main-menu > ul > li > a:hover {
  color: #03daff;
}
.main-menu > ul > li.menu-item-has-children > .sub-menu {
  left: 0;
  top: 150%;
}
.main-menu > ul > li.menu-item-has-children:hover > .sub-menu {
  top: 100%;
}
.main-menu .menu-item-has-children {
  position: relative;
}
.main-menu .menu-item-has-children .sub-menu {
  left: 100%;
  position: absolute;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #223A37;
  min-width: 100%;
  pointer-events: none;
}
.main-menu .menu-item-has-children .sub-menu li {
  display: block;
}
.main-menu .menu-item-has-children .sub-menu li a {
  font-size: 16px;
  display: block;
  padding: 10px 30px;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 1366px) {
  .main-menu .menu-item-has-children .sub-menu li a {
    padding: 10px 15px;
  }
}
.main-menu .menu-item-has-children .sub-menu li a:hover {
  color: #03daff;
}
.main-menu .menu-item-has-children .sub-menu li:hover > a, .main-menu .menu-item-has-children .sub-menu li.current-menu-item > a {
  color: #03daff;
}
.main-menu .menu-item-has-children:hover > a {
  color: #03daff;
}
.main-menu .menu-item-has-children:hover > .sub-menu {
  top: 0%;
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
.menu-burger {
  display: none;
  width: 34px;
  height: 30px;
  position: fixed;
  top: 55px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
  border-radius: 4px;
  background: #223A37;
}
@media (max-width: 1024px) {
  .menu-burger {
    display: block;
  }
}
.menu-burger:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  box-shadow: 0 7px 0 0 #fff, 0 -7px 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 10px);
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.menu-burger.open:before {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  box-shadow: none;
  background: #fff;
}
.menu-burger.open:after {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  background: #fff;
}
.mobile-main-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #223A37;
  z-index: 1;
  padding: 50px 0;
  overflow: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 1024px) {
  .mobile-main-menu {
    display: block;
  }
}
.mobile-main-menu li a {
  display: inline-block;
  padding: 5px 15px;
  color: #fff;
}
.mobile-main-menu li a:hover {
  text-decoration: none;
}
.mobile-main-menu .sub-menu {
  display: none;
  padding-left: 20px;
}
.mobile-main-menu span {
  display: inline-block;
  padding: 5px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow path {
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mobile-main-menu .arrow.active {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-main-menu.open {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.search-box {
  position: relative;
  display: inline-block;
  font-size: 0;
  z-index: 0;
}
.search-box svg {
  height: 20px;
  color: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search-box .search-form {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background: transparent;
  color: #252525;
  font-size: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-form button:hover {
  color: #487a74;
}
.search-box .search-form.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.search-box input[type="text"] {
  width: 270px;
  padding: 0 40px;
  font-size: 16px;
}
.search-box .search-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  font-size: 20px;
  position: relative;
  z-index: 2;
  color: #252525;
  cursor: pointer;
}
.search-box .search-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: "x";
  font-size: 24px;
  opacity: 0;
  color: #191919;
}
.search-box .search-btn svg {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.search-box .search-btn:hover svg {
  color: #487a74;
}
.search-box .search-btn.close svg {
  opacity: 0;
}
.search-box .search-btn.close::before {
  opacity: 1;
}
.search-box .search-btn.close:hover::before {
  color: #487a74;
}
.share-icons, .social-icons {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  font-size: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .share-icons, .social-icons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.share-icons a, .social-icons a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 20px;
  margin: 5px;
  width: 40px;
  height: 40px;
  background: #223A37;
  border-radius: 5px;
}
.share-icons a.facebook-icon:hover, .social-icons a.facebook-icon:hover {
  background: #3b5993;
}
.share-icons a.twitter-icon:hover, .social-icons a.twitter-icon:hover {
  background: #55acee;
}
.share-icons a.instagram-icon:hover, .social-icons a.instagram-icon:hover {
  background: #d6249f;
}
.share-icons a.linkedin-icon:hover, .social-icons a.linkedin-icon:hover {
  background: #0177b5;
}
.share-icons a.pinterest-icon:hover, .social-icons a.pinterest-icon:hover {
  background: #bd1e23;
}
.share-icons a.youtube-icon:hover, .social-icons a.youtube-icon:hover {
  background: #f80000;
}
.share-icons a.vimeo-icon:hover, .social-icons a.vimeo-icon:hover {
  background: #1ab7ea;
}
.share-icons a.tiktok-icon:hover, .social-icons a.tiktok-icon:hover {
  background: #020202;
}
.share-icons a svg, .social-icons a svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 32px;
  display: block;
  color: #fff;
}
.selectric {
  border: none;
  border-bottom: 2px solid #223A37;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric .label {
  line-height: 56px;
  height: 56px;
  color: #191919;
  font-family: "Roboto";
  font-size: 16px;
  margin: 0 40px 0 12px;
}
.selectric .button {
  line-height: 56px;
  height: 56px;
  width: 56px;
  background: transparent;
}
.selectric .button::after {
  display: none;
}
.selectric .button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #223A37 transparent transparent transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-hover .selectric, .selectric-focus .selectric {
  border-color: black;
}
.selectric-hover .selectric .button::before, .selectric-focus .selectric .button::before {
  color: black;
}
.selectric-items ul {
  margin: 0;
}
.selectric-items ul li {
  padding: 5px 12px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.selectric-items ul li::before {
  display: none;
}
.selectric-items ul li.highlighted {
  background: #223A37;
}
.breadcrumb {
  text-align: center;
  color: #191919;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #191919;
  position: relative;
  display: inline-block;
}
.breadcrumb a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #487a74;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.breadcrumb a:hover {
  color: #487a74;
}
.breadcrumb a:hover:before {
  width: 100%;
  opacity: 1;
}
.pagination {
  margin-top: 40px;
}
@media (max-width: 480px) {
  .pagination {
    margin-top: 20px;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  text-align: center;
  font-size: 0;
}
.pagination .page-numbers {
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  background: #223A37;
  color: #fff;
  margin: 0 10px;
  border-radius: 4px;
}
.pagination svg {
  height: 12px;
}
.pagination .current {
  background: #487a74;
}
.pagination a.page-numbers:hover {
  background: #487a74;
}
.pagination .prev, .pagination .next {
  position: relative;
}
@media (max-width: 768px) {
  .posts-wrapper {
    display: block;
  }
}
.post {
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .post {
    display: block;
  }
}
.post .thumb {
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
}
.post .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  background: #eee;
}
.post .post-title {
  display: block;
}
.post .more {
  position: relative;
  display: inline-block;
}
.post .more:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #487a74;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.post .more:hover {
  color: #487a74;
}
.post .more:hover:before {
  width: 100%;
  opacity: 1;
}
.post-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.post-navigation [rel="next"] svg, .post-navigation [rel="prev"] svg {
  display: inline-block;
  width: 30px;
  vertical-align: middle;
}
.post-navigation [rel="next"] span, .post-navigation [rel="prev"] span {
  display: inline-block;
  font-size: 20px;
  margin: 0 10px;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.cfx:after, .cfx:before {
  display: table;
  clear: both;
  content: " ";
}
.link-text {
  position: absolute;
  z-index: -1;
  opacity: 0;
  font-size: 0;
}
.space {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .space {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .space {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .space {
    padding: 25px 0;
  }
}
.space-bottom {
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .space-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .space-bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .space-bottom {
    padding-bottom: 25px;
  }
}
.outer-space {
  margin: 100px 0;
}
@media (max-width: 1366px) {
  .outer-space {
    margin: 60px 0;
  }
}
@media (max-width: 1024px) {
  .outer-space {
    margin: 40px 0;
  }
}
@media (max-width: 480px) {
  .outer-space {
    margin: 25px 0;
  }
}
.outer-space-bottom {
  margin-bottom: 100px;
}
@media (max-width: 1366px) {
  .outer-space-bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .outer-space-bottom {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .outer-space-bottom {
    margin-bottom: 25px;
  }
}
.last-no-spacing > *:last-child:not(.btn) {
  margin-bottom: 0;
  padding-bottom: 0;
}
.compensate-for-scrollbar {
  margin-right: 0 !important;
}
header {
  position: relative;
  z-index: 100;
  background: #223A37;
  color: #fff;
}
header .marquee {
  position: relative;
  display: flex;
  overflow: hidden;
  background: #69E9FF;
  white-space: nowrap;
  font-size: 0;
  padding: 6px 0;
}
@media (max-width: 1024px) {
  header .marquee {
    padding: 3px 0;
  }
}
header .marquee-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-shrink: 0;
  animation: marquee 100s linear infinite;
}
header .marquee-inner span {
  font-weight: 700;
  display: inline-block;
  font-size: 18px;
  color: #223A37;
  margin-left: 30px;
  padding-left: 30px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  header .marquee-inner span {
    margin-left: 20px;
    padding-left: 20px;
    font-size: 14px;
  }
}
header .marquee-inner span::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #223A37;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
header .header-bottom {
  padding: 20px 0;
}
@media (max-width: 1024px) {
  header .header-bottom {
    padding: 20px 50px 20px 0;
  }
}
header .logo {
  -webkit-flex-basis: 105px;
  -moz-flex-basis: 105px;
  -ms-flex-preferred-size: 105px;
  flex-basis: 105px;
  margin-right: 20px;
  font-size: 0;
}
header .logo:hover {
  opacity: 0.7;
}
header .btn, header .post-navigation [rel="next"], .post-navigation header [rel="next"], header .post-navigation [rel="prev"], .post-navigation header [rel="prev"], header .wc-block-components-button:not(.is-link), header .woocommerce .woocommerce-Button.button, .woocommerce header .woocommerce-Button.button, header .woocommerce button.button, .woocommerce header button.button, header .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title header .edit, header .woocommerce-account .woocommerce-MyAccount-content a.button, .woocommerce-account .woocommerce-MyAccount-content header a.button, header .woocommerce-account .woocommerce-MyAccount-content .button.wc-forward, .woocommerce-account .woocommerce-MyAccount-content header .button.wc-forward, header li.product a.button, li.product header a.button {
  background: #fff;
  font-size: 16px;
  font-family: "Roboto";
  font-weight: 400;
  padding: 13px 17px;
}
header .account-link {
  font-size: 0;
  color: #fff;
  margin-right: 30px;
}
@media (max-width: 480px) {
  header .account-link {
    margin-right: 15px;
  }
}
header .account-link:hover {
  color: #03daff;
}
header .cart-link {
  font-size: 0;
  color: #fff;
  margin-right: 30px;
  position: relative;
  z-index: 0;
}
@media (max-width: 480px) {
  header .cart-link {
    margin-right: 15px;
  }
}
header .cart-link .product-count {
  position: absolute;
  right: -10px;
  bottom: -8px;
  width: 20px;
  height: 20px;
  background: #fff;
  color: #000;
  font-size: 10px;
  text-align: center;
  border-radius: 50%;
  line-height: 20px;
}
header .cart-link:hover {
  color: #03daff;
}
.hp-top--section {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.hp-top--section video {
  width: 100%;
  z-index: -1;
  object-fit: cover;
  max-height: 90vh;
  display: block;
}
.hp-top--section .wave-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  width: 100%;
  z-index: 0;
}
.hp-top--section svg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: -2px;
  z-index: 0;
  height: auto;
}
.top-btn-wrapper {
  position: relative;
  z-index: 2;
}
.top-btn-wrapper .btn-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: 0;
  font-size: 0;
  display: block;
  width: 190px;
  aspect-ratio: 1;
  z-index: 1;
  border-radius: 50%;
  background: #fff;
}
@media (max-width: 768px) {
  .top-btn-wrapper .btn-img {
    width: 120px;
  }
}
.top-btn-wrapper .btn-img svg {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 100%;
  height: auto;
}
.top-btn-wrapper .btn-img:hover svg {
  opacity: 0.7;
}
.home-top-it {
  margin-top: -150px;
  position: relative;
  z-index: 0;
  padding: 100px 0 140px;
}
@media (max-width: 1024px) {
  .home-top-it {
    margin-top: 0;
    padding: 60px 0 80px;
  }
  .home-top-it > .alc, .product-info .variations_form .home-top-it > .quantity-wrapper {
    display: block;
  }
}
@media (max-width: 768px) {
  .home-top-it {
    padding: 40px 0;
  }
}
.home-top-it .wave-svg {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
}
@media (max-width: 768px) {
  .home-top-it .wave-svg {
    display: none;
  }
}
.home-top-it .left-wrapper {
  -webkit-flex-basis: 52%;
  -moz-flex-basis: 52%;
  -ms-flex-preferred-size: 52%;
  flex-basis: 52%;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .home-top-it .left-wrapper {
    opacity: 1 !important;
    transform: none !important;
  }
}
.home-top-it .left-wrapper .image {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 130%;
}
@media (max-width: 1024px) {
  .home-top-it .left-wrapper .image {
    width: 100%;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    max-width: 300px;
    margin: 0 auto;
  }
}
.home-top-it .left-wrapper .image img {
  width: 100%;
  height: auto;
}
.home-top-it .right-wrapper {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
@media (max-width: 1366px) {
  .home-top-it .right-wrapper {
    -webkit-flex-basis: 47%;
    -moz-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
  }
}
.home-top-it .right-wrapper .right-image {
  position: relative;
  -webkit-transform: rotateZ(15deg);
  -moz-transform: rotateZ(15deg);
  -ms-transform: rotateZ(15deg);
  -o-transform: rotateZ(15deg);
  transform: rotateZ(15deg);
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .home-top-it .right-wrapper .right-image {
    margin-bottom: 40px;
  }
  .home-top-it .right-wrapper .right-image img {
    margin: 0 auto;
    opacity: 1 !important;
    transform: none !important;
  }
}
.home-image-block {
  position: relative;
  z-index: 0;
  padding: 230px 0 120px;
}
@media (max-width: 1366px) {
  .home-image-block {
    padding: 120px 0;
  }
}
@media (max-width: 1024px) {
  .home-image-block {
    padding: 60px 0;
  }
}
.home-image-block > .wrap {
  width: 1200px;
}
.home-image-block .wave-top {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.home-image-block .main-image {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
.home-image-block .main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-image-block .text {
  color: #fff;
  margin-bottom: 80px;
}
@media (max-width: 1366px) {
  .home-image-block .text {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .home-image-block .text {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .home-image-block .text {
    margin-bottom: 25px;
  }
}
.home-image-block .text h1, .home-image-block .text h2, .home-image-block .text h3, .home-image-block .text .post .post-title, .post .home-image-block .text .post-title, .home-image-block .text h4, .home-image-block .text .product-bottom-info .sub-title span, .product-bottom-info .sub-title .home-image-block .text span, .home-image-block .text h5, .home-image-block .text .woocommerce-account .woocommerce-MyAccount-navigation ul li a, .woocommerce-account .woocommerce-MyAccount-navigation ul li .home-image-block .text a, .home-image-block .text h6 {
  color: #69E9FF;
}
.home-image-block .text p {
  color: inherit;
  font-size: 19px;
}
.home-image-block .image img {
  margin: 0 auto;
}
.home-image-block .wave-bottom {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.home-list {
  position: relative;
  z-index: 0;
  text-align: center;
  padding: 90px 0 150px;
}
@media (max-width: 1366px) {
  .home-list {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .home-list {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .home-list {
    padding: 25px 0;
  }
}
.home-list .title {
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .home-list .title {
    margin-bottom: 15px;
  }
}
.home-list .list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -3%;
  width: 106%;
}
.home-list .list > * {
  width: 27.3333333333%;
  margin: 0 3% 4em;
}
@media (max-width: 600px) {
  .home-list .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .home-list .list > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.home-list .item {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .home-list .item:last-child {
    margin-bottom: 0;
  }
}
.home-list .item .image {
  max-width: 200px;
  margin: 0 auto 40px;
}
@media (max-width: 1024px) {
  .home-list .item .image {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .home-list .item .image {
    max-width: 140px;
  }
}
@media (max-width: 480px) {
  .home-list .item .image {
    margin-bottom: 10px;
  }
}
.home-list .item .image img {
  width: 100%;
  height: auto;
}
.home-list .item h6 {
  font-size: 21px;
  font-family: "Nunito";
  font-weight: 900;
  color: #223A37;
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .home-list .item h6 {
    margin-bottom: 5px;
  }
}
.home-list .item p {
  font-size: 19px;
  line-height: 1.84;
}
@media (max-width: 1024px) {
  .home-list .item p {
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  .home-list .item p {
    line-height: 1.4;
    font-size: 16px;
  }
}
.home-list .item:nth-child(3n-1) {
  padding-top: 95px;
}
@media (max-width: 768px) {
  .home-list .item:nth-child(3n-1) {
    padding-top: 40px;
  }
}
@media (max-width: 600px) {
  .home-list .item:nth-child(3n-1) {
    padding-top: 0;
  }
}
.home-list .wave-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.home-tig {
  background: #F4F4F4;
  position: relative;
  z-index: 0;
  padding: 20px 0 100px;
}
@media (max-width: 1366px) {
  .home-tig {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .home-tig {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .home-tig > .alc, .product-info .variations_form .home-tig > .quantity-wrapper {
    display: block;
  }
}
@media (max-width: 480px) {
  .home-tig {
    padding: 25px 0;
  }
}
.home-tig .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 575px;
}
@media (max-width: 768px) {
  .home-tig .text {
    text-align: center;
    margin: 0 auto;
  }
}
.home-tig .text .btn, .home-tig .text .post-navigation [rel="next"], .post-navigation .home-tig .text [rel="next"], .home-tig .text .post-navigation [rel="prev"], .post-navigation .home-tig .text [rel="prev"], .home-tig .text .wc-block-components-button:not(.is-link), .home-tig .text .woocommerce .woocommerce-Button.button, .woocommerce .home-tig .text .woocommerce-Button.button, .home-tig .text .woocommerce button.button, .woocommerce .home-tig .text button.button, .home-tig .text .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .home-tig .text .edit, .home-tig .text .woocommerce-account .woocommerce-MyAccount-content a.button, .woocommerce-account .woocommerce-MyAccount-content .home-tig .text a.button, .home-tig .text .woocommerce-account .woocommerce-MyAccount-content .button.wc-forward, .woocommerce-account .woocommerce-MyAccount-content .home-tig .text .button.wc-forward, .home-tig .text li.product a.button, li.product .home-tig .text a.button {
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .home-tig .text .btn, .home-tig .text .post-navigation [rel="next"], .post-navigation .home-tig .text [rel="next"], .home-tig .text .post-navigation [rel="prev"], .post-navigation .home-tig .text [rel="prev"], .home-tig .text .wc-block-components-button:not(.is-link), .home-tig .text .woocommerce .woocommerce-Button.button, .woocommerce .home-tig .text .woocommerce-Button.button, .home-tig .text .woocommerce button.button, .woocommerce .home-tig .text button.button, .home-tig .text .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .home-tig .text .edit, .home-tig .text .woocommerce-account .woocommerce-MyAccount-content a.button, .woocommerce-account .woocommerce-MyAccount-content .home-tig .text a.button, .home-tig .text .woocommerce-account .woocommerce-MyAccount-content .button.wc-forward, .woocommerce-account .woocommerce-MyAccount-content .home-tig .text .button.wc-forward, .home-tig .text li.product a.button, li.product .home-tig .text a.button {
    margin-top: 0;
  }
}
.home-tig .image {
  -webkit-flex-basis: 47%;
  -moz-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  margin-left: 30px;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .home-tig .image {
    margin: 30px auto 0;
    max-width: 300px;
  }
}
.home-tig .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-tig .wave-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.home-mdi {
  background: #223A37;
}
.home-bdi {
  background: #223A37;
  position: relative;
  z-index: 0;
}
.home-bdi .wave-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.home-bdi .wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.home-bdi .left-wrapper {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  margin-right: 5%;
}
.home-bdi .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.home-faq {
  position: relative;
  z-index: 0;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .home-faq {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .home-faq {
    padding: 40px 0;
  }
}
.home-faq .title {
  text-align: center;
}
.home-faq .wave-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.home-faq .wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.home-posts {
  background: #F4F4F4;
}
.top-block-reviews {
  position: relative;
  z-index: 0;
  min-height: 420px;
}
@media (max-width: 1024px) {
  .top-block-reviews {
    min-height: 250px;
  }
}
@media (max-width: 480px) {
  .top-block-reviews {
    min-height: 180px;
  }
}
.top-block-reviews .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
.top-block-reviews .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-block-reviews .wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
.top-block-reviews h1 {
  color: #fff;
  text-align: center;
}
.reviews-block {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .reviews-block {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .reviews-block {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .reviews-block {
    padding: 25px 0;
  }
}
.reviews-block .cr-all-reviews-shortcode .cr-summaryBox-wrap {
  background: transparent;
}
.reviews-block ol li {
  border-bottom: 1px solid #979797 !important;
  position: relative;
  z-index: 0;
}
.reviews-block ol li .cr-avatar {
  left: 0 !important;
  top: 62px !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 0 !important;
}
.reviews-block ol li .comment-text {
  margin-left: 0 !important;
  border: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.reviews-block ol li .comment-text .meta {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.reviews-block ol li .comment-text .cr-rating-product-name {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.reviews-block ol li .comment-text .cr-rating-product-name .cr-product-name-picture {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.reviews-block ol li .comment-text .cr-rating-product-name .cr-product-name-picture .cr-comment-productname-a {
  font-size: 16px;
}
.reviews-block ol li .comment-text .cr-rating-product-name .crstar-rating-svg {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  display: block;
}
.reviews-block ol li .comment-text .description {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.reviews-block ol li::before {
  display: none;
}
.reviews-block .ivole-meter-bar {
  background: #223A37;
}
.reviews-block button.cr-all-reviews-add-review {
  background: #223A37 !important;
}
.reviews-block button.cr-all-reviews-add-review:hover {
  background: #69E9FF !important;
}
.reviews-block .cr-avatar-check {
  display: none !important;
}
.reviews-block .crstar-rating-svg .cr-rating-icon-frnt .cr-rating-icon {
  fill: #223A37;
}
.reviews-block .meta {
  padding-left: 50px;
}
.reviews-block .meta .woocommerce-review__author {
  color: #223A37;
  font-weight: 400;
}
.reviews-block .meta p {
  margin: 0 !important;
}
.cr-review-form-wrap textarea, .cr-review-form-wrap input {
  border-radius: 0 !important;
}
footer {
  background: #223A37;
  color: #fff;
  padding: 50px 0 30px;
}
@media (max-width: 1366px) {
  footer {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  footer {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  footer > .flex {
    display: block;
    text-align: center;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 30px 0;
  }
}
footer .left-wrapper {
  -webkit-flex-basis: 17%;
  -moz-flex-basis: 17%;
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding-top: 20px;
}
@media (max-width: 1024px) {
  footer .left-wrapper {
    padding-top: 0;
  }
}
footer .left-wrapper .footer-logo {
  display: block;
  font-size: 0;
}
@media (max-width: 768px) {
  footer .left-wrapper .footer-logo {
    max-width: 250px;
    margin: 0 auto 20px;
  }
}
footer .left-wrapper .footer-logo svg {
  width: 100%;
  height: auto;
}
footer .footer-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 40px 0 11%;
}
@media (max-width: 1024px) {
  footer .footer-menu {
    margin: 0 20px;
  }
}
footer .footer-menu ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10%;
  -moz-column-gap: 10%;
  -ms-column-gap: 10%;
  column-gap: 10%;
  padding-top: 20px;
}
footer .footer-menu ul > * {
  break-inside: avoid;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
@media (max-width: 1024px) {
  footer .footer-menu ul {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  footer .footer-menu ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1%;
    -moz-column-gap: 1%;
    -ms-column-gap: 1%;
    column-gap: 1%;
    padding: 20px 0;
  }
  footer .footer-menu ul > * {
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
  }
}
footer .footer-menu ul li {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  footer .footer-menu ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  footer .footer-menu ul li {
    margin-bottom: 12px;
  }
}
footer .footer-menu ul li a {
  font-size: 16px;
  color: #fff;
}
footer .footer-menu ul li a:hover {
  color: #03daff;
}
footer .right-wrapper {
  -webkit-flex-basis: 37%;
  -moz-flex-basis: 37%;
  -ms-flex-preferred-size: 37%;
  flex-basis: 37%;
}
@media (max-width: 1024px) {
  footer .right-wrapper {
    -webkit-flex-basis: 44%;
    -moz-flex-basis: 44%;
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
  }
}
footer .right-wrapper .text {
  color: #fff;
}
footer .right-wrapper .text h1, footer .right-wrapper .text h2, footer .right-wrapper .text h3, footer .right-wrapper .text .post .post-title, .post footer .right-wrapper .text .post-title, footer .right-wrapper .text h4, footer .right-wrapper .text .product-bottom-info .sub-title span, .product-bottom-info .sub-title footer .right-wrapper .text span, footer .right-wrapper .text h5, footer .right-wrapper .text .woocommerce-account .woocommerce-MyAccount-navigation ul li a, .woocommerce-account .woocommerce-MyAccount-navigation ul li footer .right-wrapper .text a, footer .right-wrapper .text h6, footer .right-wrapper .text p {
  color: inherit;
}
footer .right-wrapper .text h3, footer .right-wrapper .text .post .post-title, .post footer .right-wrapper .text .post-title {
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  footer .right-wrapper .text h3, footer .right-wrapper .text .post .post-title, .post footer .right-wrapper .text .post-title {
    margin-bottom: 12px;
  }
}
@media (max-width: 1024px) {
  footer .right-wrapper .text p {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  footer .right-wrapper .text p img {
    margin: 0 auto 20px;
  }
}
footer .right-wrapper .bottom-footer-menu {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  footer .right-wrapper .bottom-footer-menu {
    margin-top: 0;
  }
}
footer .right-wrapper .bottom-footer-menu ul li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  footer .right-wrapper .bottom-footer-menu ul li {
    margin-right: 20px;
    margin-bottom: 5px;
  }
}
footer .right-wrapper .bottom-footer-menu ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
footer .right-wrapper .bottom-footer-menu ul li a:hover {
  color: #03daff;
}
footer .right-wrapper .klaviyo-form {
  max-width: 100% !important;
  margin-bottom: 35px;
}
footer .right-wrapper .klaviyo-form > div {
  position: relative;
  z-index: 0;
  min-height: auto !important;
}
footer .right-wrapper .klaviyo-form [data-testid="form-row"] {
  position: initial !important;
}
footer .right-wrapper .klaviyo-form [data-testid="form-component"] {
  padding: 0 !important;
  color: #fff !important;
  position: initial !important;
}
footer .right-wrapper .klaviyo-form [data-testid="form-component"] h1, footer .right-wrapper .klaviyo-form [data-testid="form-component"] p {
  color: #fff !important;
}
footer .right-wrapper .klaviyo-form [data-testid="form-component"] h1 span, footer .right-wrapper .klaviyo-form [data-testid="form-component"] p span {
  color: #fff !important;
}
footer .right-wrapper .klaviyo-form [data-testid="form-component"] button[type="button"] {
  font-size: 21px !important;
  font-weight: 900 !important;
  font-family: "Nunito" !important;
  background: #69E9FF !important;
  height: 76px !important;
  color: #223A37 !important;
  border-radius: 38px !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0 30px !important;
  position: absolute !important;
  top: 0;
  right: 0;
  z-index: 1;
}
footer .right-wrapper .klaviyo-form [data-testid="form-component"] button[type="button"]:hover {
  color: #fff !important;
  background: #487a74 !important;
}
footer .right-wrapper .klaviyo-form input[type="email"] {
  height: 76px !important;
  background-color: rgba(255, 255, 255, 0.13) !important;
  font-size: 16px !important;
  font-family: "Roboto" !important;
  padding: 0 170px 0 40px !important;
  border: 1px solid transparent !important;
  border-radius: 38px !important;
  color: #fff !important;
}
footer .right-wrapper .klaviyo-form input[type="email"]::-webkit-input-placeholder {
  color: #fff !important;
  font-size: 16px !important;
}
footer .right-wrapper .klaviyo-form input[type="email"]:-moz-placeholder {
  color: #fff !important;
  font-size: 16px !important;
}
footer .right-wrapper .klaviyo-form input[type="email"]::-moz-placeholder {
  color: #fff !important;
  font-size: 16px !important;
}
footer .right-wrapper .klaviyo-form input[type="email"]:-ms-input-placeholder {
  color: #fff !important;
  font-size: 16px !important;
}
footer .right-wrapper .klaviyo-form input[type="email"]:hover, footer .right-wrapper .klaviyo-form input[type="email"]:focus {
  border-color: #69E9FF !important;
  outline: none;
}
.page-template-default .content .text h5, .page-template-default .content .text .woocommerce-account .woocommerce-MyAccount-navigation ul li a, .woocommerce-account .woocommerce-MyAccount-navigation ul li .page-template-default .content .text a {
  font-size: 20px;
  line-height: 1.5;
  font-family: "Nunito";
  margin-bottom: 20px;
  font-weight: 900;
}
@media (max-width: 480px) {
  .page-template-default .content .text h5, .page-template-default .content .text .woocommerce-account .woocommerce-MyAccount-navigation ul li a, .woocommerce-account .woocommerce-MyAccount-navigation ul li .page-template-default .content .text a {
    margin-bottom: 12px;
  }
}
.page-template-default .content .text ul li {
  padding-left: 20px;
  margin-bottom: 5px;
}
.page-template-default .content .text ul li::before {
  top: 11px;
}
#rich-text-01K3V9TM6YNH9XFES3KQY2BA66 p {
  line-height: 1.2 !important;
}
#rich-text-01K3V9TM77TRDAJSR5YKYZVM84 p {
  line-height: 1.1 !important;
}
button.kl-private-reset-css-Xuajs1 {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.text-steps-block {
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .text-steps-block {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .text-steps-block {
    padding: 25px 0;
  }
}
.text-steps-block .text > *:last-child {
  margin-bottom: 0;
}
.text-steps-block .text h2 {
  font-size: 60px;
  font-family: "Nunito";
  color: #223a37;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .text-steps-block .text h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .text-steps-block .text h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .text-steps-block .text h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.text-steps-block .text h4, .text-steps-block .text .product-bottom-info .sub-title span, .product-bottom-info .sub-title .text-steps-block .text span {
  font-family: "Nunito";
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .text-steps-block .text h4, .text-steps-block .text .product-bottom-info .sub-title span, .product-bottom-info .sub-title .text-steps-block .text span {
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .text-steps-block .text h4, .text-steps-block .text .product-bottom-info .sub-title span, .product-bottom-info .sub-title .text-steps-block .text span {
    font-size: 18px;
  }
}
.text-steps-block .text h5, .text-steps-block .text .woocommerce-account .woocommerce-MyAccount-navigation ul li a, .woocommerce-account .woocommerce-MyAccount-navigation ul li .text-steps-block .text a {
  font-size: 30px;
  font-family: "Nunito";
  color: #191919;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .text-steps-block .text h5, .text-steps-block .text .woocommerce-account .woocommerce-MyAccount-navigation ul li a, .woocommerce-account .woocommerce-MyAccount-navigation ul li .text-steps-block .text a {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .text-steps-block .text h5, .text-steps-block .text .woocommerce-account .woocommerce-MyAccount-navigation ul li a, .woocommerce-account .woocommerce-MyAccount-navigation ul li .text-steps-block .text a {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.text-steps-block .text h6 {
  font-size: 20px;
  color: #364c49;
  font-family: "Nunito";
  font-weight: 800;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .text-steps-block .text h6 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.text-steps-block .text p, .text-steps-block .text li {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 768px) {
  .text-steps-block .text p, .text-steps-block .text li {
    line-height: 1.4;
  }
}
.text-steps-block .text p {
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .text-steps-block .text p {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .text-steps-block .text p {
    margin-bottom: 12px;
  }
}
.text-steps-block .text ul li {
  padding-left: 50px;
  position: relative;
  z-index: 0;
  margin-bottom: 14px;
}
@media (max-width: 1024px) {
  .text-steps-block .text ul li {
    padding-left: 20px;
  }
}
.text-steps-block .text ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .text-steps-block .text ul li::before {
    top: 6px;
  }
}
.text-steps-block .items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.text-steps-block .item {
  flex-basis: 25%;
  padding-right: 60px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1366px) {
  .text-steps-block .item {
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .text-steps-block .item {
    flex-basis: 50%;
    margin-bottom: 30px;
  }
  .text-steps-block .item svg {
    display: none;
  }
}
@media (max-width: 768px) {
  .text-steps-block .item {
    flex-basis: 100%;
    padding-right: 0;
  }
}
.text-steps-block .item p {
  font-size: 17px;
  font-family: "Nunito";
  font-weight: 800;
  color: #364c49;
  line-height: 1.3;
}
.text-steps-block .item:nth-child(2n-1) svg {
  position: absolute;
  left: 120px;
  top: 50px;
  width: 73%;
  height: auto;
  z-index: -1;
}
.text-steps-block .item:nth-child(2n) {
  padding-top: 90px;
}
@media (max-width: 1366px) {
  .text-steps-block .item:nth-child(2n) {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  .text-steps-block .item:nth-child(2n) {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .text-steps-block .item:nth-child(2n) {
    padding-top: 0;
  }
}
.text-steps-block .item:nth-child(2n) svg {
  position: absolute;
  left: 120px;
  top: 73px;
  width: 73%;
  height: auto;
  z-index: -1;
}
.text-steps-block .item:last-child svg {
  display: none;
}
.text-steps-block .top-text {
  margin-bottom: 90px;
}
@media (max-width: 1366px) {
  .text-steps-block .top-text {
    margin-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .text-steps-block .top-text {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .text-steps-block .top-text {
    margin-bottom: 25px;
  }
}
.text-steps-block .num-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 124px;
  height: 124px;
  background: #223a37;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .text-steps-block .num-wrapper {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 480px) {
  .text-steps-block .num-wrapper {
    margin-bottom: 15px;
  }
}
.text-steps-block .num-wrapper .num {
  display: block;
  font-size: 50px;
  font-family: "Nunito";
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 768px) {
  .text-steps-block .num-wrapper .num {
    font-size: 40px;
  }
}
.text-steps-block .num-wrapper .num-text {
  display: block;
  font-size: 29px;
  font-family: "Nunito";
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 768px) {
  .text-steps-block .num-wrapper .num-text {
    font-size: 20px;
  }
}
.buy-now-animation {
  -webkit-animation-name: buy-animation;
  -webkit-animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-name: buy-animation;
  -moz-animation-duration: 10s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 0s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-name: buy-animation;
  -o-animation-duration: 10s;
  -o-animation-timing-function: linear;
  -o-animation-delay: 0s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-name: buy-animation;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}
@keyframes buy-animation {
  from {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.origin-story-block {
  padding: 135px 0 30px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .origin-story-block {
    padding: 45px 0 10px 0;
  }
}
@media (max-width: 768px) {
  .origin-story-block {
    padding: 35px 0 0 0;
  }
}
.origin-story-block:before {
  position: absolute;
  left: 0;
  bottom: -140px;
  background-image: url("../img/before-origin.png");
  content: "";
  width: 304px;
  height: 473px;
  background-size: cover;
  z-index: 3;
}
@media (max-width: 1920px) {
  .origin-story-block:before {
    width: 15.833vw;
    height: 24.635vw;
  }
}
@media (max-width: 1024px) {
  .origin-story-block:before {
    bottom: -90px;
  }
}
@media (max-width: 768px) {
  .origin-story-block:before {
    display: none;
  }
}
.origin-story-block:after {
  position: absolute;
  right: 0;
  bottom: -140px;
  background-image: url("../img/after-origin.png");
  content: "";
  width: 314px;
  height: 392px;
  background-size: cover;
  z-index: 3;
}
@media (max-width: 1920px) {
  .origin-story-block:after {
    width: 16.354vw;
    height: 20.417vw;
  }
}
@media (max-width: 1024px) {
  .origin-story-block:after {
    bottom: -90px;
  }
}
@media (max-width: 768px) {
  .origin-story-block:after {
    display: none;
  }
}
.origin-story-block .wrap {
  width: 1200px;
  text-align: center;
  z-index: 4;
}
.origin-story-block .wrap strong {
  font-weight: 900;
  color: #223A37;
  font-size: 21px;
  font-family: "Nunito";
}
@media (max-width: 768px) {
  .origin-story-block .wrap strong {
    font-size: 19px;
  }
}
.our-vision {
  background: #223A37;
  position: relative;
}
.our-vision:before {
  position: absolute;
  right: 0;
  bottom: -140px;
  background-image: url("../img/before-vision.png");
  content: "";
  width: 276px;
  height: 273px;
  z-index: 4;
  background-size: cover;
}
@media (max-width: 1920px) {
  .our-vision:before {
    width: 14.375vw;
    height: 14.219vw;
    bottom: -7.292vw;
  }
}
@media (max-width: 768px) {
  .our-vision:before {
    display: none;
  }
}
.our-vision .bg-top-vision {
  height: 168px;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .our-vision .bg-top-vision {
    height: 120px;
  }
}
@media (max-width: 768px) {
  .our-vision .bg-top-vision {
    height: 90px;
  }
}
@media (max-width: 480px) {
  .our-vision .bg-top-vision {
    height: 50px;
  }
}
.our-vision .bg-top-vision:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: #FFF;
  z-index: 2;
  font-size: 0;
}
.our-vision .bg-top-vision:after {
  position: absolute;
  font-size: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  z-index: 3;
  background-image: url(../img/bg-bottom-origin.png);
  background-position: center bottom;
}
.our-vision .bg-bottom-origin {
  height: 163px;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .our-vision .bg-bottom-origin {
    height: 120px;
  }
}
@media (max-width: 768px) {
  .our-vision .bg-bottom-origin {
    height: 90px;
  }
}
@media (max-width: 480px) {
  .our-vision .bg-bottom-origin {
    height: 50px;
  }
}
.our-vision .bg-bottom-origin:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background: #FFF;
  z-index: 2;
  font-size: 0;
}
.our-vision .bg-bottom-origin:after {
  position: absolute;
  font-size: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  z-index: 3;
  background-image: url(../img/bg-top-origin.png);
  background-position: center bottom;
  background-size: cover;
}
.our-vision .wrap {
  padding: 20px 0;
}
@media (max-width: 768px) {
  .our-vision .wrap {
    padding: 30px 0;
  }
}
.our-vision .info {
  color: #FFF;
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  max-width: 585px;
}
@media (max-width: 768px) {
  .our-vision .info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.our-vision .info h2 {
  color: #FFF;
}
.our-vision .image {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  max-width: 693px;
}
@media (max-width: 768px) {
  .our-vision .image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 350px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.our-promise {
  padding: 50px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .our-promise {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .our-promise {
    padding: 35px 0;
  }
}
.our-promise:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  background-image: url("../img/promise-before.png");
  width: 431px;
  height: 742px;
  content: "";
  background-size: cover;
}
@media (max-width: 1920px) {
  .our-promise:before {
    width: 22.448vw;
    height: 38.646vw;
  }
}
@media (max-width: 768px) {
  .our-promise:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .our-promise .wrap {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.our-promise .image {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
@media (max-width: 768px) {
  .our-promise .image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    max-width: 400px;
  }
}
.our-promise .info {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  max-width: 583px;
}
@media (max-width: 768px) {
  .our-promise .info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.top-block-v {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 1920px;
  max-height: 555px;
}
.top-block-v img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.form-bottom-v {
  padding-bottom: 130px;
  position: relative;
}
@media (max-width: 1024px) {
  .form-bottom-v {
    padding-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .form-bottom-v {
    padding-bottom: 35px;
  }
}
.form-bottom-v:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70%;
  background-image: url("../img/form-origin-bg.png");
  content: "";
  height: 170px;
  background-size: cover;
}
@media (max-width: 1024px) {
  .form-bottom-v:before {
    height: 120px;
  }
}
.form-bottom-v:after {
  position: absolute;
  background: #F4F4F4;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  top: 30%;
}
.form-bottom-v .wrap {
  width: 1195px;
  background: #223A37;
  border-radius: 33px;
  text-align: center;
  padding: 60px 120px;
  color: #FFF;
  z-index: 1;
}
@media (max-width: 1024px) {
  .form-bottom-v .wrap {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .form-bottom-v .wrap {
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .form-bottom-v .wrap {
    padding: 20px;
  }
}
.form-bottom-v .wrap h2 {
  color: #FFF;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .form-bottom-v .wrap h2 {
    margin-bottom: 10px;
  }
}
.form-bottom-v .wrap p {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .form-bottom-v .wrap p {
    margin-bottom: 20px;
  }
}
.form-bottom-v .wrap p:last-child {
  margin-bottom: 0;
}
.form-bottom-v .wrap .alignnone {
  margin-bottom: 0;
}
.form-bottom-v .wrap a {
  color: #FFF;
  text-decoration: underline;
}
.form-bottom-v .wrap a:hover {
  color: #69E9FF;
}
.page-template-tpl-contact-us .form-bottom-v {
  padding: 90px 0;
}
@media (max-width: 1024px) {
  .page-template-tpl-contact-us .form-bottom-v {
    padding: 45px 0;
  }
}
@media (max-width: 768px) {
  .page-template-tpl-contact-us .form-bottom-v {
    padding: 35px 0;
  }
}
.page-template-tpl-contact-us .form-bottom-v:before {
  display: none;
}
.page-template-tpl-contact-us .form-bottom-v:after {
  display: none;
}
.accordion-v {
  margin: 90px 0;
}
@media (max-width: 1024px) {
  .accordion-v {
    margin: 45px 0;
  }
}
@media (max-width: 768px) {
  .accordion-v {
    margin: 35px 0;
  }
}
.accordion-v .items .item {
  margin-bottom: 30px;
}
.accordion-v .items .item:first-child .info {
  display: block;
}
@media (max-width: 768px) {
  .accordion-v .items .item {
    margin-bottom: 20px;
  }
}
.accordion-v .items .item.active .acc-title .arrow:before {
  opacity: 0;
}
.accordion-v .items .item.active .acc-title .arrow:after {
  opacity: 1;
}
.accordion-v .items .item .acc-title {
  padding: 20px 40px;
  border-radius: 33px;
  background: #223A37;
  font-size: 21px;
  font-weight: 900;
  color: #FFF;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 768px) {
  .accordion-v .items .item .acc-title {
    padding: 15px 20px;
    border-radius: 20px;
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .accordion-v .items .item .acc-title {
    font-size: 16px;
  }
}
.accordion-v .items .item .acc-title .arrow {
  position: relative;
  width: 55px;
  height: 46px;
  display: block;
  margin-left: 10px;
  border-left: 2px solid #06677750;
}
@media (max-width: 768px) {
  .accordion-v .items .item .acc-title .arrow {
    min-width: 30px;
    max-width: 30px;
    width: 30px;
    height: 30px;
  }
}
.accordion-v .items .item .acc-title .arrow:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 16px;
  height: 11px;
  right: 0;
  background-image: url("../img/arrow-d.svg");
  content: "";
}
.accordion-v .items .item .acc-title .arrow:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 16px;
  height: 11px;
  right: 0;
  background-image: url("../img/arrow-u.svg");
  content: "";
  opacity: 0;
}
.accordion-v .items .item .info {
  padding: 30px 40px;
  border-bottom: 1px solid #E3E3E3;
  display: none;
}
@media (max-width: 768px) {
  .accordion-v .items .item .info {
    padding: 15px 20px;
  }
}
.accordion-v .items .item .info p:last-child {
  margin-bottom: 0;
}
.faq-top {
  position: relative;
  background: #223A37;
  color: #FFF;
  padding-bottom: 120px;
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .faq-top {
    padding-top: 45px;
    padding-bottom: 75px;
  }
}
@media (max-width: 768px) {
  .faq-top {
    padding-top: 35px;
    padding-bottom: 60px;
  }
}
.faq-top:before {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../img/before-top-faq.png");
  height: 202px;
  background-size: cover;
  content: "";
  width: 50%;
  background-position: right top;
}
@media (max-width: 1024px) {
  .faq-top:before {
    height: 150px;
  }
}
@media (max-width: 768px) {
  .faq-top:before {
    height: 120px;
  }
}
@media (max-width: 480px) {
  .faq-top:before {
    height: 100px;
  }
}
.faq-top:after {
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../img/after-top-faq.png");
  height: 202px;
  background-size: cover;
  content: "";
  width: 50%;
  background-position: left top;
}
@media (max-width: 1024px) {
  .faq-top:after {
    height: 150px;
  }
}
@media (max-width: 768px) {
  .faq-top:after {
    height: 120px;
  }
}
@media (max-width: 480px) {
  .faq-top:after {
    height: 100px;
  }
}
.faq-top .wrap {
  text-align: center;
  width: 960px;
  z-index: 1;
}
.faq-top h1 {
  color: #FFF;
}
.faq-top p:last-child {
  margin-bottom: 0;
}
.home .accordion-v {
  margin: 100px 0 0 0;
}
@media (max-width: 1024px) {
  .home .accordion-v {
    margin-top: 45px;
  }
}
@media (max-width: 768px) {
  .home .accordion-v {
    margin-top: 35px;
  }
}
.top-page-banner {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 650px;
  padding: 100px 0;
}
@media (max-width: 1480px) {
  .top-page-banner {
    min-height: 550px;
  }
}
@media (max-width: 1024px) {
  .top-page-banner {
    min-height: 400px;
  }
}
.top-page-banner * {
  color: #fff;
}
.posts-archive--wrapper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.5%;
  width: 105%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  /*display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px;
    @include for-size(1024px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    @include for-size(576px) {
        grid-template-columns: repeat(1, 1fr);
    }*/
}
.posts-archive--wrapper > * {
  width: 28.3333333333%;
  margin: 0 2.5% 3.3333333333em;
}
@media (max-width: 1024px) {
  .posts-archive--wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2%;
    width: 104%;
  }
  .posts-archive--wrapper > * {
    width: 46%;
    margin: 0 2% 3em;
  }
}
@media (max-width: 600px) {
  .posts-archive--wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .posts-archive--wrapper > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.posts-archive--wrapper .post-card {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 768px) {
  .posts-archive--wrapper .post-card {
    margin-bottom: 30px;
  }
}
.posts-archive--wrapper .post-card .thumb {
  display: block;
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 35px;
  z-index: 0;
  position: relative;
  top: 0;
  transition: all 0.4s ease;
}
.posts-archive--wrapper .post-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posts-archive--wrapper .post-card .thumb:hover {
  top: -20px;
}
.posts-archive--wrapper .post-card .info {
  width: 100%;
}
.posts-archive--wrapper .post-card .info .post-title {
  margin-bottom: 20px;
}
.posts-archive--wrapper .post-card .info .post-title a {
  text-decoration: none;
}
.posts-archive--wrapper .post-card .info .post-title a:hover {
  color: #69E9FF !important;
}
.posts-archive--wrapper .post-card .info p {
  font-size: 19px;
}
.single-post--top {
  overflow: hidden;
}
.single-post--top .thumbnail {
  width: 100%;
  position: relative;
  aspect-ratio: 2.75;
}
@media (max-width: 576px) {
  .single-post--top .thumbnail {
    aspect-ratio: 1.75;
  }
}
.single-post--top .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post--top .thumbnail .wave {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -50px;
  left: 0;
  z-index: 2;
}
@media (max-width: 1480px) {
  .single-post--top .thumbnail .wave {
    bottom: -20px;
  }
}
@media (max-width: 1024px) {
  .single-post--content .flx-text-block {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .single-post--content .flx-text-block {
    margin: 40px 0;
  }
}
.single-post--content .flx-text-block p {
  font-size: 21px;
  font-weight: 600;
}
.single-post--content .flx-text-image-block {
  margin: 90px 0;
  gap: 30px;
}
@media (max-width: 1024px) {
  .single-post--content .flx-text-image-block {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .single-post--content .flx-text-image-block {
    margin: 40px 0;
  }
}
.single-post--content .flx-text-image-block .text {
  flex: 1;
  padding: 35px 0;
  border-top: 1px dashed #7b6d55;
  border-bottom: 1px dashed #7b6d55;
  padding-right: 100px;
}
@media (max-width: 1280px) {
  .single-post--content .flx-text-image-block .text {
    padding-right: 50px;
  }
}
@media (max-width: 1024px) {
  .single-post--content .flx-text-image-block .text {
    padding-right: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.single-post--content .flx-text-image-block .text ul li {
  padding-left: 20px;
}
.single-post--content .flx-text-image-block .text ul li::before {
  top: 10px;
}
.single-post--content .flx-text-image-block .image {
  -webkit-flex-basis: 41%;
  -moz-flex-basis: 41%;
  -ms-flex-preferred-size: 41%;
  flex-basis: 41%;
  max-width: 41%;
}
@media (max-width: 1024px) {
  .single-post--content .flx-text-image-block .image {
    -webkit-flex-basis: 55%;
    -moz-flex-basis: 55%;
    -ms-flex-preferred-size: 55%;
    flex-basis: 55%;
    max-width: 55%;
    margin: 40px auto 0;
  }
}
@media (max-width: 768px) {
  .single-post--content .flx-text-image-block .image {
    -webkit-flex-basis: 90%;
    -moz-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%;
  }
}
.single-post--content .flx-text-image-block .image img {
  margin: 0 auto;
}
.single-post--content .home-bdi {
  background: none;
  padding: 60px 0;
}
.single-post--content .home-bdi h2 {
  color: #223A37;
}
.single-post--content .home-bdi p {
  color: #191919;
}
.single-post--content .home-bdi .text {
  max-width: 702px;
}
.v-center {
  align-items: center;
}
.wave-top, .wave-bottom {
  width: 100%;
}
.home-mdi .wrap {
  align-items: center;
  gap: 60px;
}
@media (max-width: 1024px) {
  .home-mdi .wrap {
    gap: 40px;
    padding: 40px 0;
  }
}
.home-mdi .wrap .text {
  -webkit-flex-basis: 580px;
  -moz-flex-basis: 580px;
  -ms-flex-preferred-size: 580px;
  flex-basis: 580px;
  max-width: 580px;
}
@media (max-width: 1024px) {
  .home-mdi .wrap .text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.home-mdi .wrap .text h1, .home-mdi .wrap .text h2, .home-mdi .wrap .text h3, .home-mdi .wrap .text .post .post-title, .post .home-mdi .wrap .text .post-title, .home-mdi .wrap .text h4, .home-mdi .wrap .text .product-bottom-info .sub-title span, .product-bottom-info .sub-title .home-mdi .wrap .text span {
  color: #69E9FF;
}
.home-mdi .wrap .text * {
  color: #fff;
}
.home-mdi .wrap .image {
  flex: 1;
}
.home-mdi .wrap .image figure {
  margin-right: -25%;
}
@media (max-width: 1800px) {
  .home-mdi .wrap .image figure {
    margin-right: -15%;
  }
}
@media (max-width: 1650px) {
  .home-mdi .wrap .image figure {
    margin-right: -5%;
  }
}
@media (max-width: 1280px) {
  .home-mdi .wrap .image figure {
    margin-right: 0;
  }
}
.home-tib {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .home-tib .wrap {
    gap: 40px;
  }
}
.home-tib .wrap > div {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  max-width: 45%;
}
@media (max-width: 1280px) {
  .home-tib .wrap > div {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%;
  }
}
@media (max-width: 768px) {
  .home-tib .wrap > div {
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media (max-width: 576px) {
  .home-tib .wrap > div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .home-tib .wrap > div.left-wrapper {
    margin: 0 auto;
  }
}
.home-tib .wrap > div.left-wrapper .image {
  position: relative;
}
.home-tib .wrap > div.left-wrapper .image .by-now {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
}
.home-tib .wrap > div.left-wrapper .image .by-now svg {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home-tib .wrap > div.left-wrapper .image .by-now:hover svg {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .home-tib .wrap > div.text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
.home-tib .wrap > div.text .wys {
  max-width: 580px;
}
.home-tib .wrap > div.text .wys ul li {
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  padding-left: 0;
  display: inline-grid;
  grid-template-columns: 23px 1fr;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 15px;
}
.home-tib .wrap > div.text .wys ul li:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 23px;
  height: 20px;
  top: 5px;
  margin-right: 8px;
  background: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='23' height='20' viewBox='0 0 23 20' fill='none'><path d='M10.3779 1.6543C14.0875 1.65446 17.1953 5.02158 17.1953 9.31055C17.1951 14.029 14.163 17.8152 10.3779 17.8154C6.07409 17.8154 2.45332 14.0824 2.45312 9.31055C2.45313 4.94192 6.1184 1.6543 10.3779 1.6543Z' stroke='%23223A37' stroke-width='3'/><path d='M21.977 1.06539C18.7142 2.10269 14.5548 4.87685 10.7192 9.62912L8.4527 7.19268C8.104 6.8067 7.45643 6.8067 7.10774 7.19268L5.43899 9.00191C5.1152 9.36376 5.14011 9.89447 5.4888 10.2081L10.6196 14.9845C11.043 15.3704 11.7404 15.2739 12.0393 14.7673C14.779 9.96684 17.718 6.39661 22.6993 2.29567C23.2971 1.78909 22.7491 0.824162 21.977 1.06539Z' fill='%23223A37'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}
.home-oao--section {
  background-color: #223A37;
  position: relative;
}
.home-oao--section .wave-bottom {
  position: relative;
  z-index: 3;
  bottom: -2px;
}
.home-oao--section .hand-bottom {
  width: auto;
  position: absolute;
  bottom: -120px;
  left: 45%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 1380px) {
  .home-oao--section .hand-bottom {
    display: none;
  }
}
.home-oao--wrapper {
  display: grid;
  grid-template-columns: 0.4fr 0.7fr;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 1024px) {
  .home-oao--wrapper {
    grid-template-columns: repeat(1, auto);
  }
}
.home-oao--wrapper .text {
  color: #fff;
}
.home-oao--wrapper .text h1, .home-oao--wrapper .text h2, .home-oao--wrapper .text h3, .home-oao--wrapper .text .post .post-title, .post .home-oao--wrapper .text .post-title, .home-oao--wrapper .text h4, .home-oao--wrapper .text .product-bottom-info .sub-title span, .product-bottom-info .sub-title .home-oao--wrapper .text span {
  color: #fff;
}
@media (max-width: 1024px) {
  .home-oao--wrapper .image {
    max-width: 50%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .home-oao--wrapper .image {
    max-width: 90%;
  }
}
.home-oao--wrapper .image figure {
  margin-right: -25%;
}
@media (max-width: 1380px) {
  .home-oao--wrapper .image figure {
    margin-right: -15%;
  }
}
@media (max-width: 1024px) {
  .home-oao--wrapper .image figure {
    margin-right: 0;
  }
}
.home-oao--wrapper .image figure img {
  margin-left: auto;
}
.about-us--section .wrap {
  width: 1640px;
}
.about-us--wrapper {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  align-items: center;
  gap: 100px;
}
@media (max-width: 1480px) {
  .about-us--wrapper {
    gap: 40px;
  }
}
@media (max-width: 1180px) {
  .about-us--wrapper {
    grid-template-columns: repeat(1, auto);
  }
}
@media (max-width: 1180px) {
  .about-us--wrapper .image {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .about-us--wrapper .image {
    max-width: 96%;
  }
}
.about-us--wrapper .text .wys {
  max-width: 580px;
}
@media (max-width: 1180px) {
  .about-us--wrapper .text .wys {
    max-width: 100%;
  }
}
.about-us--wrapper .text .wys ol li {
  padding-left: 50px;
}
@media (max-width: 1024px) {
  .about-us--wrapper .text .wys ol li {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .about-us--wrapper .text .wys ol li {
    max-width: 380px;
  }
  .about-us--wrapper .text .wys ol li br {
    display: none;
  }
}
.about-us--wrapper .text .wys ol li::before {
  margin-right: 0;
  position: absolute;
  left: 0;
  top: 3px;
}
ol {
  list-style: none;
  counter-reset: my-counter;
}
ol li {
  counter-increment: my-counter;
  margin-bottom: 5px;
  position: relative;
  padding: 5px 0;
}
ol li:before {
  content: counter(my-counter);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row;
  font-weight: 700;
  background: #223a37;
  color: #fff;
  margin-right: 15px;
}
.home-posts {
  padding: 100px 0 160px;
  position: relative;
}
@media (max-width: 1024px) {
  .home-posts {
    padding: 60px 0 70px;
  }
}
@media (max-width: 480px) {
  .home-posts {
    padding: 60px 0 110px;
  }
}
.home-posts .snatch {
  position: fixed;
  right: 32px;
  bottom: 50px;
  z-index: 5;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1366px) {
  .home-posts .snatch {
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  .home-posts .snatch {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .home-posts .snatch {
    bottom: -20px;
  }
}
@media (max-width: 480px) {
  .home-posts .snatch {
    width: 120px;
    bottom: 30px;
  }
}
.home-posts .snatch:hover {
  opacity: 0.7;
}
.home-posts h2 {
  text-align: center;
  margin-bottom: 68px;
}
@media (max-width: 1024px) {
  .home-posts h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .home-posts h2 {
    margin-bottom: 25px;
  }
}
.home-posts .list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  position: relative;
  text-align: center;
}
.home-posts .list > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 480px) {
  .home-posts .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .home-posts .list > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.home-posts .list .by-now {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
  max-width: 190px;
  border-radius: 50%;
  text-align: center;
  margin: 0;
  font-size: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1024px) {
  .home-posts .list .by-now {
    width: 100px;
  }
}
@media (max-width: 768px) {
  .home-posts .list .by-now {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: static;
    margin: 0 auto;
  }
}
.home-posts .list .by-now img {
  margin: 0 auto;
}
.home-posts .list .by-now:hover {
  opacity: 0.7;
}
.home-posts .list figure {
  text-align: center;
}
@media (max-width: 480px) {
  .home-posts .list figure {
    width: 200px;
    margin: 0 auto;
  }
}
.home-posts .list figure img {
  margin: 0 auto 36px;
}
.home-posts .list .btn, .home-posts .list .post-navigation [rel="next"], .post-navigation .home-posts .list [rel="next"], .home-posts .list .post-navigation [rel="prev"], .post-navigation .home-posts .list [rel="prev"], .home-posts .list .wc-block-components-button:not(.is-link), .home-posts .list .woocommerce .woocommerce-Button.button, .woocommerce .home-posts .list .woocommerce-Button.button, .home-posts .list .woocommerce button.button, .woocommerce .home-posts .list button.button, .home-posts .list .woocommerce-account .addresses .title .edit, .woocommerce-account .addresses .title .home-posts .list .edit, .home-posts .list .woocommerce-account .woocommerce-MyAccount-content a.button, .woocommerce-account .woocommerce-MyAccount-content .home-posts .list a.button, .home-posts .list .woocommerce-account .woocommerce-MyAccount-content .button.wc-forward, .woocommerce-account .woocommerce-MyAccount-content .home-posts .list .button.wc-forward, .home-posts .list li.product a.button, li.product .home-posts .list a.button {
  margin-bottom: 30px;
}
.home-posts .bottom-btn {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .home-posts .bottom-btn {
    margin-top: 20px;
  }
}
.top-section {
  position: relative;
}
.top-section .by-now {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -84px;
}
.padding-lg {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .padding-lg {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .padding-lg {
    padding: 40px 0;
  }
}
.hooked {
  margin-top: -320px;
  position: relative;
  z-index: -1;
}
.hey-caviar-experience-info {
  background: #f4f4f4;
  position: relative;
  z-index: 0;
  padding-top: 100px;
}
@media (max-width: 1366px) {
  .hey-caviar-experience-info {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  .hey-caviar-experience-info {
    padding-top: 40px;
  }
}
.hey-caviar-experience-info .wave-top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: -1;
}
.hey-caviar-experience-info .wrap {
  width: 1195px;
}
.hey-caviar-experience-info .info p {
  font-size: 19px;
  text-shadow: 0 0 10px #F4F4F4;
}
.hey-caviar-experience-info .info .btn-image {
  display: block;
  width: 190px;
  aspect-ratio: 1;
  font-size: 0;
  margin: 60px auto 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .hey-caviar-experience-info .info .btn-image {
    margin: 20px auto 0;
    width: 120px;
  }
}
.hey-caviar-experience-info .info .btn-image svg {
  width: 100%;
  height: auto;
}
.hey-caviar-experience-info .info .btn-image:hover {
  opacity: 0.7;
}
.hey-caviar-experience-info .hce-image-1, .hey-caviar-experience-info .hce-image-2 {
  position: absolute;
}
.hey-caviar-experience-info .hce-image-1 img, .hey-caviar-experience-info .hce-image-2 img {
  width: 100%;
  height: auto;
}
.hey-caviar-experience-info .hce-image-1 {
  top: 0;
  right: -4.5%;
  width: 26%;
}
@media (max-width: 1366px) {
  .hey-caviar-experience-info .hce-image-1 {
    width: 20%;
  }
}
.hey-caviar-experience-info .hce-image-2 {
  bottom: 0;
  left: -6%;
  width: 25vw;
}
@media (max-width: 1840px) {
  .hey-caviar-experience-info .hce-image-2 {
    bottom: auto;
    top: 10%;
  }
}
@media (max-width: 1366px) {
  .hey-caviar-experience-info .hce-image-2 {
    width: 18%;
    left: -4%;
  }
}
.circle-box {
  padding: 100px 0;
}
@media (max-width: 1366px) {
  .circle-box {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .circle-box {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .circle-box {
    padding: 25px 0;
  }
}
.circle-box .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.5%;
  width: 105%;
}
.circle-box .items > * {
  width: 28.3333333333%;
  margin: 0 2.5% 3.3333333333em;
}
@media (max-width: 1024px) {
  .circle-box .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
    justify-content: center;
  }
  .circle-box .items > * {
    width: 47%;
    margin: 0 1.5% 2.25em;
  }
}
@media (max-width: 768px) {
  .circle-box .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .circle-box .items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.circle-box .items .item:nth-child(2) {
  margin-top: -50px;
}
@media (max-width: 1024px) {
  .circle-box .items .item:nth-child(2) {
    margin-top: 0;
  }
}
.circle-box .items figure {
  max-width: 380px;
  aspect-ratio: 1;
  margin: 0 auto 35px;
}
.circle-box .items figure img {
  margin: 0 auto;
  border-radius: 50%;
}
.circle-box .items .title {
  font-size: 30px;
  font-weight: 900;
  font-family: "Nunito";
  text-align: center;
}
.text-image-style-3 {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .text-image-style-3 {
    padding: 30px 0 60px;
  }
}
@media (max-width: 768px) {
  .text-image-style-3 {
    padding: 35px 0;
  }
}
.text-image-style-3.bg-color {
  margin-top: 180px;
  padding: 35px 0 100px;
}
.text-image-style-3.bg-color > svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  min-width: 100%;
  transform: translateY(-100%);
}
.text-image-style-3 .text, .text-image-style-3 .image {
  flex-basis: 48.5%;
}
@media (max-width: 768px) {
  .text-image-style-3 .text, .text-image-style-3 .image {
    flex-basis: 100%;
  }
}
.text-image-style-3 .text h2, .text-image-style-3 .text p {
  text-wrap: balance;
}
@media (max-width: 768px) {
  .text-image-style-3 .text {
    margin-bottom: 35px;
  }
}
.text-image-style-3 .image {
  text-align: center;
}
.text-image-style-3 .image img {
  margin: 0 auto;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  color: #223A37;
}
.wc-block-components-button:not(.is-link) {
  transition: all 0.3s !important;
}
.wc-block-checkout__terms a {
  color: #223A37;
}
.decoration li, .cards-with-text .wrapper .text-content .text li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 219%;
  color: #fff;
  margin-bottom: 9px;
}
.decoration li:before, .cards-with-text .wrapper .text-content .text li:before {
  top: 14px;
  left: 5px;
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #fff;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.28);
}
.line {
  display: block;
  flex-basis: 100%;
  border-bottom: 4px dotted #7b6d55;
  margin: 60px 0 !important;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100% !important;
}
.cards-with-text {
  margin: 240px 0;
  background: #223a37;
  position: relative;
  padding: 100px 0 60px;
}
@media (max-width: 1024px) {
  .cards-with-text {
    margin: 35px 0;
    padding: 45px 0 60px;
  }
}
@media (max-width: 768px) {
  .cards-with-text {
    margin: 25px 0;
    padding: 35px 0 45px;
  }
}
.cards-with-text:after, .cards-with-text:before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkyMCIgaGVpZ2h0PSI5NSIgdmlld0JveD0iMCAwIDE5MjAgOTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS0xMjEyLjc5IDQwLjg0MTVMLTEyNjQuNCAzMS45ODg0Qy0xMTE2LjAxIDIyLjgwNzQgLTEwMTkuMjMgNS41OTMxMSAtOTIyLjQ0OSAzLjU0Mzc4Qy04MjUuNjcgMS40OTQ0NiAtNzI4Ljg5MiAxNi4yNDk2IC02MzIuMTEzIDMwLjE4NTBDLTUzNS4zMzQgNDQuMTIwNCAtNDM4LjU1NSA1OC44NzU1IC0zNDEuNzc2IDYzLjk1NzhDLTI0NC45OTcgNjkuNTMyIC0xNDguMjE4IDY1LjQzMzMgLTUxLjQzOTIgNTUuMDIyOEM0NS4zMzk4IDQ0LjEyMDQgMTQyLjExOSAyNi45MDYxIDIzOC44OTggMzAuMTg1QzMzNS42NzcgMzMuNDYzOSA0MzIuNDU1IDU4Ljg3NTUgNTI5LjIzNCA1OC42Mjk2QzYyNi4wMTMgNTguODc1NSA3MjIuNzkyIDMzLjQ2MzkgODE5LjU3MSAxNy43MjUxQzkxNi4zNSA0LjQ5NDQ2IDEwMTMuMTMgLTUuMDYzMzggMTEwOS45MSA3LjA2ODYyQzEyMDYuNjkgMTkuNTI4NSAxMzAzLjQ3IDUxLjQ5NzkgMTQwMC4yNCA1My4zMDEzQzE0OTcuMDIgNTQuNzc2OSAxNTkzLjggMjYuOTA2MSAxNjkwLjU4IDIzLjA1MzNDMTc4Ny4zNiAxOS41Mjg1IDE4ODQuMTQgNDAuODQxNSAxOTgwLjkyIDQ0LjM2NjNDMjA3Ny43IDQ4LjIxOSAyMTc0LjQ4IDMzLjQ2MzkgMjI3MS4yNSAyNC44NTY3QzIzNjguMDMgMTYuMjQ5NiAyNDY0LjgxIDEyLjE1MDkgMjU2MS41OSAxNC4yMDAzQzI2NTguMzcgMTYuMjQ5NiAyNzU1LjE1IDIyLjgwNzQgMjg1MS45MyAyMy4wNTMzQzI5NDguNzEgMjIuODA3NCAzMDQ1LjQ5IDE2LjI0OTYgMzE0Mi4yNyAxOS41Mjg1QzMyMzkuMDQgMjIuODA3NCAzMzM1LjgyIDM3LjU2MjYgMzQzMi42IDM1LjUxMzJDMzUyOS4zOCAzMy40NjM5IDM2MjYuMTYgMTYuMjQ5NiAzNzIyLjk0IDEyLjM5NjlDMzgxOS43MiA4Ljg3MjAyIDM5MTYuNSAxOS41Mjg1IDQwMTMuMjggMTkuNTI4NUM0MTEwLjA1IDE5LjUyODUgNDIwNi44MyA4Ljg3MjAyIDQzMDMuNjEgNy4wNjg2MkM0NDAwLjM5IDUuNTkzMTEgNDQ5Ny4xNyAxMi4xNTA5IDQ1OTMuOTUgMTkuNTI4NUM0NjkwLjczIDI2LjkwNjEgNDc4Ny41MSAzMy40NjM5IDQ4ODQuMjkgNDAuODQxNUM0OTgxLjA2IDQ4LjIxOSA1MDc3Ljg0IDU0Ljc3NjkgNTE3NC42MiA1NS4wMjI4QzUyNzEuNCA1NC43NzY5IDUzNjguMTggNDguMjE5IDU0NjQuOTYgNDAuODQxNUM1NjYxLjc0IDMzLjQ2MzkgNTY1OC41MiAyNi45MDYxIDU3MDYuOTEgMjMuMDUzM0w1NzU1LjMgMTkuNTI4NVY5NC4xMjM5SDU3MDYuOTFDNTY1OC41MiA5NC4xMjM5IDU1NjEuNzQgOTQuMTIzOSA1NDY0Ljk2IDk0LjEyMzlDNTM2OC4xOCA5NC4xMjM5IDUyNzEuNCA5NC4xMjM5IDUxNzQuNjIgOTQuMTIzOUM1MDc3Ljg0IDk0LjEyMzkgNDk4MS4wNiA5NC4xMjM5IDQ4ODQuMjkgOTQuMTIzOUM0Nzg3LjUxIDk0LjEyMzkgNDY5MC43MyA5NC4xMjM5IDQ1OTMuOTUgOTQuMTIzOUM0NDk3LjE3IDk0LjEyMzkgNDQwMC4zOSA5NC4xMjM5IDQzMDMuNjEgOTQuMTIzOUMzOTk2LjggOTQuMTIzOSAzODk5LjkyIDk0LjEyMzkgMzgxMy4xMiA5NC4xMjM5QzM3MjYuMzIgOTQuMTIzOSAzNjI5LjU0IDk0LjEyMzkgMzU0Mi43NCA5NC4xMjM5QzM0NTUuOTQgOTQuMTIzOSAzMzU5LjE2IDk0LjEyMzkgMzI0Mi4zNiA5NC4xMjM5QzMxNDUuNTYgOTQuMTIzOSAzMDQ4Ljc4IDk0LjEyMzkgMjk1Mi4wOCA5NC4xMjM5QzI4NTUuMjggOTQuMTIzOSAyNzU4LjUgOTQuMTIzOSAyNjYxLjcyIDk0LjEyMzlDMjU2NC45MiA5NC4xMjM5IDI0NjguMTQgOTQuMTIzOSAyMzcxLjM0IDk0LjEyMzlDMjI3NC41NCA5NC4xMjM5IDIxNzcuNzYgOTQuMTIzOSAyMDgwLjk2IDk0LjEyMzlDMTk4NC4xNiA5NC4xMjM5IDE4ODcuMzggOTQuMTIzOSAxNzkwLjU4IDk0LjEyMzlDMTY5My44IDk0LjEyMzkgMTU5Ny4wMiA5NC4xMjM5IDE1MDAuMjIgOTQuMTIzOUMxNDAzLjQ0IDk0LjEyMzkgMTMwNi42NiA5NC4xMjM5IDExMDkuOTEgOTQuMTIzOUMxMDEzLjEzIDk0LjEyMzkgOTE2LjM1IDk0LjEyMzkgODE5LjU3MSA5NC4xMjM5QzcyMi43OTIgOTQuMTIzOSA2MjYuMDEzIDk0LjEyMzkgNTI5LjIzNCA5NC4xMjM5QzQzMi40NTUgOTQuMTIzOSA0MzIuNDU1IDk0LjEyMzkgMjM4Ljg5OCA5NC4xMjM5QzE0Mi4xMTkgOTQuMTIzOSA0NS4zMzk4IDk0LjEyMzkgLTUxLjQzOTIgOTQuMTIzOUMtMTQ4LjIxOCA5NC4xMjM5IC0yNDQuOTk3IDk0LjEyMzkgLTM0MS43NzYgOTQuMTIzOUMtNDM4LjU1NSA5NC4xMjM5IC01MzUuMzM0IDk0LjEyMzkgLTYzMi4xMTMgOTQuMTIzOUMtNzI4Ljg5MiA5NC4xMjM5IC04MjUuNjcgOTQuMTIzOSAtOTIyLjQ0OSA5NC4xMjM5Qy0xMDE5LjIzIDk0LjEyMzkgLTExMTYuMDEgOTQuMTIzOSAtMTI2NC40IDk0LjEyMzlILTEyMTIuNzlWNDIuODQxNVoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8xMzg3XzEyMzU4KSIgLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMTM4N18xMjM1OCIgeDE9Ii0xMjEyLjc5IiB5MT0iOTQuMTIzOSIgeDI9Ii0xMjEyLjc5IiB5Mj0iMC44MTA3OTEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjMjIzQTM3IiAvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzIyM0EzNyIgLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  height: 125px;
  width: 100%;
}
@media (max-width: 1024px) {
  .cards-with-text:after, .cards-with-text:before {
    background-size: 100%;
  }
}
.cards-with-text:before {
  top: -90px;
}
.cards-with-text:after {
  rotate: 180deg;
  bottom: -90px;
}
.cards-with-text .cards-title * {
  color: #fff;
}
.cards-with-text .wrapper .cards {
  position: relative;
  display: grid;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  justify-content: center;
}
.cards-with-text .wrapper .cards > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 768px) {
  .cards-with-text .wrapper .cards {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .cards-with-text .wrapper .cards > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.cards-with-text .wrapper .cards.cols-3 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.cards-with-text .wrapper .cards.cols-3 > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .cards-with-text .wrapper .cards.cols-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .cards-with-text .wrapper .cards.cols-3 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 600px) {
  .cards-with-text .wrapper .cards.cols-3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .cards-with-text .wrapper .cards.cols-3 > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.cards-with-text .wrapper .cards.cols-4 {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.cards-with-text .wrapper .cards.cols-4 > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .cards-with-text .wrapper .cards.cols-4 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .cards-with-text .wrapper .cards.cols-4 > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
.cards-with-text .wrapper .cards .line {
  margin: 40px 0 60px !important;
}
.cards-with-text .wrapper .cards .item {
  border-radius: 21px;
  background: #364c49;
  padding: 42px 31px 46px;
}
.cards-with-text .wrapper .cards .item h4, .cards-with-text .wrapper .cards .item .product-bottom-info .sub-title span, .product-bottom-info .sub-title .cards-with-text .wrapper .cards .item span {
  font-size: 21px;
  color: #fff;
}
.cards-with-text .wrapper .cards .item p {
  color: #fff;
}
.cards-with-text .wrapper .cards .item p:last-child {
  margin-bottom: 0;
}
.cards-with-text .wrapper .cards .item ul li {
  position: relative;
  padding-left: 50px;
  position: relative;
  z-index: 0;
  margin-bottom: 14px;
  color: #fff;
}
.cards-with-text .wrapper .cards .item ul li a {
  color: #fff;
  text-decoration: underline;
}
.cards-with-text .wrapper .cards .item ul li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px #ffffff4d;
}
.cards-with-text .wrapper .text-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 40px;
}
.cards-with-text .wrapper .text-content .text {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  color: #fff;
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cards-with-text .wrapper .text-content .text {
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  .cards-with-text .wrapper .text-content .text {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .cards-with-text .wrapper .text-content .text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 480px) {
  .cards-with-text .wrapper .text-content .text {
    padding: 0;
  }
}
.cards-with-text .wrapper .text-content .text h4, .cards-with-text .wrapper .text-content .text .product-bottom-info .sub-title span, .product-bottom-info .sub-title .cards-with-text .wrapper .text-content .text span {
  font-size: 21px;
  color: #fff;
}
.cards-with-text .wrapper .text-content .text p {
  margin-bottom: 0;
}
.cards-with-text .wrapper .text-content .text:nth-child(2n + 1) {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 768px) {
  .cards-with-text .wrapper .text-content .text:nth-child(2n + 1) {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.flx-text-block p img {
  margin: 0 auto;
}
.home-wave-text {
  font-family: "Nunito";
  color: #223A37;
  font-size: 48px;
  font-weight: 900;
  padding: 210px 0;
  background: url("../img/tail.svg") no-repeat 50% 50%;
}
@media (max-width: 1366px) {
  .home-wave-text {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .home-wave-text {
    background-size: 200px auto;
    padding: 60px 0;
  }
}
.home-wave-text #pathSVG {
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: startOffset;
}
.home-bdi {
  color: #fff;
}
@media (max-width: 990px) {
  .home-bdi .wrap {
    align-items: center;
  }
}
@media (max-width: 570px) {
  .home-bdi .wrap {
    padding: 5% 0;
  }
}
@media (max-width: 520px) {
  .home-bdi .wrap {
    flex-direction: column;
  }
}
.home-bdi .wave-top {
  position: static;
  background: #fff;
}
.home-bdi .wave-top svg {
  width: 100%;
  display: block;
  height: auto;
}
.home-bdi h2 {
  color: #69E9FF;
}
.home-bdi .text {
  max-width: 580px;
}
.home-bdi .left-wrapper {
  position: relative;
  margin-left: -25%;
}
.home-bdi .left-wrapper .image {
  position: absolute;
  top: 50%;
  left: 63%;
  margin-top: -44%;
  width: 100%;
  max-width: 573px;
}
@media (max-width: 570px) {
  .home-bdi .left-wrapper .image {
    position: relative;
    margin: 0;
    left: 0;
    top: 0;
  }
}
@media (max-width: 990px) {
  .home-bdi .left-wrapper {
    margin-right: 30%;
  }
}
@media (max-width: 570px) {
  .home-bdi .left-wrapper {
    margin: 0 5% 0 0;
  }
}
@media (max-width: 520px) {
  .home-bdi .left-wrapper {
    margin: 0;
    max-width: 240px;
  }
}
@media (max-width: 990px) {
  .home-bdi .left-wrapper svg {
    max-width: 340px;
  }
}
@media (max-width: 570px) {
  .home-bdi .left-wrapper svg {
    display: none;
  }
}
.woocommerce form input, .woocommerce form textarea {
  color: #191919;
}
.woocommerce form input:focus, .woocommerce form textarea:focus {
  border-bottom-color: black;
}
.woocommerce form input::-webkit-input-placeholder, .woocommerce form textarea::-webkit-input-placeholder {
  color: #191919;
}
.woocommerce form input:-moz-placeholder, .woocommerce form textarea:-moz-placeholder {
  color: #191919;
}
.woocommerce form input::-moz-placeholder, .woocommerce form textarea::-moz-placeholder {
  color: #191919;
}
.woocommerce form input:-ms-input-placeholder, .woocommerce form textarea:-ms-input-placeholder {
  color: #191919;
}
@media (max-width: 480px) {
  .woocommerce form .form-row-first, .woocommerce form .form-row-last {
    width: 100%;
  }
}
.woocommerce .woocommerce-Button.button:disabled[disabled], .woocommerce .woocommerce-Button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce button.button:disabled {
  padding: 0;
  color: #fff;
}
.woocommerce .woocommerce-Button.button:disabled[disabled]:hover, .woocommerce .woocommerce-Button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce button.button:disabled:hover {
  background: #355a55;
  color: #fff;
}
.woocommerce .woocommerce-notices-wrapper ul {
  margin-left: 0;
}
.woocommerce .woocommerce-notices-wrapper ul li {
  padding: 0;
}
.woocommerce .woocommerce-notices-wrapper ul li::before {
  display: none;
}
.woocommerce ul.products {
  margin: 0;
}
.woocommerce ul.products.columns-1 li.product {
  margin: 0 20px 20px 0;
  width: calc((100% / 1) - (20px * (1 - 1) / 1));
}
.woocommerce ul.products.columns-1 li.product.last {
  margin-right: 0;
}
.woocommerce ul.products.columns-2 li.product {
  margin: 0 20px 20px 0;
  width: calc((100% / 2) - (20px * (2 - 1) / 2));
}
.woocommerce ul.products.columns-2 li.product.last {
  margin-right: 0;
}
.woocommerce ul.products.columns-3 li.product {
  margin: 0 20px 20px 0;
  width: calc((100% / 3) - (20px * (3 - 1) / 3));
}
.woocommerce ul.products.columns-3 li.product.last {
  margin-right: 0;
}
.woocommerce ul.products.columns-4 li.product {
  margin: 0 20px 20px 0;
  width: calc((100% / 4) - (20px * (4 - 1) / 4));
}
.woocommerce ul.products.columns-4 li.product.last {
  margin-right: 0;
}
.woocommerce ul.products.columns-5 li.product {
  margin: 0 20px 20px 0;
  width: calc((100% / 5) - (20px * (5 - 1) / 5));
}
.woocommerce ul.products.columns-5 li.product.last {
  margin-right: 0;
}
.woocommerce ul.products.columns-6 li.product {
  margin: 0 20px 20px 0;
  width: calc((100% / 6) - (20px * (6 - 1) / 6));
}
.woocommerce ul.products.columns-6 li.product.last {
  margin-right: 0;
}
.woocommerce ul.products.columns-7 li.product {
  margin: 0 20px 20px 0;
  width: calc((100% / 7) - (20px * (7 - 1) / 7));
}
.woocommerce ul.products.columns-7 li.product.last {
  margin-right: 0;
}
.woocommerce ul.products.columns-8 li.product {
  margin: 0 20px 20px 0;
  width: calc((100% / 8) - (20px * (8 - 1) / 8));
}
.woocommerce ul.products.columns-8 li.product.last {
  margin-right: 0;
}
.woocommerce ul.products.columns-9 li.product {
  margin: 0 20px 20px 0;
  width: calc((100% / 9) - (20px * (9 - 1) / 9));
}
.woocommerce ul.products.columns-9 li.product.last {
  margin-right: 0;
}
.woocommerce ul.products.columns-10 li.product {
  margin: 0 20px 20px 0;
  width: calc((100% / 10) - (20px * (10 - 1) / 10));
}
.woocommerce ul.products.columns-10 li.product.last {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .woocommerce ul.products li.product {
    width: 32% !important;
    margin: 0 0 20px !important;
  }
}
@media (max-width: 768px) {
  .woocommerce ul.products li.product {
    width: 48% !important;
  }
}
@media (max-width: 480px) {
  .woocommerce ul.products li.product {
    width: 100% !important;
  }
}
.woocommerce #reviews .cr-summaryBox-wrap {
  background: transparent;
}
.woocommerce #reviews .cr-summaryBox-wrap .cr-rating-icon-frnt svg {
  fill: #223A37;
}
.woocommerce #reviews .cr-summaryBox-wrap .ivole-histogramRow .ivole-meter-bar {
  background: #223A37;
}
.woocommerce #reviews #comments ol.commentlist li {
  border-bottom: 1px solid #979797;
}
.woocommerce #reviews #comments ol.commentlist li::before {
  display: none;
}
.woocommerce #reviews .comment_container {
  position: relative;
  z-index: 0;
}
.woocommerce #reviews .comment_container .avatar {
  position: absolute;
  top: 30px !important;
  left: 0;
  width: 36px !important;
  height: 36px !important;
}
@media (max-width: 1024px) {
  .woocommerce #reviews .comment_container .avatar {
    width: 30px !important;
    height: 30px !important;
    top: 24px !important;
  }
}
.woocommerce #reviews .comment-text {
  margin-left: 0 !important;
  padding: 0 0 10px !important;
  border: none !important;
}
.woocommerce #reviews .comment-text .star-rating {
  float: none;
  font-size: 19px;
}
.woocommerce #reviews .comment-text p.meta {
  padding-left: 45px;
}
.woocommerce #reviews .comment-text .woocommerce-review__author {
  color: #223A37;
  font-size: 16px;
  font-weight: 400;
  display: block;
  padding-top: 5px;
}
.woocommerce #reviews .comment-text .woocommerce-review__dash {
  display: none;
}
.woocommerce #reviews .comment-text .woocommerce-review__published-date {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1;
}
.woocommerce #reviews p.stars a::before {
  color: #223A37;
  background: transparent;
  opacity: 1;
}
.woocommerce #reviews #review_form_wrapper {
  max-width: 570px;
  margin: 0 auto;
}
.woocommerce #reviews input[type="text"], .woocommerce #reviews input[type="email"], .woocommerce #reviews textarea {
  background: transparent;
  border-radius: 0;
  border: 1px solid #223A37;
  color: #223A37;
  padding: 0 20px;
}
.woocommerce #reviews textarea {
  height: 120px !important;
  padding: 10px 20px;
}
.woocommerce #reviews .form-submit {
  text-align: center;
}
.woocommerce #reviews .form-submit .submit {
  background: #223A37 !important;
  color: #fff !important;
  padding: 15px 30px !important;
  border-radius: 0 !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.woocommerce #reviews .form-submit .submit:hover {
  background: #69E9FF !important;
}
.woocommerce-account .addresses .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.woocommerce-account .addresses .title h3, .woocommerce-account .addresses .title .post .post-title, .post .woocommerce-account .addresses .title .post-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.woocommerce-account .addresses .title .edit {
  min-width: auto;
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li::before {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  color: #223A37;
  font-weight: 700;
  text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  color: #03daff;
}
.woocommerce-account .woocommerce-MyAccount-content h3, .woocommerce-account .woocommerce-MyAccount-content .post .post-title, .post .woocommerce-account .woocommerce-MyAccount-content .post-title {
  padding-bottom: 0;
}
.woocommerce-account .woocommerce-MyAccount-content h3::before, .woocommerce-account .woocommerce-MyAccount-content .post .post-title::before, .post .woocommerce-account .woocommerce-MyAccount-content .post-title::before {
  display: none;
}
.woocommerce-account .woocommerce-MyAccount-content a.button {
  padding: 20px 40px;
}
.woocommerce-account .woocommerce-MyAccount-content a:not(.button):hover {
  text-decoration: none !important;
  color: #03daff !important;
}
@media (max-width: 768px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address {
    margin-bottom: 20px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address header {
  background: transparent;
  display: block;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address header h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address header h2 {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1024px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address header h2 {
    font-size: 26px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address header a.edit {
  padding: 15px 20px;
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address header a.edit:hover {
  color: #223A37 !important;
  background: #03daff !important;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info .button {
  padding: 20px 40px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields .button {
  padding: 20px 40px;
  margin-top: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-Button {
  padding: 20px 40px;
  margin-top: 20px;
}
.woocommerce-account:not(.logged-in) h1 {
  display: none;
}
.woocommerce-account:not(.logged-in) h2 {
  text-align: center;
}
.woocommerce-account:not(.logged-in) .woocommerce-form {
  max-width: 600px;
  padding: 0;
  border: none;
  margin: 0 auto;
}
.woocommerce-account:not(.logged-in) .woocommerce-form input[type="text"], .woocommerce-account:not(.logged-in) .woocommerce-form input[type="password"] {
  height: 42px;
  border-radius: 22px;
  padding: 0 20px;
}
.woocommerce-account:not(.logged-in) .woocommerce-form .woocommerce-form-login__submit {
  float: none;
  display: block;
  width: 100%;
  padding: 20px 40px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.woocommerce-account:not(.logged-in) .woocommerce-form .woocommerce-LostPassword {
  text-align: center;
}
.woocommerce-account:not(.logged-in) .woocommerce-form .woocommerce-LostPassword a:hover {
  text-decoration: none;
  color: #03daff !important;
}
.woocommerce-account:not(.logged-in) .woocommerce-ResetPassword {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.woocommerce-account:not(.logged-in) .woocommerce-ResetPassword .woocommerce-form-row--first {
  float: none;
  width: 100%;
}
.woocommerce-account:not(.logged-in) .woocommerce-ResetPassword .woocommerce-form-row--first input[type="text"] {
  height: 42px;
  border-radius: 21px;
  padding: 0 20px;
}
.woocommerce-account:not(.logged-in) .woocommerce-ResetPassword .woocommerce-Button {
  padding: 20px 40px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  background: transparent;
  color: #223A37;
  border-radius: 2px;
  height: 36px;
}
.woocommerce-cart h1 {
  text-align: center;
}
.woocommerce-cart table.cart td.product-name a {
  position: relative;
  display: inline-block;
  color: #223A37;
}
.woocommerce-cart table.cart td.product-name a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background: #223A37;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.woocommerce-cart table.cart td.product-name a:hover {
  color: #223A37;
}
.woocommerce-cart table.cart td.product-name a:hover:before {
  width: 100%;
  opacity: 1;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 140px;
  height: 44px;
  line-height: 44px;
}
@media (max-width: 768px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .woocommerce-cart table.cart td.actions .coupon .input-text {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .woocommerce-cart table.cart td.actions .coupon .button {
    width: 100%;
    margin-top: 10px;
  }
}
.woocommerce-cart .wc-block-components-product-name:hover {
  color: #487a74 !important;
}
.woocommerce-cart .wc-block-components-sale-badge {
  color: red;
  border-color: red;
}
.woocommerce-cart .wc-block-cart-item__remove-link {
  color: red !important;
  text-decoration: none !important;
}
.woocommerce-cart .wc-block-cart-item__remove-link:hover {
  color: #487a74 !important;
}
.woocommerce-cart .wc-block-components-express-payment__event-buttons li {
  padding-left: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 20px !important;
}
.woocommerce-cart .wc-block-components-express-payment__event-buttons li::before {
  display: none;
}
.woocommerce-cart .wc-block-components-totals-coupon__form .wc-block-components-button {
  border-radius: 0;
  padding: 10px 20px;
  min-height: auto !important;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading {
  text-align: center;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-separator {
  display: none;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-separator + .wp-block-heading {
  display: none;
}
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid {
  display: none;
}
.woocommerce-checkout #payment ul.payment_methods li::before {
  display: none;
}
.woocommerce-checkout .woocommerce-error {
  margin-left: 0;
}
.woocommerce-checkout .woocommerce-error li {
  padding: 0;
}
.woocommerce-checkout .woocommerce-error li::before {
  display: none;
}
.woocommerce-checkout .showcoupon {
  color: #223A37;
  position: relative;
  display: inline-block;
}
.woocommerce-checkout .showcoupon:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #223A37;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.woocommerce-checkout .showcoupon:hover {
  color: #223A37;
}
.woocommerce-checkout .showcoupon:hover:before {
  width: 100%;
  opacity: 1;
}
.woocommerce-checkout #order_review_heading {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 60% !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .woocommerce-checkout .wc-block-components-order-summary {
    padding: 0 10px;
  }
}
@media (max-width: 1024px) {
  .woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding-left: 15px;
    padding-right: 10px;
  }
}
@media (max-width: 1024px) {
  .woocommerce-checkout .wc-block-components-sidebar {
    width: 40% !important;
  }
}
@media (max-width: 768px) {
  .woocommerce-checkout .wc-block-components-sidebar {
    width: 100% !important;
    padding-left: 0;
    margin-top: 30px;
  }
}
.woocommerce-checkout .wc-block-components-express-payment__event-buttons li {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.woocommerce-checkout .wc-block-components-express-payment__event-buttons li::before {
  display: none;
}
.woocommerce-checkout .wc-block-components-totals-coupon__form .wc-block-components-button {
  border-radius: 0 !important;
  min-height: auto !important;
  padding: 10px 20px;
}
.woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:hover {
  color: #487a74;
}
.woocommerce-breadcrumb, .onsale, .woocommerce-products-header, .woocommerce-ordering, .woocommerce-result-count {
  display: none;
}
.woocommerce ul.products li.product .star-rating {
  color: #223A37;
}
li.product {
  text-align: center;
}
li.product .woocommerce-loop-product__title {
  font-size: 24px !important;
  padding: 0;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  li.product .woocommerce-loop-product__title {
    font-size: 20px;
  }
}
li.product .star-rating {
  margin: 0 auto 10px !important;
}
li.product span.price {
  color: #223A37 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
li.product a.button {
  padding: 20px;
  margin-top: 0 !important;
}
.product-info {
  margin-top: 115px;
  padding-bottom: 35px;
}
@media (max-width: 1366px) {
  .product-info {
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .product-info {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  .product-info {
    margin-top: 25px;
    padding-bottom: 10px;
  }
}
.product-info > .wrap {
  width: 1280px;
}
@media (max-width: 1024px) {
  .product-info > .wrap {
    display: block;
  }
}
.product-info .woocommerce-product-gallery {
  float: none !important;
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  margin-right: 6%;
  width: auto !important;
  margin-bottom: 0 !important;
}
.product-info .product-gallery {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  margin-right: 6%;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .product-info .product-gallery {
    max-width: 600px;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.product-info .product-gallery .swiper {
  -webkit-flex-basis: calc(100% - 60px);
  -moz-flex-basis: calc(100% - 60px);
  -ms-flex-preferred-size: calc(100% - 60px);
  flex-basis: calc(100% - 60px);
  margin-right: 0;
  border-radius: 51% 49% 54% 46% / 53% 49% 51% 47%;
}
.product-info .product-gallery .swiper .swiper-slide {
  overflow: hidden;
}
.product-info .product-gallery .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info .product-gallery .swiper .swiper-button-next, .product-info .product-gallery .swiper .swiper-button-prev {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-info .product-gallery .swiper .swiper-button-next::after, .product-info .product-gallery .swiper .swiper-button-prev::after {
  color: #fff;
  font-size: 10px;
}
.product-info .product-gallery .swiper .swiper-button-next:hover, .product-info .product-gallery .swiper .swiper-button-prev:hover {
  background: black;
}
.product-info .product-gallery .swiper-pagination {
  position: static;
  width: 50px;
  -webkit-flex-basis: 50px;
  -moz-flex-basis: 50px;
  -ms-flex-preferred-size: 50px;
  flex-basis: 50px;
  margin-right: 10px;
}
.product-info .product-gallery .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  opacity: 1;
  margin: 0 0 15px;
}
@media (max-width: 480px) {
  .product-info .product-gallery .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 40px;
    margin: 0 0 10px;
  }
}
.product-info .product-gallery .swiper-pagination .swiper-pagination-bullet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info .summary.entry-summary {
  float: none !important;
  width: auto !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product-info .woocommerce-product-rating .woocommerce-review-link {
  color: #223A37;
}
.product-info .woocommerce-product-rating .woocommerce-review-link:hover {
  color: #69E9FF;
}
.product-info .woocommerce-product-details__short-description p {
  line-height: 1.875;
}
.product-info p.price {
  display: none;
}
.product-info .variations_form th {
  display: none !important;
}
.product-info .variations_form .reset_variations {
  display: none !important;
}
.product-info .variations_form .variable-items-wrapper {
  font-size: 0;
}
.product-info .variations_form .variable-items-wrapper li {
  box-shadow: none !important;
  min-width: auto !important;
  margin: 0 20px 20px 0 !important;
  padding: 25px 15px !important;
  border-radius: 26px !important;
  border: 1px solid #223A37;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-info .variations_form .variable-items-wrapper li .variable-item-contents span {
  padding: 0 !important;
  font-size: 20px;
}
.product-info .variations_form .variable-items-wrapper li:hover, .product-info .variations_form .variable-items-wrapper li.selected {
  box-shadow: none !important;
  background: #223A37 !important;
  color: #fff !important;
}
.product-info .variations_form span.price {
  display: block;
  margin-bottom: 35px;
}
.product-info .variations_form span.price del {
  font-size: 28px;
  line-height: 1.2;
  color: #223A37;
  display: inline-block;
  text-decoration-color: red;
  opacity: 1 !important;
  font-weight: 700;
}
.product-info .variations_form span.price ins {
  font-size: 40px;
  line-height: 1.2;
  color: #223A37;
  text-decoration: none;
  display: block !important;
  margin-top: 10px;
}
.product-info .variations_form .quantity-wrapper {
  position: relative;
  z-index: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.product-info .variations_form .quantity-wrapper::before {
  content: "Quantity";
  font-size: 20px;
  line-height: 1.2;
  margin-right: 10px;
}
.product-info .variations_form .quantity-wrapper button.minus, .product-info .variations_form .quantity-wrapper button.plus {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #223A37;
  color: #223A37;
  font-size: 24px;
  background: transparent;
}
.product-info .variations_form .quantity-wrapper .quantity {
  float: none;
  -webkit-flex-basis: 70px;
  -moz-flex-basis: 70px;
  -ms-flex-preferred-size: 70px;
  flex-basis: 70px;
  margin-right: 0 !important;
}
.product-info .variations_form .quantity-wrapper .quantity input {
  width: 100%;
  height: 45px;
  font-size: 24px;
  text-align: center;
  border: none;
  -moz-appearance: textfield;
}
.product-info .variations_form .quantity-wrapper .quantity input::-webkit-outer-spin-button, .product-info .variations_form .quantity-wrapper .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-info .variations_form .single_add_to_cart_button {
  display: block;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  background: transparent !important;
  border: 1px solid #223A37;
  color: #223A37 !important;
  width: 100%;
  padding: 15px 10px !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-info .variations_form .single_add_to_cart_button:hover {
  background: #69E9FF !important;
  color: #223A37 !important;
}
.product-info .buy-now-btn {
  width: 100%;
  background: #223A37;
  color: #fff;
  padding: 15px 10px;
  font-weight: 400;
  margin-bottom: 50px;
}
.product-info .buy-now-btn:hover {
  background: #69E9FF;
  color: #223A37;
}
.product-info .icons-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
  margin-bottom: 35px;
}
.product-info .icons-list > * {
  width: 19%;
  margin: 0 0.5% 0.6em;
}
@media (max-width: 768px) {
  .product-info .icons-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .product-info .icons-list > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media (max-width: 480px) {
  .product-info .icons-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    margin-bottom: 10px;
  }
  .product-info .icons-list > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
.product-info .icons-list .item .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 12px;
}
.product-info .icons-list .item .text {
  text-align: center;
}
.product-info .icons-list .item .text p {
  line-height: 1.5;
}
.product-info .product-accordion .item {
  border-bottom: 1px solid #e5e7eb;
  padding: 32px 0;
}
.product-info .product-accordion .item .title {
  margin-bottom: 0;
  position: relative;
  z-index: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .product-info .product-accordion .item .title {
    cursor: none;
  }
}
.product-info .product-accordion .item .title::before {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 4px solid #223A37;
  border-right: 4px solid #223A37;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%) rotateZ(135deg);
  -moz-transform: translate(0, -50%) rotateZ(135deg);
  -ms-transform: translate(0, -50%) rotateZ(135deg);
  -o-transform: translate(0, -50%) rotateZ(135deg);
  transform: translate(0, -50%) rotateZ(135deg);
  right: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.product-info .product-accordion .item .title:hover {
  opacity: 0.7;
}
.product-info .product-accordion .item .title.active::before {
  -webkit-transform: translate(0, -50%) rotateZ(-45deg);
  -moz-transform: translate(0, -50%) rotateZ(-45deg);
  -ms-transform: translate(0, -50%) rotateZ(-45deg);
  -o-transform: translate(0, -50%) rotateZ(-45deg);
  transform: translate(0, -50%) rotateZ(-45deg);
}
.product-info .product-accordion .item .text {
  padding-top: 25px;
}
.product-info .product-accordion .item .text p, .product-info .product-accordion .item .text ul {
  margin-bottom: 0;
  line-height: 1.875;
}
.product-info .product-accordion .item .text li {
  padding-left: 20px;
}
.product-info .product-accordion .item .text li::before {
  top: 10px;
  left: 6px;
}
.properties-block {
  position: relative;
  z-index: 0;
  padding: 350px 0 300px;
}
@media (max-width: 1366px) {
  .properties-block {
    padding: 120px 0 100px;
  }
}
@media (max-width: 480px) {
  .properties-block {
    padding: 60px 0;
  }
}
.properties-block .wave-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.properties-block .wave-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.properties-block .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background: #000;
}
.properties-block .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .properties-block .image img {
    opacity: 0.4;
  }
}
.properties-block .properties {
  max-width: 45%;
  margin-left: auto;
}
@media (max-width: 768px) {
  .properties-block .properties {
    max-width: 100%;
  }
}
.properties-block .properties .title {
  line-height: 1.29;
  font-size: 28px;
  color: #69E9FF;
}
@media (max-width: 1024px) {
  .properties-block .properties .title {
    margin-bottom: 10px;
  }
}
.properties-block .properties .item {
  margin-bottom: 70px;
}
@media (max-width: 1366px) {
  .properties-block .properties .item {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .properties-block .properties .item {
    margin-bottom: 25px;
  }
}
.properties-block .properties .item:last-child {
  margin-bottom: 0;
}
.properties-block .properties .text, .properties-block .properties .start, .properties-block .properties .end {
  line-height: 1.6;
  font-size: 20px;
  color: #fff;
  margin-bottom: 0;
}
.properties-block .properties .start, .properties-block .properties .end {
  -webkit-flex-basis: 90px;
  -moz-flex-basis: 90px;
  -ms-flex-preferred-size: 90px;
  flex-basis: 90px;
}
.properties-block .properties .range {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  background: #585858;
  margin: 0 30px;
  position: relative;
  z-index: 0;
}
@media (max-width: 480px) {
  .properties-block .properties .range {
    margin: 0 10px;
  }
}
.properties-block .properties .range .value {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #69E9FF;
}
.product-bottom-info {
  text-align: center;
  padding: 145px 0;
}
@media (max-width: 1366px) {
  .product-bottom-info {
    padding: 60px 0;
  }
}
@media (max-width: 1024px) {
  .product-bottom-info {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .product-bottom-info {
    padding: 25px 0;
  }
}
.product-bottom-info .sub-title {
  width: 185px;
  height: 185px;
  border-radius: 50%;
  background: #69E9FF;
  margin-left: 66%;
  margin-bottom: 65px;
  position: relative;
  z-index: 0;
  -webkit-animation-name: tips;
  -webkit-animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-name: tips;
  -moz-animation-duration: 4s;
  -moz-animation-timing-function: linear;
  -moz-animation-delay: 0;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: normal;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-name: tips;
  -o-animation-duration: 4s;
  -o-animation-timing-function: linear;
  -o-animation-delay: 0;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: normal;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-name: tips;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}
@media (max-width: 1024px) {
  .product-bottom-info .sub-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .product-bottom-info .sub-title {
    width: 120px;
    height: 120px;
    margin-left: auto;
  }
}
@media (max-width: 480px) {
  .product-bottom-info .sub-title {
    margin-bottom: 15px;
  }
}
.product-bottom-info .sub-title span {
  margin-bottom: 0;
  max-width: 90px;
}
@-webkit-keyframes tips {
  from {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-moz-keyframes tips {
  from {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-ms-keyframes tips {
  from {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes tips {
  from {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.product-bottom-info .title {
  max-width: 460px;
  margin: 0 auto 115px;
}
@media (max-width: 1366px) {
  .product-bottom-info .title {
    margin: 0 auto 60px;
  }
}
@media (max-width: 1024px) {
  .product-bottom-info .title {
    margin: 0 auto 40px;
  }
}
@media (max-width: 480px) {
  .product-bottom-info .title {
    margin: 0 auto 20px;
  }
}
.product-bottom-info .list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.product-bottom-info .list > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1024px) {
  .product-bottom-info .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .product-bottom-info .list > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .product-bottom-info .list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .product-bottom-info .list > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.product-bottom-info .image {
  max-width: 260px;
  margin: 0 auto 50px;
}
@media (max-width: 1024px) {
  .product-bottom-info .image {
    margin: 0 auto 20px;
  }
}
.product-bottom-info p {
  line-height: 1.8;
}
@media (max-width: 768px) {
  .product-bottom-info p {
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  .product-bottom-info p {
    line-height: 1.4;
  }
}
.woocommerce-tabs {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.product-reviews {
  padding-top: 200px;
}
@media (max-width: 1366px) {
  .product-reviews {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  .product-reviews {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .product-reviews {
    padding-top: 25px;
  }
}
.product-reviews .woocommerce-Reviews-title {
  display: none;
}
.wc-block-components-totals-discount__coupon-list-item {
  padding: 5px 5px 5px 10px !important;
}
.wc-block-components-totals-discount__coupon-list-item::before {
  display: none !important;
}
