@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
	## Social Profiles
	## Top Bar Icon List
	## Top Bar Menu
	## Contact Methods
	## Nav Search Form
	## Nav Mini Cart
# Forms
# Navigation
	## Links
	## Primary Menu
# Accessibility
# Alignments
# Clearings
# Layout
	## Topbar
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #0B091B;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a {
  transition: all 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  clear: both;
  font-family: "Inter", sans-serif;
  line-height: 1.2;
  font-weight: 700;
  color: #0B091B;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 10px;
}

h1, .h1 {
  font-size: 72px;
}

h2, .h2 {
  font-size: 48px;
}

h3, .h3 {
  font-size: 30px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 16px;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code {
  color: #0D5756;
}

code, kbd, tt, var {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

abbr, acronym {
  border-bottom: 1px dotted #8a8da1;
  cursor: help;
}

mark, ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  margin-top: 0 !important;
}

:root {
  scroll-behavior: auto;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

a {
  color: #0B091B;
  text-decoration: none;
}

body {
  font-family: "Inter", sans-serif;
  background: #fff;
  position: relative;
  font-size: 16px;
  color: #0B091B;
  font-weight: 400;
  line-height: 26px;
  max-width: 100vw;
  overflow-x: hidden;
}
body.canvas-header {
  padding-left: 400px;
}
@media (max-width: 1440px) {
  body.canvas-header {
    padding-left: 300px;
  }
}
@media (max-width: 992px) {
  body.canvas-header {
    padding-left: 0;
  }
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

p {
  margin-bottom: 1em;
}

.pr {
  position: relative;
}

.no-scroll {
  overflow: hidden;
}

.site-main {
  min-height: 50vh;
}

body.admin-bar .header_transparent ~ .site-main,
body.admin-bar .header_transparent ~ .page-header,
body.admin-bar.post-type-archive-product .header_transparent ~ .content-area {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .position-default {
    position: static !important;
  }
}

.fc-slider-pagination {
  height: 40px;
}

.fc-portfolio-pagination {
  margin: 45px auto 0;
  width: max-content;
}

.swiper-container {
  overflow: hidden;
  position: relative;
}

.container-fluid {
  max-width: 100%;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
  }
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1170px;
}

@media (max-width: 1200px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 960px !important;
  }
}
@media (max-width: 991px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 720px !important;
  }
}
@media (max-width: 767px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 540px !important;
  }
}
@media (max-width: 576px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
  }
}
@media (min-width: 991px) {
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
}
@media (max-width: 1024px) {
  .nio-order-md {
    order: 1;
  }
  .btn-responsive {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .btn-responsive {
    max-width: 100%;
    width: 100%;
  }
  .btn-responsive .btn {
    font-size: 1rem;
  }
}
strong,
b {
  font-weight: 700;
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

.container-full {
  max-width: 1670px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.extended-parallax {
  position: absolute;
}

.height-max-content {
  height: max-content;
}

.fc-image-order-2 {
  order: 2;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 9999999;
}
#preloader .loading {
  font-size: 84px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  line-height: 1;
}
@media (max-width: 767px) {
  #preloader .loading {
    font-size: 64px;
  }
}
@media (max-width: 576px) {
  #preloader .loading {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  #preloader .loading {
    font-size: 30px;
  }
}
#preloader .loading span {
  position: relative;
  color: rgba(0, 0, 0, 0.2);
  display: inline-block;
}
#preloader .loading span::after {
  position: absolute;
  top: 0;
  left: 0;
  content: attr(data-text);
  color: #0B091B;
  opacity: 0;
  transform: scale(1.5);
  animation: loading 3s infinite;
}
#preloader .loading span:nth-child(2)::after {
  animation-delay: 0.1s;
}
#preloader .loading span:nth-child(3)::after {
  animation-delay: 0.2s;
}
#preloader .loading span:nth-child(4)::after {
  animation-delay: 0.3s;
}
#preloader .loading span:nth-child(5)::after {
  animation-delay: 0.4s;
}
#preloader .loading span:nth-child(6)::after {
  animation-delay: 0.5s;
}
#preloader .loading span:nth-child(7)::after {
  animation-delay: 0.6s;
}

@keyframes loading {
  0%, 75%, 100% {
    transform: scale(1.5);
    opacity: 0;
  }
  25%, 50% {
    transform: scale(1);
    opacity: 1;
  }
}
.page-loading-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  height: auto;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fc-parallax-layer {
  width: max-content;
}

/* ------------- 
// Custom Font Family Face
---------------- */
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-Regular.eot");
  src: url("../fonts/PPTelegraf-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-Regular.woff2") format("woff2"), url("../fonts/PPTelegraf-Regular.woff") format("woff"), url("../fonts/PPTelegraf-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-UltraLight.eot");
  src: url("../fonts/PPTelegraf-UltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-UltraLight.woff2") format("woff2"), url("../fonts/PPTelegraf-UltraLight.woff") format("woff"), url("../fonts/PPTelegraf-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PP Telegraf";
  src: url("../fonts/PPTelegraf-UltraBold.eot");
  src: url("../fonts/PPTelegraf-UltraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/PPTelegraf-UltraBold.woff2") format("woff2"), url("../fonts/PPTelegraf-UltraBold.woff") format("woff"), url("../fonts/PPTelegraf-UltraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Load Cascadia Mono */
@font-face {
  font-family: "Cascadia Mono";
  src: url("../fonts/CascadiaMono-Regular.eot");
  src: url("../fonts/CascadiaMono-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CascadiaMono-Regular.woff2") format("woff2"), url("../fonts/CascadiaMono-Regular.woff") format("woff"), url("../fonts/CascadiaMono-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Cascadia Mono";
  src: url("../fonts/CascadiaMono-Regular_1.eot");
  src: url("../fonts/CascadiaMono-Regular_1.eot?#iefix") format("embedded-opentype"), url("../fonts/CascadiaMono-Regular_1.woff2") format("woff2"), url("../fonts/CascadiaMono-Regular_1.woff") format("woff"), url("../fonts/CascadiaMono-Regular_1.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
table {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #E7E7E7;
}

table thead {
  background: #F6F6F6;
}

table th {
  text-align: left;
  padding: 10px 24px !important;
  color: #0B091B;
  font-size: 16px;
  font-weight: 500 !important;
  vertical-align: middle;
  letter-spacing: -0.16px;
}

table th a {
  color: #0B091B;
}

table th a:hover {
  color: #0D5756;
}

table td {
  padding: 10px 15px;
  border-top: none;
  border-right: none;
  vertical-align: middle;
}

table td:last-child {
  border-right: 1px solid #E7E7E7;
}

.wp-block-calendar table th {
  min-width: 40px;
  text-align: center;
}

tbody {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  direction: ltr;
}

tbody > tr {
  border-top: 1px solid #E7E7E7;
}

tfoot tr #prev a:hover, tfoot tr #next a:hover {
  color: #0D5756;
}

tbody > tr > th {
  background-color: #f5f5f5;
}

table thead ~ tbody > tr > th {
  background-color: transparent;
}

caption {
  caption-side: top;
  text-align: center;
}

.calendar_wrap caption {
  text-align: center;
  background: #f0f2f9;
  color: #051441;
  font-weight: 500;
  border-radius: 5px 5px 0 0;
}

.calendar_wrap table tr, .calendar_wrap table td {
  border: 0;
}

.calendar_wrap table thead tr {
  border: 0;
}

.calendar_wrap table thead tr th {
  border: 0;
}

nav.wp-calendar-nav {
  background: #f0f2f9;
  padding: 5px 20px;
  border-radius: 6px;
}

.wp-calendar-nav-next {
  float: right;
}

@media (max-width: 576px) {
  table th {
    min-width: 80px;
  }
}
/*--------------------------------------------------------------
## Cursor
--------------------------------------------------------------*/
.fc-hover-cursor-effect {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  background: #000;
  color: #0B091B;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  z-index: 999;
}

.fc-image-hover {
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  width: 300px;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: -50%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

[data-fc-wrapper-link] {
  cursor: pointer;
}

.fc-cursor {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #0B091B;
  z-index: 999;
  transition: 0.15s;
}

.fc-cursor-follower {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 8px;
  height: 8px;
  background-color: #0B091B;
  border-radius: 50%;
  transition: 0.2s;
  z-index: 999;
}

/*--------------------------------------------------------------
## Cursor
--------------------------------------------------------------*/
/**
* Back to Top Button
*/
.fc-scroll-top-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #0D5756;
  mix-blend-mode: difference;
}

.fc-scroll-top.progress-done {
  opacity: 1;
}

.fc-scroll-top > svg.progress-circle path {
  stroke: #0D5756;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 0.2s linear;
  mix-blend-mode: difference;
}

.fc-scroll-top-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #0D5756;
  mix-blend-mode: difference;
}

.fc-scroll-top > svg path {
  fill: none;
}

.fc-scroll-top.progress-done {
  visibility: visible;
  transform: translateY(0);
}

.fc-scroll-top {
  position: fixed;
  right: 24px;
  bottom: 25px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  display: block;
  border-radius: 100%;
  box-shadow: inset 0 0 0 0.1rem rgba(128, 130, 134, 0.25);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.75rem);
  transition: all 0.2s linear, margin-right 0s;
}

/*--------------------------------------------------------------
## Animation
--------------------------------------------------------------*/
@keyframes shape_one {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(2000px, 2000px) rotate(72deg);
    transform: translate(2000px, 2000px) rotate(72deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes shape_two {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(53px, -80px) rotate(36deg);
    transform: translate(53px, -80px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(161px, 72px) rotate(72deg);
    transform: translate(161px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 112px) rotate(108deg);
    transform: translate(83px, 112px) rotate(108deg);
  }
  70% {
    -webkit-transform: translate(-60px, 92px) rotate(144deg);
    transform: translate(-60px, 92px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes shape_three {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(90px, -36px) rotate(36deg);
    transform: translate(90px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(101px, 32px) rotate(72deg);
    transform: translate(101px, 32px) rotate(72deg);
  }
  50% {
    -webkit-transform: translate(103px, 102px) rotate(108deg);
    transform: translate(103px, 102px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-76px, 62px) rotate(144deg);
    transform: translate(-76px, 62px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes shape_four {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
    transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(191px, 72px) rotate(72deg);
    transform: translate(191px, 72px) rotate(72deg);
  }
  50% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
    transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-56px, 92px) rotate(144deg);
    transform: translate(-56px, 92px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes shape_four {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
    transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(191px, 72px) rotate(72deg);
    transform: translate(191px, 72px) rotate(72deg);
  }
  50% {
    -webkit-transform: translate(93px, 122px) rotate(108deg);
    transform: translate(93px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-56px, 92px) rotate(144deg);
    transform: translate(-56px, 92px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes shape_five {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
    transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, -92px) rotate(72deg);
    transform: translate(141px, -92px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(153px, 92px) rotate(108deg);
    transform: translate(153px, 92px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-99px, 62px) rotate(144deg);
    transform: translate(-99px, 62px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes shape_five {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  30% {
    -webkit-transform: translate(80px, -36px) rotate(36deg);
    transform: translate(80px, -36px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, -92px) rotate(72deg);
    transform: translate(141px, -92px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(153px, 92px) rotate(108deg);
    transform: translate(153px, 92px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-99px, 62px) rotate(144deg);
    transform: translate(-99px, 62px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes shape_six {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(95px, -58px) rotate(36deg);
    transform: translate(95px, -58px) rotate(36deg);
  }
  30% {
    -webkit-transform: translate(81px, 82px) rotate(72deg);
    transform: translate(81px, 82px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(53px, 152px) rotate(108deg);
    transform: translate(53px, 152px) rotate(108deg);
  }
  70% {
    -webkit-transform: translate(-56px, 32px) rotate(144deg);
    transform: translate(-56px, 32px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes shape_six {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(95px, -58px) rotate(36deg);
    transform: translate(95px, -58px) rotate(36deg);
  }
  30% {
    -webkit-transform: translate(81px, 82px) rotate(72deg);
    transform: translate(81px, 82px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(53px, 152px) rotate(108deg);
    transform: translate(53px, 152px) rotate(108deg);
  }
  70% {
    -webkit-transform: translate(-56px, 32px) rotate(144deg);
    transform: translate(-56px, 32px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg);
  }
}
.ttUpX {
  animation-name: ttUpX;
}

@keyframes ttUpX {
  0% {
    opacity: 0;
    transform: translate(-80px, 30px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes zoommd {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
@keyframes movexy {
  0% {
    -webkit-transform: translateX(-10px) scale(0.9);
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    -webkit-transform: translateX(30px) scale(1.1) translateY(10px);
    transform: translateX(30px) scale(1.1) translateY(10px);
  }
}
@keyframes zoom {
  from {
    -webkit-transform: scale(1) translate(0px);
  }
  to {
    -webkit-transform: scale(1.1) translate(0px);
  }
}
@keyframes zoom {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.zoom {
  animation-name: zoom;
}

@keyframes zoom2 {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
  }
}
.zoom2 {
  animation-name: zoom2;
}

@keyframes zoommd {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(40px);
  }
}
.zoomBounce {
  animation-name: zoomBounce;
}

@keyframes zoomBounce {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes movexy {
  0% {
    transform: translateX(-10px) scale(0.9);
  }
  100% {
    transform: translateX(30px) scale(1.3) translateY(10px);
  }
}
@keyframes wave {
  0% {
    transform: rotateZ(0deg) translate3d(0, 20%, 0) rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg) translate3d(0, 20%, 0) rotateZ(-360deg);
  }
}
@keyframes fcFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fcFadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fcFadeDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fcFadeLeft {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fcFadeRight {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fcZoomIn {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fcBounceIn {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  60% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
.fcFade {
  animation-name: fcFade;
}

.fcFadeUp {
  animation-name: fcFadeUp;
}

.fcFadeDown {
  animation-name: fcFadeDown;
}

.fcFadeLeft {
  animation-name: fcFadeLeft;
}

.fcFadeRight {
  animation-name: fcFadeRight;
}

.fcZoomIn {
  animation-name: fcZoomIn;
}

.fcBounceIn {
  animation-name: fcBounceIn;
}

@keyframes jumping {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    transform: translateY(-20px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes jump {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes moveclouds {
  0% {
    transform: translate3d(-10px, -10px, 0);
    opacity: 1;
  }
  50% {
    transform: translate3d(-20px, 20px, 0);
    opacity: 1;
  }
  100% {
    transform: translate3d(30px, 0px, 0);
    opacity: 1;
  }
}
@keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0% {
    width: 80px;
    height: 80px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 120px;
    width: 120px;
    opacity: 0;
  }
}
@keyframes pulsesm {
  0% {
    width: 60px;
    height: 60px;
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 80px;
    width: 80px;
    opacity: 0;
  }
}
.gpUpX {
  animation-name: gpUpX;
}

.gpUpSmX {
  animation: gpUpX 1s both 1s;
  animation-delay: 0.3s;
}

.gpDownX {
  animation-name: gpDownX;
}

@keyframes gpUpX {
  0% {
    opacity: 0;
    transform: translate(80px, -30px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes gpDownX {
  0% {
    opacity: 0;
    transform: translate(-80px, 80px);
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    transform: translate(40px, -72px) rotate(-144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes leafMotion {
  50% {
    transform: rotate(4deg);
  }
}
@keyframes jump {
  0% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(2px);
  }
}
@keyframes slideInnew3 {
  0% {
    opacity: 0;
    transform: translate(80px, -80px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes animeone {
  0% {
    transform: translate(0) rotate(0deg);
  }
  20% {
    transform: translate(80px, 1px) rotate(50deg);
  }
  40% {
    transform: translate(145px, 72px) rotate(90deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(125deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(140deg);
  }
  to {
    transform: translate(0) rotate(0deg);
  }
}
@keyframes animetwo {
  0% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(-73px, 1px) rotate(-36deg);
    transform: translate(-73px, 1px) rotate(-36deg);
  }
  40% {
    -webkit-transform: translate(-141px, -72px) rotate(-72deg);
    transform: translate(-141px, -72px) rotate(-72deg);
  }
  60% {
    -webkit-transform: translate(-83px, -122px) rotate(-108deg);
    transform: translate(-83px, -122px) rotate(-108deg);
  }
  80% {
    -webkit-transform: translate(40px, -72px) rotate(-144deg);
    transform: translate(40px, -72px) rotate(-144deg);
  }
  to {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }
}
@keyframes animethree {
  0% {
    transform: translate(0) rotate(0deg);
  }
  20% {
    transform: translateY(-73px) rotate(-36deg);
  }
  40% {
    transform: translateY(-141px) rotate(-72deg);
  }
  60% {
    transform: translateY(-83px) rotate(-108deg);
  }
  80% {
    transform: translateY(40px) rotate(-144deg);
  }
  to {
    transform: translate(0) rotate(0deg);
  }
}
/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.developer-sidebar-enabled #fc-page {
  padding-left: 130px;
}

.fc-developer-sidebar {
  position: absolute;
  left: 0;
  width: 130px;
  background-color: #181818;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  z-index: 9999;
  user-select: none;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .fc-developer-sidebar {
    display: none;
  }
}
.fc-developer-sidebar__icons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  flex: 0 0 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.fc-developer-sidebar__numbers {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-family: "Cascadia Mono";
  padding: 0 20px;
  color: #6e7681;
  font-size: 14px;
  font-weight: 400;
  padding-top: 20px;
  border-left: 1px solid #2b2b2b;
}

/*--------------------------------------------------------------
## Blog Post Grid
--------------------------------------------------------------*/
.fc-post-item {
  transition: all 0.3s ease-in-out;
}

.tc-blog-slider .fc-post-item {
  margin-bottom: 0;
}

.fc-post-item__feature-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.fc-post-item__feature-image img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}

.fc-post-item__feature-image .fc-post-item__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 90%;
  width: 100%;
  background-color: #ffffff;
  padding: 30px 0 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: 24px;
  margin-bottom: 0 !important;
}

.fc-post-item__feature-image .fc-post-item__meta:before {
  content: "";
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  position: absolute;
  bottom: 100%;
  left: 0;
  clip-path: path("M 0 0 Q 0,20 21,21 L -1 21 Z");
}

.fc-post-item__feature-image .fc-post-item__meta:after {
  content: "";
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 100%;
  clip-path: path("M 0 0 Q 0,20 21,21 L -1 21 Z");
}

.fc-post-item .fc-post-item__meta {
  margin-bottom: 16px;
}

.fc-post-item__entry-title {
  font-size: 23px;
  letter-spacing: -0.46px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.08;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 13px;
}

.fc-post-item__entry-title a {
  color: #0D5756;
}

.fc-post-item__entry-title a:hover {
  color: #0B091B;
}

.fc-post-item:hover .fc-post-item__feature-image img {
  transform: scale(1.07) rotate(3deg);
}

.fc-post-item__content p {
  margin-bottom: 0;
}

.fc-post-item--style-1 .fc-post-item__feature-image {
  border-radius: 12px;
  margin-bottom: 0;
}

.fc-post-item--style-1 .fc-post-item__meta, .fc-post-item--style-1 .fc-post-item__feature-image {
  margin-bottom: 0;
}

.fc-post-item--style-1 .fc-post-item__entry-title {
  font-size: 32px;
  letter-spacing: -0.96px;
}

.fc-post-item--style-1 .fc-post-item__entry-title a {
  color: #0B091B;
}

.fc-post-item--style-1 .fc-post-item__entry-title a:hover {
  color: #0D5756;
}

@media ((max-width: 991px)) {
  .fc-post-item--style-1 .fc-post-item__entry-title {
    font-size: 26px;
  }
}
@media ((max-width: 767px)) {
  .fc-post-item--style-1 .fc-post-item__entry-title {
    font-size: 24px;
  }
}
@media (max-width: 440px) {
  .fc-post-item--style-1 .fc-post-item__entry-title {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.18px;
  }
}
.fc-post-item--dark-mode .fc-post-item__meta--style-box .fc-post-meta-item a, .fc-post-item--dark-mode .fc-post-item__meta--style-box .fc-post-meta-item span {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.04);
}

.fc-post-item--dark-mode .fc-post-item__entry-title a {
  color: #fff;
}

.fc-post-item--dark-mode .fc-post-item__entry-title a:hover {
  color: #0D5756;
}

.fc-post-item--dark-mode .fc-post-item__feature-image .fc-post-item__meta, .fc-post-item--dark-mode .fc-post-item__feature-image .fc-post-item__meta:before, .fc-post-item--dark-mode .fc-post-item__feature-image .fc-post-item__meta:after {
  background-color: #232B35;
}

.fc-post-item--style-2 .fc-post-item__feature-image {
  margin-bottom: 20px;
}

.fc-post-item--style-2 .fc-post-item__entry-title {
  font-size: 23px;
  line-height: 1.08;
}

.fc-post-item--style-2 .fc-post-item__entry-title a {
  color: #63626D;
}

.fc-post-item--style-2 .fc-post-item__entry-title a:hover {
  color: #0D5756;
}

.fc-post-item--style-3 {
  display: flex;
  align-items: center;
  border: 1px solid #D1D1D1;
  border-radius: 20px;
  padding: 12px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .fc-post-item--style-3 {
    display: block;
  }
}
.fc-post-item--style-3 .fc-post-item__feature-image {
  border-radius: 16px;
  margin-bottom: 0;
  flex: 0 0 400px;
  height: 100%;
}

@media (max-width: 1200px) {
  .fc-post-item--style-3 .fc-post-item__feature-image {
    flex: 0 0 300px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .fc-post-item--style-3 .fc-post-item__feature-image {
    flex: 0 0 100%;
  }
}
.fc-post-item--style-3 .fc-post-item__feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.fc-post-item--style-3 .fc-post-item__content, .fc-post-item--style-3 .fc-post-item__blog-content {
  padding: 42px;
}

@media (max-width: 767px) {
  .fc-post-item--style-3 .fc-post-item__content, .fc-post-item--style-3 .fc-post-item__blog-content {
    padding: 20px 10px 20px 10px;
  }
}
.fc-post-item--style-3 .fc-post-item__meta {
  margin-bottom: 35px;
}

.fc-post-item--style-3 .fc-post-item__entry-title {
  letter-spacing: -0.69px;
  line-height: 1.08;
  font-weight: 600;
}

.fc-post-item--style-3 .fc-post-item__entry-title a {
  color: #63626D;
}

.fc-post-item--style-3 .fc-post-item__entry-title a:hover {
  color: #0D5756;
}

.fc-post-item--style-3:hover .fc-post-item__feature-image img {
  transform: scale(1.07) rotate(3deg);
}

.fc-post-item--style-4 .fc-post-item__feature-image {
  margin-bottom: 30px;
  border-radius: 12px;
}

.fc-post-item--style-4 .fc-post-item__entry-title {
  font-size: 23px;
  line-height: 1.08;
}

.fc-post-item--style-4 .fc-post-item__blog-content p {
  font-size: 16px;
  line-height: 1.5;
}

.fc-post-item--style-5 .fc-post-item__feature-image {
  border-radius: 24px;
  margin-bottom: 24px;
}

.fc-post-item--style-5 .fc-post-item__entry-title {
  font-size: 32px;
  text-transform: unset;
  font-weight: 600;
  letter-spacing: -0.64px;
}

.fc-post-item--style-5 .fc-post-item__entry-title a {
  color: #0B091B;
}

.fc-post-item--style-5 .fc-post-item__blog-content p {
  font-size: 16px;
  line-height: 1.5;
}

.fc-post-item--style-6 .fc-post-item__feature-image {
  margin-bottom: 28px;
}

.fc-post-item--style-6 .fc-post-item__meta {
  margin-bottom: 23px;
}

.fc-post-item--style-6 .fc-post-item__entry-title {
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.2;
}

.fc-post-item--style-6 .fc-post-item__entry-title a {
  color: #4F4F4F;
}

.fc-post-item--style-6 .fc-post-item__entry-title a:hover {
  color: #0D5756;
}

.fc-post-item--style-7 {
  align-items: center;
  background: #2C2E2E;
  padding: 8px;
  border-radius: 12px;
  align-items: center;
  position: relative;
  column-gap: 32px;
}

@media (min-width: 992px) {
  .fc-post-item--style-7 {
    padding-right: 40px;
    display: flex;
  }
}
.fc-post-item--style-7:not(:last-child)::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 65px);
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto;
}

.fc-post-item--style-7 .fc-post-item__entry-title {
  margin-bottom: 0;
  text-transform: initial;
}

.fc-post-item--style-7 .fc-post-item__entry-title a {
  color: rgba(255, 255, 255, 0.85);
}

.fc-post-item--style-7 .fc-post-item__date-meta,
.fc-post-item--style-7 .fc-post-item__category {
  display: flex;
  column-gap: 6px;
}

.fc-post-item--style-7 .fc-post-item__date-meta a, .fc-post-item--style-7 .fc-post-item__date-meta span,
.fc-post-item--style-7 .fc-post-item__category a,
.fc-post-item--style-7 .fc-post-item__category span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.32);
  display: inline-block;
  padding: 0 8px !important;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.2901960784) 0%, rgba(255, 255, 255, 0.08) 100%) !important;
}

.fc-post-item__meta {
  display: flex;
  column-gap: 12px;
  row-gap: 6px;
  flex-wrap: wrap;
}

.fc-post-item__meta__meta__category a, .fc-post-item__meta__meta__author a, .fc-post-item__meta__meta__date-meta span, .fc-post-item__meta__meta__comment span,
.fc-post-item__meta .fc-post-meta-item a,
.fc-post-item__meta .fc-post-meta-item span {
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  color: #3D3D3D;
}

.fc-post-item__meta--style-box .fc-post-item__category a,
.fc-post-item__meta--style-box .fc-post-item__author a,
.fc-post-item__meta--style-box .fc-post-item__date-meta span,
.fc-post-item__meta--style-box .fc-post-item__comment span,
.fc-post-item__meta--style-box .fc-post-meta-item a,
.fc-post-item__meta--style-box .fc-post-meta-item span {
  border-radius: 6px;
  border: 1px solid #E7E7E7;
  background: rgba(255, 255, 255, 0.04);
  padding: 5px 10px;
}

.fc-post-item__meta--style-inline > div {
  position: relative;
  padding-right: 10px;
  line-height: 1;
}

.fc-post-item__meta--style-inline > div:not(:last-child):after {
  content: "";
  height: 12px;
  width: 1px;
  border-radius: 50%;
  background-color: #D1D1D1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.fc-post-item__meta--style-inline-icon > div, .fc-post-item__meta--style-inline-icon span, .fc-post-item__meta--style-inline-icon a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.fc-post-item__meta--style-inline-icon > div .fc-post-item__icon, .fc-post-item__meta--style-inline-icon span .fc-post-item__icon, .fc-post-item__meta--style-inline-icon a .fc-post-item__icon {
  line-height: 0.7em;
}

.fc-post-item__meta--style-inline-icon > div i, .fc-post-item__meta--style-inline-icon > div svg, .fc-post-item__meta--style-inline-icon span i, .fc-post-item__meta--style-inline-icon span svg, .fc-post-item__meta--style-inline-icon a i, .fc-post-item__meta--style-inline-icon a svg {
  width: 0.7em;
  height: 0.7em;
}

.fc-post-item__meta--style-inline-icon .fc-post-item__category a,
.fc-post-item__meta--style-inline-icon .fc-post-item__author a,
.fc-post-item__meta--style-inline-icon .fc-post-item__date-meta span,
.fc-post-item__meta--style-inline-icon .fc-post-item__comment span,
.fc-post-item__meta--style-inline-icon .fc-post-meta-item a,
.fc-post-item__meta--style-inline-icon .fc-post-meta-item span {
  color: #4F4F4F;
  font-size: 16px;
  line-height: 1;
}

.fc-post-item__meta--style-inline-icon .fc-post-item__category a:hover,
.fc-post-item__meta--style-inline-icon .fc-post-item__author a:hover,
.fc-post-item__meta--style-inline-icon .fc-post-item__date-meta span:hover,
.fc-post-item__meta--style-inline-icon .fc-post-item__comment span:hover,
.fc-post-item__meta--style-inline-icon .fc-post-meta-item a:hover,
.fc-post-item__meta--style-inline-icon .fc-post-meta-item span:hover {
  color: #0D5756;
}

.fc-posts-items .fc-btn-link {
  display: inline-flex;
  align-content: center;
}

.fc-posts-items .fc-btn-link.link-icon--right .fc-btn-icon {
  order: 2;
}

.fc-posts-items.column--3 .fc-post-item.fc-post-item--style-6:nth-child(1) {
  margin-top: 37px;
}

.fc-posts-items.column--3 .fc-post-item.fc-post-item--style-6:nth-child(3) {
  margin-top: 93px;
}

.fc-posts-items.column--4 .fc-post-item.fc-post-item--style-6:nth-child(1) {
  margin-top: 37px;
}

@media ((max-width: 767px)) {
  .fc-posts-items.column--4 .fc-post-item.fc-post-item--style-6:nth-child(1) {
    margin-top: 0;
  }
}
.fc-posts-items.column--4 .fc-post-item.fc-post-item--style-6:nth-child(2) {
  margin-top: 93px;
}

@media ((max-width: 767px)) {
  .fc-posts-items.column--4 .fc-post-item.fc-post-item--style-6:nth-child(2) {
    margin-top: 0;
  }
}
.fc-posts-items.column--4 .fc-post-item.fc-post-item--style-6:nth-child(4) {
  margin-top: 112px;
}

@media ((max-width: 991px)) {
  .fc-posts-items.column--4 .fc-post-item.fc-post-item--style-6:nth-child(4) {
    margin-top: 50px;
  }
}
@media ((max-width: 767px)) {
  .fc-posts-items.column--4 .fc-post-item.fc-post-item--style-6:nth-child(4) {
    margin-top: 0;
  }
}
.fc-posts-items {
  display: grid;
}

nav.post-pagination {
  display: flex;
}

nav.post-pagination .page-numbers {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E7E7E7;
  color: rgba(13, 87, 86, 0.72);
  font-weight: 700;
}

nav.post-pagination .page-numbers.current, nav.post-pagination .page-numbers:hover {
  background-color: #0D5756;
  border-color: #0D5756;
  color: #ffffff;
  border-color: #0D5756;
}

nav.post-pagination .page-numbers.next, nav.post-pagination .page-numbers.prev {
  color: #0D5756;
  font-size: 20px;
  border: 0;
}

nav.post-pagination .page-numbers.next:hover, nav.post-pagination .page-numbers.prev:hover {
  background-color: transparent;
  color: #0D5756;
  border: 0;
}

.fc-blog-list--one .fc-blog-list__item {
  display: flex;
  align-items: center;
  gap: 40px;
  border: 1px solid #D1D1D1;
  border-radius: 20px;
  padding: 16px;
  margin-bottom: 32px;
}

.fc-blog-list--one .fc-blog-list__item:hover .fc-blog-list__image img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

@media ((max-width: 767px)) {
  .fc-blog-list--one .fc-blog-list__item {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 56px;
  }
}
.fc-blog-list--one .fc-blog-list__image {
  max-width: 420px;
  border-radius: 16px;
}

.fc-blog-list--one .fc-blog-list__image img {
  width: 100%;
  border-radius: 16px !important;
  transition: all 0.3s ease-in-out;
}

.fc-blog-list--one .fc-blog-list__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}

@media ((max-width: 767px)) {
  .fc-blog-list--one .fc-blog-list__meta {
    margin-bottom: 4px;
  }
}
.fc-blog-list--one .fc-blog-list__meta > span {
  color: rgba(41, 41, 48, 0.8);
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
  border: 1px solid rgba(41, 41, 48, 0.16);
  background: rgba(124, 220, 254, 0.04);
  display: inline-block;
  padding: 8px 10px;
}

.fc-blog-list--one .fc-blog-list__meta > span a {
  text-decoration: none;
}

.fc-blog-list--one .fc-blog-list__title a {
  color: #292930;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.46px;
  transition: all 0.3s ease-in-out;
}

@media ((max-width: 767px)) {
  .fc-blog-list--one .fc-blog-list__title a {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.18px;
  }
}
.fc-blog-list--two {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 40px;
}

@media ((max-width: 767px)) {
  .fc-blog-list--two {
    grid-template-columns: repeat(1, 1fr);
  }
}
.fc-blog-list--two .fc-blog-list__item {
  border-radius: 20px;
  margin-bottom: 32px;
}

.fc-blog-list--two .fc-blog-list__item:hover .fc-blog-list__image img {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

@media ((max-width: 767px)) {
  .fc-blog-list--two .fc-blog-list__item {
    gap: 24px;
    margin-bottom: 56px;
  }
}
.fc-blog-list--two .fc-blog-list__image {
  border-radius: 16px;
  margin-bottom: 20px;
  overflow: hidden;
}

.fc-blog-list--two .fc-blog-list__image img {
  width: 100%;
  border-radius: 16px !important;
  transition: all 0.3s ease-in-out;
}

.fc-blog-list--two .fc-blog-list__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

@media ((max-width: 767px)) {
  .fc-blog-list--two .fc-blog-list__meta {
    margin-bottom: 4px;
  }
}
.fc-blog-list--two .fc-blog-list__meta > span {
  color: rgba(41, 41, 48, 0.8);
  font-size: 14px;
  font-weight: 400;
  border-radius: 6px;
  border: 1px solid rgba(41, 41, 48, 0.16);
  background: rgba(124, 220, 254, 0.04);
  display: inline-block;
  padding: 8px 10px;
}

.fc-blog-list--two .fc-blog-list__meta > span a {
  text-decoration: none;
}

.fc-blog-list--two .fc-blog-list__title a {
  color: #292930;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.46px;
  transition: all 0.3s ease-in-out;
}

@media ((max-width: 767px)) {
  .fc-blog-list--two .fc-blog-list__title a {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: -0.18px;
  }
}
.pagination-style-3 {
  margin-top: 80px;
}

@media ((max-width: 767px)) {
  .pagination-style-3 {
    margin-top: 30px;
  }
}
.pagination-style-3 .page-pagination {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  padding: 0;
}

.pagination-style-3 .page-pagination .page-numbers {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(41, 41, 48, 0.4);
  color: #79828D;
  font-weight: 700;
}

.pagination-style-3 .page-pagination .page-numbers.current {
  background-color: #6D65F1;
  color: #ffffff;
}

.pagination-style-3 .page-pagination .page-numbers:hover {
  background-color: #6D65F1;
  color: #ffffff;
}

.pagination-style-3 .page-pagination .page-numbers:hover span {
  color: #ffffff;
}

.pagination-style-3 .page-pagination .page-numbers.next, .pagination-style-3 .page-pagination .page-numbers.prev {
  color: #0B091B;
  border: 0;
  font-size: 16px;
  line-height: normal;
  font-weight: 700;
  line-height: normal;
}

.fc-post-wrapper-7 {
  display: grid;
  gap: 32px;
}

.fc-post-wrapper-7 .fc-post-item__feature-image {
  flex: 0 0 410px;
  margin-bottom: 0;
  border-radius: 12px;
}

.fc-post-wrapper-7 .large-post .fc-post-item__content {
  padding: 26px 16px;
}

.fc-post-wrapper-7 .small-post {
  background-color: #2C2E2E;
  border-radius: 12px;
}

.fc-post-wrapper-7 .small-post .fc-post-item--style-7 {
  padding: 35px;
}

@media (min-width: 992px) {
  .fc-post-wrapper-7 {
    grid-template-columns: 8fr 4fr;
    gap: 32px;
  }
}
/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.error_page {
  position: relative;
  background: #ECECEC;
  padding: 300px 0 200px;
}

@media (max-width: 991px) {
  .error_page {
    padding: 170px 0 100px;
  }
}
.error_page:before {
  content: "";
  position: absolute;
  top: 100px;
  left: 8px;
  right: 8px;
  height: 744px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  border-radius: 24px;
}

@media (max-width: 1200px) {
  .error_page:before {
    height: 600px;
  }
}
@media (max-width: 991px) {
  .error_page:before {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .error_page:before {
    height: 300px;
  }
}
.admin-bar .error_page:before {
  top: 122px;
}

.error_page .error_page_wrapper {
  display: flex;
  flex-direction: column;
  gap: 195px;
}

@media (max-width: 991px) {
  .error_page .error_page_wrapper {
    gap: 80px;
  }
}
.error_page .error-page-content {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 991px) {
  .error_page .error-page-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.error_page .error-page-content .error-title {
  font-size: 72px;
  color: #ED0202;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .error_page .error-page-content .error-title {
    font-size: 32px;
  }
}
.error_page .error-page-content p {
  font-size: 18px;
  margin-bottom: 0;
}

.error_page .error-page-content .fc-btn {
  padding: 13px 29px;
}

.error_page .error-info {
  flex-basis: 550px;
}

@media (max-width: 991px) {
  .error_page .error-info {
    flex-basis: 100%;
  }
}
.error_page .error-image {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .error_page .error-image {
    padding: 0 24px;
  }
}
.error_page .error-image img {
  max-width: 920px;
  width: 100%;
}

.error404 .site-header .fc-btn.nav-btn {
  background: #ED0202;
  box-shadow: 12px 12px 36px 0px rgba(237, 2, 2, 0.4);
  border-color: #ED0202;
}

.error404 .site-header .fc-btn.nav-btn:hover {
  background: #ED0202;
  box-shadow: 12px 12px 36px 0px rgba(237, 2, 2, 0.4);
  border-color: #ED0202;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
}

.comments-rating label {
  display: inline-block;
}

.rating-container {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
}

.rating-container * {
  font-size: 1.4rem;
}

.rating-container > input {
  display: none;
}

.rating-container > input + label {
  /* only enough room for the star */
  font-family: "dashicons";
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
}

.rating-container > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\f154";
  color: #888;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
  content: "\f155";
  color: #f0ae0f;
  text-shadow: 0 0 1px #333;
}

.rating-container > .star-cb-clear + label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}

.rating-container > .star-cb-clear + label:before {
  width: 0.5em;
}

.rating-container:hover > input + label:before {
  content: "\f154";
  color: #888;
  text-shadow: none;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
  content: "\f155";
  color: #f0ae0f;
  text-shadow: 0 0 1px #333;
}

.comment-respond .rating-container > .star-cb-clear + label, .comment-respond .rating-container > input + label:before {
  text-indent: 9999px;
}

.comment-respond .rating-container > input + label {
  text-indent: -9999px;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  overflow: hidden;
  background-color: #3D3D3D;
}

.site-footer.footer_dark {
  background-color: #3D3D3D;
}

.site-footer.footer_dark .description, .site-footer.footer_dark p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.site-footer .widget-title, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6 {
  font-size: 20px;
  font-weight: 700;
  color: #2c2c51;
  margin-bottom: 32px;
}

.site-footer .widget {
  margin-bottom: 30px;
  border: 0;
  position: relative;
  z-index: 2;
}

.site-footer .widget.widget_media_image {
  margin-bottom: 0;
}

.site-footer .widget ul li {
  color: #ffffff;
  font-size: 15px;
}

.site-footer .widget ul li a {
  color: #ffffff;
  font-size: 16px;
  position: relative;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
}

.site-footer .widget ul li a .post-count {
  color: #CDD0D3;
}

.site-footer .widget ul li a:hover {
  color: #0D5756;
}

.site-footer .widget ul li a:hover .post-count {
  color: #0D5756;
}

.site-footer .widget ul li .rsswidget {
  color: #fff;
}

.site-footer .widget ul.menu li:not(:last-child) {
  margin-bottom: 10px;
}

.site-footer .widget ul.menu li .sub-menu {
  padding-left: 15px;
}

.site-footer .widget ul.menu li .sub-menu li:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .site-footer .widget {
    margin-bottom: 60px;
  }
}
.site-footer .tagcloud a {
  color: #0B091B;
  margin-bottom: 7px;
}

.site-footer .footer-widget-wrapper {
  padding: 92px 0 58px;
}

@media (max-width: 992px) {
  .site-footer .footer-widget-wrapper {
    padding: 80px 0 0 !important;
  }
}
.site-footer .site-info {
  position: relative;
  z-index: 22;
}

.site-footer .site-info .site-info-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.site-footer .site-info .site-info-inner {
  padding: 35px 0;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .site-footer .site-info .site-info-inner {
    display: block !important;
    text-align: center;
    padding: 20px 0;
  }
  .site-footer .site-info .site-info-inner .copyright {
    margin-bottom: 10px;
  }
}
.site-footer .site-info .copyright {
  padding: 27px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .site-footer .site-info .copyright {
    padding: 15px 0;
  }
}
.site-footer .site-info .copyright p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 16px;
  font-weight: 400;
}

.site-footer .site-info .copyright p a {
  color: #ffffff;
  text-decoration: underline;
}

.site-footer .site-info .copyright p a:hover {
  color: #0D5756;
}

.site-footer.footer_light {
  background-color: #f5f4f4;
}

.site-footer.footer_light .logo-light {
  display: none;
}

.site-footer.footer_light p {
  color: #6d6d82;
}

.site-footer.footer_light .site-info {
  background-color: #FCFCFC;
  border-top: 0;
}

.site-footer.footer_light .site-info .copyright p {
  color: #A2A2A2;
}

.site-footer.footer_light .site-info .copyright a {
  color: #145BD7;
}

.site-footer.footer_light .site-info .copyright a:hover {
  color: #0D5756;
}

.site-footer.footer_light .widget .widget-title,
.site-footer.footer_light .widget h1, .site-footer.footer_light .widget h2, .site-footer.footer_light .widget h3, .site-footer.footer_light .widget h4, .site-footer.footer_light .widget h5, .site-footer.footer_light .widget h6 {
  color: #0B091B;
}

.site-footer.footer_light .widget ul:not(.footer-social-link) li a {
  color: #8A8A8A;
}

.site-footer.footer_light .widget ul:not(.footer-social-link) li a:hover {
  color: #0D5756;
}

.site-footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-menu li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}

.site-footer-menu li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
}

.site-footer-menu li:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.2);
}

.site-footer-menu li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
}

.woocommerce-products-header__title {
  font-size: 45px;
  font-weight: 800;
  color: #0D5756;
  text-transform: uppercase;
  max-width: 690px;
  letter-spacing: -1.8px;
  line-height: 1;
}
@media (max-width: 992px) {
  .woocommerce-products-header__title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .woocommerce-products-header__title {
    font-size: 24px;
  }
}
.woocommerce-products-header__title .highlight {
  color: rgba(13, 87, 86, 0.4);
}
.woocommerce-products-header__title select.orderby {
  border: 0;
  padding: 0;
  background-color: transparent;
}

.woocommerce-products-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 81px;
}
@media (max-width: 767px) {
  .woocommerce-products-header {
    flex-direction: column;
    margin-bottom: 24px;
    gap: 27px;
    align-items: flex-end;
  }
}
.woocommerce-products-header .woocommerce-ordering {
  margin-bottom: 0;
}
.woocommerce-products-header .woocommerce-products-header {
  margin-bottom: 0;
}
.woocommerce-products-header .woocommerce-products-header h1 {
  margin-bottom: 0;
}
.woocommerce-products-header select.orderby {
  border: 0;
  padding: 0;
  background-color: transparent;
  margin-bottom: 0;
}

select.orderby {
  border: 0;
  padding: 0;
  background-color: transparent;
}

.crave-bg {
  position: relative;
}
.crave-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 840px;
  background: linear-gradient(180deg, #ECECEC 0%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.crave-bg .content-area, .crave-bg .blog-single-content-area, .crave-bg .blog-content-area {
  padding: 151px 0 140px;
  background: #ffffff;
  max-width: calc(100% - 16px);
  margin: 0 auto;
  border-radius: 24px 24px 0 0;
}
@media (max-width: 991px) {
  .crave-bg .content-area, .crave-bg .blog-single-content-area, .crave-bg .blog-content-area {
    padding: 53px 0 80px;
  }
}

.tc-product-wrapper .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x)) !important;
  margin-left: calc(-0.5 * var(--bs-gutter-x)) !important;
}

.fc-product-item span.onsale {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 5px 10px;
  background: #0D5756;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  min-height: auto;
  min-width: auto;
}
.fc-product-item .woocommerce-LoopProduct-link {
  display: block;
  text-decoration: none;
}
.fc-product-item .attachment-woocommerce_thumbnail {
  margin-bottom: 28px;
  border-radius: 24px;
  width: 100%;
}
.fc-product-item .woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 7px;
  color: #63626D;
}
@media (min-width: 480px) {
  .fc-product-item .woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .fc-product-item .woocommerce-loop-product__title {
    font-size: 16px;
  }
}
.fc-product-item span.price {
  font-size: 23px;
  display: block;
  font-weight: 800;
  color: #0B091B;
  margin-bottom: 24px;
}
.fc-product-item .tc-product-item__button-container {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  .fc-product-item .tc-product-item__button-container {
    gap: 8px;
  }
}
.fc-product-item .add_to_cart_button, .fc-product-item .product_type_grouped {
  display: inline-flex;
  gap: 8px;
  border-radius: 8px;
  border: 2px solid #0D5756;
  padding: 13px 26px;
  font-size: 16px;
  font-weight: 600;
  color: #0D5756;
  white-space: nowrap;
}
.fc-product-item .add_to_cart_button svg path, .fc-product-item .product_type_grouped svg path {
  transition: all 0.3s ease-in-out;
}
.fc-product-item .add_to_cart_button:hover, .fc-product-item .product_type_grouped:hover {
  background: #0D5756;
  color: #fff;
}
.fc-product-item .add_to_cart_button:hover svg path, .fc-product-item .product_type_grouped:hover svg path {
  fill: #fff;
}
@media (max-width: 480px) {
  .fc-product-item .add_to_cart_button, .fc-product-item .product_type_grouped {
    flex: 2;
    justify-content: center;
  }
}

.yith-wcwl-add-to-wishlist-button__label {
  display: none;
}

.yith-add-to-wishlist-button-block {
  display: inline-block;
  margin: 0;
}

.yith-wcwl-add-to-wishlist-button {
  display: inline-flex;
  height: 56px;
  width: 56px;
  border-radius: 8px;
  border: 2px solid #E7E7E7;
  justify-content: center;
}

.yith-wcwl-add-to-wishlist-button--anchor {
  position: relative;
}
.yith-wcwl-add-to-wishlist-button--anchor svg {
  display: none;
}
.yith-wcwl-add-to-wishlist-button--anchor:after {
  content: "\f004";
  font-family: "Font Awesome 6 Free";
  font-size: 20px;
}
.yith-wcwl-add-to-wishlist-button--anchor.yith-wcwl-add-to-wishlist-button--added:after {
  content: "\f004";
  font-weight: 900;
}

.products {
  width: 100%;
  display: grid;
  column-gap: 32px;
  row-gap: 80px;
}
@media (max-width: 1024px) {
  .products {
    column-gap: 24px;
    row-gap: 52px;
  }
}
@media (max-width: 767px) {
  .products {
    column-gap: 16px;
  }
}
.products.columns-4 {
  grid-template-columns: repeat(auto-fill, minmax(min(275px, 100%), 1fr));
}
.products.columns-3 {
  grid-template-columns: repeat(auto-fill, minmax(min(350px, 100%), 1fr));
}
.products.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1024px) {
  .products.columns-3, .products.columns-5 {
    grid-template-columns: repeat(auto-fill, minmax(min(275px, 100%), 1fr));
  }
}
@media (max-width: 767px) {
  .products.columns-3, .products.columns-5, .products.columns-2 {
    grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr));
  }
}
@media (max-width: 480px) {
  .products.columns-3, .products.columns-5, .products.columns-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button, .single_add_to_cart_button.fc-btn {
  display: inline-flex;
  gap: 8px;
  border-radius: 8px;
  border: 2px solid #0D5756;
  padding: 13px 26px;
  font-size: 16px;
  font-weight: 600;
  color: #0D5756;
  align-items: center;
  background-color: transparent;
  white-space: nowrap;
}
@media (min-width: 480px) and (max-width: 767px) {
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
  .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
  :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit,
  :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button,
  :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button,
  :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button, .single_add_to_cart_button.fc-btn {
    padding: 13px 14px;
  }
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit svg path,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button svg path,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button svg path,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button svg path,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit svg path,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button svg path,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button svg path,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button svg path, .single_add_to_cart_button.fc-btn svg path {
  transition: all 0.3s ease-in-out;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover, .single_add_to_cart_button.fc-btn:hover {
  background: #0D5756;
  color: #fff;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover svg path,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover svg path,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover svg path,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover svg path,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover svg path,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover svg path,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover svg path,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover svg path, .single_add_to_cart_button.fc-btn:hover svg path {
  fill: #fff;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  font-size: 23px;
  display: block;
  font-weight: 800;
  color: #0B091B;
  margin-bottom: 23px;
}

.tc-product-slider__next {
  right: 16px;
}
@media (max-width: 767px) {
  .tc-product-slider__next {
    right: 0;
  }
}

.tc-product-slider__prev {
  left: 16px;
}
@media (max-width: 767px) {
  .tc-product-slider__prev {
    left: 0;
  }
}

.tc-product__pagination {
  bottom: 0;
  margin-top: 50px;
  display: block;
}

@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 8px;
  }
}
.woocommerce div.product .product_title {
  font-size: 18px;
  font-weight: 500;
  color: #4F4E5B;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .woocommerce div.product .product_title {
    margin-bottom: 6px;
  }
}
@media (max-width: 420px) {
  .woocommerce div.product .quantity {
    width: 100%;
  }
}

.single-product.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
  font-size: 32px;
  color: #0B091B;
  font-weight: 800;
  letter-spacing: -0.32px;
}
@media (max-width: 767px) {
  .single-product.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price {
    font-size: 30px;
    margin-top: 13px;
    margin-bottom: 35px;
  }
}
.single-product .woocommerce-product-details__short-description {
  margin-top: 60px;
  margin-bottom: 60px;
  color: #63626D;
  font-size: 16px;
  letter-spacing: -0.16px;
}
@media (max-width: 767px) {
  .single-product .woocommerce-product-details__short-description {
    margin-top: 0;
    margin-bottom: 31px;
  }
}
.single-product.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
  color: #0D5756;
}
.single-product.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt .cart-icon {
  font-size: 24px;
}
.single-product.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover {
  background-color: #0D5756 !important;
  color: #fff;
}
.single-product.woocommerce div.product form.cart {
  margin-bottom: 0;
  display: flex;
  gap: 32px;
}
@media (max-width: 1200px) {
  .single-product.woocommerce div.product form.cart {
    gap: 16px;
  }
}
@media (max-width: 420px) {
  .single-product.woocommerce div.product form.cart {
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    gap: 24px;
  }
}
.single-product.woocommerce div.product form.cart:before, .single-product.woocommerce div.product form.cart:after {
  display: none;
}
.single-product .yith-add-to-wishlist-button-block {
  margin: 0 !important;
}
.single-product .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}
.single-product .quantity-wrapper {
  display: flex;
  align-items: center;
  column-gap: 16px;
  row-gap: 10px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media (max-width: 420px) {
  .single-product .quantity-wrapper {
    column-gap: 24px;
  }
}
.single-product .yith-wcwl-add-to-wishlist-button {
  justify-content: center !important;
}

.quantity-wrapper__title {
  font-size: 18px;
  color: #8A8992;
  font-weight: 800;
  margin-bottom: 0;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  line-height: 1;
  width: 100%;
}

.short-description__title {
  color: #4F4E5B;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.18px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.quantity {
  width: 174px;
  display: inline-flex;
  align-items: center;
  position: relative;
  background-color: transparent;
  border: 2px solid #E7E7E7;
  padding: 4px;
  line-height: 1;
  height: 56px;
  border-radius: 8px;
  margin-right: 0 !important;
}
@media (max-width: 1200px) {
  .quantity {
    width: 140px;
  }
}
@media (max-width: 767px) {
  .quantity {
    width: 120px;
  }
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input:not([type=checkbox]):not([type=submit]) {
  box-shadow: none;
}
.quantity .qty {
  margin: 0 !important;
  border-radius: 0;
  height: 46px;
  background-color: transparent !important;
  border: 0 !important;
  color: #0B091B;
  font-size: 14px;
  font-weight: 500;
  padding: 0 !important;
  text-align: center !important;
}
.quantity .qty:focus {
  border-color: transparent;
}
.quantity .minus-button, .quantity .plus-button {
  height: 40px;
  min-width: 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
  color: #0D5756;
  line-height: 40px;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}
.quantity .minus-button:after, .quantity .minus-button:after, .quantity .plus-button:after, .quantity .plus-button:after {
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.quantity .minus-button:after {
  content: "\e996";
}
.quantity .plus-button:after {
  content: "\e9b1";
}

.flex-control-thumbs {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991px) {
  .flex-control-thumbs {
    gap: 9px;
  }
}

.woocommerce div.product .flex-viewport {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .woocommerce div.product .flex-viewport {
    margin-bottom: 16px;
  }
}
.woocommerce div.product form.cart .button {
  background-color: transparent;
}
.woocommerce div.product div.images {
  margin-bottom: 35px;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image {
  border-radius: 24px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .woocommerce div.product div.images .woocommerce-product-gallery__image {
    border-radius: 16px;
  }
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 110px;
  height: 110px;
}
@media (max-width: 991px) {
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 80px;
    height: 80px;
  }
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 991px) {
  .woocommerce div.product div.images .flex-control-thumbs li img {
    border-radius: 12px;
  }
}
@media (min-width: 992px) {
  .woocommerce .entry-summary {
    padding-left: 40px;
  }
}
.woocommerce ul.tc-product__aditional-info {
  margin: 56px 0 50px 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 420px) {
  .woocommerce ul.tc-product__aditional-info {
    margin: 41px 0 33px 0;
    text-align: center;
  }
}
.woocommerce ul.tc-product__aditional-info li {
  font-size: 16px;
  color: #63626D;
  font-weight: 400;
  letter-spacing: -0.16px;
}
.woocommerce ul.tc-product__aditional-info li:not(:last-child) {
  margin-bottom: 6px;
}
.woocommerce ul.tc-product__aditional-info li .tc-product__aditional-info-value {
  font-weight: 500;
  color: #0B091B;
}

@media (max-width: 420px) {
  .tc-product__payment-options {
    text-align: center;
  }
}
.tc-product__payment-options p {
  font-size: 16px;
  color: #63626D;
  font-weight: 400;
  letter-spacing: -0.16px;
  margin-bottom: 8px;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
}

.fc-text-marque {
  padding: 20px;
  background: #FFEFEF;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .fc-text-marque {
    margin-top: 48px;
  }
}

.woocommerce-tabs {
  padding-top: 112px;
}
@media (max-width: 991px) {
  .woocommerce-tabs {
    padding-top: 48px;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 0 0 60px 0;
  padding: 0 0 19px 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 65px;
}
@media (max-width: 991px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    gap: 30px;
  }
}
@media (max-width: 480px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    gap: 20px;
    align-items: flex-start;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
  border-color: rgba(13, 87, 86, 0.16);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  color: rgba(13, 87, 86, 0.4);
  position: relative;
  display: inline-block;
  letter-spacing: -0.64px;
  line-height: 1;
}
@media (max-width: 991px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 16px;
  }
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #0D5756;
  bottom: -21px;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: #0D5756;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: #0D5756;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
  width: 120px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active a:after {
    width: 70px;
  }
}
.woocommerce .woocommerce-Tabs-panel h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.woocommerce .woocommerce-Tabs-panel h4 {
  font-size: 18px;
  color: #3C3A49;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px;
  letter-spacing: -0.18px;
  line-height: 1;
}
.woocommerce .product-description h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #3C3A49;
  letter-spacing: -0.18px;
  margin-bottom: 8px;
}
.woocommerce .product-description p {
  max-width: 760px;
  font-size: 18px;
  color: #3C3A49;
  letter-spacing: -0.18px;
  line-height: 1.56;
}
.woocommerce .comment-respond .comment-reply-title {
  display: block;
  margin-bottom: 15px;
}

.product-description-slider {
  overflow: hidden;
  border-radius: 25px;
  margin-top: 70px;
}

.product-des-next {
  right: 16px;
}

.product-des-prev {
  left: 16px;
}

.woocommerce-Tabs-panel--reviews #comments {
  margin-top: 0;
}
.woocommerce-Tabs-panel--reviews #comments .woocommerce-Reviews-title {
  font-size: 24px;
  margin-bottom: 20px;
}

.woocommerce #review_form #respond textarea {
  height: 180px;
}

.woocommerce #reviews #comments {
  margin-bottom: 40px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  padding: 0;
  flex-basis: 80px;
  display: block;
  position: static;
  float: none;
}
.woocommerce .comment-reply-title {
  font-size: 20px;
  font-weight: 800;
}
.woocommerce .commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce .comment_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.woocommerce .comment_container .comment-text {
  flex: 2;
  margin: 0 !important;
  float: none;
  padding: 0 !important;
  border: 0 !important;
}
.woocommerce .comment_container .comment-text .meta .woocommerce-review__author {
  color: #0B091B;
  font-size: 16px;
  font-weight: 600;
}
.woocommerce .related-product-section {
  padding-top: 100px;
}
.woocommerce .related-product-section .fc-product-related-title {
  font-size: 32px;
  letter-spacing: -0.64px;
  text-transform: uppercase;
  font-weight: 800;
  color: #0D5756;
  margin-bottom: 37px;
}

/* Quick View*/
.product_detail {
  display: flex;
}

.fc-quick-view.active {
  opacity: 1;
  visibility: visible;
}

.slider_img_productd {
  position: relative;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  height: 36px;
  width: 36px;
  text-align: center;
  line-height: 34px;
  border: 1px solid #a7a7a7;
  border-radius: 4px;
  cursor: pointer;
}
.slick-arrow.feather-chevron-right {
  right: 20px;
}
.slick-arrow.feather-chevron-left {
  left: 20px;
}

.fc-quick-view {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fc-quick-view .woocommerce-notices-wrapper {
  margin-bottom: 0;
}
.fc-quick-view form.cart {
  display: flex;
  align-items: center;
}
.fc-quick-view .product_meta {
  margin-top: 30px;
}
.fc-quick-view .quickview-container {
  position: fixed;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  width: 1000px;
  transition: all 0.3s ease-in-out;
}
.fc-quick-view.active .quickview-container {
  transform: translate(-50%, -50%) scale(1);
}
.fc-quick-view .quickview-close {
  text-align: center;
  position: absolute;
  cursor: pointer;
  top: 20px;
  right: 15px;
  color: #3e4a5e;
  z-index: 10000;
  width: 36px;
  height: 36px;
  border: 1px solid lightgrey;
  font-size: 20px;
  line-height: 36px;
  border-radius: 4px;
}
.fc-quick-view .quickview-close:hover {
  background: #0D5756;
  color: #fff;
  border-color: #0D5756;
}
.fc-quick-view .product_detail {
  overflow: hidden;
  display: flex;
  background: #fff;
  color: #818995;
  border-radius: 10px;
  position: relative;
  height: 500px;
}
.fc-quick-view .slider_img_productd .slick-arrow {
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: transparent;
  top: calc(50% - 12.5px);
  border: 0;
  color: #3e4a5e;
  font-size: 22px;
}
.fc-quick-view .slider_img_productd .slick-arrow.fa-angle-left {
  left: 15px;
}
.fc-quick-view .slick-dots {
  position: absolute;
  bottom: 35px;
}
.fc-quick-view .slick-dots li, .fc-quick-view .slick-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.fc-quick-view .slick-dots button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background: #d4d4d4;
  padding: 0;
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
}
.fc-quick-view .slick-dots li {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.fc-quick-view .quickview-container .fc-single-info .content_product_detail {
  padding: 50px 40px;
  width: 100%;
}

.fc-single-info {
  overflow-y: auto;
}

.fc-single-info, .img-quickview {
  width: 50%;
}

.img-quickview {
  height: 100%;
}

.fc-single-info::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.fc-single-info::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
}

.fc-single-info::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}

.fc-single-info::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.4);
}

.fc-single-info::-webkit-scrollbar-thumb:active {
  background: rgba(0, 0, 0, 0.9);
}

.woocommerce .wishlist-title {
  margin-bottom: 32px;
}
.woocommerce .wishlist-title h2 {
  font-size: 32px;
  font-weight: 600;
  color: #0B091B;
}
.woocommerce table.shop_table.wishlist_table {
  border-width: 0 0 1px 0;
  margin-bottom: 100px;
}
.woocommerce table.shop_table.wishlist_table thead {
  background: transparent;
}
.woocommerce table.shop_table.wishlist_table thead th:not(:last-child) {
  border-right-width: 0;
}
.woocommerce table.shop_table.wishlist_table thead tr th {
  background: transparent;
}
.woocommerce table.shop_table.wishlist_table tbody td {
  border: none;
}
.woocommerce table.shop_table.wishlist_table tbody td.product-remove {
  padding-left: 0 !important;
}
.woocommerce table.shop_table.wishlist_table tbody > tr {
  border-width: 1px 0 0 0;
}
.woocommerce table.shop_table.wishlist_table tbody td {
  border-left-width: 1px !important;
}
.woocommerce table.shop_table.wishlist_table tr th {
  text-align: left !important;
}
.woocommerce table.shop_table.wishlist_table tr th.product-remove {
  min-width: 40px !important;
}
.woocommerce table.shop_table.wishlist_table tr td {
  padding: 25px !important;
  font-weight: 700;
  color: #0B091B !important;
  font-size: 18px;
  text-align: left;
}
.woocommerce table.shop_table.wishlist_table tr td.product-add-to-cart {
  text-align: right;
  padding-right: 0 !important;
}
.woocommerce table.shop_table.wishlist_table tr td.product-name a {
  font-size: 16px;
  color: #3C3A49;
  font-weight: 500;
}
.woocommerce table.shop_table.wishlist_table tr td.product-name a:hover {
  color: #0D5756;
}
.woocommerce table.shop_table.wishlist_table tr td.product-thumbnail {
  padding-right: 0 !important;
}
.woocommerce table.shop_table.wishlist_table tr td.product-thumbnail a {
  border-radius: 8px;
  overflow: hidden;
  min-width: 80px !important;
}
.woocommerce table.shop_table.wishlist_table .product-stock-status span.wishlist-in-stock {
  border-radius: 4px;
  border: 1px solid #ABEFC6;
  background: #ECFDF3;
  color: #067647;
  font-size: 13px;
  font-weight: 500;
  padding: 3px 8px 4px 8px;
}
.woocommerce table.shop_table.wishlist_table .product-add-to-cart a {
  padding: 12px 22px;
  background: #0D5756;
  color: #ffffff;
  display: inline-block !important;
  border-radius: 8px !important;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.woocommerce a.remove {
  position: relative;
  color: #fff !important;
}
.woocommerce a.remove:before {
  content: "\e9e4";
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #FB452F;
  font-size: 24px;
}
.woocommerce a.remove:hover {
  background: transparent;
}
.woocommerce a.remove:hover:before {
  color: #0D5756;
}

table.item-details-table tbody > tr {
  border-width: 1px 0 0 0 !important;
}

.wishlist_table.modern_grid li .item-details h3,
.wishlist_table.images_grid li .item-details h3,
.wishlist_table.mobile li .item-details h3 {
  font-size: 18px !important;
}

.wishlist_table.modern_grid li .item-details table.item-details-table td,
.wishlist_table.images_grid li .item-details table.item-details-table td,
.wishlist_table.mobile li .item-details table.item-details-table td,
.wishlist_table.mobile li table.additional-info td {
  padding: 5px 0 !important;
}

.wishlist_view.responsive {
  padding: 0;
}
.wishlist_view.responsive li {
  margin-bottom: 30px !important;
}

.additional-info-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.additional-info-wrapper .additional-info {
  flex-basis: 100%;
}

.wishlist_table.mobile li .item-wrapper {
  width: 100%;
}

.product-remove i {
  color: #FB452F;
}

.yith-wcwl-share {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 0;
}
.yith-wcwl-share .yith-wcwl-share-title {
  font-size: 16px;
  font-weight: 500;
  color: #3C3A49;
}
.yith-wcwl-share ul {
  gap: 9px !important;
}
.yith-wcwl-share ul li a {
  background: transparent !important;
}
.yith-wcwl-share ul li a svg path {
  fill: #0B091B;
}

.product_list_widget {
  padding: 0;
  margin: 0;
  list-style: none;
}
.product_list_widget li {
  padding-left: 85px !important;
  min-height: 70px;
}
.product_list_widget li:not(:last-child) {
  margin-bottom: 15px !important;
}
.product_list_widget li > a {
  display: block;
}
.product_list_widget li > a span {
  color: #0B091B;
  transition: all 0.3s ease-in-out;
}
.product_list_widget li > a span:hover {
  color: #0D5756;
}
.product_list_widget li .star-rating {
  display: block;
}
.product_list_widget li:before {
  display: none;
}
.product_list_widget li .woocommerce-Price-amount {
  font-size: 14px;
}
.product_list_widget li img {
  width: 70px;
  position: absolute;
  left: 0;
  height: 70px;
}

.wc-block-price-filter__range-input-wrapper input:not([type=checkbox]):not([type=submit]) {
  border: 0;
  padding: 0;
  height: auto;
}
.wc-block-price-filter__range-input-wrapper input:not([type=checkbox]):not([type=submit]):focus, .wc-block-price-filter__range-input-wrapper textarea:focus {
  border: 0 !important;
}

.wc-block-price-filter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider__range-input-progress {
  width: 100%;
}

input.wc-block-components-price-slider__amount {
  padding: 0 !important;
  margin: 0;
  width: auto;
  background-color: transparent !important;
  height: max-content;
  border-radius: 0 !important;
}

.wc-block-components-price-slider__range-input-progress {
  --range-color: #00CFC8;
}

.wc-block-components-price-slider__range-input-wrapper,
.wc-block-components-price-slider__range-input-progress {
  height: 3px;
  box-shadow: none;
}

.wc-block-price-filter__controls input {
  margin-bottom: 0 !important;
}

.wc-block-components-price-slider__controls {
  display: inline-block;
}
.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  border: 0 !important;
  font-size: 14px;
  font-weight: 600 !important;
  box-shadow: none !important;
}

.wc-block-components-price-slider__range-input {
  padding: 0;
  border: 0;
  outline: none;
  background: transparent !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 0;
  display: block;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px !important;
}
.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
  cursor: default;
  height: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
  background-position: 0 0;
  width: 14px;
  height: 14px;
  vertical-align: top;
  cursor: pointer;
  z-index: 20;
  pointer-events: auto;
  background-image: none;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: -6px 0 0;
  background-color: #0D5756;
  border: 0;
  border-radius: 30px;
  position: relative;
}

button.wc-block-components-filter-reset-button {
  background-color: #f0f2f4;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  padding: 10px 20px;
  line-height: 1;
  border-radius: 30px;
  color: #090b29;
  font-weight: 600;
  font-size: 14px;
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
  background-position-y: -23px;
  background-color: #0D5756;
}

.wc-block-components-price-slider__range-input::-webkit-slider-progress {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wc-block-components-price-slider__range-input::-moz-focus-outer {
  border: 0;
}
.wc-block-components-price-slider__range-input::-moz-range-track {
  cursor: default;
  height: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wc-block-components-price-slider__range-input::-moz-range-progress {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wc-block-components-price-slider__range-input::-moz-range-thumb {
  background-color: transparent;
  background-position: 0 0;
  width: 28px;
  height: 23px;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  z-index: 20;
  pointer-events: auto;
  background-image: none;
  -moz-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
  background-position-y: -23px;
  transform: scale(1.1);
}
.wc-block-components-price-slider__range-input::-ms-thumb {
  background-color: transparent;
  background-position: 0 0;
  width: 28px;
  height: 23px;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  z-index: 20;
  pointer-events: auto;
  background-image: none;
  -ms-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wc-block-components-price-slider__range-input::-ms-thumb:hover {
  background-position-y: -23px;
  transform: scale(1.1);
}
.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
  background-position-y: -23px;
  transform: scale(1.1);
}
.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
  background-position-y: -23px;
  transform: scale(1.1);
}
.wc-block-components-price-slider__range-input:focus::-ms-thumb {
  background-position-y: -23px;
  transform: scale(1.1);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
  z-index: 21;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
  margin-left: -2px;
  background-position-x: left;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
  background-position-x: left;
  transform: translate(-2px, 4px);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
  background-position-x: left;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
  z-index: 20;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
  background-position-x: right;
  margin-left: 2px;
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
  background-position-x: right;
  transform: translate(2px, 4px);
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
  background-position-x: right;
}

.wc-block-components-filter-reset-button:hover {
  background-color: #0D5756;
  color: #fff;
}

.wc-block-cart-items__row .wc-block-cart-item__image {
  padding-left: 0 !important;
}
.wc-block-cart-items__row .wc-block-cart-item__image a {
  display: block;
  max-width: 120px;
}
.wc-block-cart-items__row .wc-block-cart-item__image a img {
  border-radius: 12px;
}
.wc-block-cart-items__row a.wc-block-components-product-name {
  color: #3C3A49;
  font-size: 16px;
  font-weight: 500;
}
.wc-block-cart-items__row .wc-block-components-product-price {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.wc-block-cart-items__row [type=number].wc-block-components-quantity-selector__input {
  height: 48px !important;
}
.wc-block-cart-items__row .wc-block-components-quantity-selector:after {
  border-radius: 8px;
  border: 2px solid #E7E7E7;
}

.wc-block-cart-items thead {
  background-color: transparent;
}
.wc-block-cart-items thead th {
  color: #0B091B;
  text-transform: capitalize;
  padding: 10px 0;
  font-weight: 600;
  letter-spacing: -0.23px;
}

.wc-block-components-quantity-selector__button {
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #0D5756 !important;
  opacity: 1 !important;
  outline: none !important;
  box-shadow: none !important;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
  color: #FB452F !important;
}

.is-large.wc-block-cart .wc-block-cart-items td {
  border-top: 1px solid #E7E7E7 !important;
  padding: 36px 0 36px 14px !important;
}

.wc-block-components-totals-wrapper .wc-block-components-totals-coupon {
  padding: 0 !important;
}
.wc-block-components-totals-wrapper #wc-block-components-totals-coupon__input-coupon {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  height: 42px !important;
}
.wc-block-components-totals-wrapper .wc-block-components-totals-coupon__button {
  font-size: 16px !important;
  color: #ffffff !important;
  border-radius: 4px;
  min-height: 42px !important;
  padding: 8px 20px !important;
  transition: all 0.3s ease;
}
.wc-block-components-totals-wrapper .wc-block-components-totals-coupon__button:hover {
  background-color: #0B091B !important;
}
.wc-block-components-totals-wrapper .wc-block-components-totals-coupon__form {
  border: 1px solid #0D5756;
  border-radius: 4px;
  padding: 6px;
}
.wc-block-components-totals-wrapper .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
  flex: 3 1 160px;
}

.is-large .wc-block-components-sidebar .wc-block-components-totals-item {
  padding: 0 !important;
}

.wc-block-components-totals-item__label {
  font-size: 16px;
  font-weight: 500;
  color: #3C3A49;
}

.wc-block-components-formatted-money-amount {
  font-size: 18px;
  font-weight: 700;
  color: #0B091B;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
  font-size: 0.875em;
  color: #63626D;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping-address-summary {
  color: #63626D;
}
.wc-block-components-totals-shipping .wc-block-components-totals-shipping-address-summary strong {
  font-weight: 600;
  color: #3C3A49;
}

.wc-block-components-shipping-rates-control__package .wc-block-components-shipping-rates-control__package__description--free {
  font-size: 14px;
  text-transform: capitalize !important;
  color: #63626D;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
  min-width: 20px !important;
  min-height: 20px !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  min-width: 10px !important;
  min-height: 10px !important;
  height: 10px !important;
  width: 10px !important;
}

.wp-block-woocommerce-cart-order-summary-shipping-block {
  padding-top: 22px !important;
}

.wc-block-components-totals-shipping .wc-block-components-shipping-address {
  margin-top: 24px !important;
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__options {
  margin-top: 24px !important;
}

.wc-block-components-button {
  background-color: #0D5756;
  color: #ffffff;
  font-size: 16px;
  border-radius: 6px;
  transition: all 0.3s ease !important;
}
.wc-block-components-button:hover {
  background-color: #0B091B;
  color: #ffffff;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 18px !important;
  color: #0B091B;
}

.wc-block-components-totals-wrapper {
  border-top: 1px solid #E7E7E7;
  padding: 29px 0 !important;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
  max-width: 80px;
  width: 80px;
  overflow: hidden;
  border-radius: 8px;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
  width: 80px;
  height: 80px;
}
.woocommerce-checkout .wc-block-components-product-name {
  color: #63626D;
  font-size: 14px;
  font-weight: 500;
}
.woocommerce-checkout .wc-block-components-product-price, .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
  font-size: 16px;
  font-weight: 700;
  color: #4F4E5B;
  letter-spacing: -0.16px;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
  color: #0B091B;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
  padding-top: 2px;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
  padding-bottom: 0;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  background-color: #0D5756;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  right: 6px;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
  padding-left: 16px;
}
.woocommerce-checkout .wc-block-components-product-metadata__description p {
  margin-bottom: 0;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid #E7E7E7;
  border-radius: 8px;
  box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03), 0px 2px 2px -1px rgba(10, 13, 18, 0.04);
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  font-size: 23px;
  font-weight: 600;
  color: #0B091B;
  letter-spacing: -0.23px;
  margin-bottom: 0;
  margin-left: 0;
}
.woocommerce-checkout .wc-block-components-checkout-order-summary__title {
  margin-bottom: 0;
  margin-top: 0 !important;
  padding: 30px 24px 14px;
  border-bottom: 1px solid #E7E7E7;
}
.woocommerce-checkout .wc-block-components-order-summary.is-large {
  padding: 0;
}
.woocommerce-checkout .wc-block-components-totals-wrapper {
  padding: 29px 24px !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper:first-of-type {
  border-top: 0;
  padding: 34px 0 !important;
}
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper:first-of-type,
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper:first-of-type {
  padding: 34px 24px !important;
}
.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
  font-weight: 600;
}
.woocommerce-checkout .wc-block-components-checkout-step__description {
  font-size: 16px;
  color: #63626D;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=email], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=number], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=password], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=tel], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=text], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input[type=url], .woocommerce-checkout .wc-block-components-text-input input[type=email], .woocommerce-checkout .wc-block-components-text-input input[type=number], .woocommerce-checkout .wc-block-components-text-input input[type=password], .woocommerce-checkout .wc-block-components-text-input input[type=tel], .woocommerce-checkout .wc-block-components-text-input input[type=text], .woocommerce-checkout .wc-block-components-text-input input[type=url] {
  border-color: #E7E7E7;
  border-radius: 8px;
  color: #3C3A49;
  font-weight: 500;
  padding: 10px 20px;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input label, .woocommerce-checkout .wc-block-components-text-input label {
  left: 20px;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-text-input input:-webkit-autofill, .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=password], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .woocommerce-checkout .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .woocommerce-checkout .wc-block-components-text-input input:-webkit-autofill, .woocommerce-checkout .wc-block-components-text-input.is-active input[type=email], .woocommerce-checkout .wc-block-components-text-input.is-active input[type=number], .woocommerce-checkout .wc-block-components-text-input.is-active input[type=password], .woocommerce-checkout .wc-block-components-text-input.is-active input[type=tel], .woocommerce-checkout .wc-block-components-text-input.is-active input[type=text], .woocommerce-checkout .wc-block-components-text-input.is-active input[type=url] {
  padding: 1.5em 20px 0.5em;
}
.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
  margin: 0 0 75px;
}
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select {
  border-color: #E7E7E7;
  border-radius: 8px;
  color: #3C3A49;
  font-weight: 500;
  padding: 7px 20px;
  line-height: 3;
}
.woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__label {
  left: 20px;
}
.woocommerce-checkout .woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 32px;
  font-weight: 600;
  color: #0B091B;
  letter-spacing: -0.32px;
  margin-bottom: 45px;
}
.woocommerce-checkout .woocommerce-thankyou-order-details {
  padding-left: 0;
}
.woocommerce-checkout .woocommerce ul.order_details li {
  color: #63626D;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
.woocommerce-checkout .woocommerce ul.order_details li strong {
  color: #0B091B;
  font-weight: 600;
  font-size: 16px;
  margin-top: 8px;
}
.woocommerce-checkout .woocommerce-order p {
  font-size: 23px;
  font-weight: 600;
  color: #63626D;
  margin: 91px 0 89px;
}
.woocommerce-checkout h2.woocommerce-order-details__title, .woocommerce-checkout .woocommerce-column__title {
  font-size: 32px;
  font-weight: 600;
}
.woocommerce-checkout.woocommerce table thead th:not(:last-child) {
  border-right: 1px solid #E7E7E7;
}
.woocommerce-checkout .woocommerce-order-details {
  border-radius: 8px;
  border: 1px solid var(--Black-100, #E7E7E7);
  background: var(--White, #FFF);
  box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03), 0px 2px 2px -1px rgba(10, 13, 18, 0.04);
  padding: 32px 24px 20px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce-order-details {
    width: calc(50% - 16px) !important;
  }
}
.woocommerce-checkout .woocommerce-table--order-details thead {
  display: none;
}
.woocommerce-checkout .woocommerce table.shop_table td, .woocommerce-checkout tfoot tr th {
  border-top: 1px solid #E7E7E7 !important;
  padding: 12px 0 !important;
  color: #63626D;
  font-weight: 400 !important;
}
.woocommerce-checkout .woocommerce table.shop_table td a, .woocommerce-checkout .woocommerce table.shop_table td strong, .woocommerce-checkout tfoot tr th a, .woocommerce-checkout tfoot tr th strong {
  color: #63626D;
  font-weight: 400;
}
.woocommerce-checkout .woocommerce table.shop_table tbody th, .woocommerce-checkout .woocommerce table.shop_table tfoot td, .woocommerce-checkout .woocommerce table.shop_table tfoot th {
  padding: 12px 0 !important;
}
.woocommerce-checkout .woocommerce table {
  border: 0 !important;
}
.woocommerce-checkout .woocommerce table tbody > tr {
  border-width: 1px 0 0 0;
}
.woocommerce-checkout .woocommerce table tbody td:last-child, .woocommerce-checkout table td:last-child {
  border-right: 0 !important;
  color: #0B091B !important;
  font-weight: 500;
}
.woocommerce-checkout table td:last-child {
  text-align: right;
  color: #0B091B;
  font-weight: 500;
  font-size: 16px;
}
.woocommerce-checkout .woocommerce table tbody td {
  border-left: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-customer-details address {
  border: 0;
  padding: 0;
}
.woocommerce-checkout .woocommerce-columns--2 {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media (max-width: 768px) {
  .woocommerce-checkout .woocommerce-columns--2 {
    flex-direction: column;
  }
}
.woocommerce-checkout .woocommerce-columns--2 .woocommerce-column--1, .woocommerce-checkout .woocommerce-columns--2 .woocommerce-column--2 {
  width: calc(50% - 16px) !important;
  border-radius: 8px;
  border: 1px solid var(--Black-100, #E7E7E7);
  background: var(--White, #FFF);
  box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03), 0px 2px 2px -1px rgba(10, 13, 18, 0.04);
  padding: 32px 24px 20px;
}
@media (max-width: 768px) {
  .woocommerce-checkout .woocommerce-columns--2 .woocommerce-column--1, .woocommerce-checkout .woocommerce-columns--2 .woocommerce-column--2 {
    width: 100% !important;
    margin-top: 0;
  }
}
.woocommerce-checkout p.woocommerce-customer-details--phone {
  margin-top: 22px;
}
.woocommerce-checkout p.woocommerce-customer-details--email {
  margin-top: 24px;
}
.woocommerce-checkout p.woocommerce-customer-details--phone, .woocommerce-checkout p.woocommerce-customer-details--email {
  font-size: 16px !important;
  margin-bottom: 0;
  font-weight: 400;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
  border-radius: 8px !important;
  box-shadow: inset 0 0 0 1px #E7E7E7 !important;
}

body.woocommerce .is-layout-flex {
  display: flex;
  flex-direction: column;
}

.box-form-login {
  padding: 50px;
  border: 1px solid #E7E7E7;
  border-radius: 10px;
}

.rememberme-lost {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.woocommerce-privacy-policy-text p {
  font-size: 15px;
}

.login .button, .register .button {
  width: 100%;
}

.woocommerce-privacy-policy-text {
  margin-bottom: 30px;
}

.woocommerce-form-login {
  max-width: 500px;
  margin: 0 auto;
}

.woocommerce-MyAccount-navigation {
  max-width: 242px;
}
.woocommerce-MyAccount-navigation ul {
  border: 1px solid #E7E7E7;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
.woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-right: 1px solid #E7E7E7;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul {
    border-right: 0;
    border-bottom: 1px solid #E7E7E7;
  }
}
.woocommerce-MyAccount-navigation ul li {
  display: block;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-navigation ul li {
    display: block;
  }
}
.woocommerce-MyAccount-navigation ul li a {
  position: relative;
  color: #63626D;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 14px 16px 14px 42px;
  letter-spacing: -0.16px;
}
.woocommerce-MyAccount-navigation ul li a:before {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\e9c9";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\e955";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\e98c";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\e9f4";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: "\e94e";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\e989";
}
.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #0D5756;
  color: #ffffff;
}
.woocommerce-MyAccount-navigation ul li:not(:last-child) a {
  border-bottom: 1px solid #E7E7E7;
}

.woocommerce-MyAccount-content {
  flex: 2;
  padding-left: 65px;
  width: calc(100% - 242px) !important;
}
@media (max-width: 767px) {
  .woocommerce-MyAccount-content {
    padding-left: 0;
    margin-top: 30px;
  }
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  margin-bottom: 0;
}
.woocommerce-MyAccount-content p {
  color: #63626D;
  font-weight: 500;
}

.woocommerce-account .woocommerce-MyAccount-content .hello-customer {
  font-size: 24px;
  font-weight: 400;
  color: #0B091B;
}
.woocommerce-account .woocommerce-MyAccount-content .hello-customer .not-admin {
  font-size: 18px;
}
@media (max-width: 767px) {
  .woocommerce-account .woocommerce-MyAccount-content .hello-customer {
    font-size: 20px;
  }
  .woocommerce-account .woocommerce-MyAccount-content .hello-customer .not-admin {
    font-size: 16px;
  }
}

.woocommerce table thead th:not(:last-child) {
  border-right: 4px solid #E7E7E7;
}
.woocommerce table tbody td {
  border-left: 4px solid #E7E7E7;
}
.woocommerce table tbody td {
  padding: 4px 24px !important;
  font-size: 16px;
  color: #63626D;
}
.woocommerce table tbody td:last-child {
  font-weight: 600;
  color: #0B091B;
}
.woocommerce table.my_account_orders {
  border: 4px solid #E7E7E7;
  border-radius: 16px;
}
@media ((max-width: 767px)) {
  .woocommerce table.my_account_orders {
    border-width: 1px;
  }
}
.woocommerce table tbody > tr {
  border-width: 4px 0 0 0;
}
@media ((max-width: 767px)) {
  .woocommerce table tbody > tr {
    border-width: 1px 0 0 0;
  }
}
.woocommerce table.my_account_orders .button {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #0D5756;
  border-radius: 8px;
}
.woocommerce .woocommerce-info {
  padding: 20px 30px 20px 50px;
  background-color: #F1F6FE;
  border-radius: 8px;
  border-top: 3px solid #0D5756;
}
.woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before {
  top: 19px;
}
.woocommerce .add_to_cart {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  font-family: Inter, sans-serif;
  display: inline-block !important;
  padding: 12px 22px;
  background: #0D5756;
  border-radius: 8px !important;
}

.woocommerce-page .woocommerce-info .button {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background-color: #0D5756;
  border-radius: 8px;
  padding: 12px 24px;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
}

.woocommerce-Addresses {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  flex-direction: column;
}

.addresses .woocommerce-Address {
  border: 1px solid #E7E7E7;
  padding: 42px 48px;
  border-radius: 8px;
  margin-bottom: 30px;
}
.addresses .woocommerce-Address-title.title {
  margin-bottom: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.addresses .woocommerce-Address-title.title:after, .addresses .woocommerce-Address-title.title:before {
  display: none;
}
.addresses .woocommerce-Address-title.title h2 {
  font-size: 32px;
  font-weight: 600;
  color: #0B091B;
  margin-bottom: 0;
}
.addresses a.edit {
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  color: #0D5756;
  background-color: transparent;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
}
.addresses a.edit:hover {
  background-color: transparent;
}

address {
  color: #3C3A49;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.woocommerce-EditAccountForm p {
  margin-bottom: 0;
}
.woocommerce-EditAccountForm legend {
  font-size: 18px;
  color: #0B091B;
  font-weight: 600;
}

.woocommerce form .form-row {
  margin-bottom: 0;
}

#account_display_name_description em {
  color: #0B091B;
}

button.woocommerce-Button.button {
  padding: 20px 26px;
  border-radius: 8px;
  font-weight: 600;
  background-color: #0D5756;
  color: #ffffff;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: 37%;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 49%;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  font-size: 16px;
  font-weight: 400;
  color: #63626D;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: none;
  width: 100%;
  margin-bottom: 0;
}

.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
  display: none;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button:not(.from_btn),
input[type=button],
input[type=reset],
input[type=submit] {
  color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: inline-flex;
  padding: 14px 24px;
  height: auto;
  background-color: #0D5756;
  border: 2px solid #0D5756;
  font-weight: 500;
  border-radius: 8px;
  box-shadow: 12px 12px 36px 0 rgba(13, 87, 86, 0.4);
  font-size: 16px;
}
button:not(.from_btn):hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: transparent;
  color: #0D5756;
  box-shadow: none;
}

.return-to-top {
  position: fixed;
  bottom: -30px;
  right: 20px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
  z-index: 998;
  border-radius: 50%;
  opacity: 0;
  transition: bottom 0.5s ease, opacity 0.5s ease;
}
.return-to-top:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  opacity: 1;
  display: block;
  transform: scale(1);
  border-radius: inherit;
  transition: transform 0.5s ease, opacity 0.6s ease;
}
.return-to-top:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0 transparent;
  transform: scale(1);
  transition: all 0.3s ease;
  border-radius: inherit;
}
.return-to-top > i {
  position: relative;
  overflow: hidden;
  font-size: 12px;
  width: inherit;
  height: inherit;
  line-height: inherit;
  display: block;
  color: transparent;
  text-shadow: 0 0 #fff, 0 50px #fff;
  -webkit-transition: text-shadow 0.2s ease;
  -moz-transition: text-shadow 0.2s ease;
  transition: text-shadow 0.2s ease;
  z-index: 1;
}
.return-to-top:hover:after {
  transform: scale(1.07);
  background: #0D5756;
  box-shadow: 0 10px 20px 8px rgba(13, 87, 86, 0.15);
}
.home-analytics .return-to-top:hover:after {
  background: #0D5756;
  box-shadow: 0 10px 20px 8px rgba(13, 87, 86, 0.15);
}
.return-to-top:hover > i {
  text-shadow: 0 -50px #fff, 0 0 #fff;
}
.return-to-top.back-top {
  bottom: 20px;
  opacity: 1;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
textarea {
  margin-bottom: 20px;
  width: 100%;
  padding: 10px 15px;
  font-weight: 500;
  outline: 0;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  background-color: transparent;
  font-size: 16px;
  height: 54px;
  border: 1px solid #D1D1D1;
  color: #3C3A49;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit])::placeholder,
textarea::placeholder {
  color: #6A6A74;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
textarea:focus {
  box-shadow: none !important;
  border-color: #0D5756;
}

input[type=radio] {
  width: auto !important;
  height: auto !important;
  border-radius: 50% !important;
}

select {
  width: 100%;
  color: #0B091B;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  background-position: right 10px center;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 20px;
  background-image: url('data:image/svg+xml,<svg width="10" height="5" viewBox="0 0 10 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 5L0 0H10L5 5Z" fill="%230B091B"/></svg>');
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 5px;
  margin-bottom: 20px;
}
select:focus {
  outline: 0;
}

.form-submit {
  margin: 0;
}

textarea {
  height: 160px;
  margin-bottom: 20px;
}

.post-password-form input, .post-password-form label {
  margin: 0;
}
.post-password-form input[type=password] {
  height: 51px;
  border-width: 2px;
  padding: 0 15px;
  background: #F1F6FE;
}
.post-password-form input[type=submit] {
  background: #0D5756;
  color: #fff;
  border: 0;
  height: 50px;
  border-radius: 4px;
}
.post-password-form input[type=submit]:hover {
  background: #0B091B;
}

.fc-contact-form label {
  width: 100%;
  color: #63626D;
}
.fc-contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}
.fc-contact-form .wpcf7-form-control-wrap input, .fc-contact-form .wpcf7-form-control-wrap textarea {
  margin-bottom: 0 !important;
}
.fc-contact-form p {
  margin-bottom: 0;
}

input[type=checkbox], input[type=radio] {
  height: auto;
}

.wpcf7-form-control input[type=checkbox], .wpcf7-form-control input[type=radio] {
  margin: 0 10px 0 0;
}
.wpcf7-form-control .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 15px;
}
.wpcf7-form-control .wpcf7-list-item > label {
  display: flex;
  align-items: baseline;
  font-size: 15px;
  line-height: 22px;
}

.form-result {
  display: none;
}

.wpcf7 .ajax-loader {
  display: block;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
  border: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.fc-contact-form-inputs-filled input:not([type=checkbox]):not([type=radio]):not([type=submit]), .fc-contact-form-inputs-filled textarea {
  background-color: #F6F6F6;
  border-color: transparent;
  color: #3C3A49;
}

.fc-contact-form-inputs-underlined input:not([type=checkbox]):not([type=radio]):not([type=submit]), .fc-contact-form-inputs-underlined textarea {
  border-width: 0 0 2px 0;
  border-radius: 0 !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.fc-contact-form-inputs-squire input:not([type=checkbox]):not([type=radio]):not([type=submit]), .fc-contact-form-inputs-squire textarea {
  border-radius: 0;
}

.fc-contact-form-inputs-round input:not([type=checkbox]):not([type=radio]):not([type=submit]), .fc-contact-form-inputs-round textarea {
  border-radius: 8px;
}

.fc-contact-form-inputs-circle input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  border-radius: 40px;
}

.fc-contact-form-inputs-circle textarea {
  border-radius: 20px;
}

.fc-contact-form-inputs-border-thick input:not([type=checkbox]):not([type=radio]):not([type=submit]), .fc-contact-form-inputs-border-thick textarea {
  border-width: 2px;
}

.fc-contact-form-inputs-border-thicker input:not([type=checkbox]):not([type=radio]):not([type=submit]), .fc-contact-form-inputs-border-thicker textarea {
  border-width: 3px;
}

.fc-contact-form-inputs-border-none input:not([type=checkbox]):not([type=radio]):not([type=submit]), .fc-contact-form-inputs-border-none textarea {
  border-width: 0;
}

.fc-contact-form input[type=submit], .fc-contact-form button[type=submit] {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 440px) {
  .fc-contact-form input[type=submit], .fc-contact-form button[type=submit] {
    width: 100%;
    justify-content: center;
  }
}
.fc-contact-form input[type=submit] i, .fc-contact-form input[type=submit] svg, .fc-contact-form button[type=submit] i, .fc-contact-form button[type=submit] svg {
  font-size: 20px;
  line-height: 1;
}

.fc-contact-form-btn-outline input[type=submit], .fc-contact-form-btn-outline button[type=submit] {
  background-color: transparent;
  color: #0D5756;
  border: 2px solid #0D5756;
  box-shadow: none;
}
.fc-contact-form-btn-outline input[type=submit]:hover, .fc-contact-form-btn-outline button[type=submit]:hover {
  background-color: #0D5756;
  color: #fff;
  box-shadow: none;
}

.fc-contact-form-btn-plain input[type=submit], .fc-contact-form-btn-plain button[type=submit] {
  background-color: transparent;
  color: #0D5756;
  border: 0;
  box-shadow: none;
  padding: 0;
}
.fc-contact-form-btn-plain input[type=submit]:hover, .fc-contact-form-btn-plain button[type=submit]:hover {
  color: #0D5756;
  box-shadow: none;
}

.fc-contact-form-btn-squire input[type=submit], .fc-contact-form-btn-squire button[type=submit] {
  border-radius: 0;
}

.fc-contact-form-btn-circle input[type=submit], .fc-contact-form-btn-circle button[type=submit] {
  border-radius: 40px;
}

.fc-contact-form-btn-small input[type=submit], .fc-contact-form-btn-small button[type=submit] {
  padding: 10px 20px;
  font-size: 14px;
  height: auto;
  line-height: 1.5;
}

.fc-contact-form-btn-large input[type=submit], .fc-contact-form-btn-large button[type=submit] {
  padding: 16px 32px;
  font-size: 18px;
  height: auto;
  line-height: 1.5;
}

.wpcf7-not-valid-tip {
  margin-top: 8px;
}

.checkbox-label {
  margin-bottom: 25px;
}
.checkbox-label .wpcf7-form-control-wrap {
  display: inline-block;
  margin: 0;
}
.checkbox-label .first {
  margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #0B091B;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus, a:active {
  color: #0D5756;
  text-decoration: none;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Primary Menu
--------------------------------------------------------------*/
.site-header {
  position: relative;
  z-index: 999;
}
.admin-bar .site-header:not(.header_transparent) {
  margin-top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .site-header:not(.header_transparent) {
    margin-top: 46px;
  }
}
.site-header .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1834px;
  margin: 0 auto;
}
.site-header .site-logo .site-title {
  font-size: 34px;
  font-weight: 500;
  padding: 8px 0;
  margin: 0;
}
.site-header .site-logo img {
  min-height: 40px;
}
.site-header .site-logo a {
  font-size: 30px;
  font-weight: 700;
  padding: 21px 0;
  display: block;
  color: #0B091B;
}
@media (max-width: 991px) {
  .site-header .site-logo a {
    padding: 13px 0;
  }
}
.site-header .site-logo a h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  color: #0B091B;
}
.site-header .site-logo .logo-sticky {
  display: none;
}
.site-header .add-menu {
  margin: 0;
  padding: 31px 0;
  list-style: none;
  font-weight: 500;
}
.site-header .add-menu li a {
  color: #0B091B;
}
.site-header .add-menu li a:hover {
  color: #0D5756;
}
.site-header .fc-btn.nav-btn {
  padding: 9px 14px;
  gap: 10px;
  box-shadow: 12px 12px 36px 0px rgba(0, 0, 0, 0.4);
}
.site-header .fc-btn.nav-btn:hover {
  box-shadow: none;
  background: #0B091B;
  color: #fff;
}
.site-header .fc-btn.nav-btn:hover svg path {
  fill: #fff;
}
.site-header .fc-hamburger {
  width: 24px;
  cursor: pointer;
}
.site-header .fc-hamburger.active {
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 992px) {
  .site-header .fc-hamburger {
    display: none;
  }
}
.site-header .fc-hamburger:focus {
  outline: 0;
}
.site-header .fc-hamburger .bar {
  background: #0B091B;
  height: 2px;
  display: block;
}
.site-header .fc-hamburger .bar:not(:last-child) {
  margin-bottom: 5px;
}
.site-header.header_light .fc-hamburger .bar {
  background: #fff;
}
.site-header.header_transparent {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.site-header.showed {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 99999;
}
.header-position .site-header.showed {
  top: 32px;
}
@media (max-width: 782px) {
  .header-position .site-header.showed {
    top: 46px;
  }
}
.site-header.showed .site-logo .main-logo {
  display: none;
}
.site-header.showed .site-logo a {
  color: #0B091B;
  padding: 13px 0;
}
.site-header.showed .site-logo h3 {
  color: #0B091B;
}
.site-header.showed .add-menu li a {
  color: #0B091B;
}
.site-header.showed .fc-hamburger .bar {
  background: #0B091B;
}
.site-header.header_dark .fc-hamburger .bar {
  background: #0B091B;
}
.site-header.header_dark .add-menu li a {
  color: #0B091B;
}
.site-header.header_dark .site-logo a h3 {
  color: #0B091B;
}
.site-header ul.icon-menu:before {
  display: none;
}
.site-header .nav-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 40px;
}
.site-header .nav-right .search-btn {
  font-size: 22px;
  color: #141416;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .site-header .nav-right .fc-btn {
    font-size: 14px;
    padding: 14px 20px;
  }
}
.site-header .nav-right .fc-cart {
  position: relative;
}
.site-header .nav-right .fc-cart a {
  font-size: 16px;
  font-weight: 500;
  color: #0B091B;
  position: relative;
}
.site-header .nav-right .fc-cart a span {
  color: #ED0202;
}
.site-header .nav-right .fc-cart:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #D1D1D1;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.site-header .menu-wrapper {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 991px) {
  .site-header .menu-wrapper {
    display: block;
  }
}
.submenu-align-right .site-header {
  width: auto;
}
.site-header .site-main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .site-header .site-main-menu {
    display: flex;
    gap: 41px;
  }
}
.site-header .site-main-menu > li {
  position: relative;
}
@media (min-width: 992px) {
  .site-header .site-main-menu > li {
    padding: 32px 0;
  }
}
.site-header .site-main-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  color: #0B091B;
  position: relative;
}
.site-header .site-main-menu > li > a:hover {
  color: #0D5756;
}
.site-header .site-main-menu > li:not(:first-child) > a:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background: #D1D1D1;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.site-header .site-main-menu > li:not(.mega-menu) {
  position: relative;
}
.site-header .site-main-menu > li.current-menu-item > a {
  color: #0D5756;
}
.site-header .site-main-menu li.menu-item-has-children > a {
  position: relative;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu {
  margin: 0;
}
@media (min-width: 992px) {
  .site-header .site-main-menu li.menu-item-has-children .sub-menu {
    padding: 0;
    display: block;
    position: absolute;
    top: 115%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    min-width: 230px;
    z-index: 2222;
    background: #ffffff;
    box-shadow: 8px 8px 24px 0px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
  }
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu.sub-menu-wide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 40px 80px 25px;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu.sub-menu-wide > .mega-menu-item > a.menu-link {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  color: #0B091B;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu.sub-menu-wide .sub-menu {
  position: unset;
  box-shadow: unset;
  visibility: unset;
  opacity: unset;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li {
  display: block;
  position: relative;
  margin-right: 0;
  line-height: 36px;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li a {
  font-size: 16px;
  padding: 12px 20px;
  display: block;
  line-height: 1.4;
  color: #0B091B;
  font-weight: 400;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li a:hover {
  color: #0B091B;
  background: #ECECEC;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li a:hover:after {
  color: #fff;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li:not(:last-child) a {
  border-bottom: 1px solid #E5E5E5;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li.has-submenu a:after {
  right: 20px;
  top: 12px;
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li .sub-menu {
  padding: 15px 0;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  min-width: 230px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 5px 10px rgba(20, 48, 58, 0.0823529412);
}
.site-header .site-main-menu li.menu-item-has-children .sub-menu li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
  top: -15px;
}
.site-header .site-main-menu li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.site-header.submenu-align-right .menu-wrapper {
  width: auto;
}
.site-header.submenu-align-right .site-main-menu > li:nth-last-child(-n+3).menu-item-has-children .sub-menu {
  left: auto;
  right: 0;
}
.site-header.submenu-align-right .site-main-menu > li:nth-last-child(-n+3).menu-item-has-children .sub-menu li ul {
  right: 100%;
}
.site-header.header_transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.admin-bar .site-header.header_transparent.showed {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .site-header.header_transparent.showed {
    top: 46px;
  }
}
.site-header.header_transparent.header_light:not(.showed):not(.mobile-header) .site-main-menu > li > a {
  color: #fff;
}
.site-header.header_transparent.header_light:not(.showed):not(.mobile-header) .site-main-menu > li.menu-item-has-children > a:after {
  color: #fff;
}
.site-header.header_transparent.header_light:not(.showed):not(.mobile-header) .nav-right .search-btn, .site-header.header_transparent.header_light:not(.showed):not(.mobile-header) .nav-right .canvas-btn {
  border: 1px solid #1A1A19;
  background: #141414;
  color: #fff;
}
.site-header.header_transparent.header_light:not(.showed):not(.mobile-header) .nav-right .nav-btn {
  background: #0D5756;
  color: #fff;
  border-color: #0D5756;
}
.site-header.header_transparent.header_light:not(.showed):not(.mobile-header) .nav-right .fc-cart a {
  color: #fff;
}
.site-header.header-fixed.showed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08);
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.site-header.header-fixed.showed:not(.mobile-header) .site-main-menu > li {
  padding: 27px 0;
}
.site-header.header-fixed.showed .site-logo .main-logo {
  display: none;
}
.site-header.header-fixed.showed .site-logo .logo-sticky {
  display: block;
}
.site-header.header-fixed.showed .site-main-menu li a {
  color: #0B091B;
}
.site-header.header-fixed.showed .site-main-menu li a:hover {
  color: #0D5756;
}
.site-header .elementor-widget .elementor-icon-list-icon {
  display: inline-flex;
}

body.admin-bar .header_transparent ~ .site-content,
body.admin-bar .header_transparent ~ .page-header,
body.admin-bar.post-type-archive-product .header_transparent ~ .content-area {
  margin-top: 32px;
}

.admin-bar .elementor-site-header {
  margin-top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .elementor-site-header {
    margin-top: 46px;
  }
}

@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.menu-trigger {
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: transparent;
  border: 0px solid transparent;
}
@media (max-width: 991px) {
  .menu-trigger {
    justify-content: center;
    display: block !important;
  }
}
.menu-trigger .dot_icon {
  display: flex;
  flex-wrap: wrap;
  width: 24px;
  height: 24px;
  margin: -2px;
  overflow: hidden;
}
.menu-trigger .dot_icon .dot {
  width: 4px;
  height: 4px;
  background: #0B091B;
  margin: 2px;
  transition: all 0.3s linear;
}
.menu-light .menu-trigger .dot_icon .dot {
  background: #fff;
}
.menu-trigger:hover .dot_icon .dot:nth-child(odd) {
  transform: translate(8px, 8px);
}
.menu-trigger:hover .dot_icon .dot:nth-child(5) {
  opacity: 0;
}

#site-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 992px) {
  #site-navigation > div {
    min-width: 200px;
  }
}

@media (min-width: 992px) {
  .close-menu {
    display: none;
  }
}
.mobile-menu-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
  border-bottom: 1px solid #eee;
}
.mobile-menu-header h3 {
  margin-bottom: 0;
}

.close-menu {
  height: 40px;
  width: 40px;
  background: rgba(136, 136, 136, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  color: #051441;
  font-size: 14px;
}

.site-main-menu {
  list-style: none;
}
.site-main-menu ul {
  list-style: none;
}

.mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .mobile-header {
    display: none;
  }
}

.mobile-menu-icon > span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  margin-bottom: 5px;
}

/*--------------------------------------------------------------
### Main Nav Mobile
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .site-header {
    height: auto;
    /*--------------------------------------------------------------
    ### Main Nav
    --------------------------------------------------------------*/
  }
  .site-header .mobile-menu-header {
    display: flex;
  }
  .site-header .site-logo .logo-sticky {
    display: none;
  }
  .site-header .tt-hamburger {
    display: block;
  }
  .site-header.showed .logo-sticky {
    display: block;
  }
  .site-header.showed .main-nav-container .menu-item-depth-0 > a.active {
    color: #fff;
  }
  .site-header .nav-right {
    display: none;
  }
  .site-header .main-nav-container {
    position: fixed;
    top: 0;
    height: 100vh;
    background: #fff;
    max-width: 400px;
    width: 100%;
    text-align: left;
    overflow-y: auto;
    padding-bottom: 50px;
    right: -100px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: cubic-bezier(0.23, 1, 0.32, 1) all 0.3s;
  }
  .header-position .site-header .main-nav-container {
    top: 32px;
  }
}
@media (max-width: 991px) and (max-width: 780px) {
  .header-position .site-header .main-nav-container {
    top: 46px;
  }
}
@media (max-width: 991px) and (max-width: 420px) {
  .site-header .main-nav-container {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .site-header .main-nav-container.open {
    opacity: 1;
    right: 0;
    visibility: visible;
  }
  .site-header .main-nav-container li {
    position: relative;
  }
  .site-header .main-nav-container li a {
    font-size: 15px;
    color: #0B091B;
    position: relative;
    z-index: 1;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    margin-bottom: 5px;
  }
  .site-header .main-nav-container li a:hover {
    display: block;
    background-color: #f5f5f5;
  }
  .site-header .main-nav-container li.is-open > a {
    background-color: #0D5756;
    color: #fff;
  }
  .site-header .main-nav-container li.is-open i {
    color: #fff;
  }
  .site-header .main-nav-container li .tt-btn-link {
    padding: 11px 35px;
  }
  .site-header .main-nav-container li i.ti-plus {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 12px;
    z-index: 3;
  }
  .site-header .main-nav-container li.menu-item-has-children > a {
    position: relative;
  }
  .site-header .main-nav-container li.menu-item-has-children > a.active:after {
    content: "\e622";
  }
  .site-header .main-nav-container li.menu-item-has-children li a {
    font-size: 14px;
    text-transform: capitalize;
  }
  .site-header .main-nav-container.current-menu-item.is-open > a {
    display: block;
    background-color: #f5f5f5;
  }
  .site-header .main-nav-container .menu-item-depth-0 > a.active {
    color: #fff;
    background: #0D5756;
  }
  .site-header .main-nav-container .site-vertical-menu li a {
    padding: 12px 15px;
    margin-bottom: 0;
  }
  .header-position .site-header.showed .main-nav-container {
    top: 0;
  }
  .site-header .main-nav {
    position: static;
    z-index: 3333;
    line-height: 1.2;
  }
  .site-header .main-nav .site-main-menu {
    padding-left: 0;
  }
  .site-header .main-nav .sub-menu {
    padding-left: 15px;
    margin-left: 0;
    margin-bottom: 0;
    display: none;
  }
  .site-header .main-nav .sub-menu > li {
    padding: 0;
  }
  .site-header .main-nav .sub-menu.active .main-item > .menu-link {
    background: #f8f9fa;
  }
  .site-header .main-nav .sub-menu li a {
    border-top: 0;
  }
  .site-header .main-nav .sub-menu li.is-open a.is-open .fa-chevron-down {
    color: #0D5756;
  }
  .site-header .main-nav .sub-menu li.current-menu-item a.active {
    color: #0D5756;
  }
  .site-header .main-nav .nav-item.active-main-item > .menu-link {
    color: #0D5756;
    background: #f8f9fa;
    border-color: #0D5756;
  }
  .site-header .main-nav .sub-menu {
    padding-left: 10px;
    margin-bottom: 0;
  }
  .site-header .main-nav {
    cursor: default;
    position: relative;
    z-index: 10;
    text-align: left;
    font-weight: 500;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site-header .main-nav a:before,
  .site-header .main-nav .close-bar {
    display: none;
  }
  .site-header .main-nav .site-main-menu {
    margin-top: 20px;
  }
  .site-header .main-nav .site-main-menu,
  .site-header .main-nav .site-main-menu ul {
    list-style: none;
  }
  .site-header .main-nav .nav-item:before,
  .site-header .main-nav .nav-item.current-menu-item:before,
  .site-header .main-nav .nav-item.current-menu-ancestor:before {
    background-color: #0D5756;
  }
  .site-header .main-nav .nav-item.active-main-item > .menu-link {
    color: #0D5756;
  }
  .site-header .main-nav.hidden {
    display: none;
  }
}
@media screen and (max-width: 991px) and (max-width: 1024px) {
  .site-header .main-nav .close-menu {
    display: block;
  }
}
@media (max-width: 991px) {
  .site-header .elementor-column.elementor-col-50, .site-header .elementor-column[data-col="50"] {
    width: 100% !important;
  }
}

.mask-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 222;
}

.mega-menu-wrapper > a {
  display: block !important;
}
@media (max-width: 991px) {
  .mega-menu-wrapper .elementor-element > .elementor-element-populated {
    padding: 10px !important;
  }
  .mega-menu-wrapper .elementor-column {
    width: 100% !important;
  }
}

.woo_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woo_header form.search-form {
  display: flex;
  max-width: 450px;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.woo_header input:not([type=checkbox]):not([type=submit]) {
  margin: 0;
  padding: 0 20px;
  border-radius: 0;
  border: 0;
}
.woo_header input:not([type=checkbox]):not([type=submit]):focus {
  background-color: #f5f5f5;
  padding: 0 20px;
}
.woo_header button {
  padding: 10px 20px;
  border-radius: 0;
}
.woo_header button:hover {
  background-color: #0D5756;
}

.close-header {
  background-color: #f84258;
  color: #fff;
  justify-content: end;
  padding: 20px;
  display: none;
}
@media (max-width: 991px) {
  .close-header {
    display: flex;
  }
}
.close-header .button-close i {
  font-weight: 700;
}

@media (max-width: 991px) {
  .admin-bar .header-categories {
    margin-top: 32px;
  }
}

/* Vertical Menu */
/* Sidebar Canvas menu */
.offcanvas-backdrop {
  z-index: 9999;
}

.offcanvas {
  z-index: 99991;
}

.fc-offcanvas-sidebar {
  background: #0B091B;
  width: 690px !important;
  padding: 100px;
}
@media (max-width: 1200px) {
  .fc-offcanvas-sidebar {
    padding: 50px;
  }
}
.fc-offcanvas-sidebar .offcanvas-menu-header {
  margin-bottom: 65px;
}
.fc-offcanvas-sidebar .canvas-menu-description {
  margin-bottom: 68px;
}
.fc-offcanvas-sidebar .canvas-menu-description p {
  color: #fff;
  font-size: 27px;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  margin: 0;
}
.fc-offcanvas-sidebar .canvas-menu-title {
  font-family: "Inter", sans-serif;
  color: #888888;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: 0.1em;
}
.fc-offcanvas-sidebar .contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fc-offcanvas-sidebar .contact-info li {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  padding-left: 40px;
}
.fc-offcanvas-sidebar .contact-info li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #BFE3E8;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}
.fc-offcanvas-sidebar .contact-info li:not(:last-child) {
  margin-bottom: 20px;
}
.fc-offcanvas-sidebar .canvas-menu-newaletter {
  margin-top: 72px;
}
.fc-offcanvas-sidebar .newsletter-inner {
  display: flex;
}
.fc-offcanvas-sidebar .newsletter-form {
  background: rgba(118, 118, 130, 0.1);
  border-radius: 10px;
}
.fc-offcanvas-sidebar .newsletter-form input:not([type=checkbox]):not([type=submit]) {
  background: transparent;
  color: #fff;
}
.fc-offcanvas-sidebar .newsletter-form input:not([type=checkbox]):not([type=submit])::placeholder {
  color: #fff;
}
.fc-offcanvas-sidebar .newsletter-form .newsletter-submit {
  min-width: 65px;
  background: #4D3B8E;
  color: #fff;
  border: 0;
  border-radius: 10px;
}
.fc-offcanvas-sidebar .btn-close {
  background: #0D5756 !important;
  opacity: 1;
  border: 0;
  padding: 0;
  background: none;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 42px;
  border-radius: 30px;
}
.fc-offcanvas-sidebar .btn-close:focus {
  box-shadow: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
	## Social Profiles
	## Top Bar Icon List
	## Top Bar Menu
	## Contact Methods
	## Nav Search Form
	## Nav Mini Cart
# Forms
# Navigation
	## Links
	## Primary Menu
# Accessibility
# Alignments
# Clearings
# Layout
	## Topbar
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
	## Social Profiles
	## Top Bar Icon List
	## Top Bar Menu
	## Contact Methods
	## Nav Search Form
	## Nav Mini Cart
# Forms
# Navigation
	## Links
	## Primary Menu
# Accessibility
# Alignments
# Clearings
# Layout
	## Topbar
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 10px;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 40px;
}
.alignright.size-full {
  margin-bottom: 60px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 2em 1em;
}

.wp-block-media-text__media img {
  border-radius: 15px;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
	## Social Profiles
	## Top Bar Icon List
	## Top Bar Menu
	## Contact Methods
	## Nav Search Form
	## Nav Mini Cart
# Forms
# Navigation
	## Links
	## Primary Menu
# Accessibility
# Alignments
# Clearings
# Layout
	## Topbar
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/
main#main-content {
  min-height: 50vh;
}

.content-area {
  padding: 120px 0;
  min-height: 35vh;
}
@media (max-width: 991px) {
  .content-area {
    padding: 80px 0;
  }
}

.blog-archive, .blog-content-area {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .blog-archive, .blog-content-area {
    padding: 80px 0;
  }
}

.sidebar_left {
  flex-direction: row-reverse;
}

.page_404_wrapper .banner_404_text {
  max-width: 500px;
  margin: 0 auto 40px;
}
.page_404_wrapper .search_result_form {
  max-width: 400px;
  margin: 0 auto 30px;
}

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
  min-height: 412px;
  padding: 70px 0;
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #145BD7;
}
@media (max-width: 991px) {
  .page-header {
    min-height: 300px !important;
  }
}
.page-header .page-header_wrapper {
  position: relative;
  z-index: 2;
  text-align: left;
}
.page-header .page-header_title {
  position: relative;
  font-size: 60px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 44px;
  z-index: 2;
}
@media (max-width: 991px) {
  .page-header .page-header_title {
    font-size: 40px !important;
  }
}
@media (max-width: 767px) {
  .page-header .page-header_title {
    font-size: 34px !important;
  }
}
.page-header .breadcrumbs {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
}
.page-header .breadcrumbs a {
  color: #ffffff;
}
.page-header .breadcrumbs a:hover {
  color: #ffffff;
}
.page-header .breadcrumbs .separator {
  display: inline-block;
  margin: 0 12px;
  color: rgba(255, 255, 255, 0.4);
}
.page-header .breadcrumbs .separator i {
  line-height: 1;
}
.page-header.page-header--search .page-header_wrapper {
  text-align: center;
}
.page-header.page-header--search .page-header_wrapper .page-header_title {
  color: rgba(255, 255, 255, 0.56);
  font-weight: 300;
}
.page-header.page-header--search .page-header_wrapper .page-header_title span {
  display: block;
  color: #ffffff;
  font-weight: 600;
}

.header_transparent ~ .page-header .page-header_wrapper,
.header_transparent ~ .event-page-header .page-header_wrapper {
  margin-top: 120px;
}
@media (max-width: 991px) {
  .header_transparent ~ .page-header .page-header_wrapper,
  .header_transparent ~ .event-page-header .page-header_wrapper {
    margin-top: 50px;
  }
}

/*--------------------------------------------------------------
## Middle Area
--------------------------------------------------------------*/
#header-middle-area > div {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 991.98px) {
  #header-middle-area > div {
    padding: 10px 0;
  }
  #header-middle-area #middle-logo {
    margin-bottom: 15px;
    text-align: center;
  }
}

/*--------------------------------------------------------------
## Sideber Content
--------------------------------------------------------------*/
.sidebar_left .col-lg-4 {
  order: 1;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .sidebar-container .sidebar {
    position: sticky;
    top: 100px;
  }
}

.widget:not(:last-child) {
  margin-bottom: 32px;
}
.sidebar .widget {
  padding: 24px;
  border: 1px solid #D1D1D1;
  border-radius: 20px;
}
.widget .widget-title, .widget h2, .widget h3, .widget h4, .widget h5, .widget h6 {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #0B091B;
}
.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget ul li {
  position: relative;
}
.widget ul li:not(:last-child) {
  margin-bottom: 8px;
}
.widget ul li a {
  font-size: 16px;
  color: #0B091B;
  font-weight: 600;
}
.widget ul li a .post_count {
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.widget ul li a:hover {
  color: #0D5756;
}

@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar select {
  background-color: #fff;
}
.sidebar .wp-block-latest-posts__list {
  margin-top: 7px;
}
.sidebar .widget_calendar caption {
  background-color: #f0f2f9;
}
.sidebar .wp-calendar-nav {
  background-color: #fff;
}
.sidebar .widget ul.wp-block-categories li, .sidebar .widget ul.wp-block-archives li, .sidebar .widget ul:not(.wp-block-latest-posts) li, .sidebar .widget.widget_archive ul.wp-block-categories li, .sidebar .widget.widget_archive ul.wp-block-archives li, .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li {
  position: relative;
}
.sidebar .widget ul.wp-block-categories li a, .sidebar .widget ul.wp-block-archives li a, .sidebar .widget ul:not(.wp-block-latest-posts) li a, .sidebar .widget.widget_archive ul.wp-block-categories li a, .sidebar .widget.widget_archive ul.wp-block-archives li a, .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li a {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 20px;
}
.sidebar .widget ul.wp-block-categories li a:before, .sidebar .widget ul.wp-block-archives li a:before, .sidebar .widget ul:not(.wp-block-latest-posts) li a:before, .sidebar .widget.widget_archive ul.wp-block-categories li a:before, .sidebar .widget.widget_archive ul.wp-block-archives li a:before, .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li a:before {
  content: "\e930";
  font-family: "feather" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
}
.sidebar .widget ul.wp-block-categories li a:hover, .sidebar .widget ul.wp-block-archives li a:hover, .sidebar .widget ul:not(.wp-block-latest-posts) li a:hover, .sidebar .widget.widget_archive ul.wp-block-categories li a:hover, .sidebar .widget.widget_archive ul.wp-block-archives li a:hover, .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li a:hover {
  color: #0B091B;
}
.sidebar .wp-block-latest-comments li:not(:last-child) {
  margin-bottom: 1em;
}

@media (max-width: 991px) {
  .sidebar-container {
    padding-left: 15px !important;
  }
}

.fc-recent-post-list .fc-recent-post:not(:last-child) {
  margin-bottom: 30px;
}

.fc-recent-post {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.fc-recent-post__thumbnail {
  flex-basis: 120px;
  min-width: 120px;
  height: 120px;
  border-radius: 6px;
  overflow: hidden;
}
.fc-recent-post__content {
  flex: 2;
}
.fc-recent-post__title {
  font-size: 18px;
  color: #0B091B;
  line-height: 1.1;
  letter-spacing: -0.54px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.fc-recent-post__date {
  border-radius: 6px;
  border: 1px solid #E7E7E7;
  background: rgba(255, 255, 255, 0.04);
  padding: 5px 10px;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  color: #3D3D3D;
  margin-bottom: 10px;
}

.sidebar-widget-area .widget ul li:last-child a {
  border-bottom: 0;
}

.widget_recent_entries ul,
.widget_recent_comments ul,
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_product_categories ul,
.widget_rss ul,
.widget_pages ul,
.widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
.widget_recent_entries li,
.widget_recent_comments li,
.widget_archive li,
.widget_categories li,
.widget_meta li,
.widget_product_categories li,
.widget_rss li,
.widget_pages li,
.widget_nav_menu li {
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 0;
  list-style-type: none;
  position: relative;
}
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_product_categories li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
  border-bottom: 0;
}
.widget_recent_entries li .children,
.widget_recent_comments li .children,
.widget_archive li .children,
.widget_categories li .children,
.widget_meta li .children,
.widget_product_categories li .children,
.widget_rss li .children,
.widget_pages li .children,
.widget_nav_menu li .children {
  margin-top: 5px;
  padding-left: 10px;
}
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child,
.widget_archive li:last-child,
.widget_categories li:last-child,
.widget_meta li:last-child,
.widget_product_categories li:last-child,
.widget_rss li:last-child,
.widget_pages li:last-child,
.widget_nav_menu li:last-child {
  margin-bottom: 0;
}
.widget_recent_entries a,
.widget_recent_comments a,
.widget_archive a,
.widget_categories a,
.widget_meta a,
.widget_product_categories a,
.widget_rss a,
.widget_pages a,
.widget_nav_menu a {
  display: block;
  font-size: inherit;
  font-family: inherit;
}
.widget_recent_entries a:hover,
.widget_recent_comments a:hover,
.widget_archive a:hover,
.widget_categories a:hover,
.widget_meta a:hover,
.widget_product_categories a:hover,
.widget_rss a:hover,
.widget_pages a:hover,
.widget_nav_menu a:hover {
  color: #0D5756;
}

.widget_recent_comments ul {
  margin-top: 10px;
}

.widget_rss ul li {
  padding-left: 0 !important;
  margin-bottom: 25px;
}
.widget_rss ul li:before {
  display: none;
}
.widget_rss ul li .rsswidget {
  font-weight: 600;
  color: #051441;
  line-height: 1.4;
}
.widget_rss ul li .rssSummary {
  color: #051441;
  line-height: 1.4;
}
.widget_rss ul li .rss-date {
  margin-bottom: 5px;
  display: block;
}
.widget_rss ul li cite {
  font-weight: 500;
  margin-top: 6px;
  display: inline-block;
}
.widget_rss a {
  border-bottom: 0 !important;
  display: inline-block;
  border: 0 !important;
  padding: 0 !important;
}

.post-count {
  color: #6A6A74;
  transition: all 0.3s ease-in-out;
  margin-left: 3px;
}

.widget_archive .post-count {
  margin-left: 3px;
}

.widget_pages .sub-menu,
.widget_nav_menu .sub-menu {
  margin-top: 7px;
}
.widget_pages .sub-menu > li,
.widget_nav_menu .sub-menu > li {
  border-bottom: 0;
}
.widget_pages .sub-menu > li .sub-menu,
.widget_nav_menu .sub-menu > li .sub-menu {
  padding-left: 0;
}
.widget_pages .sub-menu > li .sub-menu > li > a,
.widget_nav_menu .sub-menu > li .sub-menu > li > a {
  padding-left: 5px;
}

.widget_pages .sub-menu > li .sub-menu > li > a,
.widget_nav_menu .sub-menu > li .sub-menu > li > a {
  padding: 0;
}

.widget_categories li,
.widget_product_categories li {
  margin: 0;
  padding: 0;
  position: relative;
}
.widget_categories a,
.widget_product_categories a {
  display: block;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.widget_recent_comments .recentcomments {
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
  word-break: break-word;
  display: inline-block;
  border-top: 0 !important;
  width: 100%;
}
.widget_recent_comments .recentcomments a {
  line-height: 30px;
  border-bottom: 0 !important;
  padding-left: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
}
.widget_recent_comments .recentcomments a:before {
  display: none;
}
.widget_recent_comments .recentcomments:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "\e645";
  font-family: "themify";
  color: #465675;
  font-size: 20px;
}
.widget_recent_comments .recentcomments:last-child {
  margin-bottom: 0;
}
.widget_recent_comments .recentcomments a {
  display: inline-block;
}

.widget_recent_entries .post-date {
  display: block;
  font-size: 14px;
}

.widget_calendar td,
.widget_calendar th {
  padding: 5px 0;
  text-align: center;
  min-width: auto;
  line-height: 1.8;
  font-size: 15px;
}

.widget_calendar td#today {
  background: #0D5756;
  color: #fff;
  border-radius: 3px;
}
.widget_calendar td#today a {
  color: #fff;
}

@media (max-width: 991.98px) {
  .page-content .widget {
    margin: 0 0 52px;
  }
}
@media (max-width: 767.98px) {
  .page-content .widget {
    margin: 0 0 32px;
  }
  .page-sidebar {
    margin-bottom: 50px;
  }
  .page-sidebar .page-sidebar-inner .page-sidebar-content {
    padding-right: 30px;
    border: 1px solid #eee;
  }
  .page-sidebar .page-sidebar-inner .page-sidebar-content:after {
    display: none;
  }
  .single-post .page-main-content {
    padding-bottom: 20px;
  }
}
.tagcloud a {
  font-size: inherit !important;
  display: inline-block;
  line-height: 1.7;
}
.tagcloud a:hover {
  color: #0D5756;
  border-color: #0D5756;
}
.tagcloud .tagcloud {
  margin-top: 20px;
}

/* Recent Post */
/* Tags */
.tagcloud {
  color: #2b2350;
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
  font-weight: 500;
}
.tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 400;
  background: #E6E6E6;
  color: #636363;
  padding: 9px 13px;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 5px;
  line-height: 1;
}
.tagcloud a:hover {
  background-color: #0D5756;
  color: #fff;
  position: relative;
  z-index: 2;
}

/* Widget Block */
.wp-block-latest-comments__comment-meta {
  line-height: 1.4;
}
.wp-block-latest-comments__comment-meta a {
  font-weight: 400;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  position: relative;
  background: #F1F6FE;
  border: 1px solid #E7E7E7;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0 15px;
  border: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  border-color: transparent;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
  background-color: transparent;
  margin-left: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon svg {
  font-size: 20px;
  transform: rotate(-90deg);
  fill: #0B091B;
}
.wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__inside-wrapper {
  padding: 5px;
}
.wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__input {
  height: 46px;
}
.wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__button {
  height: 46px;
  padding: 10px 20px;
  margin-left: 0;
}
.wp-block-search.wp-block-search__button-outside.wp-block-search__icon-button .wp-block-search__button {
  padding: 0 15px;
}
.wp-block-search.wp-block-search__button-outside.wp-block-search__icon-button svg {
  fill: #fff;
  font-size: 20px;
  transform: rotate(-90deg);
}

/* Recent Post */
.widget .wp-block-latest-posts li:after {
  /* Recent Post */
  /* Tags */
  /* Widget Block */
  /* Recent Post */
}
.widget .wp-block-latest-posts li:after .widget:not(:last-child) {
  margin-bottom: 50px;
}
.sidebar .widget .wp-block-latest-posts li:after .widget {
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 20px;
}
.widget .wp-block-latest-posts li:after .widget .widget-title, .widget .wp-block-latest-posts li:after .widget h2, .widget .wp-block-latest-posts li:after .widget h3, .widget .wp-block-latest-posts li:after .widget h4, .widget .wp-block-latest-posts li:after .widget h5, .widget .wp-block-latest-posts li:after .widget h6 {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #0B091B;
}
.widget .wp-block-latest-posts li:after .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget .wp-block-latest-posts li:after .widget ul li {
  position: relative;
}
.widget .wp-block-latest-posts li:after .widget ul li:not(:last-child) {
  margin-bottom: 8px;
}
.widget .wp-block-latest-posts li:after .widget ul li a {
  font-size: 16px;
  color: #0B091B;
  font-weight: 600;
}
.widget .wp-block-latest-posts li:after .widget ul li a .post_count {
  font-size: 14px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.widget .wp-block-latest-posts li:after .widget ul li a:hover {
  color: #0D5756;
}
@media (max-width: 991px) {
  .widget .wp-block-latest-posts li:after .sidebar {
    margin-top: 50px;
  }
}
.widget .wp-block-latest-posts li:after .sidebar select {
  background-color: #fff;
}
.widget .wp-block-latest-posts li:after .sidebar .wp-block-latest-posts__list {
  margin-top: 7px;
}
.widget .wp-block-latest-posts li:after .sidebar .widget_calendar caption {
  background-color: #f0f2f9;
}
.widget .wp-block-latest-posts li:after .sidebar .wp-calendar-nav {
  background-color: #fff;
}
.widget .wp-block-latest-posts li:after .sidebar .widget ul.wp-block-categories li, .widget .wp-block-latest-posts li:after .sidebar .widget ul.wp-block-archives li, .widget .wp-block-latest-posts li:after .sidebar .widget ul:not(.wp-block-latest-posts) li, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul.wp-block-categories li, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul.wp-block-archives li, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li {
  position: relative;
}
.widget .wp-block-latest-posts li:after .sidebar .widget ul.wp-block-categories li a, .widget .wp-block-latest-posts li:after .sidebar .widget ul.wp-block-archives li a, .widget .wp-block-latest-posts li:after .sidebar .widget ul:not(.wp-block-latest-posts) li a, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul.wp-block-categories li a, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul.wp-block-archives li a, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li a {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 20px;
}
.widget .wp-block-latest-posts li:after .sidebar .widget ul.wp-block-categories li a:before, .widget .wp-block-latest-posts li:after .sidebar .widget ul.wp-block-archives li a:before, .widget .wp-block-latest-posts li:after .sidebar .widget ul:not(.wp-block-latest-posts) li a:before, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul.wp-block-categories li a:before, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul.wp-block-archives li a:before, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li a:before {
  content: "\ea6e";
  font-family: remixicon !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  left: 0;
}
.widget .wp-block-latest-posts li:after .sidebar .widget ul.wp-block-categories li a:hover, .widget .wp-block-latest-posts li:after .sidebar .widget ul.wp-block-archives li a:hover, .widget .wp-block-latest-posts li:after .sidebar .widget ul:not(.wp-block-latest-posts) li a:hover, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul.wp-block-categories li a:hover, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul.wp-block-archives li a:hover, .widget .wp-block-latest-posts li:after .sidebar .widget.widget_archive ul:not(.wp-block-latest-posts) li a:hover {
  color: #0B091B;
}
@media (max-width: 991px) {
  .widget .wp-block-latest-posts li:after .sidebar-container {
    padding-left: 15px !important;
  }
}
.widget .wp-block-latest-posts li:after .fc-recent-post-list .fc-recent-post:not(:last-child) {
  margin-bottom: 30px;
}
.widget .wp-block-latest-posts li:after .fc-recent-post {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.widget .wp-block-latest-posts li:after .fc-recent-post__thumbnail {
  flex-basis: 120px;
  min-width: 120px;
  height: 120px;
  border-radius: 6px;
  overflow: hidden;
}
.widget .wp-block-latest-posts li:after .fc-recent-post__content {
  flex: 2;
}
.widget .wp-block-latest-posts li:after .fc-recent-post__title {
  font-size: 18px;
  color: #0B091B;
  line-height: 1.1;
  letter-spacing: -0.54px;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.widget .wp-block-latest-posts li:after .fc-recent-post__date {
  border-radius: 6px;
  border: 1px solid #E7E7E7;
  background: rgba(255, 255, 255, 0.04);
  padding: 5px 10px;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  color: #3D3D3D;
  margin-bottom: 10px;
}
.widget .wp-block-latest-posts li:after .sidebar-widget-area .widget ul li:last-child a {
  border-bottom: 0;
}
.widget .wp-block-latest-posts li:after .widget_recent_entries ul,
.widget .wp-block-latest-posts li:after .widget_recent_comments ul,
.widget .wp-block-latest-posts li:after .widget_archive ul,
.widget .wp-block-latest-posts li:after .widget_categories ul,
.widget .wp-block-latest-posts li:after .widget_meta ul,
.widget .wp-block-latest-posts li:after .widget_product_categories ul,
.widget .wp-block-latest-posts li:after .widget_rss ul,
.widget .wp-block-latest-posts li:after .widget_pages ul,
.widget .wp-block-latest-posts li:after .widget_nav_menu ul {
  margin: 0;
  padding: 0;
}
.widget .wp-block-latest-posts li:after .widget_recent_entries li,
.widget .wp-block-latest-posts li:after .widget_recent_comments li,
.widget .wp-block-latest-posts li:after .widget_archive li,
.widget .wp-block-latest-posts li:after .widget_categories li,
.widget .wp-block-latest-posts li:after .widget_meta li,
.widget .wp-block-latest-posts li:after .widget_product_categories li,
.widget .wp-block-latest-posts li:after .widget_rss li,
.widget .wp-block-latest-posts li:after .widget_pages li,
.widget .wp-block-latest-posts li:after .widget_nav_menu li {
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 0;
  list-style-type: none;
  position: relative;
}
.widget .wp-block-latest-posts li:after .widget_recent_entries li:last-child,
.widget .wp-block-latest-posts li:after .widget_recent_comments li:last-child,
.widget .wp-block-latest-posts li:after .widget_archive li:last-child,
.widget .wp-block-latest-posts li:after .widget_categories li:last-child,
.widget .wp-block-latest-posts li:after .widget_meta li:last-child,
.widget .wp-block-latest-posts li:after .widget_product_categories li:last-child,
.widget .wp-block-latest-posts li:after .widget_rss li:last-child,
.widget .wp-block-latest-posts li:after .widget_pages li:last-child,
.widget .wp-block-latest-posts li:after .widget_nav_menu li:last-child {
  border-bottom: 0;
}
.widget .wp-block-latest-posts li:after .widget_recent_entries li .children,
.widget .wp-block-latest-posts li:after .widget_recent_comments li .children,
.widget .wp-block-latest-posts li:after .widget_archive li .children,
.widget .wp-block-latest-posts li:after .widget_categories li .children,
.widget .wp-block-latest-posts li:after .widget_meta li .children,
.widget .wp-block-latest-posts li:after .widget_product_categories li .children,
.widget .wp-block-latest-posts li:after .widget_rss li .children,
.widget .wp-block-latest-posts li:after .widget_pages li .children,
.widget .wp-block-latest-posts li:after .widget_nav_menu li .children {
  margin-top: 5px;
  padding-left: 10px;
}
.widget .wp-block-latest-posts li:after .widget_recent_entries li:last-child,
.widget .wp-block-latest-posts li:after .widget_recent_comments li:last-child,
.widget .wp-block-latest-posts li:after .widget_archive li:last-child,
.widget .wp-block-latest-posts li:after .widget_categories li:last-child,
.widget .wp-block-latest-posts li:after .widget_meta li:last-child,
.widget .wp-block-latest-posts li:after .widget_product_categories li:last-child,
.widget .wp-block-latest-posts li:after .widget_rss li:last-child,
.widget .wp-block-latest-posts li:after .widget_pages li:last-child,
.widget .wp-block-latest-posts li:after .widget_nav_menu li:last-child {
  margin-bottom: 0;
}
.widget .wp-block-latest-posts li:after .widget_recent_entries a,
.widget .wp-block-latest-posts li:after .widget_recent_comments a,
.widget .wp-block-latest-posts li:after .widget_archive a,
.widget .wp-block-latest-posts li:after .widget_categories a,
.widget .wp-block-latest-posts li:after .widget_meta a,
.widget .wp-block-latest-posts li:after .widget_product_categories a,
.widget .wp-block-latest-posts li:after .widget_rss a,
.widget .wp-block-latest-posts li:after .widget_pages a,
.widget .wp-block-latest-posts li:after .widget_nav_menu a {
  display: block;
  font-size: inherit;
  font-family: inherit;
}
.widget .wp-block-latest-posts li:after .widget_recent_entries a:hover,
.widget .wp-block-latest-posts li:after .widget_recent_comments a:hover,
.widget .wp-block-latest-posts li:after .widget_archive a:hover,
.widget .wp-block-latest-posts li:after .widget_categories a:hover,
.widget .wp-block-latest-posts li:after .widget_meta a:hover,
.widget .wp-block-latest-posts li:after .widget_product_categories a:hover,
.widget .wp-block-latest-posts li:after .widget_rss a:hover,
.widget .wp-block-latest-posts li:after .widget_pages a:hover,
.widget .wp-block-latest-posts li:after .widget_nav_menu a:hover {
  color: #0D5756;
}
.widget .wp-block-latest-posts li:after .widget_recent_comments ul {
  margin-top: 10px;
}
.widget .wp-block-latest-posts li:after .widget_rss ul li {
  padding-left: 0 !important;
  margin-bottom: 25px;
}
.widget .wp-block-latest-posts li:after .widget_rss ul li:before {
  display: none;
}
.widget .wp-block-latest-posts li:after .widget_rss ul li .rsswidget {
  font-weight: 600;
  color: #051441;
  line-height: 1.4;
}
.widget .wp-block-latest-posts li:after .widget_rss ul li .rssSummary {
  color: #051441;
  line-height: 1.4;
}
.widget .wp-block-latest-posts li:after .widget_rss ul li .rss-date {
  margin-bottom: 5px;
  display: block;
}
.widget .wp-block-latest-posts li:after .widget_rss ul li cite {
  font-weight: 500;
  margin-top: 6px;
  display: inline-block;
}
.widget .wp-block-latest-posts li:after .widget_rss a {
  border-bottom: 0 !important;
  display: inline-block;
  border: 0 !important;
  padding: 0 !important;
}
.widget .wp-block-latest-posts li:after .post-count {
  color: #6A6A74;
  transition: all 0.3s ease-in-out;
  margin-left: 3px;
}
.widget .wp-block-latest-posts li:after .widget_archive .post-count {
  margin-left: 3px;
}
.widget .wp-block-latest-posts li:after .widget_pages .sub-menu,
.widget .wp-block-latest-posts li:after .widget_nav_menu .sub-menu {
  margin-top: 7px;
}
.widget .wp-block-latest-posts li:after .widget_pages .sub-menu > li,
.widget .wp-block-latest-posts li:after .widget_nav_menu .sub-menu > li {
  border-bottom: 0;
}
.widget .wp-block-latest-posts li:after .widget_pages .sub-menu > li .sub-menu,
.widget .wp-block-latest-posts li:after .widget_nav_menu .sub-menu > li .sub-menu {
  padding-left: 0;
}
.widget .wp-block-latest-posts li:after .widget_pages .sub-menu > li .sub-menu > li > a,
.widget .wp-block-latest-posts li:after .widget_nav_menu .sub-menu > li .sub-menu > li > a {
  padding-left: 5px;
}
.widget .wp-block-latest-posts li:after .widget_pages .sub-menu > li .sub-menu > li > a,
.widget .wp-block-latest-posts li:after .widget_nav_menu .sub-menu > li .sub-menu > li > a {
  padding: 0;
}
.widget .wp-block-latest-posts li:after .widget_categories li,
.widget .wp-block-latest-posts li:after .widget_product_categories li {
  margin: 0;
  padding: 0;
  position: relative;
}
.widget .wp-block-latest-posts li:after .widget_categories a,
.widget .wp-block-latest-posts li:after .widget_product_categories a {
  display: block;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.widget .wp-block-latest-posts li:after .widget_recent_comments .recentcomments {
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
  word-break: break-word;
  display: inline-block;
  border-top: 0 !important;
  width: 100%;
}
.widget .wp-block-latest-posts li:after .widget_recent_comments .recentcomments a {
  line-height: 30px;
  border-bottom: 0 !important;
  padding-left: 0 !important;
  border: 0 !important;
  padding: 0 !important;
  display: inline-block !important;
}
.widget .wp-block-latest-posts li:after .widget_recent_comments .recentcomments a:before {
  display: none;
}
.widget .wp-block-latest-posts li:after .widget_recent_comments .recentcomments:before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "\e645";
  font-family: "themify";
  color: #465675;
  font-size: 20px;
}
.widget .wp-block-latest-posts li:after .widget_recent_comments .recentcomments:last-child {
  margin-bottom: 0;
}
.widget .wp-block-latest-posts li:after .widget_recent_comments .recentcomments a {
  display: inline-block;
}
.widget .wp-block-latest-posts li:after .widget_recent_entries .post-date {
  display: block;
  font-size: 14px;
}
.widget .wp-block-latest-posts li:after .widget_calendar td,
.widget .wp-block-latest-posts li:after .widget_calendar th {
  padding: 5px 0;
  text-align: center;
  min-width: auto;
  line-height: 1.8;
  font-size: 15px;
}
.widget .wp-block-latest-posts li:after .widget_calendar td#today {
  background: #0D5756;
  color: #fff;
  border-radius: 3px;
}
.widget .wp-block-latest-posts li:after .widget_calendar td#today a {
  color: #fff;
}
@media (max-width: 991.98px) {
  .widget .wp-block-latest-posts li:after .page-content .widget {
    margin: 0 0 52px;
  }
}
@media (max-width: 767.98px) {
  .widget .wp-block-latest-posts li:after .page-content .widget {
    margin: 0 0 32px;
  }
  .widget .wp-block-latest-posts li:after .page-sidebar {
    margin-bottom: 50px;
  }
  .widget .wp-block-latest-posts li:after .page-sidebar .page-sidebar-inner .page-sidebar-content {
    padding-right: 30px;
    border: 1px solid #eee;
  }
  .widget .wp-block-latest-posts li:after .page-sidebar .page-sidebar-inner .page-sidebar-content:after {
    display: none;
  }
  .widget .wp-block-latest-posts li:after .single-post .page-main-content {
    padding-bottom: 20px;
  }
}
.widget .wp-block-latest-posts li:after .tagcloud a {
  font-size: inherit !important;
  display: inline-block;
  line-height: 1.7;
}
.widget .wp-block-latest-posts li:after .tagcloud a:hover {
  color: #0D5756;
  border-color: #0D5756;
}
.widget .wp-block-latest-posts li:after .tagcloud .tagcloud {
  margin-top: 20px;
}
.widget .wp-block-latest-posts li:after .tagcloud {
  color: #2b2350;
  display: inline-block;
  margin-right: 15px;
  font-size: 20px;
  font-weight: 500;
}
.widget .wp-block-latest-posts li:after .tagcloud a {
  display: inline-block;
  font-size: 14px !important;
  font-weight: 400;
  background: #E6E6E6;
  color: #636363;
  padding: 9px 13px;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 5px;
  line-height: 1;
}
.widget .wp-block-latest-posts li:after .tagcloud a:hover {
  background-color: #0D5756;
  color: #fff;
  position: relative;
  z-index: 2;
}
.widget .wp-block-latest-posts li:after .wp-block-latest-comments__comment-meta {
  line-height: 1.4;
}
.widget .wp-block-latest-posts li:after .wp-block-latest-comments__comment-meta a {
  font-weight: 400;
}
.widget .wp-block-latest-posts li:after .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 0;
  position: relative;
  background: #F1F6FE;
  border: 1px solid #E7E7E7;
}
.widget .wp-block-latest-posts li:after .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0 15px;
  border: 0;
}
.widget .wp-block-latest-posts li:after .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  border-color: transparent;
}
.widget .wp-block-latest-posts li:after .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon {
  background-color: transparent;
  margin-left: 0;
}
.widget .wp-block-latest-posts li:after .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon svg {
  font-size: 20px;
  transform: rotate(-90deg);
  fill: #0B091B;
}
.widget .wp-block-latest-posts li:after .wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__inside-wrapper {
  padding: 5px;
}
.widget .wp-block-latest-posts li:after .wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__input {
  height: 46px;
}
.widget .wp-block-latest-posts li:after .wp-block-search.wp-block-search__button-inside.wp-block-search__text-button .wp-block-search__button {
  height: 46px;
  padding: 10px 20px;
  margin-left: 0;
}
.widget .wp-block-latest-posts li:after .wp-block-search.wp-block-search__button-outside.wp-block-search__icon-button .wp-block-search__button {
  padding: 0 15px;
}
.widget .wp-block-latest-posts li:after .wp-block-search.wp-block-search__button-outside.wp-block-search__icon-button svg {
  fill: #fff;
  font-size: 20px;
  transform: rotate(-90deg);
}
.widget .wp-block-latest-posts li:after .widget .wp-block-latest-posts li:after {
  content: "";
  clear: both;
  display: table;
}
.widget .wp-block-latest-posts li:after .widget .wp-block-latest-posts li > a {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0B091B;
}
.widget .wp-block-latest-posts li:after .widget .wp-block-latest-posts li > a:hover {
  color: #0D5756;
}
.widget .wp-block-latest-posts li:after .widget .wp-block-latest-posts li .wp-block-latest-posts__post-date {
  border-radius: 6px;
  border: 1px solid #E7E7E7;
  background: rgba(255, 255, 255, 0.04);
  padding: 5px 10px;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  color: #3D3D3D;
  margin-top: 10px;
}
.widget .wp-block-latest-posts li:after .wp-block-latest-posts__featured-image img {
  border-radius: 6px;
}
.widget .wp-block-latest-posts li:after .wp-block-latest-posts.wp-block-latest-posts__list li:not(:last-child) {
  margin-bottom: 20px;
}
.widget .wp-block-latest-posts li:after .wp-block-latest-posts__post-author, .widget .wp-block-latest-posts li:after .wp-block-latest-posts__post-date {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.widget .wp-block-latest-posts li:after .wp-block-latest-posts__post-author {
  margin-right: 10px;
}
.widget .wp-block-latest-posts li:after .wp-block-tag-cloud {
  margin-bottom: 0 !important;
}
.widget .wp-block-latest-posts li:after .wp-block-tag-cloud a {
  display: inline-block;
  font-size: 12px !important;
  font-weight: 600;
  color: #0B091B;
  padding: 9px 13px;
  margin-bottom: 10px;
  margin-right: 5px;
  line-height: 1;
  border: 1px solid #E7E7E7;
}
.widget .wp-block-latest-posts li:after .wp-block-tag-cloud a:hover {
  color: #fff;
  background-color: #0D5756;
  border-color: #0D5756;
}
.widget .wp-block-latest-posts li:after .widget ~ .wp-block-spacer {
  margin-bottom: 0 !important;
}
.widget .wp-block-latest-posts li:after .widget:has(.wp-block-spacer) {
  margin-bottom: 0 !important;
}
.widget .wp-block-latest-posts li:after .site-footer .widget_nav_menu ul li a {
  display: inline-block;
}
.widget .wp-block-latest-posts li:after .site-footer .widget_nav_menu ul li a:hover {
  color: #0D5756;
}
.widget .wp-block-latest-posts li:after .site-footer.footer_dark .widget_calendar td {
  color: rgba(255, 255, 255, 0.6);
}
.widget .wp-block-latest-posts li:after .site-footer.footer_dark table {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.2);
}
.widget .wp-block-latest-posts li:after .site-footer.footer_dark .calendar_wrap caption {
  background: #0D5756;
  color: #ffffff;
}
.widget .wp-block-latest-posts li:after .site-footer.footer_dark .widget_recent_comments .recentcomments:before, .widget .wp-block-latest-posts li:after .site-footer.footer_dark .widget_rss a {
  color: #fff;
}
.widget .wp-block-latest-posts li:after .site-footer.footer_dark .widget_rss ul li .rss-date {
  color: rgba(255, 255, 255, 0.8);
}
.widget .wp-block-latest-posts li:after .site-footer.footer_dark .widget_rss ul li .rssSummary {
  color: rgba(255, 255, 255, 0.8);
}
.widget .wp-block-latest-posts li:after .site-footer.footer_dark .textwidget {
  color: rgba(255, 255, 255, 0.8);
}
.widget .wp-block-latest-posts li:after .site-footer.footer_dark table td:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.widget .wp-block-latest-posts li:after .site-footer.footer_dark .wp-block-calendar tbody td, .widget .wp-block-latest-posts li:after .site-footer.footer_dark .wp-block-calendar th {
  border-color: rgba(255, 255, 255, 0.6);
}
.widget .wp-block-latest-posts li:after .site-footer.footer_dark .wp-block-calendar th {
  border: 0;
}
.widget .wp-block-latest-posts li > a {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0B091B;
}
.widget .wp-block-latest-posts li > a:hover {
  color: #0D5756;
}
.widget .wp-block-latest-posts li .wp-block-latest-posts__post-date {
  border-radius: 6px;
  border: 1px solid #E7E7E7;
  background: rgba(255, 255, 255, 0.04);
  padding: 5px 10px;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  color: #3D3D3D;
  margin-top: 10px;
}

.wp-block-latest-posts__featured-image img {
  border-radius: 6px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li:not(:last-child) {
  margin-bottom: 20px;
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}

.wp-block-latest-posts__post-author {
  margin-right: 10px;
}

.wp-block-tag-cloud {
  margin-bottom: 0 !important;
}
.wp-block-tag-cloud a {
  display: inline-block;
  font-size: 12px !important;
  font-weight: 600;
  color: #0B091B;
  padding: 9px 13px;
  margin-bottom: 10px;
  margin-right: 5px;
  line-height: 1;
  border: 1px solid #E7E7E7;
}
.wp-block-tag-cloud a:hover {
  color: #fff;
  background-color: #0D5756;
  border-color: #0D5756;
}

.widget ~ .wp-block-spacer {
  margin-bottom: 0 !important;
}

.widget:has(.wp-block-spacer) {
  margin-bottom: 0 !important;
}

.site-footer .widget_nav_menu ul li a {
  display: inline-block;
}
.site-footer .widget_nav_menu ul li a:hover {
  color: #0D5756;
}
.site-footer.footer_dark .widget_calendar td {
  color: rgba(255, 255, 255, 0.6);
}
.site-footer.footer_dark table {
  border-color: rgba(255, 255, 255, 0.2);
  border-top-color: rgba(255, 255, 255, 0.2);
}
.site-footer.footer_dark .calendar_wrap caption {
  background: #0D5756;
  color: #ffffff;
}
.site-footer.footer_dark .widget_recent_comments .recentcomments:before, .site-footer.footer_dark .widget_rss a {
  color: #fff;
}
.site-footer.footer_dark .widget_rss ul li .rss-date {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer.footer_dark .widget_rss ul li .rssSummary {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer.footer_dark .textwidget {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer.footer_dark table td:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.site-footer.footer_dark .wp-block-calendar tbody td, .site-footer.footer_dark .wp-block-calendar th {
  border-color: rgba(255, 255, 255, 0.6);
}
.site-footer.footer_dark .wp-block-calendar th {
  border: 0;
}

.fc-footer-social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.fc-footer-social-links li {
  margin-bottom: 0 !important;
}
.fc-footer-social-links li a {
  display: flex;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center !important;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
}
.fc-footer-social-links li a:hover {
  background-color: #0D5756;
  border-color: #0D5756;
  color: #fff !important;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.blog-list .post.sticky {
  display: block;
  border-color: #0D5756;
}
.blog-list .post.sticky .blog-content .entry-title a {
  color: #0D5756;
}

.updated:not(.published) {
  display: none;
}

.no-results .page-content {
  padding: 50px 0 120px;
  text-align: left;
}
@media (max-width: 991px) {
  .no-results .page-content {
    padding: 50px 0 80px;
  }
}

.page-content,
.entry-content,
.entry-summary {
  word-break: break-word;
}
.page-content:after,
.entry-content:after,
.entry-summary:after {
  content: "";
  clear: both;
  display: block;
}

.page-content {
  padding: 120px 0;
}

.page-template-default .page-content {
  padding: 114px 0 97px;
}
.page-template-default .page-content .comments-area {
  padding: 34px 0 23px;
}
.page-template-default .page-content .page-links {
  margin-bottom: 20px;
}

.blog-post-archive {
  padding: 120px 0;
}

.tc-blog-posts {
  display: grid;
  gap: 30px;
}

.tc-blog-posts--grid.column-6 {
  grid-template-columns: repeat(2, 1fr);
}
.tc-blog-posts--grid.column-4 {
  grid-template-columns: repeat(3, 1fr);
}
.tc-blog-posts--grid.column-3 {
  grid-template-columns: repeat(4, 1fr);
}

.search-no-results .page-content .page-content {
  padding: 20px 0 0;
}

.post-author {
  display: inline-block;
  font-size: 13px;
  color: #92929f;
  font-weight: 500;
}
.post-author img {
  border-radius: 50% !important;
  margin-right: 10px;
}
.post-author:hover {
  color: #0D5756;
}

.post-wrapper .blog-post-list,
.blog-posts .blog-post-list {
  margin-bottom: 70px;
}
.post-wrapper .blog-post-list .post-thumbnail-wrapper,
.blog-posts .blog-post-list .post-thumbnail-wrapper {
  margin-bottom: 30px;
}

.post-wrapper.blog-masonry {
  width: calc(100% + 30px);
}
.post-wrapper.blog-masonry .post-item {
  width: calc(50% - 30px);
  margin-right: 30px;
  margin-bottom: 50px;
}
.post-wrapper.blog-masonry.column-3 .post-item {
  width: calc(33.33% - 30px);
}
.post-wrapper .post-item {
  margin-bottom: 60px;
}

/* POst Grid */
.post-grid {
  position: relative;
  background: #fff;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
.post-grid .meta-category-wrapper a {
  display: inline-block !important;
  border: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 15px;
  background-color: rgba(23, 92, 255, 0.15);
}
.post-grid .meta-category-wrapper a:hover {
  color: #fff;
  background: #0D5756;
}
.post-grid .meta-category-wrapper a:not(:last-child) {
  margin-right: 7px;
}
.post-grid .feature-image {
  position: relative;
  overflow: visible;
}
.post-grid .feature-image:hover img {
  transform: scale(1);
}
.post-grid .blog-content {
  padding: 19px 30px 40px;
}
.post-grid .blog-content .entry-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin: 14px 0 9px;
}
.post-grid .blog-content .author span {
  display: inline-block;
  margin-right: 5px;
}
.post-grid .blog-content .author-simple a {
  color: #5c5c60;
}
.post-grid .blog-content .author-simple a:hover {
  color: #0D5756;
}
.post-grid .blog-content p {
  margin-bottom: 26px;
}
.post-grid .blog-content .read_more_btn {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.post-grid .blog-content .read_more_btn i {
  margin-left: 5px;
  color: #0B091B;
}
.post-grid .blog-content .read_more_btn:hover i {
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  color: #0D5756;
}
.post-grid:hover {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 30px 50px 0px rgba(1, 4, 45, 0.08);
}
.post-grid:hover .feature-image img {
  transform: scale(1);
}
.post-grid.style-two {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .post-grid.style-two {
    flex-wrap: wrap;
  }
}
.post-grid.style-two .feature-image img {
  min-height: 270px;
}
@media (max-width: 576px) {
  .post-grid.style-two .feature-image {
    width: 50%;
  }
}
@media (max-width: 420px) {
  .post-grid.style-two .feature-image {
    width: 100%;
  }
  .post-grid.style-two .feature-image img {
    width: 100%;
  }
}
.post-grid.style-two .blog-content {
  flex: 1;
  padding: 15px;
}
.post-grid.style-two .blog-content .entry-title {
  font-size: 22px;
  margin-bottom: 17px;
  line-height: 29px;
}
.post-grid.style-two .blog-content .author-simple a {
  color: #696969;
}
.post-grid.style-two .blog-content .author-simple a:hover {
  color: #0D5756;
}
.post-grid.style-two .meta-category-wrapper {
  margin-bottom: 16px;
}
.post-grid.style-two:hover {
  box-shadow: 0px 0px 35px 0px rgba(0, 153, 255, 0.15);
}
.post-grid.style-three .feature-image img {
  min-height: 360px;
}
.post-grid.style-three .feature-image a:before {
  display: none;
}
.post-grid.style-three .meta-category-wrapper {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
}
.post-grid.style-three .meta-category-wrapper a {
  display: inline-block;
  position: relative;
  color: #0D5756;
  overflow: hidden;
}
.post-grid.style-three .meta-category-wrapper a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 0;
  background: #2acaff;
  border-radius: 50% 50% 0 0;
  transition: height 0.4s ease-in-out;
}
.post-grid.style-three .meta-category-wrapper a:hover {
  color: #fff;
  background-color: transparent;
}
.post-grid.style-three .meta-category-wrapper a:hover:after {
  height: 300%;
}
.post-grid.style-three .meta-category-wrapper a:not(:last-child) {
  margin-right: 7px;
}
.post-grid.style-three .blog-content {
  padding: 34px 30px 50px;
}
.post-grid.style-three .blog-content .entry-title {
  font-size: 30px;
  line-height: 1.4;
  font-weight: 700;
  margin: 0 0 12px;
}
@media (max-width: 576px) {
  .post-grid.style-three .blog-content .entry-title {
    font-size: 22px;
  }
}
.post-grid.style-three .blog-content .author-simple a {
  color: #696969;
}
.post-grid.style-three .blog-content .author-simple a:hover {
  color: #0D5756;
}
.post-grid.style-four {
  box-shadow: none;
  border: 1px solid #e1e2e2;
}
.post-grid.style-four .feature-image {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  padding: 20px 20px 0 20px;
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 1;
}
.post-grid.style-four .feature-image a:before {
  display: none;
}
.post-grid.style-four .feature-image img {
  height: 240px;
  border-radius: 5px 5px 0 0;
}
.post-grid.style-four .meta-category-wrapper {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 40px;
}
.post-grid.style-four .meta-category-wrapper a {
  display: inline-block;
  position: relative;
  color: #fff;
  overflow: hidden;
}
.post-grid.style-four .meta-category-wrapper a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 300%;
  background: #0D5756;
  border-radius: 50% 50% 0 0;
  transition: height 0.4s ease-in-out;
}
.post-grid.style-four .meta-category-wrapper a:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.post-grid.style-four .meta-category-wrapper a:hover:after {
  height: 0;
}
.post-grid.style-four .meta-category-wrapper a:not(:last-child) {
  margin-right: 7px;
}
.post-grid.style-four .blog-content {
  padding: 30px 20px 30px;
}
.post-grid.style-four .blog-content .entry-title {
  margin: 16px 0 22px;
  line-height: 1.3;
  font-weight: 600;
}
.post-grid.style-four .blog-content .author-simple .author {
  margin-left: 0;
}
.post-grid.style-four .blog-content .author-simple .author a {
  font-weight: 400;
  font-size: 14px;
  color: #949292;
}
.post-grid.style-four .blog-content .author-simple .author a:hover {
  color: #0D5756;
}
.post-grid.style-four .blog-content .read_more_btn {
  text-transform: capitalize;
  font-size: 15px;
}
.post-grid.style-four .post-meta li {
  text-transform: uppercase;
  font-weight: 400;
}
.post-grid.style-four:hover .feature-image img {
  transform: scale(1.2);
}

.post-meta {
  color: #696969;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.post-meta li {
  font-size: 16px;
  font-weight: 500;
  color: #565969;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.post-meta li .post_view_count, .post-meta li .posted-on {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.post-meta li .author {
  margin-left: 0;
}
.post-meta i {
  display: inline-block;
  line-height: 1;
  color: #0D5756;
}
.post-meta a {
  margin: 0;
  color: #565969;
}
.post-meta a:hover {
  color: #0D5756;
}
.post-meta .meta-category-wrapper a {
  font-size: 14px;
  display: inline-block;
  color: #71717c;
  position: relative;
  border: 0;
}
.post-meta .meta-category-wrapper a:not(:last-child) {
  margin-right: 7px;
}
.post-meta .meta-category-wrapper a:hover {
  color: #0D5756;
}

.post-meta-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-meta-list li {
  display: inline-block;
  margin-right: 20px;
  font-size: 16px;
  color: #696969;
  font-weight: 400;
}
.post-meta-list li i {
  margin-right: 10px;
  color: #5c6f96;
  font-size: 14px;
}
.post-meta-list li a {
  color: #696969;
  font-weight: 400;
  font-size: 16px;
}
.post-meta-list li a:hover {
  color: #0D5756;
}

.post-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-categories li {
  display: inline-block;
  position: relative;
}
.post-categories li:not(:last-child) a:after {
  content: "/";
  position: absolute;
  right: -15px;
  top: 0;
}

.entry-meta a,
.post-categories a {
  color: #0D5756;
  font-size: 12px;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 20px;
  position: relative;
  line-height: 1.2;
  font-weight: 400;
}
.entry-meta a:not(:last-child):after,
.post-categories a:not(:last-child):after {
  content: "/";
  position: absolute;
  right: -15px;
  top: 0;
}

/** Blog List */
.single-post .container.no-sidebar {
  max-width: 970px !important;
}

.blog-single-wrapper {
  position: relative;
}

.related-post-wrapper {
  margin-top: 74px;
}
.related-post-wrapper .fc-post-item {
  margin-bottom: 0;
}
.related-post-wrapper .related-title {
  font-size: 36px;
  margin-bottom: 46px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0D5756;
  text-align: center;
}
.related-post-wrapper .related-title .highlight {
  color: rgba(13, 87, 86, 0.4);
}

.post-button-next {
  right: 0;
}

.post-button-prev {
  left: 0;
}

.related-post {
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 30px 50px 0 rgba(9, 4, 48, 0.08);
  transition: all 0.4s cubic-bezier(0.72, 0.16, 0.345, 0.875) 0s;
  margin-bottom: 30px;
}
.related-post .feature-image img {
  min-height: 260px;
  width: 100%;
  object-fit: cover;
}
.related-post .post-meta {
  margin-bottom: 17px;
  padding-top: 0;
}
.related-post .post-meta li a {
  font-size: 13px;
  border-radius: 4px;
  padding: 6px 13px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #0D5756;
}
.related-post .post-meta li a:hover {
  background-color: #0D5756;
  color: #fff;
}
.related-post .post-meta li a:not(:last-child) {
  margin-right: 10px;
}
.related-post .post-footer-meta {
  margin: 0;
  padding: 0;
  list-style: none;
}
.related-post .post-footer-meta li {
  display: inline-block;
  position: relative;
  color: #5c5c60;
}
.related-post .post-footer-meta li:not(:last-child) {
  margin-right: 25px;
}
.related-post .post-footer-meta li a {
  color: #5c5c60;
  font-size: 15px;
  font-weight: 400;
}
.related-post .post-footer-meta li a:hover {
  color: #0D5756;
}
.related-post .post-footer-meta li i {
  color: #0D5756;
  margin-right: 10px;
}
.related-post .blog-content {
  padding: 30px 30px 34px;
}
.related-post .blog-content .post-title {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
  margin: 15px 0 22px;
}
.related-post .blog-content .post-title a {
  color: #212d46;
}
.related-post .blog-content .post-title a:hover {
  color: #0D5756;
}

.share_social-wpapper {
  display: flex;
  padding: 0;
  align-items: center;
}
.share_social-wpapper .share-text {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #0B091B;
  font-weight: 600;
}

.social-share-link {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .social-share-link {
    justify-content: center;
  }
}
.social-share-link li {
  display: inline-block;
}
.social-share-link li a {
  font-size: 16px;
  position: relative;
  text-align: center;
  display: block;
  color: #0B091B;
}
.social-share-link li a:hover {
  color: #0D5756;
}

.tag_list {
  margin-top: 30px;
}
.tag_list .tags {
  color: #051441;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 10px;
  font-weight: 600;
}

.single-post-navigation {
  margin-top: 80px;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .single-post-navigation {
    flex-direction: column;
    gap: 20px;
  }
}
.single-post-navigation > div {
  background-color: #F6F6F6;
  border-radius: 20px;
  padding: 16px;
  width: calc(50% - 16px);
}
@media (max-width: 767px) {
  .single-post-navigation > div {
    width: 100%;
    border-radius: 16px;
  }
}
.single-post-navigation .single-post-nav {
  display: flex;
  gap: 24px;
}
.single-post-navigation .single-post-nav .post-nav-arrow {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  box-shadow: 0 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03), 0px 2px 2px -1px rgba(10, 13, 18, 0.04);
  border-radius: 12px;
}
.single-post-navigation .post-next {
  text-align: right;
  justify-content: flex-end;
  display: flex;
  margin-left: auto;
}
.single-post-navigation h4.post-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 800;
  color: #3C3A49;
  max-width: 250px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .single-post-navigation h4.post-title {
    font-size: 18px;
  }
}
.single-post-navigation p.post-nav-title {
  margin-bottom: 9px;
}

blockquote, .wp-block-quote {
  padding: 56px 48px 56px 172px;
  border-left: 0;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: #3BFFDC;
}
@media (max-width: 767px) {
  blockquote, .wp-block-quote {
    padding: 24px 20px 24px 100px;
    border-radius: 12px;
  }
}
@media (max-width: 576px) {
  blockquote, .wp-block-quote {
    padding: 20px 20px 20px 76px;
    border-radius: 12px;
  }
}
blockquote:before, .wp-block-quote:before {
  content: "";
  position: absolute;
  left: 48px;
  top: 56px;
  width: 57px;
  height: 44px;
  background-image: url("../images/quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  blockquote:before, .wp-block-quote:before {
    width: 38px;
    left: 20px;
    top: 24px;
  }
}
@media (max-width: 576px) {
  blockquote:before, .wp-block-quote:before {
    max-width: 31.5px;
  }
}
blockquote:after, .wp-block-quote:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 24px;
  background: #0B091B;
  left: 137px;
  top: 67px;
}
@media (max-width: 767px) {
  blockquote:after, .wp-block-quote:after {
    height: 20px;
    left: 78px;
    top: 29px;
  }
}
@media (max-width: 576px) {
  blockquote:after, .wp-block-quote:after {
    height: 20px;
    left: 64px;
    top: 25px;
  }
}
blockquote p, .wp-block-quote p {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  line-height: 1.1;
  color: #0B091B;
  font-style: normal;
  margin-bottom: 4px;
  font-weight: 800;
  position: relative;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  blockquote p, .wp-block-quote p {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  blockquote p, .wp-block-quote p {
    font-size: 14px;
  }
}
blockquote p cite, .wp-block-quote p cite {
  margin-left: 0;
}
blockquote cite, .wp-block-quote cite {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  color: #0B091B;
  padding-top: 23px;
  display: inline-block;
  position: relative;
}

p.has-drop-cap:first-letter {
  font-size: 45px !important;
  color: #3d3d3d;
  font-weight: 600 !important;
}

.blog-container {
  padding: 120px 0;
}

.single-post .page-content {
  padding: 0;
}

.blog-single-content-area {
  padding: 147px 0 130px;
}
@media (max-width: 991px) {
  .blog-single-content-area {
    padding: 60px 0 80px;
  }
}

.blog .page-content {
  padding: 120px 0;
}

.post-grid .feature-image {
  overflow: hidden;
}
.post-grid .feature-image a.feature-image-block {
  position: relative;
  display: block;
}
.post-grid .feature-image a.feature-image-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.post-grid .feature-image img {
  transition: all 0.5s ease-in-out;
  height: 260px;
  object-fit: cover;
}
.post-grid .feature-image:hover a:before {
  opacity: 1;
}
.post-grid .feature-image:hover img {
  transform: scale(1.07);
}

button.post-like-toggle-btn {
  padding: 0;
  background-color: transparent;
  color: #0D5756;
  border: 0;
  display: flex;
  gap: 6px;
  box-shadow: none;
}

.no-sidebar .post-single {
  max-width: 1000px;
  margin: 0 auto;
}
.no-sidebar.single-post #comments {
  margin: 75px auto 20px;
  font-size: 24px;
  font-weight: 600;
}

.post-single--header {
  margin-bottom: 48px;
}

h1.single-post-title {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 20px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: -1.44px;
  max-width: 900px;
}
@media (max-width: 767px) {
  h1.single-post-title {
    font-size: 30px !important;
  }
}

.single-post-meta {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 12px 0;
  list-style: none;
  gap: 65px;
  border-top: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}
@media (max-width: 991px) {
  .single-post-meta {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .single-post-meta {
    flex-wrap: wrap;
    padding: 16px;
    gap: 10px 0;
    justify-content: space-between;
  }
  .single-post-meta li {
    width: calc(50% - 16px);
  }
}
.single-post-meta li {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0D5756;
}
.single-post-meta li:not(:last-child):after {
  content: "";
  position: absolute;
  right: -32px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #D1D1D1;
}
@media (max-width: 991px) {
  .single-post-meta li:not(:last-child):after {
    right: -12px;
  }
}
@media (max-width: 767px) {
  .single-post-meta li:not(:last-child):after {
    display: none;
  }
}
.single-post-meta li a {
  color: #0D5756;
}

.post-single--author-info-meta {
  margin-bottom: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-single--author-meta-statistics-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 22px;
}
.post-single--author-meta-statistics-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0D5756;
  position: relative;
}
.post-single--author-meta-statistics-list li .post-share-like-count-number {
  font-size: 12px;
  font-weight: 500;
  background: #0D5756;
  color: #ffffff;
  border-radius: 4px;
  padding: 3px;
  line-height: 1;
  position: absolute;
  top: -6px;
  left: 12px;
}
.post-single--author-meta-statistics-list li span {
  font-weight: 500;
}

.post-single--author-info .post-author {
  display: flex;
  align-items: center;
  gap: 16px;
}
.post-single--author-info .post-author .avatar {
  margin-right: 0;
}
.post-single--author-info .post-author .post-author-info span {
  display: block;
  line-height: 1.5;
}
.post-single--author-info .post-author .post-author-info .author-name {
  font-size: 15px;
  color: #0B091B;
  font-weight: 600;
}
.post-single--author-info .post-author .post-author-info .author-designation {
  font-size: 14px;
  font-weight: 400;
  color: #63626D;
}

.post-single {
  margin-bottom: 0;
}
.post-single .feature-image {
  margin-bottom: 24px;
}
.post-single .feature-image img {
  border-radius: 20px;
}
.post-single .entry-header {
  padding-bottom: 25px;
}
.post-single .entry-title {
  font-size: 36px;
  margin: 10px 0 25px;
}
.post-single h3.wp-block-heading {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
}
.post-single .wp-block-image {
  margin-top: 30px;
}
.post-single .blocks-gallery-grid li img {
  border-radius: 10px;
}
.post-single blockquote p {
  margin: 0;
}
.post-single .wp-block-image {
  text-align: center;
}
.post-single .wp-block-image {
  margin-bottom: 39px;
}
.post-single .edit-link {
  margin-left: 15px;
}
.post-single .post-meta-cat {
  margin-bottom: 20px;
}
.post-single .post-meta-cat a {
  height: 30px;
  line-height: 30px;
  padding: 0 30px;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
  border-radius: 5px;
  background-color: #37a45d;
  min-width: auto;
  font-weight: 400;
  margin: 0 5px;
  border: 0px solid transparent;
  display: inline-block;
}
.post-single .post-meta-cat a:first-child {
  background-color: #e9683e;
}
.post-single .meta-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-single .entry-footer {
  margin-top: 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D1D1D1;
  align-items: center;
  padding-top: 72px;
}
@media (max-width: 767px) {
  .post-single .entry-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.post-single .entry-footer > div {
  width: 50%;
}
@media (max-width: 767px) {
  .post-single .entry-footer > div {
    width: 100%;
    text-align: center;
  }
}
.post-single .entry-footer .tc-blog-share-link-wrapper {
  text-align: right;
}
.post-single .entry-footer .tag_list {
  padding-bottom: 10px;
  border-bottom: 1px solid #e8ebf4;
}
.post-single .tag-title {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .post-single .tag-title {
    text-align: center;
  }
}
.post-single .single-tagcloud .single-tagcloud-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 767px) {
  .post-single .single-tagcloud .single-tagcloud-list {
    align-items: center;
    justify-content: center;
  }
}
.post-single .single-tagcloud a {
  color: #0B091B;
  font-size: 13px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #E7E7E7;
  display: inline-block;
  line-height: 1;
  padding: 4px 8px;
  background-color: #fff;
}
.post-single .single-tagcloud a:hover {
  color: #0D5756;
}

.single-post-header-bg {
  min-height: 550px;
}
@media (max-width: 767px) {
  .single-post-header-bg {
    min-height: 350px;
  }
}
.single-post-header-bg .single-post-header {
  position: relative;
  z-index: 2;
}
.single-post-header-bg .fc-blog-meta-category {
  font-size: 12px;
  font-weight: 500;
  background: #32ba13;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 6px 9px;
  line-height: 1.1;
  display: inline-block;
  margin-bottom: 10px;
  border: 2px solid transparent;
}
.single-post-header-bg .fc-blog-meta-category:not(:last-child) {
  margin-right: 10px;
}
.single-post-header-bg .fc-blog-meta-category:hover {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
.single-post-header-bg .single-post-title {
  font-size: 45px;
  line-height: 1.2;
  max-width: 700px;
  margin: 20px auto 13px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  color: #fff;
}
@media (max-width: 767px) {
  .single-post-header-bg .single-post-title {
    font-size: 30px;
  }
}

.feature-image-banner {
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .feature-image-banner {
    height: 380px;
  }
}
.feature-image-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.feature-image-banner .single-post-header {
  position: relative;
  z-index: 2;
}
.feature-image-banner .single-post-header .single-post-title {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.3;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .feature-image-banner .single-post-header .single-post-title {
    font-size: 34px;
  }
}
@media (max-width: 480px) {
  .feature-image-banner .single-post-header .single-post-title {
    font-size: 30px;
  }
}
.feature-image-banner .single-post-header .post-meta {
  margin-top: 24px;
}
.feature-image-banner .single-post-header .post-meta li, .feature-image-banner .single-post-header .post-meta a {
  color: #fff;
}
.feature-image-banner .single-post-header .post-meta a:hover {
  color: #0D5756;
}

.blog-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.blog-share .share-title p {
  color: #2b2350;
  display: inline-block;
  margin: 0;
  font-weight: 500;
  font-size: 20px;
}

.share-link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.share-link li {
  display: inline-block;
  margin-right: 5px;
  padding-left: 0 !important;
}
.share-link li:before {
  display: none;
}
.share-link li:last-child {
  margin-right: 0;
}
.share-link li a {
  display: block;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 43px;
  color: #aba8a4;
  border-radius: 50%;
  font-size: 14px;
  border: 1px solid #e5dada;
}
.share-link li a:hover {
  background: #0D5756;
  color: #fff;
  border-color: #0D5756;
}

.post-single .wp-block-search {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .post-wrapper.blog-masonry.column-3 .post-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 768px) {
  .post-wrapper.blog-masonry.column-3 .post-item {
    width: 100%;
    margin-right: 0;
  }
  .comment-list .comment .comment-body.menu-comments .comment-author {
    height: 60px;
    width: 60px;
    margin-right: 15px;
  }
  .comment-list .comment .comment-body .comment-author {
    height: 60px;
    width: 60px;
    margin-right: 15px;
  }
  .comment-list .comment .comment-body .comment-content {
    padding-bottom: 20px;
  }
  .comment-list .comment .comment-body .comment-content h4 {
    font-size: 18px;
  }
  .comment-list .comment .comment-body .comment-content p {
    font-size: 16px;
    line-height: 26px;
  }
  .comment-list .children {
    padding-left: 70px;
  }
  .comment-respond .comment-reply-title {
    font-size: 35px;
    margin-bottom: 30px;
  }
}
@media (max-width: 420px) {
  .comment-list .comment .comment-body .comment-content .ratings {
    position: static;
  }
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
  padding-top: 20px;
}
.page-links a,
.page-links .current {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #f8f6f2;
  color: #0B091B;
  display: inline-block;
  text-align: center;
  line-height: 31px;
  font-size: 16px;
  margin-left: 5px;
}
.page-links a:hover,
.page-links .current:hover {
  background: #0D5756;
  color: #fff;
}
.page-links .current {
  background: #0D5756;
  color: #fff;
}

.post-navigation {
  margin-bottom: 50px;
}
.post-navigation .nav-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative;
  width: 102%;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  width: 48%;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  background: #333;
  margin-right: 2%;
  flex: 1;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  display: block;
  outline: 0;
}
.post-navigation .nav-links .nav-previous a:hover,
.post-navigation .nav-links .nav-next a:hover {
  color: #fff;
}
.post-navigation .nav-links .nav-previous:hover,
.post-navigation .nav-links .nav-next:hover {
  background: #0D5756;
}
.post-navigation .nav-links .nav-previous {
  padding-right: 30px;
}
.post-navigation .nav-links .nav-next {
  padding-left: 30px;
}

.first-lg {
  -webkit-order: -1;
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

/* Author Box */
.fiana_post_author_box {
  background: #faf8f5;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  border-radius: 6px;
  max-width: 670px;
}
.fiana_post_author_box .profile_image {
  width: 80px;
  margin-right: 20px;
  border-radius: 50%;
}
.fiana_post_author_box .profile_image img {
  border-radius: 50%;
}
.fiana_post_author_box .profile_content {
  flex: 1;
}
.fiana_post_author_box .profile_content .profile_name {
  font-size: 20px;
  line-height: 28px;
  color: #0B091B;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 600;
}
.fiana_post_author_box .profile_content .author-job {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
  display: inline-block;
}
.fiana_post_author_box .profile_content .profile_bio p {
  font-size: 16px;
  color: #827f79;
  margin-bottom: 0;
  font-weight: 500;
}
.fiana_post_author_box .user-social-link {
  margin: 0;
  padding: 0;
  list-style: none;
}
.fiana_post_author_box .user-social-link li {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}

.post-share {
  display: inline-block;
  flex: 1;
}

.share-trigger .share-items {
  float: right;
}
.share-trigger .share-items a {
  height: 35px;
  width: 35px;
  display: inline-block;
  background: #f5f5f5;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin-right: 5px;
  color: #fff;
}
.share-trigger .share-items a.facebook-bg {
  background: #3b5998;
}
.share-trigger .share-items a.facebook-bg:hover {
  background: rgb(37.6090047393, 56.7322274882, 96.8909952607);
}
.share-trigger .share-items a.twitter-bg {
  background: #3cf;
}
.share-trigger .share-items a.twitter-bg:hover {
  background: rgb(0, 172.125, 229.5);
}
.share-trigger .share-items a.google-plus-bg {
  background: #dc4a38;
}
.share-trigger .share-items a.google-plus-bg:hover {
  background: rgb(169.6602564103, 45.1858974359, 29.8397435897);
}
.share-trigger .share-items a.linkedin-bg {
  background: #0077B5;
}
.share-trigger .share-items a.linkedin-bg:hover {
  background: rgb(0, 68.7044198895, 104.5);
}

@media (max-width: 991px) {
  .blog-container {
    padding: 80px 0;
  }
  #secondary {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .blog-container {
    padding: 50px 0;
  }
}
.search-header {
  margin-bottom: 30px;
}

.search_page_404_wrapper {
  max-width: 530px;
}
.search_page_404_wrapper .page-title {
  font-size: 48px;
  margin-bottom: 12px;
}
.search_page_404_wrapper .banner_404_text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 32px;
}

.search_result_form .search-form {
  position: relative;
  border: 0;
  margin-bottom: 20px;
  height: 60px;
}
.search_result_form .search-form input {
  border-color: #F6F6F6 !important;
  border-radius: 0;
  padding: 20px;
  margin: 0;
  background-color: #F6F6F6 !important;
}
.search_result_form .search-form input::placeholder {
  color: #878793;
}
.search_result_form .search-form input:focus {
  border-color: #0D5756 !important;
}
.search_result_form .search-form .search-submit {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 0;
  color: #0D5756;
  font-size: 22px;
}

.no-results .page-content {
  padding: 0 0 120px;
}
@media (max-width: 991px) {
  .no-results .page-content {
    padding: 0 0 80px;
  }
}

.pagination-wrapper ~ .sidebar {
  margin-bottom: 0;
}

.foliocrave_home_button .fc-btn {
  gap: 22px;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination-wrapper {
  margin-top: 30px;
}

.blog-archive-wrapper #post-pagination {
  margin-top: 94px;
  text-align: center;
}
#post-pagination .page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 8px;
}
#post-pagination .page-numbers li {
  display: inline-block;
}
#post-pagination .page-numbers li a,
#post-pagination .page-numbers li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  border: 1px solid #E7E7E7;
  color: rgba(13, 87, 86, 0.72);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}
#post-pagination .page-numbers li a:hover,
#post-pagination .page-numbers li a .current,
#post-pagination .page-numbers li span:hover,
#post-pagination .page-numbers li span .current {
  background: #0D5756;
  border-color: #0D5756;
  color: #fff;
}
#post-pagination .page-numbers li a:hover a,
#post-pagination .page-numbers li a .current a,
#post-pagination .page-numbers li span:hover a,
#post-pagination .page-numbers li span .current a {
  color: #fff;
}
#post-pagination .page-numbers li a.current,
#post-pagination .page-numbers li span.current {
  background: #0D5756;
  color: #fff;
  border-color: #0D5756;
}
#post-pagination .page-numbers li a.next, #post-pagination .page-numbers li a.prev,
#post-pagination .page-numbers li span.next,
#post-pagination .page-numbers li span.prev {
  border: 0;
  width: 30px;
}
#post-pagination .page-numbers li a.next:hover, #post-pagination .page-numbers li a.prev:hover,
#post-pagination .page-numbers li span.next:hover,
#post-pagination .page-numbers li span.prev:hover {
  background: transparent;
  color: #0D5756;
}
#post-pagination .page-numbers li i {
  font-size: 20px;
}

.woocommerce nav.woocommerce-pagination {
  margin-top: 95px;
}
.woocommerce nav.woocommerce-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  text-align: center;
  display: flex;
  gap: 8px;
  justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #E7E7E7;
  border-radius: 50%;
  color: rgba(13, 87, 86, 0.72);
  font-weight: 700;
  transition: all 0.3s ease-in-out;
}
.woocommerce nav.woocommerce-pagination ul li a i,
.woocommerce nav.woocommerce-pagination ul li span i {
  font-size: 18px;
  color: #0D5756;
}
.woocommerce nav.woocommerce-pagination ul li a.current, .woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span:hover {
  background: #0D5756;
  border-color: #0D5756;
  color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li a.current i, .woocommerce nav.woocommerce-pagination ul li a:hover i,
.woocommerce nav.woocommerce-pagination ul li span.current i,
.woocommerce nav.woocommerce-pagination ul li span:hover i {
  color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li a.prev, .woocommerce nav.woocommerce-pagination ul li a.next {
  line-height: 42px;
}
.woocommerce nav.woocommerce-pagination ul li a.prev:hover svg path, .woocommerce nav.woocommerce-pagination ul li a.next:hover svg path {
  fill: #fff !important;
}

/*--------------------------------------------------------------
## Search Form
--------------------------------------------------------------*/
.widget_search .search-form {
  border-radius: 6px;
  position: relative;
  background-color: #eff1f5;
  display: flex;
  overflow: hidden;
}
.widget_search .search-form label {
  margin: 0;
  width: 100%;
}
.widget_search .search-form input {
  padding: 11px 20px;
  border-radius: 0;
  border: 0;
  width: 100%;
  color: #696969;
  height: 54px;
  margin: 0;
  background: transparent;
}
.widget_search .search-form input::placeholder {
  color: #878793;
}
.widget_search .search-form input:focus {
  border-color: #0D5756;
}
.widget_search .search-form .search-submit {
  background-color: #0D5756;
  border: 0;
  padding: 12px 18px 10px 20px;
  color: #fff;
  font-size: 22px;
  border-radius: 0;
}
.widget_search .search-form .search-submit:focus {
  outline: 0;
}
.widget_search .search-form .search-submit:hover {
  background-color: #145BD7;
}

#search-menu-wrapper {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.7s ease, visibility 0.7s ease;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
}
#search-menu-wrapper .close-search {
  height: 60px;
  width: 60px;
  line-height: 65px;
  border-radius: 50%;
  background-color: #0D5756;
  color: #fff;
  z-index: 9999999;
  opacity: 5;
  position: absolute;
  right: 15px;
  top: 40px;
  font-size: 26px;
  cursor: pointer;
  text-align: center;
}
@media (max-width: 576px) {
  #search-menu-wrapper .close-search {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
}
#search-menu-wrapper .overlay-bg {
  transition: -webkit-filter 0.2s;
  transition: filter 0.2s;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#search-menu-wrapper.toggled {
  opacity: 1;
  visibility: visible;
}
#search-menu-wrapper .wrapper {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#search-menu-wrapper .search-form {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b9b8b8;
}
#search-menu-wrapper .search-form input {
  font-family: "Inter", sans-serif;
  border-radius: 0;
  border: 0;
  background: transparent;
  height: 100px;
  padding: 0;
  color: #000;
  font-size: 60px;
  font-weight: 600;
  margin: 0;
  line-height: 2.5;
}
@media (max-width: 991px) {
  #search-menu-wrapper .search-form input {
    height: 60px;
    font-size: 40px;
  }
}
#search-menu-wrapper .search-form input::placeholder {
  color: #b1b1b1;
}
#search-menu-wrapper .search-form button {
  background-color: #fff;
  color: #b1b1b1;
  border: 0;
  padding: 0;
  height: 80px;
  transition: all 0.3s ease-in-out;
  font-size: 40px;
}
@media (max-width: 991px) {
  #search-menu-wrapper .search-form button {
    font-size: 32px;
  }
}
#search-menu-wrapper .search-form button:hover {
  color: #0D5756;
}

.sea-wrapper .search-form {
  display: flex;
  align-items: center;
}
.sea-wrapper .search-form label {
  margin: 0;
  width: 100%;
}
.sea-wrapper .search-form input {
  margin: 0;
}
.sea-wrapper .search-form .search-submit {
  background: #0D5756;
  color: #fff;
  border: 0;
  height: 54px;
  border-radius: 4px;
  margin-left: 20px;
}
.sea-wrapper .search-form .search-submit:hover {
  background: #004ce5;
  color: #fff;
}

/*--------------------------------------------------------------
## Author Box
--------------------------------------------------------------*/
.fc-author-box {
  display: flex;
  padding: 40px 40px 52px 40px;
  background: #F6F6F6;
  gap: 20px;
  border-radius: 12px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .fc-author-box {
    padding: 32px;
  }
}
@media (max-width: 480px) {
  .fc-author-box {
    padding: 16px;
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .fc-author-box {
    padding: 20px 15px;
  }
}
.fc-author-box__avatar {
  height: max-content;
  border-radius: 50%;
  overflow: hidden;
  max-width: 120px;
}
@media (max-width: 767px) {
  .fc-author-box__avatar {
    max-width: 100px;
  }
}
@media (max-width: 480px) {
  .fc-author-box__avatar {
    width: 70px;
  }
}
.fc-author-box__content {
  flex: 2;
  color: #414452;
}
.fc-author-box__name {
  color: #0B091B;
  font-size: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.4px;
}
@media (max-width: 767px) {
  .fc-author-box__name {
    font-size: 18px;
    letter-spacing: -0.36px;
  }
}
.fc-author-box__name span {
  margin-right: 7px;
  font-size: 14px;
  display: block;
}
.fc-author-box__designation {
  color: #63626D;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .fc-author-box__designation {
    font-size: 14px;
  }
}
.fc-author-box__description {
  color: #3C3A49;
  margin-top: 34px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .fc-author-box__description {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
}
.fc-author-box__description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
  color: #414452;
}
.fc-author-box__social-wrapper {
  line-height: 1;
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 12px 12px 24px 0 rgba(0, 0, 0, 0.16);
  width: max-content;
  padding: 4px;
}
.fc-author-box__social-wrapper a {
  color: #ffffff;
  height: 55px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0D5756;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .fc-author-box__social-wrapper a {
    height: 48px;
    width: 48px;
  }
}
@media (max-width: 360px) {
  .fc-author-box__social-wrapper a {
    height: 40px;
    width: 40px;
  }
}
.fc-author-box__social-wrapper a.facebook-f {
  background: #1877F2;
}
.fc-author-box__social-wrapper a.instagram {
  background: #833AB4;
}
.fc-author-box__social-wrapper a.x-twitter {
  background: #14171A;
}
.fc-author-box__social-wrapper a.linkedin-in {
  background: #0077B5;
}
.fc-author-box__social-wrapper a.tiktok {
  background: #000;
}
.fc-author-box__social-wrapper a.youtube {
  background: #FF0000;
}
.fc-author-box__social-wrapper a:hover {
  color: #ffffff;
}
.fc-author-box__title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
  margin-top: 50px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-section {
  padding: 80px 0;
}

.comment-wrapper {
  margin-top: 60px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#comments {
  margin-top: 88px;
}
#comments .comments-title {
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 800;
  letter-spacing: -0.9px;
  text-transform: uppercase;
}

.comments-area .comment-inner {
  margin-bottom: 50px;
}
.comments-area .reply-title {
  font-size: 24px;
  color: #0B091B;
  margin-bottom: 30px;
}
.comments-area .no-comments {
  margin: 0;
  line-height: 11px;
}

.page .comment-list-wrapper {
  margin-top: 40px;
}
.page .comment-respond .comment-reply-title,
.page .comment-respond .comment-notes, .page .comment-respond .logged-in-as {
  text-align: left;
}
.page .comment-list {
  margin-bottom: 0;
}
.page .comment-respond {
  margin-top: 60px;
}
.page .comment-list .comment .comment-body .comment_info .meta-wrapper {
  color: #bbb;
}

.comments-section .comment-list-wrapper {
  padding-top: 0;
  border: 0;
}

.comment-respond {
  margin-top: 30px;
  margin-bottom: 30px;
}

.comment-list {
  list-style: none;
  overflow: auto;
  margin-bottom: 0;
  padding-left: 0;
}
.comment-list > li {
  margin-bottom: 20px;
}
.comment-list .comment-meta-wrapper {
  display: flex;
  align-items: center;
  gap: 33px;
}
.comment-list .comment-meta-wrapper .comment-meta {
  position: relative;
  font-size: 14px;
  color: #63626D;
  font-weight: 400;
}
.comment-list .comment-meta-wrapper .comment-meta:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  border-radius: 50%;
  background: #D9D9D9;
}
.comment-list .comment .comment-body {
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.comment-list .comment .comment-body:not(:last-child) {
  margin-bottom: 25px;
}
.comment-list .comment .comment-body .comment-avatar {
  margin-right: 16px;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
.comment-list .comment .comment-body .comment-avatar img {
  border-radius: 50%;
}
.comment-list .comment .comment-body .comment_content {
  margin-top: 7px;
  padding-bottom: 5px;
  font-size: 16px;
}
.comment-list .comment .comment-body .comment_content p {
  font-weight: 400;
}
.comment-list .comment .comment-body .comment_info {
  position: relative;
  overflow: auto;
  flex: 2;
}
.comment-list .comment .comment-body .comment_info .comment_author_says {
  color: #3C3A49;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
}
.comment-list .comment .comment-body .comment_info .meta-wrapper {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #777777;
  display: block;
  font-weight: 400;
  margin-bottom: 15px;
}
.comment-list .comment .comment-body .comment_info .comment-reply-wrapper {
  position: absolute;
  right: 0;
  top: 0;
}
.comment-list .comment .comment-body .comment_info p img {
  margin: 15px 0 5px;
}
.comment-list .comment .comment-body .comment-reply-link {
  font-size: 16px;
  color: #0D5756;
  text-decoration: none !important;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 12px;
}
.comment-list .comment .comment-body .comment-reply-link i {
  font-size: 15px;
  margin-right: 5px;
}
.comment-list .comment .children {
  margin: 0;
  padding-left: 70px;
  list-style: none;
}
.comment-list .comment .children .comment {
  margin-bottom: 20px;
}
.comment-list .comment .children .comment-avatar {
  height: 60px;
  width: 60px;
}

#comments .comment-list .comment-respond {
  margin: 20px 0 40px;
  max-width: 100%;
}
#comments .comment-list .comment-respond #cancel-comment-reply-link {
  font-size: 15px;
  color: #0D5756;
  margin-left: 10px;
}

.children .comment-respond {
  margin-left: 80px !important;
}

.comment-respond .comment-reply-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #3C3A49;
  margin-bottom: 5px;
  line-height: 20px;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  margin-bottom: 33px;
  font-size: 16px;
  color: #3C3A49;
  font-weight: 400;
}
#review_form .comment-respond .comment-notes,
#review_form .comment-respond .logged-in-as {
  text-align: left;
}

.comment-form {
  max-width: 760px;
}
.comment-form .comment-form-author,
.comment-form .comment-form-email {
  display: block;
  margin-bottom: 0;
}
.comment-form textarea {
  height: 150px;
  margin-bottom: 22px;
}
.comment-form #submit {
  margin-bottom: 0;
  box-shadow: 12px 12px 36px 0 rgba(0, 0, 0, 0.4);
}
.comment-form #submit:hover {
  box-shadow: none;
  background: #0D5756;
  color: #fff;
  border-color: #0D5756;
}
.comment-form #submit:hover svg path {
  fill: #fff;
}
.comment-form .comment-form-cookies-consent {
  margin-bottom: 29px !important;
  font-size: 14px;
  line-height: 1.5;
  color: #4F4E5B;
  position: relative;
  font-weight: 400;
}
.comment-form .comment-form-cookies-consent:after {
  content: "";
  display: block;
  clear: both;
}
.comment-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  width: auto;
  height: auto;
}
.comment-form .comment-form-cookies-consent label {
  cursor: pointer;
  display: inline;
  line-height: 1.25em;
  vertical-align: top;
  clear: both;
  padding-left: 1px;
  font-size: 16px;
}
.comment-form .comment-form-cookies-consent label:not(:empty) {
  padding-left: 0.75em;
}
.comment-form .comment-form-cookies-consent label:before, .comment-form .comment-form-cookies-consent label:after {
  content: "";
  position: absolute;
  left: 12px;
  top: 3px;
}
.comment-form .comment-form-cookies-consent label:before {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(5, 20, 65, 0.2);
  cursor: pointer;
  transition: background 0.3s;
}
.comment-form .comment-form-cookies-consent input[type=checkbox] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.comment-form .comment-form-cookies-consent input[type=checkbox]:checked + label:before {
  background: #0D5756;
  border: none;
}
.comment-form .comment-form-cookies-consent input[type=checkbox]:checked + label:after {
  transform: translate(0.17em, 0.25em) rotate(-45deg);
  width: 0.5em;
  height: 0.25em;
  border: 1.7px solid #fff;
  border-top-style: none;
  border-right-style: none;
  top: 3px;
  left: 13px;
}

#review_form input[type=text],
#review_form textarea {
  border: 1px solid rgba(5, 20, 65, 0.2);
}
#review_form input[type=text]::placeholder,
#review_form textarea::placeholder {
  color: #75757d;
}
#review_form input[type=text]:focus,
#review_form textarea:focus {
  border-color: rgba(13, 87, 86, 0.5);
}

@media (max-width: 991px) {
  .comment-list .comment .children {
    padding-left: 50px;
  }
}
@media (max-width: 576px) {
  .comment-list .comment .comment-body .comment-avatar {
    width: 55px;
    height: 55px;
  }
  .comment-list .comment .children {
    padding-left: 20px;
  }
  .comment-list .comment .children .comment .comment-body .comment-avatar {
    width: 40px;
    height: 40px;
  }
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

iframe {
  border-width: 0;
}

.entry-content iframe {
  max-height: 500px;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
	## Social Profiles
	## Top Bar Icon List
	## Top Bar Menu
	## Contact Methods
	## Nav Search Form
	## Nav Mini Cart
# Forms
# Navigation
	## Links
	## Primary Menu
# Accessibility
# Alignments
# Clearings
# Layout
	## Topbar
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@-ms-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.blog-content .gallery {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
## Block
--------------------------------------------------------------*/
.wp-block-button .wp-block-button__link {
  background: #0B091B;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #fff;
  line-height: 1.2;
}

.wp-block-button .wp-block-button__link:hover {
  background: #0D5756;
  color: #fff;
}

.wp-block-button .wp-block-button__link br {
  display: none;
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  color: #0B091B;
  border-color: #0B091B;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
  border-color: #0D5756;
  color: #0D5756;
}

.wp-block-button.is-style-squared .wp-block-button__link {
  border-radius: 0;
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  width: calc(50% - 30px);
}

.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  margin: 0 30px 16px 0;
}

.wp-block-cover .wp-block-cover-text {
  padding: 30px;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  padding-left: 0;
}

.wp-block-gallery .blocks-gallery-image:before,
.wp-block-gallery .blocks-gallery-item:before {
  display: none;
}

.wp-block-cover p:not(.has-text-color) {
  color: #fff !important;
  line-height: 1.8;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  background-color: transparent;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-size: 1.6em;
  font-weight: 300;
}

.wp-block-quote.is-large:before, .wp-block-quote.is-large:after, .wp-block-quote.is-style-large:before, .wp-block-quote.is-style-large:after {
  display: none;
}

.wp-block-pullquote {
  border-top: 4px solid #F3F3F3;
  border-bottom: 4px solid #F3F3F3;
  color: #40464d;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color {
  background-color: #0073aa;
  padding-left: 0;
  padding-right: 0;
}

.entry .entry-content .wp-block-pullquote {
  border-color: transparent;
  border-width: 2px;
  padding: 1rem;
}

.entry .entry-content .wp-block-pullquote blockquote {
  background-color: transparent;
}

.entry .entry-content .wp-block-pullquote blockquote:before, .entry .entry-content .wp-block-pullquote blockquote:after {
  display: none;
}

.wp-block-pullquote.is-style-solid-color blockquote p {
  line-height: 1;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  color: #fff;
  padding-left: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}

.entry .entry-content .wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-top: 4rem;
  margin-bottom: 4.33rem;
  margin-right: 0;
  padding-left: 0;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color p {
  font-size: 1.6875em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.entry .entry-content .wp-block-pullquote p {
  font-size: 1.6875em;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.entry .entry-content .wp-block-archives li,
.entry .entry-content .wp-block-categories li,
.entry .entry-content .wp-block-latest-posts li {
  margin-bottom: 7px;
  padding-left: 15px;
  position: relative;
}

.entry .entry-content .wp-block-archives li time,
.entry .entry-content .wp-block-categories li time,
.entry .entry-content .wp-block-latest-posts li time {
  line-height: 1;
}

.entry .entry-content .wp-block-archives li:before,
.entry .entry-content .wp-block-categories li:before,
.entry .entry-content .wp-block-latest-posts li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #7d92bb;
}

.entry .entry-content .wp-block-archives li a,
.entry .entry-content .wp-block-categories li a,
.entry .entry-content .wp-block-latest-posts li a {
  font-size: 16px;
  color: #465675;
}

.entry .entry-content .wp-block-archives li a:hover,
.entry .entry-content .wp-block-categories li a:hover,
.entry .entry-content .wp-block-latest-posts li a:hover {
  color: #0D5756;
}

.entry .entry-content .wp-block-archives li .children,
.entry .entry-content .wp-block-categories li .children,
.entry .entry-content .wp-block-latest-posts li .children {
  padding-left: 30px;
}

.entry .entry-content .wp-block-categories-list .children li {
  padding-left: 0;
}

.entry .entry-content .wp-block-categories-list .children li:before {
  display: none;
}

.wp-block-latest-posts.wp-block-latest-posts__list,
.wp-block-latest-comments {
  padding-left: 0;
  margin-bottom: 0;
}

.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
  margin-bottom: 15px;
}

pre.wp-block-preformatted {
  margin-top: 20px;
}

.post_format-post-format-quote blockquote {
  margin-top: 0;
}

.wp-block-archives,
.wp-block-categories-list {
  padding: 0;
  list-style: none;
}

.wp-block-archives li:not(:last-clild),
.wp-block-categories-list li:not(:last-clild) {
  margin-bottom: 10px;
}

.wp-block-archives-dropdown select {
  height: 50px;
  width: 100%;
  padding: 7px 10px;
  margin-bottom: 20px;
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
  color: #656575;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
}

.wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a:hover {
  color: #0D5756;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

.entry .entry-content .wp-block-separator, .entry .entry-content hr {
  background-color: #767676;
  border: 0;
  height: 2px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 2.25em;
  text-align: left;
  margin-left: 0;
}

.wp-block-calendar .wp-calendar-nav {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

.wp-block-categories-dropdown .postform {
  margin-bottom: 20px;
}

.wp-block-search .wp-block-search__label {
  font-family: "Inter", sans-serif;
  display: block;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  padding-bottom: 7px;
  color: #0B091B;
}

.wp-block-search input[type=search] {
  margin-bottom: 0;
  background-color: #F6F6F6 !important;
  box-shadow: none;
  height: 54px;
}

.wp-block-search input[type=search]:focus {
  box-shadow: none;
  background: #F1F6FE;
}

.wp-block-search .wp-block-search__button {
  height: 54px;
  border: 0;
  font-weight: 500;
  padding: 0 15px;
  border-radius: 8px;
}

.wp-block-search .wp-block-search__button:hover {
  background: #0D5756;
  color: #fff;
}

.widget_block .wp-block-search__no-button .wp-block-search__inside-wrapper {
  position: relative;
}

.widget_block .wp-block-search__no-button .wp-block-search__inside-wrapper:before {
  content: "\e9c1";
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.widget_block .wp-block-search__no-button .wp-block-search__inside-wrapper input[type=search] {
  margin-bottom: 0 !important;
  padding-left: 36px;
}

.wp-block-gallery.is-cropped .blocks-gallery-caption:last-child,
.wp-block-gallery.is-cropped {
  margin-bottom: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
  }
  .entry .entry-content .wp-block-pullquote.is-style-solid-color p {
    font-size: 2.22em;
    color: #fff;
  }
  .entry .entry-content .wp-block-pullquote p {
    font-size: 2.25em;
  }
  .entry .entry-content .wp-block-separator.is-style-wide, .entry .entry-content hr.is-style-wide {
    max-width: calc(66.6666666667vw - 28px);
  }
  .entry .entry-content .wp-block-separator.is-style-dots, .entry .entry-content hr.is-style-dots {
    max-width: calc(66.6666666667vw - 28px);
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-separator.is-style-wide, .entry .entry-content hr.is-style-wide {
    max-width: calc(50vw - 28px);
  }
  .entry .entry-content .wp-block-separator.is-style-dots, .entry .entry-content hr.is-style-dots {
    max-width: calc(50vw - 28px);
  }
}
.entry .entry-content .wp-block-separator.is-style-dots, .entry .entry-content hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}

.entry .entry-content .wp-block-separator.is-style-dots:before, .entry .entry-content hr.is-style-dots:before {
  color: #767676;
  font-size: 1.6875em;
  letter-spacing: 0.88889em;
  padding-left: 0.88889em;
}

.wp-block-separator.is-style-dots:before {
  content: "···";
  color: #191e23;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}

.wp-block-table.is-style-stripes {
  border-collapse: collapse;
}

.wp-block-table.is-style-stripes td {
  border-color: #F3F3F3;
  border-bottom-width: 1px;
}

.wp-block-table.is-style-stripes td:not(:first-child) {
  border-left-width: 1px;
}

.wp-block-table.is-style-stripes tr {
  border-top: 1px solid #F3F3F3;
}

.wp-block-table.is-style-stripes tr:last-child td {
  border-bottom-width: 1px;
}

.site-footer .widget_block h1, .site-footer .widget_block h2, .site-footer .widget_block h3, .site-footer .widget_block h4, .site-footer .widget_block h5, .site-footer .widget_block h6 {
  font-size: 20px;
  font-weight: 600;
}

.site-footer.footer_dark h1, .site-footer.footer_dark h2, .site-footer.footer_dark h3, .site-footer.footer_dark h4, .site-footer.footer_dark h5, .site-footer.footer_dark h6 {
  color: #fff;
}

.site-footer.footer_dark .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a, .site-footer.footer_dark .wp-block-latest-comments__comment-meta {
  color: #dfdfdf;
}

.site-footer.footer_dark .wp-block-latest-comments__comment-excerpt p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.5);
}

.site-footer.footer_dark .wp-block-latest-comments__comment-date {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.site-footer.footer_dark .wp-block-latest-posts__list li a {
  color: #d9d9d9;
  display: block;
}

.site-footer.footer_dark .wp-block-latest-posts__post-author, .site-footer.footer_dark .wp-block-latest-posts__post-date {
  color: rgba(255, 255, 255, 0.55);
  display: inline-block;
}

.site-footer.footer_dark .wp-block-calendar table caption {
  background-color: #d5deff;
}

.site-footer.footer_dark .wp-block-calendar table th {
  background-color: #f5f5f5;
}

.site-footer.footer_dark .wp-block-calendar a {
  color: #fff;
}

.site-footer.footer_dark .wp-calendar-nav a {
  color: #071c4d;
  text-decoration: none;
}

.site-footer.footer_dark .wp-calendar-nav a:hover {
  color: #0D5756;
}

.wp-block-calendar a {
  text-decoration: none;
}

.wp-block-archives-list li {
  margin-bottom: 8px;
}

.wp-block-gallery.wp-block-gallery-2 {
  --wp--style--unstable-gallery-gap: var( --wp--style--gallery-gap-default, var( --gallery-block--gutter-size, var( --wp--style--block-gap, 2em ) ) ) !important;
  gap: var(--wp--style--gallery-gap-default, var(--gallery-block--gutter-size, var(--wp--style--block-gap, 2em))) !important;
}
/*# sourceMappingURL=app.css.map */
